SOLUTION: Can you find out the largest and the smallest values for (a) x^2 + y^2 (b) x^2 - y^2 if -10 <= x <= 10 and -5 <= y <= 5?

Algebra.Com
Question 996105: Can you find out the largest and the smallest values for (a) x^2 + y^2 (b) x^2 - y^2 if -10 <= x <= 10 and -5 <= y <= 5?
Answer by jim_thompson5910(35256)   (Show Source): You can put this solution on YOUR website!
(a)

If f(x) = x^2 and the domain is restricted to [-10,10], then the range is [0,100]. 0 is the smallest output, 100 is the largest
x^2 maxes out at 100


If f(x) = x^2 and the domain is restricted to [-5,5], then the range is [0,25]. 0 is the smallest output, 25 is the largest
y^2 maxes out at 25


Overall, x^2 + y^2 will max out to 100+25 = 125

-------------------------------------------------------

The smallest x^2 can get is 0 (see above)
The smallest y^2 can get is 0 (see above)
The smallest x^2+y^2 can get is 0+0 = 0

-------------------------------------------------------

Summary:
largest value = 125
smallest value = 0
0 <= x^2+y^2 <= 125

============================================================================================

(b)

Look back at part (a) to find that x^2 maxes out at 100
the smallest y^2 gets is 0
x^2 - y^2 maxes out at 100-0 = 100

-------------------------------------------------------

The smallest x^2 gets is 0
The largest y^2 gets is 25
0-25 = -25
The smallest x^2 - y^2 gets is -25


-------------------------------------------------------

Summary:
largest value = 100
smallest value = -25
-25 <= x^2-y^2 <= 100

RELATED QUESTIONS

Find the power function that the graph of f resembles for large values of |x|. f(x) = (x (answered by ikleyn)
I'm given a table of x and y values and I need to identify the type of function. Can you... (answered by jim_thompson5910)
Show that the circles x^2 + y^2 - 16x + 115 = 0 and x^2 + y^2 + 8x - 10 y + 5 = 0 are... (answered by josgarithmetic)
Find the values for A, B and C if y^2 - 6x +16y + 94 = (y+C)^2... (answered by Theo)
y=x+4z-5 4x+3y-2z=5 z=-2x+2 Can you please solve these system of equations and find... (answered by KMST)
Can you please help me solve those problems!! Thank you very much!!!! 1)Let f(x) = x^4... (answered by richard1234)
Find the smallest possible value: {{{sqrt(x^2+y^2)}}} + {{{sqrt((x-1)^2+y^2)}}} +... (answered by ikleyn)
if y = 2x +3 and x < 2 which of the following represents all the possible values for y ? (answered by Edwin McCravy)
If 3 < x < 5 < y < 10, then which of the following best defines x/y? A.) 3/10 < x/y <... (answered by edjones)