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: 434
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
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top