Mathematical analysis

From TCS Wiki
Jump to navigation Jump to search

Mathematical analysis is a part of mathematics. It is often shortened to analysis. It looks at functions, sequences and series. These have useful properties and characteristics that can be used in engineering. The mathematical analysis is about continuous functions, differential calculus and integration.[1]

Gottfried Wilhelm Leibniz and Isaac Newton developed most of the basis of mathematical analysis.

Parts of mathematical analysis

Limits

An example for mathematical analysis is limits. Limits are used to see what happens very close to things. Limits can also be used to see what happens when things get very big. For example, [math]\displaystyle{ \frac{1}{n} }[/math] is never zero, but as n gets bigger [math]\displaystyle{ \frac{1}{n} }[/math] gets close to zero. The limit of [math]\displaystyle{ \frac{1}{n} }[/math] as n gets bigger is zero. It is usually said "The limit of [math]\displaystyle{ \frac{1}{n} }[/math] as n goes to infinity is zero". It is written as [math]\displaystyle{ \lim_{n\to\infty} \frac{1}{n}=0 }[/math].

The counterpart would be [math]\displaystyle{ {2} \times {n} }[/math]. When the [math]\displaystyle{ {n} }[/math] gets bigger, the limit goes to infinity. It is written as [math]\displaystyle{ \lim_{n\to\infty} {{2}} \times{n}=\infty }[/math].

The fundamental theorem of algebra can be proven from some basic results in complex analysis. It says that every polynomial [math]\displaystyle{ f(x) }[/math] with real or complex coefficients has a complex root. A root is a number x which gives a solution [math]\displaystyle{ f(x)=0 }[/math]. Some of these roots may be the same.

Differential calculus

Template:Mainarticle The function [math]\displaystyle{ f(x) = {m}{x} + {c} }[/math] is a line. The [math]\displaystyle{ {m} }[/math] shows the slope of the function and the [math]\displaystyle{ {c} }[/math] shows the position of the function on the ordinate. With two points on the line, it is possible to calculate the slope [math]\displaystyle{ {m} }[/math] with:

[math]\displaystyle{ m = \frac{y_1 - y_0}{x_1 - x_0} }[/math].

A function of the form [math]\displaystyle{ f(x) = x^2 }[/math], which is not linear, cannot be calculated like above. It is only possible to calculate the slope by using tangents and secants. The secant passes through two points and when the two points get closer, it turns into a tangent.

The new formula is [math]\displaystyle{ m = \frac{f(x_1) - f(x_0)}{x_1 - x_0} }[/math].

This is called difference quotient. The [math]\displaystyle{ x_1 }[/math] gets now closer to [math]\displaystyle{ x_0 }[/math]. This can be expressed with the following formula:

[math]\displaystyle{ f'(x) = \lim_{x\rightarrow x_0}\frac{f(x) - f(x_0)}{x - x_0} }[/math].

The result is called derivative or slope of f at the point [math]\displaystyle{ {x} }[/math].

Integration

Template:Mainarticle The integration is about the calculation of areas.

The symbol [math]\displaystyle{ \int_{a}^{b} f(x)\, \mathrm{d}x }[/math]

is read as "the integral of f, from a to b" and refers to the area between the x-axis, the graph of function f, and the lines x=a and x=b. The [math]\displaystyle{ a }[/math] is the point where the area should start and the [math]\displaystyle{ b }[/math] where the area ends.

Other pages

Some topics in analysis are:

Some useful ideas in analysis are:

References

Template:Reflist