Volume when the region bounded by $y= -\frac{1}{4}x^2 + x, y= -\frac{1}{8}x^2 + x,$ and the $x-$axis about the $y-$axis.

47 Views Asked by At

Find the volume of the solid of revolution obtained by revolving the first quadrant plane bounded by $y= -\frac{1}{4}x^2 + x, y= -\frac{1}{8}x^2 + x,$ and the $x-$axis about the $y-$axis.

Attempt: First of all, $$y= -\frac{1}{4}x^2 + x \implies -4y = x^2-4x \iff 4-4y = x^2-4x+4=(x-2)^2 \iff x=2+\sqrt{4-4y}$$ and $$y= -\frac{1}{8}x^2 + x \implies -8y = x^2-8x \iff 16-8y = x^2-8x+16=(x-4)^2 \iff x=4+\sqrt{16-8y}.$$ By considering the graphic, we have $$V=\pi \int_0^2 \left((4+\sqrt{16-8y})^2 - (2+\sqrt{4-4y})^2 \right) \ dy.$$ But, this will give us an imaginary number.

How to handle this one? Thanks in advanced.

2

There are 2 best solutions below

0
On BEST ANSWER

There is no reason to use the washer method. Instead, the method of cylindrical shells is appropriate. We would simply let a representative shell have radius $x$, height $(-\frac{1}{8} x^2 + x) - \max(-\frac{1}{4} x^2 + x, 0)$, and differential thickness $dx$. When $x \in [0,4]$, the function $-\frac{1}{4}x^2 + x$ is nonnegative; when $x \in (4,8]$, it is negative so we use the lower bound of the $x$-axis as indicated in the problem. So we would split the interval of integration into these two subintervals and write

$$V = \int_{x=0}^4 2\pi x \left(-\frac{1}{8} x^2 + x + \frac{1}{4}x^2 - x \right) \, dx + \int_{x=4}^8 2\pi x \left(-\frac{1}{8} x^2 + x \right) \, dx. \tag{1}$$

The details of the computation of $(1)$ is left to the reader.

If one insists on using washers, how would we set up the volume integral correctly? This requires an understanding of the multivalued nature of the inverse function. When $y \in (1,2]$, the washer is bounded only by the curve $y = -\frac{1}{8} x^2 + x$ because the other curve does not reach $y = 1$. So this part of the volume is given by $$V_1 = \int_{y=1}^2 \pi \left( (4 + 2 \sqrt{4-2y})^2 - (4 - 2 \sqrt{4-2y})^2 \right) \, dy, \tag{2}$$ since the outer radius is the larger root of the quadratic $-\frac{1}{8} x^2 + x - y = 0$, and the inner radius is the smaller root of the same quadratic.

However, when $y \in [0,1]$, the washer also intersects the lower parabolic curve $y = -\frac{1}{4} x^2 + x$. This will cause there to be two distinct concentric washers, not just one, because each parabolic curve creates two boundaries. Computing the inverse of both curves and arranging them in ascending value, we have $$4 - 2 \sqrt{4-2y} \le 2 - 2 \sqrt{1-y} \le 2 + 2 \sqrt{1-y} \le 4 + 2 \sqrt{4-2y}. \tag{3}$$ So this part of the volume integral would be written as $$V_2 = \int_{y=0}^1 \pi \left((4 + 2 \sqrt{4-2y})^2 - (2 + 2 \sqrt{1-y})^2 + (2 - 2 \sqrt{1-y})^2 - (4 - 2 \sqrt{4-2y})^2\right) \, dy. \tag{4}$$ Therefore $V = V_1 + V_2$ using the washer method, and again I leave the details of the computation to the reader.

0
On

You have already got the Integration Method given by user "heropup" , which you can Evaluate.

I will give the outline for where you went wrong & a Solution to resolve your Issue.

Here is the Image of the 2 Curves :

2 CURVES

We want the Volume of the Solid of revolution of the 2 Shaded (Blue & Grey) Areas. Due to the upper curve having some $y$ values which are invalid $y$ values for the lower curve (Eg the Green Line) , Imaginary numbers enter here.
When you tried with a Single Integral , you naturally got Imaginary & Complex Numbers.
When the Green line is $y=1.5$ , the upper Curve has $x$ values $2$ & $6$ & the lower Curve has no valid real values [[ the $x$ values are $2+i\sqrt{2}$ & $2-i\sqrt{2}$ ]] , thus making the Integration go wrong.

We can tweak your way , with 2 Integrals , to avoid Imaginary & Complex Numbers.
Take $V_1$ , Volume of Solid of revolution of upper Curve , with $x$ between limits $0$ & $8$ , where the $y$ limits are $0$ & $2$.
Take $V_2$ , Volume of Solid of revolution of lower Curve , with $x$ between limits $0$ & $4$ , where the $y$ limits are $0$ & $1$.
Overall Volume is $V_1-V_2$.
No Imaginary & Complex Numbers !