Triple Integral Cartesian Coordinates

bytenel
Messages
2
Reaction score
0
Ok I have a quick question. I have this problem that is doable with polar coordinates and triple integrals but I was wondering if it would be possible to do this problem in the cartesian coordinate system (odd question I know...).

Homework Statement



A sprinkler distributes water in a circular pattern, supplying water to a depth of e^(-r) feet per hour at a distance of r feet from the sprinkler.

A. What is the total amount of water supplied per hour inside of a circle of radius 10?
2pi-2pie^(-10)
B. What is the total amount of water that goes throught the sprinkler per hour?
2pi

Homework Equations


Just integration techniques I guess. pi*R^2 is the equation for a circle area. x^2+y^2=100 is the equation in standard form for this circle.

The Attempt at a Solution



Here's where I get lost. In cartesian coordinates the bounds for the resulting double integral should be 0<=y<=sqrt(100-x^2) and 0<=x<=10, right? Then from there I take the double integral of the equation of the circle and...?

Any help is appreciated, thanks!

EDIT: Should I take the double integral of pi(x^2+y^2) with the bounds I have above? or is that wrong?
 
Physics news on Phys.org
bytenel said:
Here's where I get lost. In cartesian coordinates the bounds for the resulting double integral should be 0<=y<=sqrt(100-x^2) and 0<=x<=10, right? Then from there I take the double integral of the equation of the circle and...?

Any help is appreciated, thanks!

EDIT: Should I take the double integral of pi(x^2+y^2) with the bounds I have above? or is that wrong?

Those bounds would be for a quarter of the circle. You could use those limits and multiply the answer by 4. But your integrand would be ##e^{-r}=e^{-\sqrt{x^2+y^2}}##. I don't think anyone would want to work it in rectangular coordinates. If you really must try it, you might have success with a trig substitution on the inside integral. Not sure, I haven't tried it.
 
Last edited:
Wait, why would those limits only be for a quarter of the circle?
 
bytenel said:
Wait, why would those limits only be for a quarter of the circle?

Because your limits have both x and y positive.
 
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