Khan said:
I'm not sure how to approach this problem:
Find the range of f(x,y) = Ax^2 + 2Bxy + Cy^2 (Answer will be in terms of A, B, and C)
Thanks! And we haven't yet been allowed to use partial derivatives, so they can't be used to solve it.
First investigate the cases when one or more coefficients are zero. This is relatively easy. If all are zero the range is zero. If B is not zero but both A and C are zero, f can take any real values.
Now we assume that B=0 and at least one of A and B is not zero.
If B=0, f(x,y) = Ax^2+Cy^2.
\mbox{ If } A\geq 0 \mbox{ and } C \geq 0 \mbox{ than } f \geq 0
\mbox{ If } A\leq 0 \mbox{ and } C \leq 0 \mbox{ than } f \leq 0
If A<0, B>0 or A>0, B<0 f can be either positive or negative, and can have any values in the range of real numbers.
Now assume that A is not zero. Then you can rewrite the function as
f(x,y)=A[x^2+\frac{2B}{A}xy+\frac{C}{A}y^2]=A[(x+\frac{B}{A}y)^2+\frac{CA-B^2}{A^2}y^2]=
=A(x+\frac{B}{A}y)^2+(C-\frac{B^2}{A})y^2
Now you can apply the previous argument.
If
A> 0 \mbox{ and } C-\frac{B^2}{A} \geq 0 \mbox{ then } f(x,y) \geq 0
if
A< 0 \mbox{ and } C-\frac{B^2}{A} \leq 0 \mbox{ then } f(x,y) \leq 0
if the sign of both coefficients are different f can take any real values.
If A=0 but C is not, you can arrive to the range by factoring out C first.
ehild