RyanV
- 12
- 0
Homework Statement
Find the extrema of the function subject to the given constraint.
f (x, y) = x
x2 + 2y2 = 3
Homework Equations
det = fxx * fyy - (fxy)2
If det > 0,
fxx < 0 \Rightarrow MAXIMUM
fxx > 0 \Rightarrow MINIMUM
If det < 0,
\Rightarrow SADDLE POINT
If det = 0m
Inconclusive
The Attempt at a Solution
I appear to be struggling with this maxima/minima stuff. Previous questions were just correct. I had to look at the book's answers to figure a way there. I seem to be missing something...but here is my attempt:
Since x2 + 2y2 = 3,
x = \pm\sqrt{3 - 2y<sup>2</sup>}
Therefore,
f(x, y) = \pm\sqrt{3 - 2y<sup>2</sup>}
At critical point,
\nabla f = (0, - \frac{2y}{\sqrt{3 - 2y<sup>2</sup>}} )
= (0, 0)
Therefore, equating gives
0 = 0
&
- \frac{2y}{\sqrt{3 - 2y<sup>2</sup>}} = 0
So extrema points at (\sqrt{3}, 0) & (-\sqrt{3}, 0) since y = 0.
To find max/min/saddle, find det.
fxx = 0
fxy = 0
det = fxx * fyy - (fxy)2
det = 0 * fyy - (0)2
det = 0
Which is inconclusive. The book has (\sqrt{3}, 0) as a maximum and (-\sqrt{3}, 0) as a minimum.
I don't know what I'm missing out here...
Thanks in advance.