Calculate Lagoon Volume: x,y in km, D(x,y) = 40−160(y−f(x))2 − 40x2

  • Thread starter Thread starter mikejacob33
  • Start date Start date
  • Tags Tags
    Thanks
mikejacob33
Messages
2
Reaction score
0
Please Help Soon!thanks

A river follows the path y = f(z) where x, y are in kilometers. Near the
sea, it widens into a lagoon, then narrows again at its mouth. At the point
(x, y), the depth of the lagoon is given by D(x, y) = 40−160(y−f(x))2 − 40x2 meters. The lagoon itself is described by D(x, y)  0. What is the
volume of the lagoon in cubic meters?

so far i got that this problem needs to use transformation and the jacobian.
i put x=u^2-v^2
y=2uv
find the trans using the matrix getting
4u^2+4v^2
double integral (2uv)(4u^2+4v^2)dudv
if what i did so far was right could anyone tell me how to find the limits or at least enlighten me in the right direction
 
Physics news on Phys.org
I'm sorry but I have no idea what "D(x, y)  0" means. What that "box" a special symbol?
 
sorry i wrote it down wrong
D(x,y)>=0
 
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