Circle radius 0, algebraic manipulation

1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



Going over some old tests, I am asked to find the contour of the function:

T = 100 - x^2 - y^2

at T = 100, T = 0, etc.

I have a question regarding the contour at T = 100

Homework Equations





The Attempt at a Solution



Consider T = 100

100 = 100 - x^2 - y^2
0 = -x^2 - y^2

This is a circle with radius 0. I knew at the time that this must be the top of the paraboloid. However, I also noted that

0 = -x^2 -y^2
0 = x^2 + y^2
y^2 = -x^2
y = sqrt(-x^2)

Is it correct to determine this result as "there exists a real solution only at x = 0, thus the only point at this contour is (0,0)"?
 
Physics news on Phys.org
In fact, 100- x^2- y^2= T is the same as x^2+ y^2= 100- T which, for T< 100, is the equation of a circle, with center at (0, 0) and radius \sqrt{100- T}. When T= 100, that reduces to x^2+ y^2= 0 which is, as you say, only true for (x, y)= (0, 0). The contour is a single point (which you can think of as a circle with radius "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