Arc length of a curve (trigonometric identity)

t_n_p
Messages
593
Reaction score
0

Homework Statement



find arc length of the segment of the 2space curbe that is defined by the parametric equations

x(t) = t-sin(t)
y(t) = 1+cos(t)
0 ≤ t ≤ 4π

The Attempt at a Solution


I've found dx/dt and dy/dt respectively and put them into the arc length equation, i.e. sqrt[(dx/dt)²+(dy/dt)²]

dx/dt = 1-cost
dy/dt = -sint

therefore arc length L = sqrt[(1-cost)²+(-sint)²]
this leads to L = sqrt[1-2cost+cos²t+sin²t]

I am then told to use the double angle formula 2sin²t = 1-cos2t to simplify the integrand. I cannot see how this applies though!
If someone could point me in the right direction o:)
 
Physics news on Phys.org
If cos 2t = 1-2sin²t, then cos t = 1-2sin²(t/2).

Sub that into the integrand and it should make it easier, and use the pythagorean identity to reduce sin²t+cos²t to 1.
 
cool!
so I used that and trig identity and got sqrt[4sin²(t/2)]

I am given a second hint that says sqrt(sin²t) = |sint|,
my question now is when I integrate |sin²(t/2)|, does anything change or will I perform integration as normal?
 
I would think that you'd need to integrate over different parts of the interval separately.

For 0 < t < 2π, sin(t/2) is positive, so that |sin(t/2)|=sin(t/2)

However for 2π < t < 4π, sin(t/2) is negative so that |sin(t/2)|=-sin(t/2)
 
ah yes, thank you! I went on to find an arc length of 16.
 
Last edited:
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