continuous function

Information about continuous function

Topics in calculus
Fundamental theorem
Limits of functions
Continuity
Vector calculus
Tensor calculus
Mean value theorem
Differentiation
Product rule
Quotient rule
Chain rule
Implicit differentiation
Taylor's theorem
Related rates
Table of derivatives
Integration
Lists of integrals
Improper integrals
Integration by: parts, disks,
cylindrical shells, substitution,
trigonometric substitution
In mathematics, a continuous function is a function for which, intuitively, small changes in the input result in small changes in the output. Otherwise, a function is said to be discontinuous. A continuous function with a continuous inverse function is called bicontinuous.

An intuitive though imprecise (and inexact) idea of continuity is given by the common statement that a continuous function is a function whose graph can be drawn without lifting the chalk from the blackboard.

The context of this introduction is one in which the inputs and outputs of functions are real numbers. More technical definitions are needed for complex numbers or more general topological spaces. In order theory, especially in domain theory, one considers a notion derived from this basic definition, which is known as Scott continuity.

As an example, consider the function h(t) which describes the height of a growing flower at time t. This function is continuous. In fact, there is a dictum of classical physics which states that in nature everything is continuous. By contrast, if M(t) denotes the amount of money in a bank account at time t, then the function jumps whenever money is deposited or withdrawn, so the function M(t) is discontinuous.

Real-valued continuous functions

Suppose we have a function that maps real numbers to real numbers and whose domain is some interval, like the functions h and M above. Such a function can be represented by a graph in the Cartesian plane; the function is continuous if, roughly speaking, the graph is a single unbroken curve with no "holes" or "jumps".

To be more precise, we say that the function f is continuous at some point c when the following two requirements are satisfied:
  • f(c) must be defined (i.e. c must be an element of the domain of f).
  • The limit of f(x) as x approaches c must exist and be equal to f(c). (If the point c in the domain of f is not a limit point of the domain, then this condition is vacuously true, since x cannot approach c. Thus, for example, every function whose domain is the set of all integers is continuous, merely for lack of opportunity to be otherwise. However, one does not usually talk about continuous functions in this setting.)
We call the function everywhere continuous, or simply continuous, if it is continuous at every point of its domain. More generally, we say that a function is continuous on some subset of its domain if it is continuous at every point of that subset. If we simply say that a function is continuous, we usually mean that it is continuous for all real numbers.

The notation C(Ω) or C0(Ω) is sometimes used to denote the set of all continuous functions with domain Ω. Similarly, C1(Ω) is used to denote the set of differentiable functions whose derivative is continuous, C²(Ω) for the twice-differentiable functions whose second derivative is continuous, and so on. In the field of computer graphics, these three levels are sometimes called g0 (continuity of position), g1 (continuity of tangency), and g2 (continuity of curvature). The notation occurs in the definition of a more subtle concept, that of Hölder continuity.

Cauchy definition (epsilon-delta)

Without resorting to limits, one can define continuity of real functions as follows.

Again consider a function f that maps a set of real numbers to another set of real numbers, and suppose c is an element of the domain of f. The function f is said to be continuous at the point c if (and only if) the following holds: For any number however small, there exists some number such that for all x in the domain with , the value of f(x) satisfies

Alternatively written: Given (that is, I and D are subsets of the real numbers), continuity of (read maps into ) at means that for all there exists a such that and .

This "epsilon-delta definition" of continuity was first given by Cauchy.

More intuitively, we can say that if we want to get all the f(x) values to stay in some small neighborhood around f(c), we simply need to choose a small enough neighborhood for the x values around c, and we can do that no matter how small the f(x) neighborhood is; f is then continuous at c.

Heine definition of continuity

The following definition of continuity is due to Heine.

A real function is continuous if for any sequence such that
:
it holds that
:
(We assume that all points , belong to the domain of .)


One can say briefly, that a function is continuous if and only if it preserves limits.

Cauchy's and Heine's definitions of continuity are equivalent on the reals. The usual (easier) proof makes use of the axiom of choice, but in the case of global continuity of real functions it was proved by Wacław Sierpiński that the axiom of choice is not actually needed. [1]

In more general setting of topological spaces, the concept analogous to Heine definition of continuity is called sequential continuity. In general, sequential continuity is not equivalent to the analogue of Cauchy continuity, which is just called continuity (see continuity (topology) for details).

Examples

  • All polynomial functions are continuous.
  • If a function has a domain which is not an interval, the notion of a continuous function as one whose graph you can draw without taking your pencil off the paper is not quite correct. Consider the functions f(x) = 1/x and g(x) = (sin x)/x. Neither function is defined at x = 0, so each has domain R\{0} of real numbers except 0, and each function is continuous. The question of continuity at x = 0 does not arise, since it is not in the domain. The function f cannot be extended to a continuous function whose domain is R, since no matter what value is assigned at 0, the resulting function will not be continuous. On the other hand, since the limit of g at 0 is 1, g can be extended continuously to R by defining its value at 0 to be 1.
  • The rational functions, exponential functions, logarithms, square root function, trigonometric functions and absolute value function are continuous.
  • An example of a discontinuous function is the function f defined by f(x) = 1 if x > 0, f(x) = 0 if x ≤ 0. Pick for instance ε = 1/2. There is no δ-neighborhood around x = 0 that will force all the f(x) values to be within ε of f(0). Intuitively we can think of this type of discontinuity as a sudden jump in function values.
  • Another example of a discontinuous function is the sign function.
  • A more complicated example of a discontinuous function is Thomae's function.
  • The function is continuous at only one point, namely ( is the set of real numbers, the set of rational numbers).

