Computing volume by cross section method.

943 Views Asked by At

The base of the solid below is the region in the $xy$-plane bounded by the $x$-axis,the graph of y = $\sqrt{x}$ and the line $ x = 3 $. Find the volume of the solid.

Each cross-section of S perpendicular to the x-axis is a square with one side in the$ xy$-plane.

2

There are 2 best solutions below

5
On BEST ANSWER

So here's the graph of the relevant portion of $f(x) = \sqrt x$:

enter image description here

And here is a pic of the resulting solid with the same portion shaded for comparison:

enter image description here

Imagine taking slices of this solid as you move along the x-axis from 0 to 3. At each point x, the cross-sectional area $A(x)$ is $(\sqrt x)^2$. Now integrate $A(x)$ over the interval $[0, 3]$, so $V = \int _0^3(\sqrt x)^2dx = \int_0^3 xdx = \frac 9 2$

5
On

Since you are given cross-sections perpendicular to the x-axis, your limits of integration and integrand will be in terms of x:

$V=\int_0^3 A(x) \;dx=\int_0^3(s(x))^2\;dx$ where, as noted in the first comment above, $s(x)=\sqrt{x}$.