Did I do this right? Finding the surface area of curve y= x^2 (0,1) rotated about the y-axis.
\[SA= 2\pi \int\limits_{0}^{1}x(2x+1) dx\]
\[SA= 2\pi \int\limits_{0}^{1}2x^2 + x dx\]
\[SA= \frac{ 14\pi }{ 6 }\]
I simplified the arc length part
I'm not sure how you got the 2x+1 part. Can you show your work on that? Hopefully you found that y = x^2 dy/dx = 2x [dy/dx]^2 = 4x^2 [dy/dx]^2+1 = 4x^2+1 agreed?
yes I agreed. I believe I made the mistake of assuming you could easily take the square root of that.
@jim_thompson5910
\[\Large \sqrt{4x^2+1} \ne \sqrt{4x^2} + \sqrt{1}\]
Ohh ok so plugging into the SA equation I have\[SA= 2\pi \int\limits_{0}^{1}x \sqrt{4x^2+1}dx\]
you have the correct integral now
ohh you can only do that if there weren't added right? like if they were seperate or a multiplication? what was inside the radical
yes \[\Large \sqrt{x*y} = \sqrt{x}*\sqrt{y}\]
well, anyways moving on, I integrated using U substitution. I ended up with 5pi/4
let me check
http://www.wolframalpha.com/input/?i=2pi*int(x*sqrt(4x%5E2%2B1),x%3D0..1) 5pi/4 is not the correct answer
How do you integrate that then?
u = 4x^2+1 du = 8x*dx x*dx = du/8 agreed so far?
yes, that's what I did
\[\Large 2\pi\int x\sqrt{4x^2+1}dx\] \[\Large 2\pi\int (\sqrt{4x^2+1})*(x*dx)\] \[\Large 2\pi\int \sqrt{u}*\frac{du}{8}\] \[\Large 2\pi*\frac{1}{8}\int u^{1/2}du\] \[\Large \frac{\pi}{4}\int u^{1/2}du\] what comes next?
ohh I might of forgotten about the 3/2 power at the end :s
pi/4 * 2/3 * u^3/2
replace the u with 4x^2+1 to get \[\Large \frac{\pi}{4}*\frac{2}{3}*(4x^2+1)^{3/2}+C\]
I get 5.85 now
close but not quite there
I think you forgot to plug in x = 0 and subtract
5.18
If \[\Large g(x) = \Large \frac{\pi}{4}*\frac{2}{3}*(4x^2+1)^{3/2}+C\] then what is g(1) equal to?
ohh algebra mistake, I get 5.33 now
5.33041350026898 which rounds to 5.33 so it looks good
Thanks :)
no problem
Now, if I want to find the SA of the same curve rotated about the x axis, the only thing that changes is the radius right?
\[SA= 2\pi \int\limits_{0}^{1}x^2\sqrt{4x^2+1}dx\]
You'll now use the formula \[\Large SA = 2\pi\int_{a}^{b}y\sqrt{1+\left(\frac{dy}{dx}\right)^2}dx\]
yes correct, evaluate what you just wrote
How would I integrate this? by parts?
Integration by parts u = sqrt(4x^2+1) du = 4x/sqrt(4x^2+1) dv = x^2 v = (1/3)x^3 \[\Large \int u dv = u*v - \int v du\] \[\Large \int x^2\sqrt{4x^2+1} = \sqrt{4x^2+1}*\frac{1}{3}x^3 - \int \frac{1}{3}x^3 \frac{4x}{\sqrt{4x^2+1}}dx\] I'm getting stuck though
This person is using hyperbolic trig, which your teacher may have not gone over yet http://mymathforum.com/calculus/48434-integral-x-2-sqrt-1-4x-2-a.html
so it's probably best to use a calculator to get the approx result if you have a TI83, TI84, etc, you can use the function `FnInt` (which stands for Function Integration) http://tibasicdev.wikidot.com/fnint
or you can use something like wolfram http://www.wolframalpha.com/input/?i=2*pi*int(x%5E2*sqrt(x%5E2%2B1),x%3D0..1)
Join our real-time social learning platform and learn together with your friends!