Facts about continuous functions

If two functions f and g are continuous, then f + g and fg are continuous. If g(x) ≠ 0 for all x in the domain, then f/g is also continuous.

The composition f o g of two continuous functions is continuous.



The intermediate value theorem is an existence theorem, based on the real number property of completeness, and states:

If the real-valued function f is continuous on the closed interval [a, b] and k is some number between f(a) and f(b), then there is some number c in [a, b] such that f(c) = k.


For example, if a child undergoes continuous growth from 1m to 1.5m between the ages of 2 years and 6 years, then, at some time between 2 years and 6 years of age, the child's height must have been 1.25m.

As a consequence, if f is continuous on [a, b] and f(a) and f(b) differ in sign, then, at some point c in [a, b], f(c) must equal zero.

Extreme value theorem: if a function f is defined on a closed interval [a,b] (or any closed and bounded set) and is continuous there, then the function attains its maximum, i.e. there exists c ∈ [a,b] with f(c) ≥ f(x) for all x ∈ [a,b]. The same is true of the minimum of f. These statements are false if the function is defined on an open interval (a,b) (or any set that is not both closed and bounded), as for example the continuous function f(x) = 1/x defined on the open interval (0,1).

If a function is differentiable at some point c of its domain, then it is also continuous at c. The converse is not true: a function that's continuous at c need not be differentiable there. Consider for instance the absolute value function at c = 0.

Directional continuity

A function may happen to be continuous in only one direction, either from the "left" or from the "right". A right-continuous function is a function which is continuous at all points when approached from the right. Technically, the formal definition is similar to the definition above for a continuous function but modified as follows:

The function is said to be right-continuous at the point if and only if the following holds: For any number however small, there exists some number such that for all in the domain with , the value of will satisfy .

Likewise a left-continuous function is a function which is continuous at all points when approached from the left.

A function is continuous if and only if it is both right-continuous and left-continuous.

Continuous functions between metric spaces

Now consider a function f from one metric space (X, dX) to another metric space (Y, dY). Then f is continuous at the point c in X if for any positive real number ε, there exists a positive real number δ such that all x in X satisfying dX(x, c) < δ will also satisfy dY(f(x), f(c)) < ε.

This can also be formulated in terms of sequences and limits: the function f is continuous at the point c if for every sequence (xn) in X with limit lim xn = c, we have lim f(xn) = f(c). Continuous functions transform limits into limits.

This latter condition can be weakened as follows: f is continuous at the point c if and only if for every convergent sequence (xn) in X with limit c, the sequence (f(xn)) is a Cauchy sequence, and c is in the domain of f. Continuous functions transform convergent sequences into Cauchy sequences.

Continuous functions between topological spaces



The above definitions of continuous functions can be generalized to functions from one topological space to another in a natural way; a function f : XY, where X and Y are topological spaces, is continuous iff for every open set , the inverse image is open.

Continuous functions between partially ordered sets

In order theory, continuity of a function between posets is Scott continuity. Let X be a complete lattice, then a function f : XX is continuous if, for each subset Y of X, we have sup f(Y) = f(sup Y).

Continuous binary relation

A binary relation R on A is continuous if R(a,b) whenever there are sequences (ak)i and (bk)i in A which converge to a and b respectively for which R(akbk) for all k. Clearly, if one treats R as a characteristic function in three variables, this definition of continuous is identical to that for continuous functions.

See also

References

Calculus (Latin, calculus, a small stone used for counting) is a branch of mathematics that includes the study of limits, derivatives, integrals, and infinite series, and constitutes a major part of modern university education.
..... Click the link for more information.
The fundamental theorem of calculus specifies the relationship between the two central operations of calculus, differentiation and integration.

The first part of the theorem, sometimes called the first fundamental theorem of calculus, shows that an indefinite
..... Click the link for more information.
In mathematics, the limit of a function is a fundamental concept in analysis. Informally, a function f(x) has a limit L at a point p if the value of f(x) can be made as close to L as desired, by making x close enough to
..... Click the link for more information.
Vector calculus (also called vector analysis) is a field of mathematics concerned with multivariate real analysis of vectors in a metric space with two or more dimensions (some results can only be applied to three dimensions[1]).
..... Click the link for more information.
The term tensor has slightly different meanings in mathematics and physics. In the mathematical fields of multilinear algebra and differential geometry, a tensor is a multilinear function.
..... Click the link for more information.
secant joining the endpoints of the interval [ab] is parallel to the tangent at c.]] In calculus, the mean value theorem states, roughly, that given a section of a smooth curve, there is a point on that section at which the derivative
..... Click the link for more information.
derivative is a measurement of how a function changes when the values of its inputs change. Loosely speaking, a derivative can be thought of as how much a quantity is changing at some given point.
..... Click the link for more information.
In calculus, the product rule also called Leibniz's law (see derivation), governs the differentiation of products of differentiable functions.

