Chapter 2: Space Curves
Section 2.4: Curvature
Example 2.4.7
Obtain and graph the curvature of the curve defined by .
Solution
Mathematical Solution
To compute the curvature via the formula , first obtain
, , =
then calculate = = so that
=
To compute the curvature via the definition , first apply the chain rule so that
Since , it follows that
so that
plot(6*sqrt(9*p^4+p^2+1)/(9*p^4+36*p^2+1)^(3/2),p=-2..2,size=[300,300]);
Figure 2.4.7(a) Graph of the curvature
Maple Solution - Interactive
Initialize
Tools≻Load Package: Student Vector Calculus
Loading Student:-VectorCalculus
Execute the BasisFormat command at the right, or use the task template.
Write as per Table 1.1.1.
Context Panel: Assign Name
Obtain the curvature
Write R and press the Enter key.
Context Panel: Student Vector Calculus≻Frenet Formalism≻Curvature≻
Context Panel: Simplify≻Assuming Positive
Obtain the curvature as
Make an Atomic Identifier.
Calculus palette: Differentiation operator
Keyboard the norm bars.
Make and Atomic Identifiers.
Common Symbols palette: Cross product operator
Context Panel: Evaluate and Display Inline
Obtain the curvature as then graph
Calculus palette: Differentiation operator Press the Enter key.
Context Menu: Simplify≻Assuming Positive
Context Panel: Plots≻Plot Builder Set Options: Size≻
Display computed quantities
Maple Solution - Coded
Install the Student VectorCalculus package.
Define the helix as a position vector.
Apply the Curvature and simplify commands.
Use the TangentVector command to obtain .
Apply the diff command to obtain .
Apply the Norm command to obtain .
Apply the diff, CrossProduct, and Norm commands.
Apply the diff, Norm, and simplify commands.
Graph the curvature
Apply the plot command.
<< Previous Example Section 2.4 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
Download Help Document