Calculating Stationary Points of a Function

  • Thread starter Thread starter Hart
  • Start date Start date
  • Tags Tags
    Function Points
AI Thread Summary
The discussion focuses on finding the stationary points of the function f(x,y) = xy - (y^3)/3 constrained by the line x+y = -1. The method employed involves using Lagrange multipliers, leading to the equations derived from the partial derivatives. Two stationary points are identified: (2 + √2, -1 - √2) and (2 - √2, -1 + √2). To determine whether these points are maxima or minima, the function values at these points are evaluated, with the need for second derivative tests also mentioned. The conversation highlights the complexity of the problem and the alternative approach of using directional derivatives for a potentially simpler solution.
Hart
Messages
168
Reaction score
0

Homework Statement



Finding the stationary point(s) of the function:

f(x,y) = xy - \frac{y^{3}}{3}

.. on the line defined by x+y = -1.

For each point, state whether it is a minimum or maximum.

Homework Equations



.. within the problem statement and solutions.

The Attempt at a Solution



This is what I have so far:

f(x,y) = xy - \frac{y^{3}}{3}

g(x,y) = x+y-1 = 0

Therefore need to extemise:

F(x,y,\lambda) = f + \lambda g = xy - \frac{y^{3}}{3} + \lambda(x+y-1)

So calculating the partial derivatives:

\frac{\partial F}{\partial x} = y + \lambda = 0

\frac{\partial F}{\partial y} = x - 3\left(\frac{y^{2}}{3}\right) + \lambda = x - y^{2} + \lambda = 0

\frac{\partial F}{\partial \lambda} = x + y - 1 = 0

Then need to look for all consistent solutions:

1. y = \lambda

.. but now I'm stuck on what to do now, seemto have done something wrong because I can't get more consistent soluations and then nice simultaneous equations to equate :confused:
 
Physics news on Phys.org
Hi Hart! :smile:

(have a lambda: and a curly d: ∂ :wink:)

(Actually, it's y = -λ, isn't it? :wink:)

ok, now substitute that in the other two equations, and you'll get a quadratic equation in λ. :smile:
 
OK.. So from the first partial derivative equation I get that:

y = -\lambda

.. then put this into the second partial derivative equation, which gives:

x - \lambda^{2} + \lambda = 0

.. hence:

x = \lambda^{2} - \lambda

.. then put this into the third partial derivative equation, which gives:

\lambda^{2} - \lambda - \lambda - 1 = \lambda^{2} - 2\lambda - 1 = 0

.. then solve quadratic equation to get values of \lambda:

\lambda = \frac{2 \pm \sqrt{(4) + (4)}}{2} = 1 \pm \sqrt{2}

.. hence:

\lambda = 1 + \sqrt{2} , 1 - \sqrt{2}

.. yes??!

.. note: but:

\lambda = 1 \pm \sqrt{2} \neq - y

:confused:
 
What's wrong with that? :confused:

y = -1 - √2, x = 2 + √2;

y = -1 + √2, x = 2 - √2.
 
um.. nothing! I don't know why I thought there was an issue there earlier! :redface: .. maybe just going a bit mad! :wink:

Right, so since now have:

y = -1 - \sqrt{2}, x = 2 + \sqrt{2}

y = -1 + \sqrt{2}, x = 2 - \sqrt{2}

.. then there are just 2 stationary points of the function, which are those 2 above?

Also, to find if the points are maxima or minima, just need to put each set of (x,y) values into this equation:

f(x,y) = xy - \frac{y^{3}}{3}

.. and if f(x,y) > 0 then maxima point, and if f(x,y) < 0 then minima point?
 
Last edited:
Hart said:
.. and if f(x,y) > 0 then maxima point, and if f(x,y) < 0 then minima point?

(why do you keep going into LaTeX?!)

No, that only tells you the value of f(x,y) …

you'll need more than that to check whether the value is a local maximum or minimum or stationary point.
 
.. calculate second derivatives? negative = max point, positive = min point?
 
Hi Hart! :smile:

(just got up :zzz: …)
Hart said:
.. calculate second derivatives? negative = max point, positive = min point?

Yes, except you'll need the second derivatives "dot" the line. :wink:
 
erm.. so for the first set of values I have:

f(x,y) = xy - \left(\frac{y^{3}}{3}\right) = \left(\left(2+\sqrt{2}\right)\left(-1-\sqrt{2}\right)\right) - \left(\frac{\left(-1 - \sqrt{2}\right)}{3}\right) = \left(-4 - 3\sqrt{2}\right) - \left(-7 + 5\sqrt{2}\right) = 3 + 2\sqrt{2}

which is positive, so this is a minium stationary point.

.. correct?!
 
  • #10
what happened to the second derivatives? :confused:
 
  • #11
OH.. I just forgot them! :redface:

ok, so:

f(x,y) = xy - \left(\frac{y^{3}}{3}\right)

\frac{\partial f(x,y)}{\partial xy} = 1 - y^{2}

\frac{\partial f(x,y)}{\partial xy} = 2y

.. correct? (I'm not too good on partial derivations :frown:)

So then:

2y = 2\left(-1 - \sqrt{2}\right) = -2 - 2\sqrt{2}

.. which is positive.

2y = 2\left(-1 + \sqrt{2}\right) = -2 + 2\sqrt{2}

.. which is negative.

Hopefully somewhat getting there! :smile:
 
  • #12
hmm … this has become needlessly complicated.

It would have been easier at the beginning, instead of using the λ method (i know it has a name, but I've forgotten it :redface:), to simply use the directional derivative.

Since g(x,y) in this case is a straight line, in the direction (1,-1), all you needed to do was to find the directional derivative, ∇gf, in that direction, ie ∂f/dx - ∂f/∂y, which was y + y2 - x, and put that = 0 (subject to x + y = 1).

Substituting x = 1 - y gives ∇gf = 2y + y2 - 1 = 0 …

this is the same final equation as before, but without using λ ! :wink:

Now, to distinguish between maxima and minima, you need to know whether ∇gf is increasing or decreasing, so just consider d/dy (∇gf). :smile:
 
  • #13
.. I was doing in the \lambda way (um.. lagrange multiplier?!) as this is how I was taught a similar problem and hence should really use this way.

Looking back through my notes on this, once the values of x and y have been found (as they have been) then just put these into the original equation for f and then can deduce if the stationary point is a min or a max.

Basically, for the first point:

x = 2 + \sqrt{2}, y = -1 - \sqrt{2}

.. input the values into:

f(x,y) = xy - \frac{y^{3}}{3}

and consider whether is positive or negative, and hence max or min point.

Then repeat for second point.
 
  • #14
(oh yes, Lagrange multiplier! :rolleyes:)

But the problem with that method is that f(x,y) isn't necessarily positive at a maximum or negative at a minimum.

You can change it slightly, and say that if there are only two turning-points, at A and B, then either f(A) > f(B) or f(B) > f(A) …

in either case, the first one must be a maximum, and the second a minimum! :smile:

(of course, that doesn't rule out points of inflexion, so perhaps for completeness the values towards infinity in both directions should also be considered)
 
Back
Top