Find volume of solid elliptic paraboloid using polar coordinates

chris_usyd
Messages
39
Reaction score
0

Homework Statement


a elliptic paraboloid is x^2/a^2+y^2/b^2<=(h-z)/h, 0<=z<=h. Its apex occurs at the point (0,0,h). Suppose a>=b. Calculate the volume of that part of the paraboloid that lies above the disc x^2+y^2<=b^2.:confused:



2. The attempt at a solution
We normally do the questions that ask to find the volume of a cylinder. the polar coordinates are straight, which is x=rcos(), y=rsin();
but in this question, i don't how to set up the polar coordinates for x and y..:frown:
 
Physics news on Phys.org
Your equation for the elliptic paraboloid appears to be:
\frac{x^2}{a^2}+\frac{y^2}{b^2}\le \frac{h-z}{h}
Make z the subject of the equation to get the upper limit, as z varies from z = 0. The rest should be easy enough, as you are expected to use cylindrical coordinates to describe the volume.
 
thanks :)) sharks
 
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