Find Stationary Points of u(x,y) Function & Determine Max/Min/Saddle

  • Thread starter Thread starter Jenkz
  • Start date Start date
  • Tags Tags
    Points
AI Thread Summary
The discussion revolves around finding the stationary points of the function u(x, y) = 4x^3 − 18(x^2)y + 24x(y^2) − 120y and determining their nature as maxima, minima, or saddle points. Participants are attempting to solve the equations derived from the first derivatives, du/dx and du/dy, which must equal zero to find stationary points. There is some confusion regarding how to eliminate variables and factor the resulting equations to find solutions. The conversation also suggests that the problem should be posted in a more appropriate section for better assistance. Ultimately, the focus remains on solving for the stationary points to classify them correctly.
Jenkz
Messages
57
Reaction score
0

Homework Statement



Find the four stationary points of the function:
u(x, y) = 4x^3 − 18(x^2)y + 24x(y^2) − 120y

Determine whether they are maxima, minima or saddle points.

Homework Equations



To find stationary points use:

E= (d^2u/dxy)^2 - [(d^2u/dx^2) * (d^2u/dy^2)]

E>0 saddle
E < 0 Maximum -> d^2u/dx^2 < 0
Minimum -> d^2u/dx^2 > 0

The Attempt at a Solution



du/dx = 12x^2 - 36xy +24y^2 (1)
du/dy = -18x^2 + 48xy-120 (2)

Stationary points mean both du/dx and du/dy are equal to 0. Here I should find simultaneous solution of equations (1) and (2). This is where I get stuck and I am not sure how to find them.

I have done the next part though:

E= (-36x + 48y)^2 - (1152x^2 - 1728xy)

But I need the stationary points to find the min/max/saddle points.
 
Physics news on Phys.org
Try factoring one of those equations.
 
Ok I've tried:

du/dx = 12x^2 - 36xy +24y^2 (1)
du/dy = -18x^2 + 48xy-120 (2)

(1) x^2 - 3xy + 2y^2 = 0
(2)-3x^2 + 8xy -20 = 0

Eliminate x^2 ; xy +6y^2 - 20= 0 ; x = 20/y - 6y
Or
Eliminate xy ; x^2 - 16y^2 + 60 = 0 (not sure how to factorise)

Do I sub that back into the previous equtions?

I am still not sure where to go form here.
 
The first equation can be written in factored form as
(x - y)(x - 2y) = 0

BTW, you should post problems like this in the Calculus & Beyond section, not this section.
 
Last edited by a moderator:
Thank you! I think I know what I need to do now with the other equation now.

Noted, i'll post in the other section.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top