Im faced with the following problem.
Calculate the area of the "cone" that is created when the function
$$y = \frac{x^2}{32}$$
$$0≤y≤24$$ rotates around the y-axis.
If we draw the cone that is created we can see that the hight will be 24. However we have to change our function.
$$y = \frac{x^2}{32} \implies \sqrt{32y} = x = f(y)$$
The formula for the rotation area is the following:
$$Area = 2\pi\cdot\int f(x)\cdot \sqrt{1+f'(x)}dx $$
I've tried to go continue from this however, i cant manage the integral part. Can any1 help me?
/John
For the area of the surface of revolution the set up should be for $x=f(y)=\sqrt{32y}$
$$A = 2\pi\cdot\int_0^{24} f(y)\cdot \sqrt{1+[f'(y)]^2}dy= 2\pi\cdot\int_0^{24} \sqrt{32y}\cdot \sqrt{1+\left[\frac12\frac{32}{\sqrt{32y}}\right]^2}dy=\\=2\pi\cdot4\cdot\int_0^{24} \sqrt{2y}\cdot \sqrt{1+\left(\frac14\frac{32}{y}\right)}dy= 8\pi\cdot\int_0^{24} \sqrt{2y+16}dy=8\pi\left[\frac13(2y+16)^{\frac32}\right]_0^{24}$$