How to Simplify the Integral in an Arc Length Problem with Parametric Equations?

dark_omen
Messages
9
Reaction score
0
Okay, so I was given the parametric equations of x = (cos(t))^2 and y = cos(t). So I found dy/dt = -sin(t) and dx/dt = -2sin(t)cos(t). This is where I am getting stuck, so I have the L = integral from 0 to 4pi (sqrt((dx/dt)^2+(dy/dt)^2)) , but I don't know how to simplify this to get the answer to the problem. Can anyone help, thanks!
 
Physics news on Phys.org
Take the square root of the common factor of sin^t, and then integrate either by substitution or by inspection.

Regards,
George
 
Sorry, forget the "by inspection" part of my previous post.

You end up with

\int_{0}^{4\pi} \sqrt{1 + 4 \cos^2 t} \sin t dt,

right?

I don't see a fast way to do this integral, but I can see how to do it using a couple of substitutions.

What might be a good first substitution?

Regards,
George
 
Also, make sure to take the absolute value of the sin(t) you pull out of the square root.
 
I took 1 + 4cos(x) as u, and I could integrate that, but when I solved for the length it was 0.
This is what I did:
- 1/4 * integral(sqrt(u^2)du)
- 1/4 * ((u)^2/(2))evaluated @ 0 to 4pi
 
dark_omen said:
I took 1 + 4cos(x) as u, and I could integrate that, but when I solved for the length it was 0.
This is what I did:
- 1/4 * integral(sqrt(u^2)du)
- 1/4 * ((u)^2/(2))evaluated @ 0 to 4pi
If u = 1+ 4cos(t), then u^2 would be 1 + 8 cos(t) + 16 cos^2(t) !
So wrong u!

Now, you should take u= cos(t) and you will have something like the integral of sqrt(1+4 u^2)
 
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