Find Maximum Curvature of Line With Parametric Equations

  • Thread starter Thread starter hotcommodity
  • Start date Start date
  • Tags Tags
    Curvature Maximum
hotcommodity
Messages
434
Reaction score
0
I'm having trouble finding the point of the maximum curvature of the line with parametric equations of: x = 5cos(t), and y = 3sin(t).

I know the curvature "k" is given by the eq.:

k = |v X a|/ v^3

Where v is the derivative of the position vector r = <5cos(t), 3sin(t) > , a is the derivative of v, and "v" is the norm of the velocity vector v.

I know I first have to find x', x'', y', and y'' to get the vectors v and a, and find the norm of v and cube it.

After plugging in the values and taking the absolute value of the cross product above, I evaluated when the numerator of k' (the derivative of the curvature equation) is equal to zero. I came up with the values of arctan(3/5), pi, zero, and pi/2. The book says the the maximum curvature occurs at x = plus or minus 5. I'm not sure what I did wrong.

Edit: Additionally, is there any way to integrate the square root of " (25*t^2) + 9 " dt without using integration tables? Any help is appreciated.
 
Last edited:
Physics news on Phys.org
k=\frac{\dot{x}\ddot{y}-\dot{y}\ddot{x}}{(\dot{x}^2+\dot{y}^2)^{3/2}}= \frac{15}{(9+16\sin^2t)^{3/2}},

and then the maximum is reached when 9+16\sin^2t is minimum, which is in 0,\pi,2\pi. This makes total sence, as your curve is actually an ellipse with major semiaxis in the horizontal line. Now, what is the value of x in such points?To do the integral simply do the change of variables t=\frac{3}{5}\tan x so

\int \sqrt{25 t^2+9}dt=\frac{9}{5}\int\sec^3 xdx

and then itegrate by parts taking u=\sec x,\,dv=\sec^2 x dx.
 
Last edited:
Thank you for the reply. Once you get the equation for "k", don't you need to differentiate to find minimums and maximums?
 
That is a way of going, which will give you the max and the min's (namely \pi/2,3\pi/2). What I did is finding out where the denominator is smaller, which will give the max of the curvature (since the function 1/x is decreasing).
 
After a differentiating the curvature with respect to t, then equation reduces to sin(t)cos(t)= 0. Obviously that can only happen if cos(t)= 0 or sin(t)= 0. If you assume cos(t)= 0, then sin(t) is 1 or -1 and putting those into the formula for curvature makes the curvature 15/5= 3. If you assume sin(t)= 0, then cos(t) is 1 or -1 and putting those into the formula for curvature makes the curvature 15/3= 5. Since 5 is the larger of those, it is the maximum curvature (3 is the minimum curvature). sin(t)= 0, cos(t)= 1 or -1 gives x= 5 or -5.
(if you got that cos(t)= 0 and so x=0, y= 3 or -3, you may have accidently used |r| rather than |v| in the formula. I did the first time I did the calculation!)
 

Similar threads

Replies
4
Views
2K
Replies
14
Views
4K
Replies
1
Views
1K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
3
Views
2K
Back
Top