Finding the Critical Point(negative square root)

Luscinia
Messages
17
Reaction score
0

Homework Statement


Find the critical points for the function g(x, y, z) = x3+xy2+x2+y2+3z2.

Homework Equations

The Attempt at a Solution


I've come up with the following 3 equations (derivatives set so that they are equal to 0)
(1) 3x2+y2+2x=0
(2) 2xy+2y=0
(3) 6z=0

From (3),
z=0​
From (2),
2y(x)+2y(1)=0
x+1=0
x=-1​
From (1) using what I have obtained from (2),
3(-1)2+y2+2(-1)=0
3-2+y2=0
1=-y2
y2=-1​
I do not know how I am supposed to isolate y in this case since square roots are supposed to be positive. Do I need to get i involved? If so, how?
 
Physics news on Phys.org
From (2) you have two possibilities: 0 = 2xy + 2y = 2y(x + 1) so either y = 0 or x = -1 or both.

You must also satisfy (1). You've shown that if x = -1 then (1) requires that y^2 = -1, so that doesn't give you a critical point. There remains the y = 0 possibility.
 
Luscinia said:

Homework Statement


Find the critical points for the function g(x, y, z) = x3+xy2+x2+y2+3z2.

Homework Equations

The Attempt at a Solution


I've come up with the following 3 equations (derivatives set so that they are equal to 0)
(1) 3x2+y2+2x=0
(2) 2xy+2y=0
(3) 6z=0

From (3),
z=0​
From (2),
2y(x)+2y(1)=0
x+1=0
x=-1​
From (1) using what I have obtained from (2),
3(-1)2+y2+2(-1)=0
3-2+y2=0
1=-y2
y2=-1​
I do not know how I am supposed to isolate y in this case since square roots are supposed to be positive. Do I need to get i involved? If so, how?

##(2) \Longrightarrow 2y(x+1) = 0 \Longrightarrow y = 0 \; \text{or }\; x+1 = 0##.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top