Home

konvergerar

Konvergerar is a term used in Swedish (when written as konvergerar) to denote that a sequence, series or function approaches a limit as its index or argument increases. In Danish the equivalent verb is konvergerer; both derive from convergence, a central idea in analysis.

In mathematics, to converge means that a_n -> L as n -> ∞ for sequences; and that sum a_n

Convergence of functions refers to the limit of a sequence of functions f_n(x) approaching a function f(x).

Power series converge within a radius R: sum c_k x^k converges for |x|<R and diverges for |x|>R;

Convergence is also central to numerical methods and analysis: iterative methods converge to a solution under

---

converges
to
S
for
series.
Example:
a_n
=
1/n
converges
to
0.
The
geometric
series
sum_{n=0}^∞
r^n
converges
to
1/(1-r)
if
|r|<1,
and
diverges
otherwise.
Two
common
notions
are
pointwise
convergence
and
uniform
convergence.
Pointwise
means
f_n(x)
->
f(x)
for
each
x;
uniform
requires
sup_x
|f_n(x)-f(x)|
->
0.
at
the
boundary
|x|=R
convergence
may
vary.
suitable
conditions;
a
sequence
of
approximations
may
converge
monotonically
or
non-monotonically.
Divergence
occurs
when
limits
do
not
exist
or
grow
without
bound,
such
as
the
harmonic
series.