Chapter 5: Applications of Integration
Section 5.7: Centroids
|
Example 5.7.7
|
|
Determine the centroid of , the parabola .
|
|
|
|
Solution
|
|
Define the function
|
•
|
Context Panel: Assign Function
|
|
|
Calculate the arc length
|
•
|
Expression palette: Definite Integral template
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Assign to a Name≻
|
|
=
|
Calculate
|
•
|
Expression palette: Definite Integral template
Write the formula for .
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Approximate≻10 (digits)
|
|
=
|
Calculate
|
•
|
Expression palette: Definite Integral template
Write the formula for .
|
•
|
Context Panel: Evaluate and Display Inline
|
•
|
Context Panel: Approximate≻10 (digits)
|
|
=
|
|
|
•
|
Figure 5.7.7(a) contains a graph of the parabola , and its centroid (red dot).
|
•
|
Note that again, the centroid of the curve does not lie on the curve. This was true for the upper half of the circle in Example 5.7.6, but there, so it was pretty obvious that the centroid would not lie on the circle.
|
|
>
|
use plots in
module()
local p1,p2;
p1 := plot(x^2, x = 0 .. 1, color = black);
p2 := plot([[.5736270689, .4099802174]], style = point, symbol = solidcircle, symbolsize = 25, color = red);
print(display(p1, p2, scaling = constrained, tickmarks = [3, 3],labels=[x,y]));
end module:
end use:
|
|
Figure 5.7.7(a) Parabola and its centroid
|
|
|
|
|
|
|
|
<< Previous Example Section 5.7
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2025. 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
|