Multivariable Calculus, inspection of (0,0) for f(x,y) = y^2+3x^4-4yx^2

In summary, the problem is that the author is trying to use a different reference for a problem that is actually the same as Problem 23 on Page 210 of Basic Multivariable Calculus by Marsden, Tromba, Weinstein. However, my problem is a bit different.
  • #1
shanu_bhaiya
64
0
The Problem:
Problem is reference to Problem 23 on Page 210 of Basic Multivariable Calculus by Marsden, Tromba, Weinstein. But my problem is a bit different.

The main problem is:
For the function f(x,y) = y2+3x4-4x2y , is (0,0) a local maxima, minima or saddle point?

The secondary problem is that after the failure of method 1, the methods 2 and 3 contradict and method 4 supports method 3.

I approach the problem via different methods given below, some of which prove that (0,0) is a minima and others prove that it is maxima.

The Attempt at a Solution:

We investigate the function f(x,y) = y2+3x4-4x2y and its critical point (0,0):

fx = -8xy+12x3
fy = -4x2+2y
Hence, fx = fy = 0 implies:
Critical point or extremum is (0,0)
---------------------------------------------------------------------------------
METHOD 1:
Now, we check whether (0,0) is a maxima, a minima or a saddle point:
fxx = -8y + 36x2, hence fxx(0,0) = 0
fyy = 2, hence fyy(0,0) = 2
fxy = fyx = -8x, hence fxy(0,0) = 0

Now, we apply the second derivative test for maxima-minima:
fxxfyy – (fxy)2
= 0 x 2 – 0 = 0.

Hence, second derivative test fails in this case.
---------------------------------------------------------------------------------
Hence, we think of an alternative method as following:
METHOD 2:
We put y = mx in the equation and then judge the function according to the one-variable calculus:

f(x,mx) = g(x) = m2x2 + 3x4 – 4mx3
g’(x) = 2m2x + 12x3 – 12mx2
g”(x) = 2m2 +36x2 – 24mx

At x=0 (and hence at y=0):
g(0) = 0
g’(0) = 0
g”(0) = 2m2

Hence g”(0) is positive for all m≠0. Hence, from whichever direction we approach except from x-axis, (0,0) is a minima.

For m=0, the test fails. So, we handle it separately:
When m=0, i.e. f(x,0) = 3x4
We know that (0,0) is an absolute minima for this function.
Hence, (0,0) is a local minima for f(x,y) from this method.
---------------------------------------------------------------------------------
Now, we prove that (0,0) is surrounded by some negative points which contradicts the definition of local minima:
METHOD 3:
It’s simple, put y = 2x2 in the function f(x,y):
So, f(x,2x2) = -x4.

On the x-y plane, y = 2x2 is a parabola. Hence, all the values of the function f(x,y) on this parabola are negative. That means if we approach (0,0) while running on this parabola, we will always encounter negative values except at (0,0) where it is 0, hence on y = 2x2, (0,0) is a maxima (absolute, infact).

Another important fact is that function at (0,0) is surrounded by some negative values, which contradicts the definition of local minima for a function in this case.
---------------------------------------------------------------------------------
METHOD 4:
I thought that going numerically and graphically will somewhat solve my problem. Here are some of my efforts:

The graph of f(x,y) (x from -0.002 to 0.002 and y from -0.000002 to 0.000002) amplified by 1012 looks like this:
dotp9k.png

The graph was drawn using Mathematica 7.0 and the following command was used:
Plot3D[1012 (y2+3x4-4y x2),{x,0.002,-0.002},{y,2*10-6,-2*10-6},PlotRange->{-2,2}]

The value of 1012f(±0.001,0.000002) = -1, calculated using mathematica.
 
Physics news on Phys.org
  • #2
shanu_bhaiya, that is fantastic analysis!

By Method 2, you can correctly conclude that if you take a cross section of the surface where it intersects the vertical plane y=mx (z arbitrary), then you obtain a curve with local min at (0,0). However, you are not allowed to conclude that the surface itself has a local min there. (Your graph in Method 4 clearly shows there is a saddle there.)

