Finding the maxima and minima of a function

Click For Summary
SUMMARY

The discussion focuses on finding the maxima and minima of the function f(x,y) = xye^(-x²-y²). The user has derived the partial derivatives df/dx and df/dy, setting them to zero to find critical points. The equations yield a system that can be simplified to y(1-2x²) = 0 and x(1-2y²) = 0, leading to the solution (0,0) and prompting further exploration for additional critical points and their nature.

PREREQUISITES
  • Understanding of partial derivatives
  • Familiarity with critical points in multivariable calculus
  • Knowledge of exponential functions and their properties
  • Ability to solve systems of equations
NEXT STEPS
  • Learn how to classify critical points using the second derivative test
  • Explore the method of Lagrange multipliers for constrained optimization
  • Study the behavior of multivariable functions using contour plots
  • Investigate the implications of the Hessian matrix in determining local maxima and minima
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus and optimization, as well as anyone interested in multivariable function analysis.

brunette15
Messages
58
Reaction score
0
I have the following function:
f(x,y) = xye(-x2-y2)

I am trying to find all the maximum and minimum points.

I have started off by finding the partial derivatives of the function and equation them to zero.

df/dx = ye(-x2-y2)(1-2x2) = 0

df/dy = xe(-x2-y2)(1-2y2) = 0

However, i am stuck for actually how to solve the coordinates. Do i solve for the x values in df/dx and y values df/dy? And how do i find the corresponding coordinate after that?

If someone could work me through from here I would really appreciate it.

Thanks in advance!
 
Physics news on Phys.org
brunette15 said:
I have the following function:
f(x,y) = xye(-x2-y2)

I am trying to find all the maximum and minimum points.

I have started off by finding the partial derivatives of the function and equation them to zero.

df/dx = ye(-x2-y2)(1-2x2) = 0

df/dy = xe(-x2-y2)(1-2y2) = 0

However, i am stuck for actually how to solve the coordinates. Do i solve for the x values in df/dx and y values df/dy? And how do i find the corresponding coordinate after that?

If someone could work me through from here I would really appreciate it.

Thanks in advance!

Hey brunette15! (Smile)

Both equations should be true at the same time. Solving the set of equations will give you the coordinates.
Since $e^{-x^2-y^2}$ can never be equal to zero, we can divide it out, yielding:
$$\begin{cases}
y(1-2x^2) = 0 \\
x(1-2y^2) = 0
\end{cases} \Rightarrow \begin{cases}
y = 0 \vee 1-2x^2 = 0 \\
x = 0 \vee 1-2y^2 = 0
\end{cases}
$$
If $y = 0$ then the first equation is satisfied. From the second equation it then follows that $x=0$.
So $(0,0)$ is a solution.
Can you find the other 4 solutions? (Wondering)
Which of those solutions will be maximums or minimums?
 
I like Serena said:
Hey brunette15! (Smile)

Both equations should be true at the same time. Solving the set of equations will give you the coordinates.
Since $e^{-x^2=y^2}$ can never be equal to zero, we can divide it out, yielding:
$$\begin{cases}
y(1-2x^2) = 0 \\
x(1-2y^2) = 0
\end{cases} \Rightarrow \begin{cases}
y = 0 \vee 1-2x^2 = 0 \\
x = 0 \vee 1-2y^2 = 0
\end{cases}
$$
If $y = 0$ then the first equation is satisfied. From the second equation it then follows that $x=0$.
So $(0,0)$ is a solution.
Can you find the other 4 solutions? (Wondering)
Which of those solutions will be maximums or minimums?

I see! Thankyou!
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
5
Views
1K