Essay record

Calculus: Find the Local Maxima, Local Minima, and Saddle Points

Record
Essay / / 1 min read / 169 words
Tags
Unfiled

DISCLOSURE: Some links may be affiliate links. Details

Find the local maxima, local minima, and saddle points of f(x,y) = x^3 + 3xy + y^3

Start by finding the partial derivative fx and fy

fx = 3x^2 + 3y

fy = 3x + 3y^2

We can tell that both functions exist everywhere because at no (x,y) combination does the function not exist (should speak for itself).

Because bot functions exist everywhere, local extremes can only occur where:

fx = 3x^2 + 3y = 0 and fy = 3x + 3y^2 = 0

Possibilities: (0,0), (-1,-1)

Using the Second Derivative Test for Local Extrema Values, we can determine what kind of critical points the found possibilities are.

fxx = 6x, fyy = 6y, fxy^2 = 3^2 = 9

@(0,0): fxxfyy – fxy^2 = 27 > 0 and fxx = -6 < 0

@(-1.-1): fxxfyy – fxy^2 = -9 < 0

**Solution: Saddle point at (0,0) with a value of 0
**

Local mxima at (-1,-1) with a value of 1

Built with CloudSeed Rust