How many critical points are there in a function with multiple variables?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
squenshl
Messages
468
Reaction score
4
I was given f(x,y,z) = x4 + y4 + z4 - x2 - y2 - z2.
I found that (or least I think it's these) x = 0 & [tex]\pm1/\sqrt{2}[/tex], y = 0 & [tex]\pm1/\sqrt{2}[/tex], z = 0 & [tex]\pm1/\sqrt{2}[/tex].
What I'm stuck with is exactly how much critical points are there, by the looks of things there are a few but I'm not too sure, how do I arrange them?
 
Physics news on Phys.org
You have the trivial all 0 and all [itex]\pm1[/itex] solutions, and imagine
[tex]\begin{align*} x^2 &= 1-\epsilon,\\ y^2 &= 1 + \epsilon,\\ \epsilon&\in[0,1]\end{align*}[/tex]

Then what happens to

[itex] f(x,y,z) = x^2(x^2 -1) + y^2(y^2-1) + z^2(z^2-1) [/itex]
 
Wow, 27 critical points.