octowilli
- 10
- 0
Homework Statement
Find the centroid of the region bounded by the given curves.
y = x^3x + y = 10y = 0
Homework Equations
\bar x = \frac{1}{A}\int^b_a xf(x) dx\bar y = \frac{1}{A}\int^b_a \frac{1}{2}(f(x))^2 dx
Where A is the area of the region containing the centroid.
The Attempt at a Solution
First thing I did was find the intersection of the curves x^3 = 10-x \Rightarrow x = 2 \Rightarrow P(2,8)
Then I put things in terms of y to integrate to find the area A of the region.y = x^3 \Rightarrow x = \sqrt[3] yx + y = 10 \Rightarrow x = 10 - yA = \int^8_0 ((10-y)-(\sqrt[3] y)) dy = 36
So \bar x = \frac{1}{A}\int^b_a yf(y) dy = \frac{1}{36}\int^8_0 y((10-y)-(\sqrt[3] y))dy = \frac{496}{189} \approx 2.63\bar y = \frac{1}{A}\int^b_a \frac{1}{2}(f(y))^2 dy = \frac{1}{36}\int^8_0 \frac{1}{2}((10-y)^2-(\sqrt[3] y)^2)dy = \frac{584}{135} \approx 4.33
So the centroid is at \left(\frac{496}{189},\frac{584}{135}\right)
What I'm getting here isn't correct. Thanks for commenting!