The question:
The book says no. I don't understand why exactly. Is it because although you can take a limit at a point, that doesn't mean it's continuous? I think I read that the only way it's continuous at a point is if the limit and the function value at that point agree. So here the limit value is..1 and the function value is...undefined?? Or??? Here is possibly the source of my confusion. Some work I have done: @ = theta
Let x = rcos(@) and Let y = rsin(@)
x^2 = (r^2)cos^2(@) [[squaring x here]]
y^2 = (r^2)sin^2(@) [[squaring y here]]
now setting equations equal:
x^2 + y^2 = (r^2)cos^2(@) + (r^2)sin^2(@)
x^2 + y^2 = (r^2)(cos^2(@) + sin^2(@)) [[[factor out an r^2]]]
x^2 + y^2 = r^2(1)
x^2 + y^2 = r^2
So using this on the original equation:
the trig method was given in the book, converting to polar coordinates it said. I remember that vaguely(polar stuff that is)....
I feel like I'm missing something here. It seems WAY too easy to be able to change that equation of 2 variables into a simple cos squared function. Any insight on this would be great. Also if anyone has tips on how to format my math equation so they are more readable, that would be helpful to me also. Thanks!
Code:
Let f(x,y) = x^2
--------------
x^2 + y^2
Is it possible to define f(0,0) so that f will be continuous at (0,0)??
The book says no. I don't understand why exactly. Is it because although you can take a limit at a point, that doesn't mean it's continuous? I think I read that the only way it's continuous at a point is if the limit and the function value at that point agree. So here the limit value is..1 and the function value is...undefined?? Or??? Here is possibly the source of my confusion. Some work I have done: @ = theta
Let x = rcos(@) and Let y = rsin(@)
x^2 = (r^2)cos^2(@) [[squaring x here]]
y^2 = (r^2)sin^2(@) [[squaring y here]]
now setting equations equal:
x^2 + y^2 = (r^2)cos^2(@) + (r^2)sin^2(@)
x^2 + y^2 = (r^2)(cos^2(@) + sin^2(@)) [[[factor out an r^2]]]
x^2 + y^2 = r^2(1)
x^2 + y^2 = r^2
So using this on the original equation:
Code:
x^2 (r^2)cos^2(@)
--------------- = ---------------- = cos^2(@)
x^2 + y^2 r^2
the trig method was given in the book, converting to polar coordinates it said. I remember that vaguely(polar stuff that is)....
I feel like I'm missing something here. It seems WAY too easy to be able to change that equation of 2 variables into a simple cos squared function. Any insight on this would be great. Also if anyone has tips on how to format my math equation so they are more readable, that would be helpful to me also. Thanks!