Find Length of Spiral Given by r(t) Equation

  • Thread starter Thread starter Monsu
  • Start date Start date
  • Tags Tags
    Length Spiral
Click For Summary
SUMMARY

The length of the spiral defined by the equation r(t) = (e^-t cos t, e^-t sin t) is calculated using the arc length formula for parametric curves. The formula is L = ∫√(x'(t)^2 + y'(t)^2) dt, where x'(t) and y'(t) are the derivatives of the x and y components. After computing the derivatives and simplifying, the integral evaluates to L = √2 units. This result is confirmed by evaluating the integral from t = 0 to t = ∞.

PREREQUISITES
  • Understanding of parametric equations
  • Knowledge of derivatives and integration
  • Familiarity with arc length formulas
  • Basic concepts of limits in calculus
NEXT STEPS
  • Study the arc length formula for different types of curves
  • Learn about parametric equations in greater detail
  • Explore applications of line integrals in physics
  • Investigate the properties of exponential decay functions
USEFUL FOR

Mathematicians, calculus students, and anyone interested in understanding the geometry of spirals and parametric curves.

Monsu
Messages
38
Reaction score
1
a spiral given by r(t) = (e^-t cos t, e^-t sin t) , t is greater than or equal to 0, how would i find the length of the spiral?
thanks anyone!
 
Physics news on Phys.org
do a line integral. length = S(dr) from t = 0 on out to infinity in this case. dr is sqrt(dx^2+dy^2) (assuming this is two and not three dimensions) where dx is the derivative of the i component of r(t) and dy is the derivative of the j component of r(t). Oh sorry S also means integral in my bastardized way of writing math with basic text.
 
Last edited by a moderator:


To find the length of the spiral given by the equation r(t) = (e^-t cos t, e^-t sin t), we can use the arc length formula for parametric curves. This formula is given by:

L = ∫√(x'(t)^2 + y'(t)^2) dt

Where x'(t) and y'(t) are the derivatives of the x and y components of the curve, respectively.

In this case, we have x(t) = e^-t cos t and y(t) = e^-t sin t. Taking the derivatives, we get:

x'(t) = -e^-t cos t - e^-t sin t
y'(t) = -e^-t sin t + e^-t cos t

Plugging these into the arc length formula, we get:

L = ∫√((-e^-t cos t - e^-t sin t)^2 + (-e^-t sin t + e^-t cos t)^2) dt

Simplifying and combining like terms, we get:

L = ∫√(2e^-2t) dt

Integrating, we get:

L = ∫√2 e^-t dt = -√2 e^-t + C

Evaluating this from t = 0 to t = ∞, we get:

L = -√2 e^-∞ + √2 e^0 = √2

Therefore, the length of the spiral is √2 units.
 

Similar threads

Replies
3
Views
2K
Replies
17
Views
5K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
12
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K