SOLUTION: A "mountain" is formed by revolving the graph of {{{y = e^(-x)}}}, {{{x>=0}}}, around the y-axis. Calculate the volume of this mountain.
Algebra ->
Volume
-> SOLUTION: A "mountain" is formed by revolving the graph of {{{y = e^(-x)}}}, {{{x>=0}}}, around the y-axis. Calculate the volume of this mountain.
Log On
You can put this solution on YOUR website! y = e^(-x)
:
note that the y intercept is (0, 1) since e^(-0) = 1
:
The volume(v) of the mountain is pi * integration from 0 to 1 of {f(y)}^2 * dy
:
note that x = f(y) is the equation expressed in terms of y
:
y = e^(-x) then
:
x = ln (1/y)
:
pi * integral from 0 to 1 of {ln(1/y)}^2 dy
:
pi * integral from 0 to 1 ( y * (log^2(1/y) +2*log(1/y) + 2) )
:
we can just evaluate it for y = 1
:
note that the ln of 1 is 0
:
pi * ( 1 * (0) + 2*(0) +2) = pi * 2 = 6.2832
:
********************
V = 6.2832 units^3
********************
: