Mathematical Formulae For Electrical and Computer Engineers: Edited by
Mathematical Formulae For Electrical and Computer Engineers: Edited by
Edited by :
Loh Ai Poh
Tan Woei wan
Contents
1 Algebra 1
1.1 Factors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Partial fractions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.3 Law of indices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.4 Logarithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.5 Quadratic Formula . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.6 Arithmetic Progression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.7 Geometric Progression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.8 Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2 Geometry 5
3 Trigonometry 6
3.1 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3.2 Signs and variations of trigonometric functions . . . . . . . . . . . . . . . . 6
3.3 Identities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.4 Compound angle addition and subtraction formula . . . . . . . . . . . . . 7
3.5 Double angles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.6 Products of sines or cosines into sums or differences . . . . . . . . . . . . . 8
3.7 Sums or differences of sines or cosines into products . . . . . . . . . . . . . 8
3.8 Polar Form . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.9 Complex exponent forms : imaginary form . . . . . . . . . . . . . . . . . . 9
4 Hyperbolic Function 10
4.1 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
4.2 Identities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
5 Complex Numbers 11
Page i . . .
Contents
6 Differentiation 12
7 Integration 14
8 Differential Equations 15
8.1 First order differential equations . . . . . . . . . . . . . . . . . . . . . . . . 15
8.2 Second order differential equations . . . . . . . . . . . . . . . . . . . . . . 16
9 Laplace Transform 18
9.1 Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
9.2 Laplace Transform Pairs . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
9.3 Laplace Transform rule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
10 Fourier Series 20
Page ii . . .
Chapter 1
Algebra
1.1 Factors
(a + b)2 = a2 + 2ab + b2
(a − b)2 = a2 − 2ab + b2
a2 − b2 = (a + b)(a − b)
a3 + b3 = (a + b)(a2 − ab + b2 )
a3 − b3 = (a − b)(a2 + ab + b2 )
Provided that the numerator f (x) is of less degree than the relevant denominator, the
following identities are typical examples of partial fraction expansion :
Page 1 . . .
Chapter 1. Algebra
f (x) A1 An
n
= + ... +
(x + α) x+α (x + α)n
• a quadratic factor :
f (x) Ax + B Cx + D
= +
(α1 x2 2
+ β1 x + γ1 )(α2 x + β2 x + γ2 ) 2 2
(α1 x + β1 x + γ1 ) (α2 x + β2 x + γ2 )
am × an = am+n
am
= am−n
an
(am )n = amn
1
a−n = n
a
0
a = 1
√
n
am = am/n
√
n √ √
n
ab = n a × b
√n
a a
n
= √n
b b
1.4 Logarithm
Definition : If y = ax , then
y = aloga x
Page 2 . . .
Chapter 1. Algebra
Logarithmic rules
log(a × b) = log a + log b
a
log = log a − log b
b
log(xa ) = a log x
log y
log (y)1/n =
n
logc a
logb a = (Change of base)
logc b
√ b
log(a + jb) = log a2 + b2 + j tan−1
a
If ax2 + bx + c = 0, then √
−b ± b2 − 4ac
x=
2a
• If b2 − 4ac > 0, then ax2 + bx + c = 0 yields two real and distinct roots.
If a = first term, d = common difference, n = number of terms and l = last term, then
the arithmetic progression is
Page 3 . . .
Chapter 1. Algebra
If a = first term, r = common ratio and n = number of terms, then the geometric
progression is :
a, ar, ar2 , ar3 , . . . , arn−1 , . . .
⎧
⎨ a(r n −1)
, r>1
r−1
Sum of n terms =
⎩ a(1−r )n
, r<1
1−r
a
Sum to infinity when r < 1 =
1−r
1.8 Series
Binomial series:
n(n − 1) n−2 2 n(n − 1)(n − 2) n−3 3
(a + b)n = an + nan−1 b + a b + a b + ...
2! 3!
n(n − 1) 2 n(n − 1)(n − 2) 3
(1 + x)n = 1 + nx + x + x + ... (valid for − 1 < x < 1)
2! 3!
Exponential series:
x2 x3
ex = 1 + x + + + ...
2! 3!
x2 x3
e−x = 1−x+ − + ...
2! 3!
Taylor’s expansion:
a2 a3
f (x + a) = f (x) + af (x) + f (x) + f (x) + . . .
2! 3!
Maclaurin’s form:
x2 x3
f (x) = f (0) + xf (0) + f (0) + f (0) + . . .
2! 3!
Page 4 . . .
Chapter 2
Geometry
y − y1 y2 − y1
= = m
x − x1 x2 − x1
or y − y1 = m(x − x1 )
(x − x0 )2 + (y − y0 )2 = r2
(x − x0 )2 (y − y0 )2
+ =1
a2 b2
Pythagoras Theorem :
c
b
c 2 = a2 + b 2
Page 5 . . .
Chapter 3
Trigonometry
3.1 Definitions
opposite
sin A =
hypotenuse
adjacent
opposite
cos A =
hypotenuse hypotenuse
opposite sin A
tan A = =
adjacent cos A
1 hypotenuse
A cosec A = =
sin A opposite
adjacent 1 hypotenuse
sec A = =
cos A adjacent
1 adjacent
cot A = =
tan A opposite
Page 6 . . .
Chapter 3. Trigonometry
3.3 Identities
sin2 A + cos2 A = 1
1 + tan2 A = sec2 A
cot2 A + 1 = cosec2 A
cosec2 A = 1 + cot2 A
sin(−A) = − sin A
cos(−A) = + cos A
tan(−A) = − tan A
Page 7 . . .
Chapter 3. Trigonometry
Page 8 . . .
Chapter 3. Trigonometry
Page 9 . . .
Chapter 4
Hyperbolic Function
4.1 Definitions
eA − e−A 1 2
sinh A = cosech A = = A
2 sinh A e − e−A
eA + e−A 1 2
cosh A = sech A = = A
2 cosh A e + e−A
eA − e−A 1 eA + e−A
tanh A = A coth A = = A
e + e−A tanh A e − e−A
4.2 Identities
cosh2 A − sinh2 A = 1
1 − tanh2 A = sech2 A
coth2 A − 1 = cosech2 A
Page 10 . . .
Chapter 5
Complex Numbers
√
Im z = x + jy where j = −1
y z = x+jy = r(cos θ + j sin θ)
r = r∠θ
θ = rejθ
x Re
θ1 = −(2π−θ) r = |z| = x2 + y 2
θ = arg z = θ1
b y x
= tan−1 = sin−1 = cos−1
a |z| |z|
Page 11 . . .
Chapter 6
Differentiation
sin−1 x √ 1
1−x2
cos−1 x 1
− √1−x 2
1
tan−1 x 1+x2
Product rule :
When y = uv and u and v are functions of x, then
dy du dv
=v +u
dx dx dx
Quotient rule :
u
When y = v
and u and v are functions of x, then
dy v du − u dv
= dx 2 dx
dx v
Page 12 . . .
Chapter 6. Differentiation
Chain rule :
If u is a function of x, then
dy dy du
= ×
dx du dx
Implicit differentiation :
d d dy
[f (y)] = [f (y)] ×
dx dy dx
Page 13 . . .
Chapter 7
Integration
Page 14 . . .
Chapter 8
Differential Equations
dy dy
1. = f (x) or P + Q = 0, P and Q being functions of x only.
dx dx
dy dy Q
P + Q = 0 can be written as = − = f (x)
dx dx P
Solution : y = f (x) dx
dy dy
2. If = f (y) or P + Q = 0, P and Q being functions of y only.
dx dx
dy dy Q
P + Q = 0 can be written as = − = f (y)
dx dx P
dy
Solution : dx =
f (y)
dy
3. Separation of variables : = f (x) · f (y)
dx
dy
Solution : = f (x) dx
f (y)
dy y
4. Homogeneous first order differential equation : =f
dx x
Solution :
y
• Introduce the new independent variable v = .
x
dy dv
• Then, y = vx and = v(1) + x by the product rule.
dx dx y
dv dy
• Substitute y = vx and dydx = v(1) + x in =f to obtain a separable
dx dx x
differential equation. Solve the separable differential equation.
y
• Solution is obtained by replacing v by
x
Page 15 . . .
Chapter 8. Differential Equations
dy
5. Linear first order differential equation : + P (x)y = Q(x)
dx
Solution :
P (x)dx
• Determine the integrating factor (I.F.) : e
P (x)dx P (x)dx
• Substitute the I.F. into the equation : ye = Q(x)e dx,
P (x)dx P (x)dx
• ye will be an exact differential and Q(x)e dx can be integrated
d2 y dy
a 2
+ b + cy = 0
dx dx
y = Aeαx + Beβx
y = eαx (A + Bx)
Page 16 . . .
Chapter 8. Differential Equations
d2 y dy
a 2
+ b + cy = f (x)
dx dx
d2 y dy
a 2
+ b + cy = 0
dx dx
• The particular integral, which depends on f (x). The following table lists the
trial particular integral to use for various f (x).
Page 17 . . .
Chapter 9
Laplace Transform
9.1 Definition
∞
L{f (t)} = e−st f (t) dt
0
f (t) ⇔ F (s)
δ(t) ⇔ 1
1
U (t) ⇔
s
1
tU (t) ⇔
s2
1
e−at U (t) ⇔
s+a
a
[sin at] U (t) ⇔
s + a2
2
s
[cos at] U (t) ⇔
s + a2
2
b
[e−at sin bt] U (t) ⇔
(s + a)2 + b2
s+a
[e−at cos bt] U (t) ⇔
(s + a)2 + b2
1
te−at U (t) ⇔
(s + a)2
Page 18 . . .
Chapter 9. Laplace Transform
• Transform of Derivatives :
n−1
L{f n (t)} = sn F (s) − sn−1−k f k (0)
k=0
• Transform of an Integral :
t
F (s)
L f (τ )dτ =
0 s
• Derivative of Transforms
L{e−αt f (t)} = F (s + α)
FVT is applicable only if the signal is a finite constant value, i.e. lim f (t) =
t→∞
constant
Page 19 . . .
Chapter 10
Fourier Series
∞
f (x) = a0 + (an cos nx + bn sin nx)
n=1
Page 20 . . .