Section 5.5
Find the area bounded by the curves $f(x)=(x-5)^3$ and $g(x)=x-5$
Can somebody verify this solution for me? Thanks!
First we need to find where these curves intersect to figure out the bounds of integration. So we need to solve
$(x-5)^3=x-5$
Dividing both sides by $x-5$ leads us to:
$(x-5)^2=1$
$=x^2-10x+25=1$
$= x^2-10x+24=0$
$= (x-6)(x-4)=0$
and so $x=6,4$. However, we can see from the picture and also from the equation that these curves also intersect when $x=5$ (since $(5-5)^3$ and $(5-5)$ both equal $0$.
Now here is what makes this problem so challenging: From $x=4$ to $x=5$ we have that $f(x)>g(x)$, but from $x=5$ to $x=6$ we have that $g(x)>f(x)$. Therefore we need to calculate TWO integrals to find the total area.
So the total area bounded by the curves is:
$\int_5^6 g(x)-f(x)dx + \int_4^5 f(x)-g(x)dx$
$= \int_5^6 (x-5)-(x-5)^3dx + \int_4^5 (x-5)^3-(x-5)dx$
$= \int_5^6 (x-5)-(x-5)^3dx + \int_4^5 (x-5)^3-(x-5)dx$
Noting that $(x-5)^3=x^3-15x^2+75x-125$ we see that the next step is:
$= \int_5^6 (x-5)-(x^3-15x^2+75x-125)dx + \int_4^5 (x^3-15x^2+75x-125)-(x-5)dx$
$= \int_5^6 x-5-x^3+15x^2-75x+125dx + \int_4^5 x^3-15x^2+75x-125-x+5dx$
$= \int_5^6 -x^3+15x^2-74x+120dx + \int_4^5 x^3-15x^2+74x-120dx$
$= (\frac{-x^4}{4}+\frac{15x^3}{3}-\frac{74x^2}{2}+120x|_5^6) + (\frac{x^4}{4}-\frac{15x^3}{3}+\frac{74x^2}{2}-120x|_4^5)$
$=\frac{1}{2}$
Yes. (Solution verification is kind of funny. What else am I supposed to say?)