Multiple Calculator

2 Variable Critical Point Calculator

Multiple Calculator release 2.0.7. Category: Other. Check the displayed formula, units, assumptions, and limitations before use. Methodology · Report an error · Disclaimer
Reviewed by Calculator Editorial Team

This calculator helps you find critical points of functions with two variables. Critical points are essential in calculus for understanding the behavior of functions and identifying maxima, minima, and saddle points.

What are critical points?

In calculus, a critical point of a function of two variables is a point where either the partial derivatives are zero or the partial derivatives do not exist. Critical points are important because they help identify potential local maxima, minima, or saddle points in the function's graph.

Critical points are found by setting the partial derivatives of the function to zero and solving the resulting system of equations.

There are three main types of critical points:

  • Local maximum: A point where the function value is higher than all nearby points
  • Local minimum: A point where the function value is lower than all nearby points
  • Saddle point: A point that is neither a maximum nor a minimum, often looking like a saddle on a horse

How to find critical points

To find critical points of a function f(x, y), follow these steps:

  1. Compute the partial derivatives of f with respect to x and y: ∂f/∂x and ∂f/∂y
  2. Set both partial derivatives equal to zero: ∂f/∂x = 0 and ∂f/∂y = 0
  3. Solve the system of equations to find the critical points (x, y)
  4. Determine the nature of each critical point using the second derivative test or other methods
Critical points occur where ∂f/∂x = 0 and ∂f/∂y = 0

The second derivative test involves computing the second partial derivatives and evaluating the discriminant D = (∂²f/∂x²)(∂²f/∂y²) - (∂²f/∂x∂y)²:

  • If D > 0 and ∂²f/∂x² > 0: local minimum
  • If D > 0 and ∂²f/∂x² < 0: local maximum
  • If D < 0: saddle point
  • If D = 0: test is inconclusive

How to use this calculator

Our 2 variable critical point calculator makes it easy to find critical points of functions with two variables. Here's how to use it:

  1. Enter your function in the "Function f(x,y)" field using standard mathematical notation
  2. Click the "Calculate" button to find the critical points
  3. View the results including the critical points and their nature
  4. Use the chart to visualize the function and critical points

The calculator supports standard mathematical functions including trigonometric, exponential, and logarithmic functions.

Example calculation

Let's find the critical points of the function f(x, y) = x² + y² - 2x - 4y + 7.

f(x, y) = x² + y² - 2x - 4y + 7

First, compute the partial derivatives:

∂f/∂x = 2x - 2 ∂f/∂y = 2y - 4

Set the partial derivatives to zero and solve:

2x - 2 = 0 → x = 1 2y - 4 = 0 → y = 2

The critical point is at (1, 2). To determine its nature, compute the second partial derivatives:

∂²f/∂x² = 2 ∂²f/∂y² = 2 ∂²f/∂x∂y = 0

Calculate the discriminant D:

D = (2)(2) - (0)² = 4 > 0

Since D > 0 and ∂²f/∂x² > 0, the point (1, 2) is a local minimum.

FAQ

What is the difference between a critical point and a saddle point?

A critical point is any point where the partial derivatives are zero or undefined. A saddle point is a specific type of critical point where the function has neither a local maximum nor a local minimum.

How do I know if a critical point is a maximum or minimum?

You can use the second derivative test by computing the discriminant D. If D > 0 and the second partial derivative with respect to x is positive, it's a local minimum. If D > 0 and the second partial derivative with respect to x is negative, it's a local maximum.

What if the second derivative test is inconclusive?

If the discriminant D is zero, the second derivative test is inconclusive. In this case, you may need to use other methods like analyzing the behavior of the function around the critical point or using higher-order derivatives.