PDA

View Full Version : Critical Points of a function


Chadlee88
May24-07, 09:53 PM
1. The problem statement, all variables and given/known data
Find all the critical points of f(x,y) = 2x^3+xy^2+5x^2+y^2+100

2. Relevant equations



3. The attempt at a solution

I'm really not sure how to do this question due the the x^3 term in the function. Could someone please advise how to start this.

Thanx :D

Dick
May24-07, 10:17 PM
The critical points are where the partial derivatives of f with respect to x and y vanish simultaneously. Why should the x^3 be a problem?

Chadlee88
May24-07, 11:24 PM
Partial derivatives

(6x^2+y^2+10x)i + (2xy+2y)j

how am i supposed to find values of x and y that make it equal to zero??

the partial derivative with respect to x is a quadratic function with both x and y terms. so i'm stuck!!

Pythagorean
May25-07, 12:42 AM
Partial derivatives

(6x^2+y^2+10x)i + (2xy+2y)j

how am i supposed to find values of x and y that make it equal to zero??

the partial derivative with respect to x is a quadratic function with both x and y terms. so i'm stuck!!

You have two components and you can set each to zero. Then you have two equations and two unknowns.

Dick
May25-07, 07:49 AM
You shouldn't really have components anyway. The partial derivatives aren't a vector. Start with the second one 2xy+2y=0.

f(x)
May25-07, 10:20 AM
Arent critical points those where either first derivative is 0 or not defined ?

Pythagorean
May25-07, 02:07 PM
You shouldn't really have components anyway. The partial derivatives aren't a vector. Start with the second one 2xy+2y=0.

good point.