Arc length and parametric function

Kb1jij
Messages
19
Reaction score
0
I'm having trouble with the following:

The problem is to find the arc length of the following parametric function:

x=(e^-t)(cos t), y=(e^-t)(sin t) from 0 to \pi

I found that
\frac{\partial y}{\partial t} = e^{-t}(\cos{t}-\sin{t}),
\frac{\partial x}{\partial t} = -e^{-t}(\sin{t}+\cos{t})

Then setting up the integral:
\int_{0}^{\pi} \sqrt{(-e^{-t}(\sin{t}+\cos{t}))^2+(e^{-t}(\cos{t}-\sin{t}))^2} dt

I then simplified the square root to;
e^{-2t}(-4\cos{t}\sin{t}))=e^{-2t}*{-2\sin{2t}}

This makes the integral:
\int_{0}^{\pi} e^{-t}\sqrt{-2\sin{2t} dt

Can this integral even be solved?
I don't think this problem was ment to be that difficult, so I think I made a mistake somewhere, but I can figure what.
Thanks!
Tom
 
Last edited:
Physics news on Phys.org
I figured it out.

The square root simplifies to 2e^(-2t), I just drop a sign.

Nevermind!
 
Good job Tom.. How's the fishin' over in Noank?:smile:
 
Last edited:
Well I'm really big into fishing, but from what I hear its good...
Are you from around here?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top