
Originally Posted by
tinyone
...But I'm struggling!
A circle in R^3, ie 3D space is written as: f(x,y)= x^2+ y^2
If we want to draw level curves we give the function different values of C, for example:
C= 1 --> x^2+ y^2 = 1, This will give us a circle with the center in (0,0) and the radius = sqrt(1)=1
BUT what changes when we have x^2+ 4y^2
What does the 4 change, does it change the centre of the circle?
... the circle becomes an ellipse
Also, how should one sketch 1< x^2+y^2 (less than or equal to 4) in the XY-plane?
1 < x^2+y^2 < 4
all points in the plane between the two circles centered at the origin of radius 1 and radius 2 ... includes points on the circle of radius 2 , does not include all points on the circle of radius 1.
Also 2: The temperature in a point (x,y,z) in a body is described by the function T(x,y,z)=x^2+y^2+z^2+2x-2y (degrees celsius). Describe the areas of the body where the temperature is :
a) larger than 2 degrees celsius
b) smaller than 3 degrees celsius
2 < x^2+y^2+z^2+2x-2y < 3
completing the square in x and y ...
2+1+1 < x^2+2x+1 + y^2-2y+1 + z^2 < 3+1+1
4 < (x+1)^2 + (y-1)^2 + (z-0)^2 < 5
all points in the sphere centered at (-1,1,0) that are greater than 2 units from the center but less than sqrt(5) units from the center.