So what's happening? To see it, graph the cross sectional curve y=3x^4-4mx^3+m^2 x^2, using m=1 to see a typical case. A good window is [-0.5,1.5] x [-0.2,0.1]. You'll see a local min at (0,0), a local max at approximately (0.21,0.01), and an absolute min at approximately (0.79,-0.18). The actual extrema are at x=0, x=(3-sqrt(3))/6, and x=(3+sqrt(3))/6.

The min at (0.79,-0.18) represents where your leg would rest if you were sitting in the saddle shown in Method 4, with your legs ahead of you (instead of hanging down directly by your side as they would with a hyperbolic paraboloid).

With the case of arbitrary m>0, the graph has the same general shape as the m=1 case, with the extrema at x=0, x=(3-sqrt(3))m/6 (approx x=0.2113m), and x=(3+sqrt(3))m/6 (approx x=0.7887m). Pay special attention to the fact that as m approaches 0, the "leg minimum" at x=0.7887m also approaches zero. The curve still has a local min at the origin, and yet with m approaching 0, you see that there are negative values of the surface z=f(x,y) (at the "leg minimum") arbitrarily close to the origin.

These "leg minimums" are consistent with what you found in Method 3, but here you looked only in the "leg rests."

The short answer is that since you yourself proved that z=f(x,y) takes on positive and negative values in any disk, in the domain, centered at the origin, then f has neither a local max nor a local min at (0,0).

But the longer analysis you provided (together with correction of your conclusions in Methods 2 and 3) is much more interesting, to me, than the short answer.
 
  • #3
Thanks a lot for reply, I wasn’t even expecting one this time.
Hence this statement is wrong:
“For a function f(x,y), (x0, y0) is a local minima if it is a local minima of all those curves which are obtained by intersecting (y- y0) = m(x- x0) with f(x,y).”

As you said:
Billy Bob said:
By Method 2, you can correctly conclude that if you take a cross section of the surface where it intersects the vertical plane y=mx (z arbitrary), then you obtain a curve with local min at (0,0). However, you are not allowed to conclude that the surface itself has a local min there. (Your graph in Method 4 clearly shows there is a saddle there.)
I cannot conclude that (0,0) is a local minima from method 2, that means the statement above must be wrong and correct statement will be:
“For a function f(x,y), (x0, y0) is a local minima if it is a local minima of all possible curves passing by (x0, y0).”
Is it correct?

Thanks a lot for giving the satisfactory solution. Although I have understood the story, I wanted to argue more. One last doubt is that book says "Prove that (0,0) is a local minima", I doubt if it means that (0,0) is really a local minima, but book may be wrong as well. Problem is officially solved, but I’m still waiting for a great statement which will give a deeper insight into the problem.
 

1. What is Multivariable Calculus?

Multivariable Calculus is a branch of mathematics that deals with the study of functions of multiple variables. It involves analyzing and manipulating equations with more than one independent variable. It is used to solve problems in fields such as physics, engineering, and economics.

2. How do you inspect a point in Multivariable Calculus?

In Multivariable Calculus, to inspect a point (x,y) on a function f(x,y), you can plug in the values of x and y into the function and evaluate it. This will give you the corresponding output value for that point.

3. What does "inspection of (0,0)" mean in Multivariable Calculus?

In Multivariable Calculus, "inspection of (0,0)" means to analyze the behavior of a function f(x,y) at the point (0,0). This involves evaluating the function at x=0 and y=0 and studying its properties at that specific point.

4. What is the purpose of inspecting (0,0) in Multivariable Calculus?

The purpose of inspecting (0,0) in Multivariable Calculus is to determine the behavior of the function f(x,y) at the origin. This can help us understand the overall behavior of the function and make predictions about its behavior in other regions.

5. How do you inspect (0,0) for the function f(x,y) = y^2+3x^4-4yx^2?

To inspect (0,0) for f(x,y) = y^2+3x^4-4yx^2, we first plug in x=0 and y=0 into the function, which gives us an output of 0. Then, we can take partial derivatives of the function with respect to x and y, and evaluate them at (0,0). This can help us determine the critical points and the behavior of the function at the origin.

Similar threads

  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
760
  • Calculus and Beyond Homework Help
Replies
2
Views
544
  • Calculus and Beyond Homework Help
Replies
5
Views
548
  • Calculus and Beyond Homework Help
Replies
6
Views
549
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
512
  • Calculus and Beyond Homework Help
Replies
10
Views
760
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
Back
Top