Difference between revisions of "Function"

(Continuity)
(Properties of continuous functions)
Line 41: Line 41:
 
*The sum and product of two continuous functions is a continuous function.
 
*The sum and product of two continuous functions is a continuous function.
 
*The composition of two continuous functions is a continuous function.
 
*The composition of two continuous functions is a continuous function.
* ...
+
* In a closed interval [a, b], there exist real numbers c and d such that f has a maximum value at c and f has a minimum value at d.
  
 
=====Intermediate value property=====
 
=====Intermediate value property=====

Revision as of 18:34, 14 July 2006

This article is a stub. Help us out by expanding it.

A function is a rule that maps one set of values to another set of values. For instance, one function may map 1 to 1, 2 to 4, 3 to 9, 4 to 16, and so on. This function has the rule that it takes its input value, and squares it to get an output value. Let's call this function $f$. A common notation to define $f$ is: $f(x) = x^2$. This tells us that $f$ is a function that squares its argument (its input value). Note that this "rule" can be arbitrarily complicated and doesn't need to be given by a simple formula or description. The only requirement is that $f(x)$ should be uniquely determined by $x$. The following are examples of functions:

$\displaystyle f(x)=x ^ {2}+2x-2$

$\displaystyle f(x)=\sin(\log{x})$

$\displaystyle f(x)=x^2$ for $\displaystyle x>0$, otherwise $\displaystyle f(x)= \sin{x}$

$\displaystyle f(x)=p(g(x))$

$\displaystyle g(x)=F'(x)$

Since functions cover such an enormous part of mathematics, we divide this topic into several articles:


Olympiad and University Level Topics

Functions of Real Variables

A real function is a function whose range is in the real numbers. Usually we speak about function whose domain is also a subset of the real numbers.

Continuity

Intuitively, a continuous function has the propriety that its graph can be drawn without taking the pencil off the paper. But the reality about continuous functions is more complex.

Epsilon-delta definition

A function $f:E\to\mathbb{R}$ is called continuous at $x_{0}$ if, for all $\varepsilon >0$, there exists $\delta >0$ such that $|x-x_0|<\delta$ and $x\in E \Rightarrow |f(x)-f(x_0)|<\varepsilon$.

Heine definition

The previous definition of continuity at $x_{0}$ is equivalent with the following: for every sequence $(x_n)_{n\geq 0}$ such that $\displaystyle \lim_{n\to\infty}x_n=x_0$, we have that $\lim_{n\to\infty}f(x_n)=f(x_0)$.

It is easy to see that a function is continuous in isolated points, and is continuous in accumulation points iff the limit of the function in those points equals the value of the function.

A function is continuous on a set if it is continuous in every point of the set.

Properties of continuous functions
  • The sum and product of two continuous functions is a continuous function.
  • The composition of two continuous functions is a continuous function.
  • In a closed interval [a, b], there exist real numbers c and d such that f has a maximum value at c and f has a minimum value at d.
Intermediate value property

If a function is continuous, then it has the Intermediate value property. The converse is not always true. Proof:...

Continuity on compact intervals

Differentiability

For functions of one variable, differentiablility is simply the question of whether or not a derivative exists. For functions of more than one variable, it's significantly more complicated. In the case of both one and multivariable functions, differentiability implies continuity.

Integrability

Convexity

History of the concept

Without being used explicitly, the notion of function first appears with the ancient Greeks and Egyptians.

The rigorous definition was stated in the 19th century and is the result of the works of some famous mathematicians: A.L. Cauchy, L. Euler, B. Riemann. With the development of set theory, a new branch of mathematics appeared, mathematical analysis, in which the notion of function has a central role.

See Also