What is the surface area produced by rotating #f(x)=1-x, x in [0,3]# around the x-axis?
1 Answer
# SA = 5sqrt(2) pi#
Explanation:
graph{(y-1+x)=0 [-10, 10, -5, 5]}
graph{(y-1+x)(y+1-x)=0 [-10, 10, -5, 5]}
Method 1
The surface area will be that of the combination of two cones;
- smaller cone;
- larger cone;
The surface area of a cone is given by
Hence:
# SA = pi(1)sqrt(2) + pi(2)2sqrt(2) #
# \ \ \ \ \ = pisqrt(2) + 4pisqrt(2) #
# \ \ \ \ \ = 5sqrt(2) pi#
Method 2
There is no need to use calculus for this problem, however if you are required to do so; then:
# VOR = int \ 2piy \ dS# , where#dS=sqrt(1+(dy/dx)^2) \ dx #
We need to take care at the point where our curve is below the
On the interval;
# y=1-x => dy/dx=-1 #
# SA = 2pi \ int_0^1 (1-x)sqrt(1+(-1)^2) \ dx#
#\ \ \ \ \ = 2pi \ int_0^1 (1-x)sqrt(2) \ dx #
#\ \ \ \ \ = 2pisqrt(2) \ int_0^1 1-x \ dx #
#\ \ \ \ \ = 2pisqrt(2) \ [x-x^2/2]_0^1 #
#\ \ \ \ \ = 2pisqrt(2) \ {(1-1/2)-(0-0)} #
#\ \ \ \ \ = 2pisqrt(2) *1/2 #
#\ \ \ \ \ = pisqrt(2) #
On the interval;
# y=x-1 => dy/dx=1 #
# SA = 2pi \ int_1^3 (x-1)sqrt(1+(1)^2) \ dx#
#\ \ \ \ \ = 2pi \ int_1^3 (x-1)sqrt(2) \ dx #
#\ \ \ \ \ = 2pisqrt(2) \ int_1^3 x-1 \ dx #
#\ \ \ \ \ = 2pisqrt(2) \ [x^2/2-x]_1^3 #
#\ \ \ \ \ = 2pisqrt(2) \ {(9/2-3)-(1/2-1)} #
#\ \ \ \ \ = 2pisqrt(2) (3/2+1/2 )#
#\ \ \ \ \ = 4pisqrt(2)#
And when we add up these results, we get:
# SA = 5pisqrt(2) # , as before
WARNING NOTES
You have to be extremely careful, and not just blindly apply formula without thinking about the particular problem the formula is being applied to. If we did not account for the negativity of the function over the interval and just computed the formula for the entire interval we get:
On the interval;
# y=1-x => dy/dx=-1 #
# SA = 2pi \ int_0^3 (1-x)sqrt(1+(-1)^2) \ dx#
#\ \ \ \ \ = 2pi \ int_0^3 (1-x)sqrt(2) \ dx #
#\ \ \ \ \ = 2pisqrt(2) \ int_0^3 1-x \ dx #
#\ \ \ \ \ = 2pisqrt(2) \ [x-x^2/2]_0^3 #
#\ \ \ \ \ = 2pisqrt(2) \ (-3/2) #
#\ \ \ \ \ = -3pisqrt(2) #
Which is the net area with positive contribution, so here the smaller cone has positive contribution and the larger cone negative contribution towards the total surface area.