Separately continuous function: Difference between revisions

From Calculus
No edit summary
Line 73: Line 73:
|-
|-
| <math>f</math> is separately continuous in both variables everywhere. || Both the above conditions, i.e., the restrictions of the graph to all planes parallel to either the <math>xz</math>-plane or the <math>yz</math>-plane are graphs of continuous functions.
| <math>f</math> is separately continuous in both variables everywhere. || Both the above conditions, i.e., the restrictions of the graph to all planes parallel to either the <math>xz</math>-plane or the <math>yz</math>-plane are graphs of continuous functions.
|}
===For a function of multiple variables===
Suppose <math>f</math> is a function of variables <math>x_1,x_2,\dots,x_n</math> and a point <math>(a_1,a_2,\dots,a_n)</math> is in the domain. Consider the [[graph of a function of multiple variables|graph]] of <math>f</math> in <math>\R^{n+1}</math> given by <math>x_{n+1} = f(x_1,x_2,\dots,x_n)</math>. We have the following:
We have the following:
{| class="sortable" border="1"
! Assertion about continuity !! How we can verify it from the graph
|-
| <math>f</math> is continuous in <math>x_i</math> at the point <math>(a_1,a_2,\dots,a_n)</math> || Consider the graph restricted to the plane <math>x_j = a_j, j \ne i</math>. This graph is continuous at <math>x_i = a_i</math>.
|-
| <math>f</math> is separately continuous in all variables at the point <math>(a_1,a_2,\dots,a_n)</math>. || The above holds for all <math>i \in \{ 1,2,3,\dots,n\}</math>.
|-
| <math>f</math> is continuous in <math>x_i</math> everywhere. || The restrictions of the graph to all planes parallel to the <math>x_ix_{n+1}</math>-plane are continuous functions.
|-
| <math>f</math> is separately continuous in all variables everywhere. || The above holds for all <math>i \in \{ 1,2,3,\dots,n\}</math>.
|}
|}

Revision as of 21:21, 8 May 2012

Definition at a point

Generic definition

Suppose f is a function of more than one variable, where x is one of the input variables to f. Fix a choice x=x0 and fix values of all the other input variables. We say that f is continuous with respect to x at this point in its domain if the following holds: the function that sends x to f evaluated at x and the fixed choice of the other input variables is continuous at x=x0.

We say that a function f of several variables is separately continuous in the variables at a point if it is separately continuous with respect to each of the variables at the point.

{{#widget:YouTube|id=IhLvsOcFXQ0}}

For a function of two variables

Suppose f is a real-valued function of two variables x,y, i.e., the domain of f is a subset of R2. Suppose (x0,y0) is a point in the domain of f, i.e., it is the point where x=x0 and y=y0 (here x0,y0 are actual numerical values). We define three notions:

  • f is continuous with respect to x at the point (x0,y0) if the function xf(x,y0) (viewed as a function of one variable x) is continuous at x=x0.
  • f is continuous with respect to y at the point (x0,y0) if the function yf(x0,y) (viewed as a function of one variable y) is continuous at y=y0.
  • f is separately continuous at the point (x0,y0) if it is continuous with respect to x and continuous with respect to y at the point (x0,y0).
{{#widget:YouTube|id=Bs3kbdjPiz0}}

For a function of multiple variables

Suppose f is a real-valued function of variables x1,x2,,xn, i.e., the domain of f is a subset of Rn. Suppose (a1,a2,,an) is a point in the domain of f, i.e., it is the point where x1=a1,x2=a2,,xn=an (here a1,a2,,an are actual numerical values). We define two notions:

  • For each i{1,2,3,,n}, we say that f is continuous in xi at the point (a1,a2,,an) if the function xif(a1,a2,,ai1,xi,ai+1,,an) is continuous at xi=ai.
  • We say that f is separately continuous in terms of all the inputs x1,x2,,xn at a point (a1,a2,,an) if it is continuous with respect to xi at (a1,a2,,an) for each i{1,2,3,,n}.
{{#widget:YouTube|id=ABtLXnbxtuo}}

Definition as a function on an open domain

Generic definition

Suppose f is a function of more than one variable whose domain is open (i.e., has no boundary points in it). Suppose x is one of the inputs to f. We say that f is continuous with respect to x if it is continuous with respect to x at all points in its domain.

We say that f is separately continuous if it is continuous with respect to each of the variables that are inputs to it.

For a function of two variables

Suppose f is a real-valued function of two variables x,y, i.e., the domain of f is an open subset of R2. Then:

  • f is continuous with respect to x if f is continuous with respect to x at all points in its domain.
  • f is continuous with respect to y if f is continuous with respect to y at all points in its domain.
  • f is separately continuous in x,y if f is continuous with respect to x and continuous with respect to y at all points in its domain.

For a function of multiple variables

Suppose f is a real-valued function of variables x1,x2,,xn, i.e., the domain of f is an open subset of Rn:

  • For each i{1,2,3,,n}, we say that f is continuous in xi if f is continuous in xi for every point in its domain.
  • We say that f is separately continuous in terms of all the inputs x1,x2,,xn if it is continuous in all the inputs for every point in its domain.

Graphical interpretation

For a function of two variables

Suppose f is a function of two variables x,y. We consider the graph of f as the subset z=f(x,y) in three-dimensional space with coordinate axes x,y,z.

We have the following:

Assertion about continuity How we can verify it from the graph
f is continuous in x at the point (x0,y0) Consider the graph restricted to the plane y=y0. This is continuous at x=x0.
f is continuous in y at the point (x0,y0) Consider the graph restricted to the plane x=x0. This is continuous at y=y0.
f is separately continuous continuous in both variables at the point (x0,y0). Both the above conditions.
f is continuous in x everywhere. The restrictions of the graph to all planes parallel to the xz-plane give graphs of continuous functions.
f is continuous in y everywhere. The restrictions of the graph to all planes parallel to the yz-plane give graphs of continuous functions.
f is separately continuous in both variables everywhere. Both the above conditions, i.e., the restrictions of the graph to all planes parallel to either the xz-plane or the yz-plane are graphs of continuous functions.

For a function of multiple variables

Suppose f is a function of variables x1,x2,,xn and a point (a1,a2,,an) is in the domain. Consider the graph of f in Rn+1 given by xn+1=f(x1,x2,,xn). We have the following:

We have the following:

Assertion about continuity How we can verify it from the graph
f is continuous in xi at the point (a1,a2,,an) Consider the graph restricted to the plane xj=aj,ji. This graph is continuous at xi=ai.
f is separately continuous in all variables at the point (a1,a2,,an). The above holds for all i{1,2,3,,n}.
f is continuous in xi everywhere. The restrictions of the graph to all planes parallel to the xixn+1-plane are continuous functions.
f is separately continuous in all variables everywhere. The above holds for all i{1,2,3,,n}.