Calculate Volume with Cylindrical Shells: y=x^2-3 & y=2x

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Cylindrical
AI Thread Summary
The discussion focuses on calculating the volume generated by revolving the area bounded by the curves y = x^2 - 3 and y = 2x around the line x = 7 using cylindrical shells. The initial setup of the integral was incorrect due to miscalculating the intersection points, which should be x = -1 and x = 3. After correcting the limits, the integral was established as V = 2π ∫ from -1 to 3 of (7 - x)(-x^2 + 2x + 3) dx. The final volume calculation resulted in 128π. Mathematica is recommended for graphing and verifying solutions.
Benny
Messages
577
Reaction score
0
Hi I'm stuck on an integration problem where I need to use the method of cylindrical shells to calculate a volume.

Q. Using the method of cylindrical shells, find the volume generated when the area bounded by the curve y = x^2 - 3 and the line y = 2x is revolved about the line x = 7.

The main thing that I'm having trouble with is setting up the integral. I think it's due to a limited conceptual understanding of what's going on with questions of this type. I started by drawing a quick sketch and finding the x values of intersection, x = +/- sqrt(3).

I drew a cylinder, with the vertical axis x = 7 going through its centre, around the region.

Volume(cylinder) = (circumference)(height)(thickness) = CHT

<br /> C = 2\pi r = 2\pi \left( {7 - x} \right)<br />

<br /> H = 2x - \left( {x^2 - 3} \right) = - x^2 + 2x + 3<br />

T = dx

<br /> V = 2\pi \int\limits_{ - \sqrt 3 }^{\sqrt 3 } {\left( {7 - x} \right)\left( { - x^2 + 3x + 3} \right)dx} <br />

That's what I came up with. I can't check to see if my answer is correct because I don't have the solution to the question. Any help with this question would be good thanks.
 
Physics news on Phys.org
Well, the first thing you've done wrong is miscalculate the x values of the intersection of the curves. They are not \plusminus\sqrt{2}!
Show how you got that value and we may be able to point out your mistake.
Other than that, it looks like you have the right integral.
 
So what'd you get Benny? To find the intersection of two curves f(x) and g(x), just set them equal to each other right? So set those two equal, solve for x and you have the limits of integration. I made a plot.
 

Attachments

  • volume cylinders.JPG
    volume cylinders.JPG
    6.6 KB · Views: 438
Hmm...x^2 - 3 = 2x => (x-3)(x+1) = 0 => x = 3 or -1. I don't know how I got +/- sqrt(3) the first time around. Thanks for pointing that out.

So continuing from before(the quadratic should have a 2x term instead of 3x in my previous post).

<br /> V = 2\pi \int\limits_{ - 1}^3 {\left( {7 - x} \right)} \left( { - x^2 + 2x + 3} \right)dx<br />

<br /> = 2\pi \int\limits_{ - 1}^3 {\left( {x - 7} \right)\left( {x^2 - 2x - 3} \right)dx} <br />

<br /> = 2\pi \int\limits_{ - 1}^3 {\left( {x^3 - 9x^2 + 11x + 21} \right)dx} <br />

<br /> = 2\pi \left[ {\frac{{x^4 }}{4} - 3x^3 + \frac{{11x^2 }}{2} + 21x} \right]_{ - 1}^3 <br />

<br /> = 2\pi \left( {\left( {\frac{{81}}{4} - 81 + \frac{{99}}{2} + 63} \right) - \left( {\frac{1}{4} + 3 + \frac{{11}}{2} - 21} \right)} \right)<br />

<br /> \mathop = \limits^{calculator} 128\pi <br />

Edit: BTW saltydog, which program do you use to draw those sketch graphs?
 
Benny said:
<br /> \mathop = \limits^{calculator} 128\pi <br />

Edit: BTW saltydog, which program do you use to draw those sketch graphs?

That's what I got. I use Mathematica. Try and check it out. Your school should have it. You know, Mathematica is also good to back-substitute solutions into ODEs to verify the solutions. Good for lots of other things too.:smile:
 
Benny said:
<br /> \mathop = \limits^{calculator} 128\pi <br />

Edit: BTW saltydog, which program do you use to draw those sketch graphs?
saltydog said:
That's what I got. I use Mathematica. Try and check it out. Your school should have it. You know, Mathematica is also good to back-substitute solutions into ODEs to verify the solutions. Good for lots of other things too.:smile:
Some Mathematica functions are avilable online at

http://www.quickmath.com/

Click on equations and advanced equation plotting page
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top