The length of the curve r = cos(θ) - sin(θ), 0<θ<∏/4

  • Thread starter Thread starter mill
  • Start date Start date
  • Tags Tags
    Curve Length
mill
Messages
72
Reaction score
0

Homework Statement



Find the length of the curve r = cos(θ) - sin(θ), 0<θ<∏/4

Homework Equations



L=∫ds
ds=sqrt(r^2 + (dr/dθ)^2)

The Attempt at a Solution



r^2 = (cosθ - sinθ)^2 = cos^2(θ) -2cosθsinθ + sin^2(θ) =1-2cosθsinθ

dr/dθ = -sinθ -cosθ

(dr/dθ)^2 = 1+2cosθsinθ

L=∫sqrt(2)dθ=sqrt(2)[θ]=sqrt(2) [pi/4]

But the answer is pi/(2*sqrt(2)). Where did I go wrong?
 
Physics news on Phys.org
mill said:
L=∫sqrt(2)dθ=sqrt(2)[θ]=sqrt(2) [pi/4]

But the answer is pi/(2*sqrt(2)). Where did I go wrong?
You didn't. The two answers are the same, just written differently:
$$\frac{\sqrt{2} \pi}{4} = \frac{\sqrt{2} \pi}{4} \cdot \frac{\sqrt{2}}{\sqrt{2}} = \frac{2\pi}{4 \sqrt{2}} = \frac{\pi}{2 \sqrt{2}}$$
 
Thanks!
 
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