Volume of solid bounded by y=e^3x and y=e^x revolved around x-axis

  • Thread starter Thread starter 1MileCrash
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



Find the exact volume of the region bounded by:

y = e^3x
y = e^x
x=0
x=1

Revolved around x axis

Homework Equations





The Attempt at a Solution



The partitions will be disks of radius e^3x - e^x and height of delta x.

Therefore, the volume of a partition is

pi(e^3x - e^x)^2 delta x

Integrating this from 0 to 1 gives me a final integral of:

[itex]\pi \int^{1}_{0} e^{6x} - e^{2x} dx[/itex]

Which evaluated for exact gives me:

[itex]\pi(\frac{e^{6} - 1}{6} - \frac{e^{2} + 1}{2})[/itex]

But I am incorrect. Why?
 
Physics news on Phys.org
They're (vertical) washers, with outer radius e3x and inner radius ex.

As it turns out, that's what you have in your integral expression. (But two wrongs don't make a right.)

Check your signs when you substitute the limits of integration into your anti-derivative.
 
1MileCrash said:

Homework Statement



Find the exact volume of the region bounded by:

y = e^3x
y = e^x
x=0
x=1

Revolved around x axis

Homework Equations





The Attempt at a Solution



The partitions will be disks of radius e^3x - e^x and height of delta x.
No, they won't. In fact there are NO "disks". The region between the two graphs form a "washer". One way to do this is to find the volume wnem the disk formed by [itex]e^{3x}[/itex] is rotated around the x-axis, find the volume when the disk formed by [itex]e^x[/itex] is rotated around the x-axis, and then subtracting

Therefore, the volume of a partition is

pi(e^3x - e^x)^2 delta x
No. [itex]\pi\int e^{3x}dx- \pi\int e^x dx= \pi \int (e^3x- e^x) dx[/itex]

Integrating this from 0 to 1 gives me a final integral of:

[itex]\pi \int^{1}_{0} e^{6x} - e^{2x} dx[/itex]

Which evaluated for exact gives me:

[itex]\pi(\frac{e^{6} - 1}{6} - \frac{e^{2} + 1}{2})[/itex]

But I am incorrect. Why?