Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js
Paul's Online Notes
Paul's Online Notes
Home / Calculus III / Surface Integrals / Parametric Surfaces
Show Mobile Notice  
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 17.2 : Parametric Surfaces

9. Determine the surface area of the portion of z=3+2y+14x4 that is above the region in the xy-plane bounded by y=x5, x=1 and the x-axis.

Show All Steps Hide All Steps

Start Solution

Parameterizing this surface is pretty simple. We have the equation of the surface in the form z=f(x,y) and so the parameterization of the surface is,

r(x,y)=x,y,3+2y+14x4

Now, this is the parameterization of the full surface and we only want the portion that lies over the following region.

Prob9

So, to get only the portion of the surface we’ll need to restrict x and y to the following ranges,

0x10yx5

On a side note we can see that we are in the 1st quadrant here and so we know that x0 and y0. Therefore, we can see that the surface in the 1st quadrant is always above the xy-plane and so will in fact always be above the region above as suggested in the problem statement.

Show Step 2

Next, we need to compute rx×ry. Here is that work.

rx=1,0,x3ry=0,1,2 rx×ry=|ijk10x3012|=x3i2j+k

Now, we what we really need is,

Show Step 3

The integral for the surface area is then,

A = \iint\limits_{D}{{\sqrt {{x^6} + 5} \,dA}} = \int_{0}^{1}{{\int_{0}^{{{x^5}}}{{\sqrt {{x^6} + 5} \,dy}}\,dx}}

As noted in the integral above D is just the ranges of x and y we found in Step 1.

Show Step 4

Now we just need to evaluate the integral to get the surface area.

\begin{align*}A & = \int_{0}^{1}{{\int_{0}^{{{x^5}}}{{\sqrt {{x^6} + 5} \,dy}}\,dx}} = \int_{0}^{1}{{\left. {y\sqrt {{x^6} + 5} } \right|_0^{{x^5}}\,dx}}\\ & = \int_{0}^{1}{{{x^5}\,\sqrt {{x^6} + 5} \,dx}} = \left. {\frac{1}{9}{{\left( {{x^6} + 5} \right)}^{\frac{3}{2}}}} \right|_0^1 = \require{bbox} \bbox[2pt,border:1px solid black]{{\frac{1}{9}\left( {{6^{\frac{3}{2}}} - {5^{\frac{3}{2}}}} \right) = 0.3907}}\end{align*}