Static Wikipedia February 2008 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu

Web Analytics
Cookie Policy Terms and Conditions Continuous function - Wikipedia, the free encyclopedia

Continuous function

From Wikipedia, the free encyclopedia

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.

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.

Contents

[edit] 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, C2(Ω) 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 C(n,α)(Ω) occurs in the definition of a more subtle concept, that of Hölder continuity.

[edit] 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 ε > 0 however small, there exists some number δ > 0 such that for all x in the domain with c − δ < x < c + δ, the value of f(x) will satisfy f(c) − ε < f(x) < f(c) + ε.

Alternatively written: Given I,D\subset\mathbb{R} (that is, I and D are subsets of the real numbers), continuity of f:I \to D (read \displaystyle f maps \displaystyle I into \displaystyle D) at c\in I means that for all \varepsilon>0 there exists a \displaystyle \delta>0 such that x \in I and |x-c|<\delta \Rightarrow |f(x)-f(c)|<\varepsilon.

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(x) is then continuous at c.

[edit] Heine definition of continuity

The following definition of continuity is due to Heine.

A real function f is continuous if for any sequence (xn) such that
\lim\limits_{n\to\infty} x_n=x_0,
it holds that
\lim\limits_{n\to\infty} f(x_n)=f(x_0).
(We assume that all points xn, x0 belong to the domain of f.)

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).

[edit] 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. A point in the domain that can be filled in so that the resulting function is continuous is called a removable singularity.

[edit] 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.

A continuous function on a closed interval has a maximum and a minimum, and assumes all values between them. For example, if f(a)×f(b) < 0, then there must be at least one point c in [a, b] where f(c) = 0.
A continuous function on a closed interval has a maximum and a minimum, and assumes all values between them. For example, if f(af(b) < 0, then there must be at least one point c in [a, b] where f(c) = 0.

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.

[edit] Directional continuity

A function can 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 positive infinity. Likewise a left-continuous function is a function which is continuous at all points when approached from negative infinity.

A right continuous function.
A right continuous function.
A left continuous function.
A left continuous function.

[edit] 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.

[edit] Continuous functions between topological spaces

Main article: continuity (topology)

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 VY, f −1(V) is open in X.

[edit] 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).

[edit] 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.

[edit] See also

[edit] References

Static Wikipedia 2008 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -

Static Wikipedia 2007 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -

Static Wikipedia 2006 (no images)

aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu