stunner5000pt
- 1,443
- 4
Homework Statement
The given curve is rotated about the y-axis. Find the area of the resulting surface.
y = 3 - x^2
0 \leq x \leq 4
Homework Equations
A_{y} =2\pi\int_a^b x \sqrt{1+\left(\frac{dx}{dy}\right)^2} dy
The Attempt at a Solution
now we need to write x in terms of y so we get:
x = \pm \sqrt{3-y}
and if we differentiate the above, we get:
\frac{dx}{dy} = -\frac{1}{\sqrt{3-y}}
Our range also changes
when x = 0, then y = 3
and x = 4, then y = -13
so then our integral is:
A_{y} =2\pi\int_{-13}^{3} 2\sqrt{3-x} \sqrt{1+ \left(-\frac{1}{\sqrt{3-y}}\right)^2} dy
So i multiplied the above by 2 instead of plus or minus
and in addition to that, do we need to consider the dx/dy term? Does that need to be multiplied as well?
Thanks for your help!