Surface Area by rotating a curve

xo.Stardust
Messages
3
Reaction score
0
1. Find the surface area generated by rotating the curve about the y-axis

2. X=(1/3)Y^(3/2)-Y^(1/2) between 1 and 3

3. x' = (1/2)Y^(1/2) - (1/2)Y^(-1/2)
x'^2 = (y^2-2y+1)/4y

I'm not sure if that derivative is correct or if implicit differentiation is required. I also can't get any further using the surface area formula. Any help would be appreciated.
 
Physics news on Phys.org
Your math is correct; you shouldn't need to use implicit differentiation. Which formula are you using for surface area?
 
https://www.physicsforums.com/latex_images/23/2361260-0.png

After substituting my data into the equation I can't simplify it far enough to take the integral
 
Last edited by a moderator:
The first x in that integral should be a y. :wink:

Combine the 1 with (y^2-2y+1)/4y and try to get the quadratic part into (y + something)2 so you can take its square root.
 
Bohrok said:
Combine the 1 with (y^2-2y+1)/4y and try to get the quadratic part into (y + something)2 so you can take its square root.

I didn't think to do that, I think I've got it now. Thanks!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top