How to show continuous at each point in R^2

  • Thread starter Thread starter misterau
  • Start date Start date
  • Tags Tags
    Continuous Point
misterau
Messages
20
Reaction score
0

Homework Statement



f(x , y) = y^3 + x^3

Calculate the partial derivatives fx and fy and show they are continuous at each point (x,y) ∈ R^2

Homework Equations


A function is continuous on a region R in the xy-plane if it is continuous at each point in R

A function f is continuous at the point (a,b) if
lim f(x,y) = f(a,b)
(x,y)->(a,b)


The Attempt at a Solution


Now calculating the partial derivatives was easy. But not sure how to show show they are continuous at each point (x,y) ∈ R^2?
 
Physics news on Phys.org
There are some theorems which are very useful in cases like this, like
x \mapsto x is continuous
a scalar multiple of a continuous function, as well as the sum of two continuous functions is continuous
a product of two continuous functions is continuous
a quotient of two continuous functions is continuous as long as the denominator is non-zero
the composition of continuous functions is continuous, where defined

There should be such a set of theorems which is proved almost right after the definition of continuous, which we usually apply instead of the definition.

If you want to do the definition, you should calculate the limit, for example
\lim_{(x, y) \to (a, b)} (3 y^2 + x^3)
and show that it is 3b^2 + a^3.
 
CompuChip said:
There are some theorems which are very useful in cases like this, like
x \mapsto x is continuous
a scalar multiple of a continuous function, as well as the sum of two continuous functions is continuous
a product of two continuous functions is continuous
a quotient of two continuous functions is continuous as long as the denominator is non-zero
the composition of continuous functions is continuous, where defined
.
I am not understanding how this helps me do the problem? If you could show me an example or link to an example I would be thankful.
 
nvm I worked it out. Thanks for the help.
 
OK, here is an example:

Let f(x, y) = x + y2.

By the first theorem (or a variation on it), (x, y) \mapsto x and (x, y) \mapsto y are continuous. Multiplying the second with itself, (x, y) \mapsto y^2 is continuous. Using the sum rule on the first and the "y-squared" function, f(x, y) is continuous.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top