Critical points, several variables

simba_
Messages
19
Reaction score
0

Homework Statement


Find the critical points of

x3 + y3 + 3x2 + 6y2 - 9x + 9y +1

you do not need to define the critical points

Homework Equations





The Attempt at a Solution



i have
df/dx = 3x2 + 6x - 9 and when i solve this x = -3, 1
but i don't know what the corresponding y values are

df dy = 3y2 + 12y + 9 and so y = -3, -1
and here i don't know what the corresponding x values are
 
Physics news on Phys.org
simba_ said:

Homework Statement


Find the critical points of

x3 + y3 + 3x2 + 6y2 - 9x + 9y +1

you do not need to define the critical points

Homework Equations





The Attempt at a Solution



i have
df/dx = 3x2 + 6x - 9 and when i solve this x = -3, 1
but i don't know what the corresponding y values are

df dy = 3y2 + 12y + 9 and so y = -3, -1
and here i don't know what the corresponding x values are
fx = 0 when x = -3 or x = 1
fy = 0 when y = -3 or y = 1

So both partials are zero at (-3, -3), (-3, 1), (1, -3), and (1, 1).
 
tyty
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...

Similar threads

Back
Top