For a surface revolved around the y-axis the formula is:
S = ∫2πx*√(1+(f '(x))2) dx
First we must find f '(x)
Deriving the first term you get 2x/4 = x/2
the second term becomes -1/2 * d/dx (ln(x)) = -1/2 * 1/x = -1/(2x)
All together that is x/2 - 1/(2x)
once squared it becomes x2/2 - 1/2 + 1/(4x2) -- Remember to FOIL
Plugging this into the radical you get 1+ x2/2 - 1/2 + 1/(4x2) This is from √(1+(f '(x))2)
Combining the like terms 1-1/2 you get: x2/2 + 1/2 + 1/(4x2)
Notice that only the sign changed from -1/2 to 1/2
Next from the formula above S = ∫2πx*√(1+(f '(x))2) dx you must take the square root of
x2/2 + 1/2 + 1/(4x2) This factors into (x/2 + 1/(2x))2.
Notice that the sign changed here as well.
Plug this into the main formula you get. S = ∫2πx*√((x/2 + 1/(2x))2 )dx
The radical and square root cancel and you're left with ∫2πx*(x/2 + 1/(2x) dx
Simplify: ∫π(x2 + 1) dx. (Notice I multiplied the 2x into the parenthesis).
And integrate between the bounds x= 2 to 3
S = π * [x3/3 + x]32 The rest is standard integration.
S = π * ((27/3 + 3) - (8/3 + 2)
S = 22π/3
Nick E.
When you FOIL f'(x) shouldn't you get (x^2)/4 rather than (x^2)/211/04/21