Volume between a region (above x-axis and below parabola) and a surface

Click For Summary
The discussion centers on evaluating the volume between a parabola and a surface using double integrals, leading to two different results. The first integral, evaluated in the order of dy then dx, initially yielded a result of 4/9, while the second integral, evaluated in the order of dx then dy, correctly resulted in 2/9. The discrepancy arose from not applying the absolute value when evaluating the integral, which is crucial for maintaining symmetry about the y-axis. The correct evaluation involves recognizing that the square root of a squared term requires absolute values to account for negative values of x. Ultimately, both integrals should yield the same result of 2/9 when evaluated correctly.
songoku
Messages
2,497
Reaction score
400
Homework Statement
Let R be the part of the xy-plane above the x-axis and below the parabola ##y=1-x^2##. Find
the volume between R and the surface ##z=x^2 \sqrt{1-y}##
Relevant Equations
Double Integral
Integration in the order of dy then dx:
$$\int_{-1}^{1} \int_{0}^{1-x^2} x^2 \sqrt{1-y} ~dy~dx$$
$$=\int_{-1}^{1} -x^2 \left[\frac{2}{3} (1-y)^{\frac{3}{2}}\right]_{0}^{1-x^2}dx$$
$$=\int_{-1}^{1}\left(-\frac{2}{3}x^5 + \frac{2}{3} x^2\right)dx$$
$$=\left. -\frac{1}{9} x^6 + \frac{2}{9} x^3\right|_{-1}^{1}$$
$$=\frac{4}{9}$$

Integration in the order of dx then dy:
$$\int_{0}^{1} \int_{-\sqrt{1-y}}^{\sqrt{1-y}}x^2\sqrt{1-y}~dx~dy$$
$$=2\int_{0}^{1} \int_{0}^{\sqrt{1-y}}x^2\sqrt{1-y}~dx~dy$$
$$=2\int_{0}^{1} \sqrt{1-y} \left[\frac{1}{3} x^3\right]_{0}^{\sqrt{1-y}}dy$$
$$=\frac{2}{3}\int_{0}^{1}(1-y)^2 dy$$
$$=-\frac{2}{9} \left. (1-y)^3\right|_{0}^{1}$$
$$=\frac{2}{9}$$

I got two different results. Where is my mistake?

Thanks
 
Physics news on Phys.org
Both integrals are correctly parametrised. The result of the second integral is correct.

In the first integral you should evaluate instead to
<br /> \sqrt{(1-y)^3} \Bigg\vert _0^{1-x^2} = \sqrt{x^6} - 1 = |x|^3 -1<br />
yielding
<br /> -\frac{2}{3}\int _{-1}^1 x^2(|x|^3-1)dx = \frac{2}{9},<br />
as required.
 
  • Like
Likes WWGD and songoku
nuuskur said:
In the first integral you should evaluate instead to
<br /> \sqrt{(1-y)^3} \Bigg\vert _0^{1-x^2} = \sqrt{x^6} - 1 = |x|^3 -1<br />
yielding
<br /> -\frac{2}{3}\int _{-1}^1 x^2(|x|^3-1)dx = \frac{2}{9},<br />
as required.
How to know that the correct working should be like this, not like the one I did?

Thanks
 
Because it's always been the case that ##\sqrt{a^2} = |a|##.

Visually, if you take the integral first w.r.t ##y##, you are finding the "area" of an "infinitely thin" slice of the body of interest along the ##x##-axis. But if you don't take absolute value, you lose symmetry w.r.t the plane ##x=0##. In other words,
<br /> -\frac{2}{3} \int_{-1}^0 x^2(x^3-1)dx \neq -\frac{2}{3} \int_{0}^1 x^2(x^3-1)dx.<br />
 
Last edited:
  • Like
Likes songoku and SammyS
Thank you very much for the help and explanation nuuskur
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...