Mathematics Formulary PDF
Mathematics Formulary PDF
Dear reader,
This document contains 66 pages with mathematical equations intended for physicists and engineers. It
is intended to be a short reference for anyone who often needs to look up mathematical equations.
This document can also be obtained from the author, Johan Wevers ([email protected]).
It can also be found on the WWW on http://www.xs4all.nl/~johanw/index.html.
This document is Copyright by J.C.A. Wevers. All rights reserved. Permission to use, copy and distribute
this unmodified document by any means and for any purpose except profit purposes is hereby granted.
Reproducing this document by any means, included, but not limited to, printing, copying existing prints,
publishing by electronic or other means, implies full agreement to the above non-profit-use clause, unless
upon explicit prior written permission of the author.
The C code for the rootfinding via Newtons method and the FFT in chapter 8 are from “Numerical Recipes
in C ”, 2nd Edition, ISBN 0-521-43108-5.
The Mathematics Formulary is made with teTEX and LATEX version 2.09.
If you prefer the notation in which vectors are typefaced in boldface, uncomment the redefinition of the
\vec command and recompile the file.
If you find any errors or have any comments, please let me know. I am always open for suggestions and
possible corrections to the mathematics formulary.
Johan Wevers
Chapter 1
Basics
cos(a ± b) = cos(a) cos(b) ∓ sin(a) sin(b) , sin(a ± b) = sin(a) cos(b) ± cos(a) sin(b)
tan(a) ± tan(b)
tan(a ± b) =
1 ∓ tan(a) tan(b)
The sum formulas are:
1
2 Mathematics Formulary by ir. J.C.A. Wevers
From this follows that cosh2 (x) − sinh2 (x) = 1. Further holds:
p p
arsinh(x) = ln |x + x2 + 1| , arcosh(x) = arsinh( x2 − 1)
1.3 Calculus
The derivative of a function is defined as:
df f (x + h) − f (x)
= lim
dx h→0 h
For the derivative of the inverse function f inv (y), defined by f inv (f (x)) = x, holds at point P = (x, f (x)):
df inv (y)
df (x)
· =1
dy P dx P
n
X n
(f · g)(n) = f (n−k) · g (k)
k
k=0
For the primitive function F (x) holds: F 0 (x) = f (x). An overview of derivatives and primitives is:
Chapter 1: Basics 3
dy/dx = f 0 (x)
R
y = f (x) f (x)dx
(1 + (y 0 )2 )3/2
The curvature ρ of a curve is given by: ρ =
|y 00 |
f (x) f 0 (x)
The theorem of De ’l Hôpital: if f (a) = 0 and g(a) = 0, then is lim = lim 0
x→a g(x) x→a g (x)
1.4 Limits
sin(x) ex − 1 tan(x) n x
lim =1 , lim =1 , lim =1 , lim (1 + k)1/k = e , lim 1+ = en
x→0 x x→0 x x→0 x k→0 x→∞ x
arcsin(x) √
lim a1/x − 1 = ln(a) , lim =1 , lim x
x=1
x→0 x→0 x x→∞
with tan(ϕ) = b/a. The complex conjugate of z is defined as z = z ∗ := a − bi. Further holds:
(a + bi)(c + di) = (ac − bd) + i(ad + bc)
(a + bi) + (c + di) = a + c + i(b + d)
a + bi (ac + bd) + i(bc − ad)
=
c + di c2 + d2
Goniometric functions can be written as complex exponents:
1 ix
sin(x) = (e − e−ix )
2i
1 ix
cos(x) = (e + e−ix )
2
From this follows that cos(ix) = cosh(x) and sin(ix) = i sinh(x). Further follows from this that
e±ix = cos(x) ± i sin(x), so eiz 6= 0∀z. Also the theorem of De Moivre follows from this:
(cos(ϕ) + i sin(ϕ))n = cos(nϕ) + i sin(nϕ).
Products and quotients of complex numbers can be written as:
z 1 · z2 = |z1 | · |z2 |(cos(ϕ1 + ϕ2 ) + i sin(ϕ1 + ϕ2 ))
z1 |z1 |
= (cos(ϕ1 − ϕ2 ) + i sin(ϕ1 − ϕ2 ))
z2 |z2 |
The following can be derived:
|z1 + z2 | ≤ |z1 | + |z2 | , |z1 − z2 | ≥ | |z1 | − |z2 | |
And from z = r exp(iθ) follows: ln(z) = ln(r) + iθ, ln(z) = ln(z) ± 2nπi.
1.5.2 Quaternions
Quaternions are defined as: z = a + bi + cj + dk, with a, b, c, d ∈ IR and i2 = j 2 = k 2 = −1. The products
of i, j, k with each other are given by ij = −ji = k, jk = −kj = i and ki = −ik = j.
1.6 Geometry
1.6.1 Triangles
The sine rule is:
a b c
= =
sin(α) sin(β) sin(γ)
Here, α is the angle opposite to a, β is opposite to b and γ opposite to c. The cosine rule is: a2 =
b2 + c2 − 2bc cos(α). For each triangle holds: α + β + γ = 180◦ .
Further holds:
tan( 12 (α + β)) a+b
=
tan( 12 (α − β)) a−b
p
The surface of a triangle is given by 21 ab sin(γ) = 12 aha = s(s − a)(s − b)(s − c) with ha the perpendicular
on a and s = 21 (a + b + c).
Chapter 1: Basics 5
1.6.2 Curves
Cycloid: if a circle with radius a rolls along a straight line, the trajectory of a point on this circle has the
following parameter equation:
x = a(t + sin(t)) , y = a(1 + cos(t))
Epicycloid: if a small circle with radius a rolls along a big circle with radius R, the trajectory of a point
on the small circle has the following parameter equation:
R+a R+a
x = a sin t + (R + a) sin(t) , y = a cos t + (R + a) cos(t)
a a
Hypocycloid: if a small circle with radius a rolls inside a big circle with radius R, the trajectory of a
point on the small circle has the following parameter equation:
R−a R−a
x = a sin t + (R − a) sin(t) , y = −a cos t + (R − a) cos(t)
a a
A hypocycloid with a = R is called a cardioid. It has the following parameterequation in polar coordinates:
r = 2a[1 − cos(ϕ)].
1.7 Vectors
X
The inner product is defined by: ~a · ~b = ai bi = |~a | · |~b | cos(ϕ)
i
where ϕ is the angle between ~a and ~b. The external product is in IR3 defined by:
ay bz − az by ~ex ~ey ~ez
~
~a × b = az bx − ax bz = ax ay az
ax by − ay bx bx by bz
Further holds: |~a × ~b | = |~a | · |~b | sin(ϕ), and ~a × (~b × ~c ) = (~a · ~c )~b − (~a · ~b )~c.
1.8 Series
1.8.1 Expansion
The Binomium of Newton is:
n
n
X n
(a + b) = an−k bk
k
k=0
n n!
where := .
k k!(n − k)!
n n
rk and r rk one finds:
P P
By subtracting the series
k=0 k=0
n
X 1 − rn+1
rk =
1−r
k=0
6 Mathematics Formulary by ir. J.C.A. Wevers
∞
X 1
and for |r| < 1 this gives the geometric series: rk = .
1−r
k=0
N
X
The arithmetic series is given by: (a + nV ) = a(N + 1) + 21 N (N + 1)V .
n=0
The expansion of a function around the point a is given by the Taylor series:
An alternating series of which the absolute values of the terms drop monotonously to 0 is convergent
(Leibniz).
R∞ P
If p f (x)dx < ∞, then fn is convergent.
n
P P
If un > 0 ∀n then is un convergent if ln(un + 1) is convergent.
n n
n
P 1 p
n
cn+1
If un = cn x the radius of convergence ρ of un is given by: = lim |cn | = lim
.
n ρ n→∞ n→∞ cn
Chapter 1: Basics 7
∞
X 1
The series is convergent if p > 1 and divergent if p ≤ 1.
n=1
np
un P P
If: lim = p, than the following is true: if p > 0 than un and vn are both divergent or both
n→∞ vn n n
P P
convergent, if p = 0 holds: if vn is convergent, than un is also convergent.
n n
p
n
un+1 P
If L is defined by: L = lim |nn |, or by: L = lim
, then is un divergent if L > 1 and
n→∞ n→∞ un
n
convergent if L < 1.
If f (x) is continuous in a and: lim f 0 (x) = lim f 0 (x), than f (x) is differentiable in x = a.
x↑a x↓a
We define: kf kW := sup(|f (x)| |x ∈ W ), and lim fn (x) = f (x). Than holds: {fn } is uniform convergent
x→∞
if lim kfn − f k = 0, or: ∀(ε > 0)∃(N )∀(n ≥ N )kfn − f k < ε.
n→∞
P P
Weierstrass’ test: if kun kW is convergent, than un is uniform convergent.
∞
X Zb
We define S(x) = un (x) and F (y) = f (x, y)dx := F . Than it can be proved that:
n=N a
un ∈C−1 ;
P 0
S 0 (x) = u0n (x)
P P
D series un conv; un u.c.
R
integral ∂f /∂y continuous Fy = fy (x, y)dx
8 Mathematics Formulary by ir. J.C.A. Wevers
a3 ± b3
(a ± b)(a2 ± ab + b2 ) = a3 ± b3 , (a + b)(a − b) = a2 + b2 , = a2 ∓ ba + b2
a+b
1.10 Logarithms
a
Definition: log(x) = b ⇔ ab = x. For logarithms with base e one writes ln(x).
Rules: log(xn ) = n log(x), log(a) + log(b) = log(ab), log(a) − log(b) = log(a/b).
1.11 Polynomials
Equations of the type
n
X
ak xk = 0
k=0
have n roots which may be equal to each other. Each polynomial p(z) of order n ≥ 1 has at least one root
in C . If all ak ∈ IR holds: when x = p with p ∈ C a root, than p∗ is also a root. Polynomials up to and
including order 4 have a general analytical solution, for polynomials with order ≥ 5 there does not exist a
general analytical solution.
For a, b, c ∈ IR and a 6= 0 holds: the 2nd order equation ax2 + bx + c = 0 has the general solution:
√
−b ± b2 − 4ac
x=
2a
For a, b, c, d ∈ IR and a 6= 0 holds: the 3rd order equation ax3 + bx2 + cx + d = 0 has the general analytical
solution:
3ac − b2 b
x1 = K− −
9a2 K 3a √
3ac − b2 3ac − b2
K b 3
x2 = x∗3 = − + − + i K +
2 18a2 K 3a 2 9a2 K
√ √ !1/3
9abc − 27da2 − 2b3 3 4ac3 − c2 b2 − 18abcd + 27a2 d2 + 4db3
with K = +
54a3 18a2
Chapter 1: Basics 9
1.12 Primes
A prime is a number ∈ IN that can only be divided by itself and 1. There are an infinite number of primes.
Q
Proof: suppose that the collection of primes P would be finite, than construct the number q = 1 + p,
p∈P
than holds q = 1(p) and so Q cannot be written as a product of primes from P . This is a contradiction.
If π(x) is the number of primes ≤ x, than holds:
π(x) π(x)
lim = 1 and lim =1
x→∞ x/ ln(x) x→∞ Rx dt
ln(t)
2
Calculus
3.1 Integrals
3.1.1 Arithmetic rules
The primitive function F (x) of f (x) obeys the rule F 0 (x) = f (x). With F (x) the primitive of f (x) holds
for the definite integral
Zb
f (x)dx = F (b) − F (a)
a
If u = f (x) holds:
Zb f
Z(b)
g(f (x))df (x) = g(u)du
a f (a)
A derivative can be brought under the intergral sign (see section 1.8.3 for the required conditions):
x=h(y)
Z x=h(y)
Z
d ∂f (x, y) dg(y) dh(y)
f (x, y)dx = dx − f (g(y), y) + f (h(y), y)
dy ∂y dy dy
x=g(y) x=g(y)
14
Chapter 3: Calculus 15
with
˙
~t = d~x = ~x(t) , |~t | = 1
ds |~x˙ (t)|
Z Z Z
~ ˙
~
(~v , t)ds = (~v , t(t))dt = (v1 dx + v2 dy + v3 dz)
2n − 1
Z Z
dx 1 x dx
2 n+1
= 2 n
+
(x + 1) 2n (x + 1) 2n (x + 1)n
2
∞
1 X (2n − 1)!! 2n 2n
q =1+ k sin (x)
1 − k 2 sin2 (x) n=1
(2n)!!
Z∞
Γ(y) = e−x xy−1 dx
0
One can derive that Γ(y + 1) = yΓ(y) = y!. This is a way to define faculties for non-integers. Further one
can derive that
√ Z∞
π
Γ(n + 2 ) = n (2n − 1)!! and Γ (y) = e−x xy−1 lnn (x)dx
1 (n)
2
0
Z1
β(p, q) = xp−1 (1 − x)q−1 dx
0
with p and q > 0. The beta and gamma functions are related by the following equation:
Γ(p)Γ(q)
β(p, q) =
Γ(p + q)
The delta function δ(x) is an infinitely thin peak function with surface 1. It can be defined by:
R √
Each integral of the type R(x, ax2 + bx + c)dx can be converted into one of the types that were treated
in section 3.1.3. After this conversion one can substitute in the integrals of the type:
Z p dϕ p
R(x, x2 + 1)dx : x = tan(ϕ) , dx = of x2 + 1 = t + x
cos(ϕ)
Z p p
R(x, 1 − x2 )dx : x = sin(ϕ) , dx = cos(ϕ)dϕ of 1 − x2 = 1 − tx
Z p 1 sin(ϕ) p
R(x, x2 − 1)dx : x= , dx = dϕ of x2 − 1 = x − t
cos(ϕ) cos2 (ϕ)
These definite integrals are easily solved:
Zπ/2
n m (n − 1)!!(m − 1)!! π/2 when m and n are both even
cos (x) sin (x)dx = ·
(m + n)!! 1 in all other cases
0
So
df ∂f ∂f dy ∂f dz
= + +
dx ∂x ∂y dx ∂z dx
The tangent in point ~x0 at the surface f (x, y) = 0 is given by the equation fx (~x0 )(x−x0 )+fy (~x0 )(y−y0 ) = 0.
The tangent plane in ~x0 is given by: fx (~x0 )(x − x0 ) + fy (~x0 )(y − y0 ) = z − f (~x0 ).
3.2.3 Extrema
When f is continuous on a compact boundary V there exists a global maximum and a global minumum
for f on this boundary. A boundary is called compact if it is limited and closed.
Possible extrema of f (x, y) on a boundary V ∈ IR2 are:
3. If the boundary V is given by ϕ(x, y) = 0, than all points where ∇f ~ (x, y) + λ∇ϕ(x,
~ y) = 0 are
possible for extrema. This is the multiplicator method of Lagrange, λ is called a multiplicator.
The same as in IR2 holds in IR3 when the area to be searched is constrained by a compact V , and V is
defined by ϕ1 (x, y, z) = 0 and ϕ2 (x, y, z) = 0 for extrema of f (x, y, z) for points (1) and (2). Point (3) is
rewritten as follows: possible extrema are points where ∇f ~ (x, y, z) + λ1 ∇ϕ
~ 1 (x, y, z) + λ2 ∇ϕ
~ 2 (x, y, z) = 0.
~ ∂ ∂ ∂
∇ = ~ex + ~ey + ~ez
∂x ∂y ∂z
∂f ∂f ∂f
gradf = ~ex + ~ey + ~ez
∂x ∂y ∂z
∂ax ∂ay ∂az
div ~a = + +
∂x ∂y ∂z
Chapter 3: Calculus 19
∂az ∂ay ∂ax ∂az ∂ay ∂ax
curl ~a = − ~ex + − ~ey + − ~ez
∂y ∂z ∂z ∂x ∂x ∂y
∂2f ∂2f ∂2f
∇2 f = 2
+ 2 + 2
∂x ∂y ∂z
~ ∂ 1 ∂ ∂
∇ = ~er + ~eϕ + ~ez
∂r r ∂ϕ ∂z
∂f 1 ∂f ∂f
gradf = ~er + ~eϕ + ~ez
∂r r ∂ϕ ∂z
∂ar ar 1 ∂aϕ ∂az
div ~a = + + +
∂r r r ∂ϕ ∂z
1 ∂az ∂aϕ ∂ar ∂az ∂aϕ aϕ 1 ∂ar
curl ~a = − ~er + − ~eϕ + + − ~ez
r ∂ϕ ∂z ∂z ∂r ∂r r r ∂ϕ
∂2f 1 ∂f 1 ∂2f ∂2f
∇2 f = 2
+ + 2 2
+ 2
∂r r ∂r r ∂ϕ ∂z
~ ∂ 1 ∂ 1 ∂
∇ = ~er + ~eθ + ~eϕ
∂r r ∂θ r sin θ ∂ϕ
∂f 1 ∂f 1 ∂f
gradf = ~er + ~eθ + ~eϕ
∂r r ∂θ r sin θ ∂ϕ
∂ar 2ar 1 ∂aθ aθ 1 ∂aϕ
div ~a = + + + +
∂r r r ∂θ r tan θ r sin θ ∂ϕ
1 ∂aϕ aθ 1 ∂aθ 1 ∂ar ∂aϕ aϕ
curl ~a = + − ~er + − − ~eθ +
r ∂θ r tan θ r sin θ ∂ϕ r sin θ ∂ϕ ∂r r
∂aθ aθ 1 ∂ar
+ − ~eϕ
∂r r r ∂θ
∂2f 2 ∂f 1 ∂2f 1 ∂f 1 ∂2f
∇2 f = + + + +
∂r2 r ∂r r2 ∂θ2 r2 tan θ ∂θ r2 sin2 θ ∂ϕ2
General orthonormal curvilinear coordinates (u, v, w) can be derived from cartesian coordinates by the
transformation ~x = ~x(u, v, w). The unit vectors are given by:
1 ∂f 1 ∂f 1 ∂f
gradf = ~eu + ~ev + ~ew
h1 ∂u h ∂v h3 ∂w
2
1 ∂ ∂ ∂
div ~a = (h2 h3 au ) + (h3 h1 av ) + (h1 h2 aw )
h1 h2 h3 ∂u ∂v ∂w
20 Mathematics Formulary by ir. J.C.A. Wevers
1 ∂(h3 aw ) ∂(h2 av ) 1 ∂(h1 au ) ∂(h3 aw )
curl ~a = − ~eu + − ~ev +
h2 h3 ∂v ∂w h3 h1 ∂w ∂u
1 ∂(h2 av ) ∂(h1 au )
− ~ew
h1 h2 ∂u ∂v
1 ∂ h2 h3 ∂f ∂ h3 h1 ∂f ∂ h1 h2 ∂f
∇2 f = + +
h1 h2 h3 ∂u h1 ∂u ∂v h2 ∂v ∂w h3 ∂w
Some properties of the ∇-operator are:
Let the surface A be defined by the function z = f (x, y). The volume V bounded by A and the xy plane
is than given by: ZZ
V = f (x, y)dxdy
Chapter 3: Calculus 21
In IR2 holds:
∂~x xu xv
=
∂~u yu yv
Let the surface A be defined by z = F (x, y) = X(u, v). Than the volume bounded by the xy plane and F
is given by:
ZZ ZZ ZZ
2
∂X ∂X
q
f (~x)d A = f (~x(~u))
× dudv = f (x, y, F (x, y)) 1 + ∂x F 2 + ∂y F 2 dxdy
∂u ∂v
S G G
Zb
(f, g) = f (x)g(x)dx
a
Zb
(f, g) = p(x)f (x)g(x)dx
a
The norm kf k follows from: kf k2 = (f, f ). A set functions fi is orthonormal if (fi , fj ) = δij .
Each function f (x) can be written as a sum of orthogonal functions:
∞
X
f (x) = ci gi (x)
i=0
f, gi
ci =
(gi , gi )
22 Mathematics Formulary by ir. J.C.A. Wevers
ZL ZL ZL
1 1 nπt 1 nπt
a0 = f (t)dt , an = f (t) cos dt , bn = f (t) sin dt
2L L L L L
−L −L −L
with
Zπ
1
cn = f (x)e−inx dx
2π
−π
The Fourier transform of a function f (x) gives the transformed function fˆ(ω):
Z∞
1
fˆ(ω) = √ f (x)e−iωx dx
2π
−∞
where f (x+ ) and f (x− ) are defined by the lower - and upper limit:
Differential equations
When a DE is solved by variation of parameters one writes: yP (x) = yH (x)f (x), and than one solves f (x)
from this.
23
24 Mathematics Formulary by ir. J.C.A. Wevers
1. λ1 , λ2 6= µ: yP = q(x) exp(µx).
2. λ1 = µ, λ2 6= µ: yP = xq(x) exp(µx).
3. λ1 = λ2 = µ: yP = x2 q(x) exp(µx).
y1 and y2 are linear independent if and only if on the interval I when ∃x0 ∈ I so that holds:
W (y1 (x0 ), y2 (x0 )) = 0.
This gives a general relation between the coefficients. Special cases are n = 0, 1, 2.
with b(x) and c(x) analytical at x = 0. This LDE has at least one solution of the form
∞
X
ri
yi (x) = x an xn with i = 1, 2
n=0
with r real or complex and chosen so that a0 6= 0. When one expands b(x) and c(x) as b(x) = b0 + b1 x +
b2 x2 + ... and c(x) = c0 + c1 x + c2 x2 + ..., it follows for r:
r2 + (b0 − 1)r + c0 = 0
4.2.2 Euler
Given the LDE
d2 y(x) dy(x)
x2 + ax + by(x) = 0
dx2 dx
Substitution of y(x) = xr gives an equation for r: r2 + (a − 1)r + b = 0. From this one gets two solutions
r1 and r2 . There are now 2 possibilities:
1. r1 6= r2 : than y(x) = C1 xr1 + C2 xr2 .
2. r1 = r2 = r: than y(x) = (C1 ln(x) + C2 )xr .
4.2.3 Legendre’s DE
Given the LDE
d2 y(x) dy(x)
(1 − x2 ) − 2x + n(n − 1)y(x) = 0
dx2 dx
The solutions of this equation are given by y(x) = aPn (x) + by2 (x) where the Legendre polynomials P (x)
are defined by:
dn (1 − x2 )n
Pn (x) = n
dx 2n n!
For these holds: kPn k2 = 2/(2n + 1).
Regular solutions exists only if C = l(l + 1). They are of the form:
|m|
For |m| > l is Pl (ξ) = 0. Some properties of Pl0 (ξ) zijn:
Z1 ∞
2 X 1
Pl0 (ξ)Pl00 (ξ)dξ = δll0 , Pl0 (ξ)tl = p
2l + 1 1 − 2ξt + t2
−1 l=0
Zπ
1 p
Pl0 (ξ) = (ξ + ξ 2 − 1 cos(θ))l dθ
π
0
When ν 6= ZZ the solution is given by y(x) = aJν (x) + bJ−ν (x). But because for n ∈ ZZ holds:
J−n (x) = (−1)n Jn (x), this does not apply to integers. The general solution of Bessel’s equation is given
by y(x) = aJν (x) + bYν (x), where Yν are the Bessel functions of the second kind:
The equation x2 y 00 (x) + xy 0 (x) − (x2 + ν 2 )y(x) = 0 has the modified Bessel functions of the first kind
Iν (x) = i−ν Jν (ix) as solution, and also solutions Kν = π[I−ν (x) − Iν (x)]/[2 sin(νπ)].
Sometimes it can be convenient to write the solutions of Bessel’s equation in terms of the Hankel functions
Hn(1) (x) = Jn (x) + iYn (x) , Hn(2) (x) = Jn (x) − iYn (x)
Chapter 4: Differential equations 27
J−n (x) = (−1)n Jn (x). The Neumann functions Nm (x) are definied as:
∞
1 1 X
Nm (x) = Jm (x) ln(x) + m αn x2n
2π x n=0
The following holds: lim Jm (x) = xm , lim Nm (x) = x−m for m 6= 0, lim N0 (x) = ln(x).
x→0 x→0 x→0
r r
e±ikr eiωt 2 2
lim H(r) = √ , lim Jn (x) = cos(x − xn ) , lim J−n (x) = sin(x − xn )
r→∞ r x→∞ πx x→∞ πx
with xn = 12 π(n + 12 ).
2n dJn (x)
Jn+1 (x) + Jn−1 (x) = Jn (x) , Jn+1 (x) − Jn−1 (x) = −2
x dx
The following integral relations hold:
Z2π Zπ
1 1
Jm (x) = exp[i(x sin(θ) − mθ)]dθ = cos(x sin(θ) − mθ)dθ
2π π
0 0
(−1)m n! −x −m dn−m
Lm e−x xn
n (x) = e x n−m
(n − m)! dx
28 Mathematics Formulary by ir. J.C.A. Wevers
4.2.9 Hermite
The differential equations of Hermite are:
dn (exp(− 21 x2 )) √
1 2
Hn (x) = (−1)n exp x n
= 2n/2 Hen (x 2)
2 dx
dn (exp(−x2 )) −n/2
√
Hen (x) = (−1)n (exp x2 = 2 Hn (x/ 2)
dxn
4.2.10 Chebyshev
The LDE
d2 Un (x) dUn (x)
(1 − x2 ) 2
− 3x + n(n + 2)Un (x) = 0
dx dx
has solutions of the form
sin[(n + 1) arccos(x)]
Un (x) = √
1 − x2
The LDE
d2 Tn (x) dTn (x)
(1 − x2 ) −x + n2 Tn (x) = 0
dx2 dx
has solutions Tn (x) = cos(n arccos(x)).
4.2.11 Weber
The LDE Wn00 (x) + (n + 1
2 − 14 x2 )Wn (x) = 0 has solutions: Wn (x) = Hen (x) exp(− 41 x2 ).
When y1 (x) and y2 (x) are two linear independent solutions one can write the Wronskian in this form:
= C
y 1 y2
W (y1 , y2 ) = 0
y1 y20 p(x)
p
where C is constant. By changing to another dependent variable u(x), given by: u(x) = y(x) p(x), the
LDE transforms into the normal form:
2
d2 u(x) 1 p0 (x) 1 p00 (x) q(x) − λm(x)
+ I(x)u(x) = 0 with I(x) = − −
dx2 4 p(x) 2 p(x) p(x)
If I(x) > 0, than y 00 /y < 0 and the solution has an oscillatory behaviour, if I(x) < 0, than y 00 /y > 0 and
the solution has an exponential behaviour.
When the initial conditions u(x, 0) = ϕ(x) and ∂u(x, 0)/∂t = Ψ(x) apply, the general solution is given by:
x+ct
Z
1 1
u(x, t) = [ϕ(x + ct) + ϕ(x − ct)] + Ψ(ξ)dξ
2 2c
x−ct
−(x − x0 )2
0 1
P (x, x , t) = √ exp
2 πDt 4Dt
In 3 dimensions it reads:
−(~x − ~x 0 )2
0 1
P (x, x , t) = exp
8(πDt)3/2 4Dt
With initial condition u(x, 0) = f (x) the solution is:
Z
u(x, t) = f (x0 )P (x, x0 , t)dx0
G
2. In polar coordinates:
∞
X
v(r, ϕ) = (Am Jm (kr) + Bm Nm (kr))eimϕ
m=0
3. In spherical coordinates:
∞ X
l
X Y (θ, ϕ)
v(r, θ, ϕ) = [Alm Jl+ 21 (kr) + Blm J−l− 12 (kr)] √
r
l=0 m=−l
A harmonic function which is 0 on the boundary of an area is also 0 within that area. A harmonic function
with a normal derivative of 0 on the boundary of an area is constant within that area.
The Dirichlet problem is:
The solution is unique except for a constant. The solution exists if:
ZZZ ZZ
− f (~x )d V =
h(~x )d2 A
3
R S
∇2 u(~x ) = −δ(~x )
ln(r)
u(r) =
2π
This has in 3 dimensions in spherical coordinates the following solution:
1
u(r) =
4πr
After substituting this in Green’s 2nd theorem and applying the sieve property of the δ function one can
derive Green’s 3rd theorem:
∇2 u 3
ZZZ ZZ
~ 1 1 1 ∂u ∂ 1
u(ξ ) = − d V +
−u d2 A
4π r 4π r ∂n ∂n r
R S
The Green function G(~x, ξ~ ) is defined by: ∇2 G = −δ(~x − ξ~ ), and on boundary S holds G(~x, ξ~ ) = 0. Than
G can be written as:
1
G(~x, ξ~ ) = + g(~x, ξ~ )
4π|~x − ξ~ |
Than g(~x, ξ~ ) is a solution of Dirichlet’s problem. The solution of Poisson’s equation ∇2 u = −f (~x ) when
on the boundary S holds: u(~x ) = g(~x ), is:
∂G(~x, ξ~ ) 2
ZZZ ZZ
u(ξ~ ) = G(~x, ξ~ )f (~x )d3 V −
g(~x ) d A
∂n
R S