symmetric
- 8
- 0
1. Homework Statement :
Find surface area of part of cylinder x^2 + z^2 = 1 that is inside the cylinder x^2 + y^2 = 2ay and also in the positive octant ( x \geq 0, y \geq 0, z \geq 0 ). Assume a > 0.
x^2 + z^2 = 1
x^2 + y^2 = 2ay
( x \geq 0, y \geq 0, z \geq 0 )
a > 0
Cylinder expression x^2 + z^2 = 1 can be written as z = \sqrt{ ( a^2 - x^2 ) }.This surface can be projected on X-Y plane by using following parametrization -
x = x
y = y
z = f( x, y ) = \sqrt{ a^2 - x^2 }
Hence the surface area of cylinder x^2 + z^2 = 1 for above parametrization is given by integral -
Area integral = \iint{\sqrt{ ( 1 + f'_{x})^2 + ( f'_{y})^2 }} dx dy
Now, \sqrt{ 1 + (f'_{x})^2 + ( f'_{y})^2 } = \sqrt{ 1 + \frac{x^2}{a^2 - x^2} + 0 } = \frac{a}{ \sqrt{ a^2 - x^2 }}
Area integral = \iint{ \frac{a}{ \sqrt{ a^2 - x^2 }}} dx dy
The limits of this integral will be decided by second insecting cylinder x^2 + y^2 = 2ay
Working out for finding limits -
y^2 + (-2a) y + x^2 = 0 treating second order equation in ' y ' we can write -
y = a \pm \sqrt { a^2 - x^2 } selecting positive root for given conditions for positive octant.
Hence limits are – for x -> 0 to a and for y -> 0 to a + \sqrt { a^2 - x^2 }
The integral becomes
Area integral = \int_{x = 0}^{ x = a } \int_{ y = 0 }^{ y = a + \sqrt { a^2 - x^2 } }\frac{a}{ \sqrt{ a^2 - x^2 }} dy dx
= \int_{0}^{a} \frac{ a ( a + \sqrt { a^2 - x^2 } )}{ \sqrt { a^2 - x^2 }} dx
= a^2 \int_{0}^{a} \frac{ dx }{ \sqrt { a^2 - x^2 } } + a \int_{0}^{a}} dx
= a^2 \left[ \arcsin \left ( \frac{x}{a} \right) \right]_{0}^{a} + a^2
Required area = a^2 \left[ \frac{\pi}{2} +1 \right]
The answer given in the book is 2a^2 . Am I going wrong somewhere ? Please help.
Find surface area of part of cylinder x^2 + z^2 = 1 that is inside the cylinder x^2 + y^2 = 2ay and also in the positive octant ( x \geq 0, y \geq 0, z \geq 0 ). Assume a > 0.
Homework Equations
x^2 + z^2 = 1
x^2 + y^2 = 2ay
( x \geq 0, y \geq 0, z \geq 0 )
a > 0
The Attempt at a Solution
Cylinder expression x^2 + z^2 = 1 can be written as z = \sqrt{ ( a^2 - x^2 ) }.This surface can be projected on X-Y plane by using following parametrization -
x = x
y = y
z = f( x, y ) = \sqrt{ a^2 - x^2 }
Hence the surface area of cylinder x^2 + z^2 = 1 for above parametrization is given by integral -
Area integral = \iint{\sqrt{ ( 1 + f'_{x})^2 + ( f'_{y})^2 }} dx dy
Now, \sqrt{ 1 + (f'_{x})^2 + ( f'_{y})^2 } = \sqrt{ 1 + \frac{x^2}{a^2 - x^2} + 0 } = \frac{a}{ \sqrt{ a^2 - x^2 }}
Area integral = \iint{ \frac{a}{ \sqrt{ a^2 - x^2 }}} dx dy
The limits of this integral will be decided by second insecting cylinder x^2 + y^2 = 2ay
Working out for finding limits -
y^2 + (-2a) y + x^2 = 0 treating second order equation in ' y ' we can write -
y = a \pm \sqrt { a^2 - x^2 } selecting positive root for given conditions for positive octant.
Hence limits are – for x -> 0 to a and for y -> 0 to a + \sqrt { a^2 - x^2 }
The integral becomes
Area integral = \int_{x = 0}^{ x = a } \int_{ y = 0 }^{ y = a + \sqrt { a^2 - x^2 } }\frac{a}{ \sqrt{ a^2 - x^2 }} dy dx
= \int_{0}^{a} \frac{ a ( a + \sqrt { a^2 - x^2 } )}{ \sqrt { a^2 - x^2 }} dx
= a^2 \int_{0}^{a} \frac{ dx }{ \sqrt { a^2 - x^2 } } + a \int_{0}^{a}} dx
= a^2 \left[ \arcsin \left ( \frac{x}{a} \right) \right]_{0}^{a} + a^2
Required area = a^2 \left[ \frac{\pi}{2} +1 \right]
The answer given in the book is 2a^2 . Am I going wrong somewhere ? Please help.