Chapter 3: Applications of Differentiation
Section 3.5: Curvature of a Plane Curve
|
Example 3.5.5
|
|
Obtain the evolute for , the graph of , and show that it is the locus of the center of curvature.
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
The animation in Figure 3.5.5(a) shows the graph of , the parabola , in black. Its evolute is shown in red. The slider in the animation toolbar changes the point of contact of the circle of curvature and the parabola. This point of contact is a blue dot. Another blue dot marks the center of curvature, the center of the circle of curvature.
|
•
|
The (varying) radius of curvature is , where is the -coordinate of the point of contact of the circle of curvature with the parabola. (See Table 3.5.3.)
|
•
|
Similarly, the coordinates of the center of curvature are
|
|
>
|
use plots in
module()
local p1,p2,p3,p4,p5,p6;
p1:=plot(x^2,x=-2..2,color=black):
p2:=implicitplot(-16*y^3+27*x^2+24*y^2-12*y+2,x=-3..3,y=0..4,color=red,gridrefine=3):
p3:=display(p1,p2,scaling=constrained):
p4:=animate(implicitplot,[-3*a^4+8*a^3*x-6*a^2*y+x^2+y^2-y,x=-5..5,y=-5..5,gridrefine=3,color=green,scaling=constrained],a=-2/3..2/3,background=p3,paraminfo=false):
p5:=animate(plot,[[[[-4*a^3,3*a^2+1/2]],[[a,a^2]]],style=point,symbol=solidcircle,symbolsize=15,color=blue],a=-2/3..2/3,paraminfo=false):
p6:=display(p4,p5);
print(p6);
end module:
end use:
|
|
Figure 3.5.5(a) Animation: Curve (black) and evolute (red)
|
|
|
|
|
|
•
|
The equations then provide a parametric representation of the evolute. Eliminating from these two equations gives the implicit representation of the evolute as
|
•
|
The equation of the circle of curvature, , can be put into the form
|
•
|
The equation for the circle of curvature changes as , the point of contact of the circle and the parabola, changes.
|
|
|
Maple Solution
|
|
Although Table 3.5.3 is given in terms of a curve defined by , let the parabola be given by so that the letter will remain unassigned.
Define the curve
|
•
|
Write
Context Panel: Assign Function
|
|
|
Obtain and as per Table 3.5.3
|
•
|
Write the expression for .
Context Panel: Simplify≻Simplify
|
•
|
Context Panel: Assign to a Name≻
|
|
|
•
|
Write the expression for .
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Assign to a Name≻
|
|
=
|
•
|
Write the expression for .
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Assign to a Name≻
|
|
=
|
Obtain the parametric and then the implicit representations of the evolute
|
•
|
Write the parametric equations of the evolute; press the Enter key.
|
•
|
Context Panel: Solve≻Eliminate a Variable≻
|
|
|
Obtain the equation of the circle of curvature
|
•
|
Write the equation of the circle in the form shown at the right.
Press the Enter key.
|
•
|
Context Panel: Simplify≻Simplify
|
|
|
|
|
The denominator in the expression for , the radius of curvature, is so that the radius is positive. For , the second derivative is the constant 2, which is clearly positive. Hence, the absolute value in the expression for was deleted.
Maple's form for the equation of the circle of curvature must be manipulated by hand to obtain the form displayed in the Mathematical Solution.
|
|
|
<< Previous Example Section 3.5
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|