Is My Approach to Finding Max/Min on a Circular Disk Correct?

  • Thread starter Thread starter Giuseppe
  • Start date Start date
AI Thread Summary
The discussion centers on finding the maximum and minimum values of the function f(x,y) = xy^2 over the circular disk defined by x^2 + y^2 ≤ 3. The user correctly identifies the need to compute the gradient and evaluate critical points, starting with the gradient calculation. However, the user makes an error in the gradient derivative, which should be <y^2, 2xy>, leading to incorrect critical points. Correcting the derivative yields four critical points, with two representing maxima and two representing minima. The user seeks clarification on their approach and is guided to rectify their derivative calculation for accurate results.
Giuseppe
Messages
42
Reaction score
0
Hey I was wondering if anyone can tell me if i am doing this right.

f(x,y) = xy^2 ; R is the circular disk x^2+y^2<=3

So first i took the gradient, since I know a mix/min can exist if the gradient is equal to 0.

Gradient of X= y^s
Gradient of Y= 2xy

So the point (0,0) can be considered right?

Anyway, I know I have to test region edges, so I parameterized the equation.

r(t) = <radical 3 cos(t),radical 3 sin(t)>

i plugged those values of x and y into my equation , and then took the derivative.

After some simplification, I came up with

sin(t)(3*radical3*cos(t)^2-3*radical3)

t= 0, pi, pi/2, 3pi/2 (right?)

so i found the x and y value when t is equal to those values

in conclusion, i have these points.

(0,0)
(0,radical3)
(0,-radical3)
(radical3,0)
(-radical3,0)

I tested these values in the equation xy^2 = f(x,y)

and found that there is no max or min...i don't think this is right.

Can someone help me find my mistake?
 
Physics news on Phys.org
Your mistake is in the derivative you took. The gradient of f(x,y) should be <y^2,2xy>. You should have gotten sin(t)(3*radical3*cos(t)^2+3*radical3)when you took the derivative. Then, when you plug in 0, pi, pi/2, 3pi/2 for t, you should get four critical points, two of which are maxima and two of which are minima.
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top