Difference between revisions of "Parametrization"

From Conservapedia
Jump to navigation Jump to search
(a start)
 
(→‎top: Category)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Parameterization''' is a technique in calculus for expressing multiple variables in terms of only one variable, which is usually depicted as "t", over a specified range.
+
'''Parametrization''' is a technique in calculus for expressing multiple variables in terms of only one variable, which is usually depicted as "t", over a specified range.
 +
 
 +
The most common parametrization is for a circle centered at the origin in the ''xy''-plane:
 +
 
 +
*:<math>x=r \cos(t)</math>
 +
 
 +
*:<math>y=r \sin(t)</math>
 +
 
 +
*:<math>z=0</math>
 +
 
 +
*:<math>0 \le t \le \pi</math>
 +
 
 +
Always remember to be precise in determining the new limits on the new parameter ''t''.
  
 
This technique is particularly useful for calculating [[extrema]] and [[line integrals]].
 
This technique is particularly useful for calculating [[extrema]] and [[line integrals]].
[[Category:vector analysis]]
+
[[Category:Vector Analysis]]
[[Category:calculus]]
+
[[Category:Calculus]]
[[Category:mathematics]]
+
[[Category:Mathematics]]

Latest revision as of 20:18, July 29, 2016

Parametrization is a technique in calculus for expressing multiple variables in terms of only one variable, which is usually depicted as "t", over a specified range.

The most common parametrization is for a circle centered at the origin in the xy-plane:

  • <math>x=r \cos(t)</math>
  • <math>y=r \sin(t)</math>
  • <math>z=0</math>
  • <math>0 \le t \le \pi</math>

Always remember to be precise in determining the new limits on the new parameter t.

This technique is particularly useful for calculating extrema and line integrals.