Finding parametric surface area

Nat3
Messages
69
Reaction score
0
I was able to get an answer to this homework problem, but I have no way of verifying that it is correct. I was hoping someone more experienced than me could look over my work and let me

know if I did the problem correctly.

Homework Statement



Find the surface area of the part of the plane 2x+5y+z=10 that lies inside the cylinder x^2+y^2 = 9

Homework Equations



Parametric surface area:
\vec r (u,v) = <x(u,v), y(u, v), z(u, v)>

A(S) = \iint\limits_D \left |\vec r_u\times \vec r_v \right |dA

The Attempt at a Solution



Let x = x, y = y, z = 10 - 2x - 5y

Then \vec r(u, v) = <x, y, 10-2x-5y>, let u = x and v = y

\vec r_x(x, y) = <1, 0, -2>, \vec r_y(x, y) = <0, 1, -5>

\vec r_x \times \vec r_y = \left | \begin{array}{ccc} \vec i & \vec j & \vec k \\ 1 & 0 & -2 \\ 0 & 1 & -5 \end{array} \right| = <2, 5, 1>


\left | \vec r_x \times \vec r_y \right | = \sqrt {2^2 + 5^2 + 1} = \sqrt {30}

A(S) = \iint\limits_D \left |\vec r_u\times \vec r_v \right |dA = \iint\limits_D \sqrt{30} dA
Where D is the region bounded by x^2+y^2 = 9, or in polar, r^2 = 9

A(S) = \iint\limits_D \sqrt{30}dA = \int\limits_0^{2\pi} \int\limits_0^3 \sqrt{30}\ rdrd\theta = \sqrt{30} \int\limits_0^{2\pi} \left. \frac{1}{2} r^2 \right |_0^3 d<br /> <br /> \theta = \frac{\sqrt{30}}{2} \int\limits_0^{2\pi} \left. 9\ d\theta = \frac{9\sqrt{30}}{2}\theta \left. |_0^{2\pi} \right = 9\sqrt{30}
 
Physics news on Phys.org
Looks good except you dropped a pi at the very last step.
 
Nat3 said:
I was able to get an answer to this homework problem, but I have no way of verifying that it is correct. I was hoping someone more experienced than me could look over my work and let me

know if I did the problem correctly.

Homework Statement



Find the surface area of the part of the plane 2x+5y+z=10 that lies inside the cylinder x^2+y^2 = 9

Homework Equations



Parametric surface area:
\vec r (u,v) = &lt;x(u,v), y(u, v), z(u, v)&gt;

A(S) = \iint\limits_D \left |\vec r_u\times \vec r_v \right |dA

The Attempt at a Solution



Let x = x, y = y, z = 10 - 2x - 5y

Then \vec r(u, v) = &lt;x, y, 10-2x-5y&gt;, let u = x and v = y

\vec r_x(x, y) = &lt;1, 0, -2&gt;, \vec r_y(x, y) = &lt;0, 1, -5&gt;

\vec r_x \times \vec r_y = \left | \begin{array}{ccc} \vec i &amp; \vec j &amp; \vec k \\ 1 &amp; 0 &amp; -2 \\ 0 &amp; 1 &amp; -5 \end{array} \right| = &lt;2, 5, 1&gt;


\left | \vec r_x \times \vec r_y \right | = \sqrt {2^2 + 5^2 + 1} = \sqrt {30}

A(S) = \iint\limits_D \left |\vec r_u\times \vec r_v \right |dA = \iint\limits_D \sqrt{30} dA
Where D is the region bounded by x^2+y^2 = 9, or in polar, r^2 = 9

A(S) = \iint\limits_D \sqrt{30}dA = \int\limits_0^{2\pi} \int\limits_0^3 \sqrt{30}\ rdrd\theta = \sqrt{30} \int\limits_0^{2\pi} \left. \frac{1}{2} r^2 \right |_0^3 d<br /> <br /> \theta = \frac{\sqrt{30}}{2} \int\limits_0^{2\pi} \left. 9\ d\theta = \frac{9\sqrt{30}}{2}\theta \left. |_0^{2\pi} \right = 9\sqrt{30}
It is isn't really necessary to integrate. \int\int dA= A, the area. And the area of a disk of radius 3 is 9\pi
\int\int \sqrt{30}dA= 9\pi \sqrt{30}

 
Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top