let f(a,b)={a^4+10a^2b^2+21b^4 if (x,y) doesn't equal (0,0)
t if (x,y) equals (0,0).
Can we find a function for t that would make this function continuous or no?
Printable View
let f(a,b)={a^4+10a^2b^2+21b^4 if (x,y) doesn't equal (0,0)
t if (x,y) equals (0,0).
Can we find a function for t that would make this function continuous or no?
Your function is not a function ofand
...
I don't know how to align it. But "t if (x,y) equals (0,0)" comes under {a^4+10a^2b^2+21b^4 if (x,y) doesn't equal (0,0) within the same curly bracket.
"Alignment"is not the problem. In both of your posts, you have said "if (x, y) is not 0" but have written a and b in the formula. Do you mean
"[tex]f(x, y)= x^4+10x^2y^2+21y^4[tex] if (x, y) is not (0, 0), f(0, 0)= t"?
This function is clearly continuous everywhere except possibly at (0, 0). A function is continuous at a given point if and only if the value of the function there is equal to the limit of the function as (x, y) goes to that point. This function will be continuous at (0, 0) if and only if
.
What is that limit?