It may be stated thus:



or in the Leibniz notation thus:


..... Click the link for more information.
In calculus, the quotient rule is a method of finding the derivative of a function that is the quotient of two other functions for which derivatives exist.

If the function one wishes to differentiate, , can be written as


..... Click the link for more information.
In calculus, the chain rule is a formula for the derivative of the composite of two functions.

In intuitive terms, if a variable, y, depends on a second variable, u, which in turn depends on a third variable, x, then the rate of change of
..... Click the link for more information.
In mathematics, an implicit function is a generalization for the concept of a function in which the dependent variable may not be given explicitly in terms of the independent variable.
..... Click the link for more information.
Taylor's theorem, named after the mathematician Brook Taylor, who stated it in 1712, gives the approximation of a differentiable function near a point by a polynomial whose coefficients depend only on the derivatives of the function at that point.
..... Click the link for more information.
In differential calculus, related rates problems involve finding the rate at which a quantity is changing by relating that quantity to other quantities whose rates of change are known. The rate of change is usually with respect to time.
..... Click the link for more information.
The primary operation in differential calculus is finding a derivative. This table lists derivatives of many functions. In the following, f and g are differentiable functions, with respect to x, from the real numbers, and c is a real number.
..... Click the link for more information.
INTErnational Gamma-Ray Astrophysics Laboratory (INTEGRAL) is detecting some of the most energetic radiation that comes from space. It is the most sensitive gamma ray observatory ever launched.
..... Click the link for more information.
See the following pages for lists of integrals:
  • List of integrals of rational functions
  • List of integrals of irrational functions
  • List of integrals of trigonometric functions
  • List of integrals of inverse trigonometric functions

..... Click the link for more information.
In calculus, an improper integral is the limit of a definite integral, as an endpoint of the interval of integration approaches either a specified real number or ∞ or −∞ or, in some cases, as both endpoints approach limits.
..... Click the link for more information.
In calculus, and more generally in mathematical analysis, integration by parts is a rule that transforms the integral of products of functions into other, hopefully simpler, integrals. The rule arises from the product rule of differentiation.
..... Click the link for more information.
Disk integration is a means of calculating the volume of a solid of revolution, when integrating along the axis of revolution. This method models the generated 3 dimensional shape as a "stack" of an infinite number of disks (of varying radius) of infinitesimal thickness.
..... Click the link for more information.
Shell integration (the shell method in integral calculus) is a means of calculating the volume of a solid of revolution, when integrating along an axis perpendicular to the axis of revolution.

It makes use of the so-called "representative cylinder".
..... Click the link for more information.
In calculus, the substitution rule is a tool for finding antiderivatives and integrals. Using the fundamental theorem of calculus often requires finding an antiderivative. For this and other reasons, the substitution rule is a relatively important tool for mathematicians.
..... Click the link for more information.
In mathematics, trigonometric substitution is the substitution of trigonometric functions for other expressions. One may use the trigonometric identities to simplify certain integrals containing the radical expressions:




..... Click the link for more information.
Mathematics (colloquially, maths or math) is the body of knowledge centered on such concepts as quantity, structure, space, and change, and also the academic discipline that studies them. Benjamin Peirce called it "the science that draws necessary conclusions".
..... Click the link for more information.
function expresses dependence between two quantities, one of which is given (the independent variable, argument of the function, or its "input") and the other produced (the dependent variable, value of the function, or "output").
..... Click the link for more information.
inverse function for ƒ, denoted by ƒ−1, is a function in the opposite direction, from B to A, with the property that a round trip (a composition) returns each element to itself.
..... Click the link for more information.
In mathematics, the real numbers may be described informally as numbers that can be given by an infinite decimal representation, such as 2.4871773339…. The real numbers include both rational numbers, such as 42 and −23/129, and irrational numbers, such as π and
..... Click the link for more information.
In mathematics, a complex number is a number of the form


where a and b are real numbers, and i is the imaginary unit, with the property i ² = −1.
..... Click the link for more information.


Topological spaces are mathematical structures that allow the formalization of concepts such as convergence, connectedness and continuity.
..... Click the link for more information.
Order theory is a branch of mathematics that studies various kinds of binary relations that capture the intuitive notion of a mathematical ordering. This article gives a detailed introduction to the field and includes some of the most basic definitions.
..... Click the link for more information.
Domain theory is a branch of mathematics that studies special kinds of partially ordered sets (posets) commonly called domains. Consequently, domain theory can be considered as a branch of order theory.
..... Click the link for more information.

This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.