Finding parametric surface area

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
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 [tex]2x+5y+z=10[/tex] that lies inside the cylinder [tex]x^2+y^2 = 9[/tex]

Homework Equations



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

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

The Attempt at a Solution



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

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

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

[tex]\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>[/tex]


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

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

[tex]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}[/tex]
 
Physics news on Phys.org
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 [tex]2x+5y+z=10[/tex] that lies inside the cylinder [tex]x^2+y^2 = 9[/tex]

Homework Equations



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

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

The Attempt at a Solution



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

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

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

[tex]\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>[/tex]


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

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

[tex]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}[/tex]
It is isn't really necessary to integrate. [itex]\int\int dA= A[/itex], the area. And the area of a disk of radius 3 is [itex]9\pi[/itex]
[tex]\int\int \sqrt{30}dA= 9\pi \sqrt{30}[/tex]