PDA

View Full Version : Surface Area


mannaatsb
Mar16-04, 12:46 AM
i've been stuck on this problem for an hour now. how do you find the surface area for y=(x)^1/2 when 0_<x_<2, rotating about the x axis?

cookiemonster
Mar16-04, 12:51 AM
You have a nice little formula for this kind of thing.

SA = \int_{x_i}^{x_f} 2\pi y(x) \sqrt{1 + \Big(\frac{dy}{dx}\Big)^2}\,dx

You'll recognize that this is 2\pi y(x) times the formula for the arc length. Basically what you're doing is adding up a bunch of little rings of radius y and length an infintesimal piece of the arc length. Because the radius is y, and we know that circumference = 2\pi r, that's where the 2\pi y(x) comes from. The "width" of the ring depends on y and x and can be made into a triangle of base 1 and height dy/dx.

cookiemonster

mannaatsb
Mar16-04, 01:08 AM
but how do you figure out what the dx part is? that's the part that i don't understand.

cookiemonster
Mar16-04, 01:09 AM
dx? dx is dx. It's necessary to evaluate the integral.

Do you mean dy/dx? You have to integrate y with respect to x to get dy/dx.

cookiemonster