0% found this document useful (0 votes)
158 views23 pages

Mathematical Formulae For Electrical and Computer Engineers: Edited by

The document outlines various mathematical formulae for electrical and computer engineers. It covers topics such as algebra, geometry, trigonometry, hyperbolic functions, complex numbers, differentiation, integration, differential equations, and Fourier series. The algebra section provides formulae for factors, partial fractions, laws of indices, logarithms, quadratic formula, arithmetic and geometric progressions, and series.

Uploaded by

Mauritius Edbert
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
158 views23 pages

Mathematical Formulae For Electrical and Computer Engineers: Edited by

The document outlines various mathematical formulae for electrical and computer engineers. It covers topics such as algebra, geometry, trigonometry, hyperbolic functions, complex numbers, differentiation, integration, differential equations, and Fourier series. The algebra section provides formulae for factors, partial fractions, laws of indices, logarithms, quadratic formula, arithmetic and geometric progressions, and series.

Uploaded by

Mauritius Edbert
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 23

Mathematical Formulae for

Electrical and Computer Engineers

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

(a + b + c)2 = a2 + b2 + c2 + 2bc + 2ca + 2ab

a2 − b2 = (a + b)(a − b)

a3 + b3 = (a + b)(a2 − ab + b2 )

a3 − b3 = (a − b)(a2 + ab + b2 )

(a + b)3 = a3 + 3a2 b + 3ab2 + b3

(a − b)3 = a3 − 3a2 b + 3ab2 − b3

a3 + b3 + c3 − 3abc = (a + b + c)(a2 + b2 + c2 − bc − ca − ab)

1.2 Partial fractions

Provided that the numerator f (x) is of less degree than the relevant denominator, the
following identities are typical examples of partial fraction expansion :

• only distinct linear factors :


f (x) A1 An
= + ... +
(x + α1 ) . . . (x + αn ) x + α1 x + αn

Page 1 . . .
Chapter 1. Algebra

• repeated linear factors :

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 )

1.3 Law of indices

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

x = loga y (“log y to base a”)

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

1.5 Quadratic Formula

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 b2 − 4ac = 0, then ax2 + bx + c = 0 yields two real and equal roots.

• If b2 − 4ac < 0, then ax2 + bx + c = 0 yields a pair of complex conjugate roots.

1.6 Arithmetic Progression

If a = first term, d = common difference, n = number of terms and l = last term, then
the arithmetic progression is

a, a + d, a + 2d, a + 3d, . . . , a + (n − 1)d, . . . , l


n
Sum of n terms = [2a + (n − 1)d]
2
n
= (a + l)
2

Page 3 . . .
Chapter 1. Algebra

1.7 Geometric Progression

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

Equation of a straight line joining (x1 , y1 ) and (x2 , y2 ) :

y − y1 y2 − y1
= = m
x − x1 x2 − x1
or y − y1 = m(x − x1 )

y = mx + c where m = gradient and c = y-intercept

Equation of a circle, center at (x0 , y0 ), radius r :

(x − x0 )2 + (y − y0 )2 = r2

Equation of an ellipse, center at (x0 , y0 ), semi-axes a and b :

(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

3.2 Signs and variations of trigonometric functions

Quadrant sin A cos A tan A cot A sec A cosec A


+ + + + + +
I
0 to 1 1 to 0 0 to ∞ ∞ to 0 1 to ∞ ∞ to 1
+ − − − − +
II
1 to 0 0 to −1 −∞ to 0 0 to −∞ −∞ to −1 1 to ∞
− − + + − −
III
0 to −1 −1 to 0 0 to ∞ ∞ to 0 −1 to −∞ −∞ to −1
− + − − + −
IV
−1 to 0 0 to 1 −∞ to 0 0 to −∞ ∞ to 1 −1 to −∞

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

3.4 Compound angle addition and subtraction


formula

sin(A ± B) = sin A cos B ± cos A sin B

cos(A ± B) = cos A cos B ∓ sin A sin B


tan A ± tan B
tan(A ± B) =
1 ∓ tan A tan B

3.5 Double angles

sin 2A = 2 sin A cos A

cos 2A = cos2 A − sin2 A = 2 cos2 A − 1 = 1 − 2 sin2 A


2 tan A
tan 2A =
1 − tan2 A
sin 3A = 3 sin A − 4 sin3 A

cos 3A = 4 cos3 A − 3 cos A


3 tan A − tan3 A
tan 3A =
1 − 3 tan2 A

Page 7 . . .
Chapter 3. Trigonometry

3.6 Products of sines or cosines into sums or


differences

2 sin A cos B = sin(A + B) + sin(A − B)

2 cos A sin B = sin(A + B) − sin(A − B)

2 cos A cos B = cos(A + B) + cos(A − B)

2 sin A sin B = cos(A − B) − cos(A + B)

3.7 Sums or differences of sines or cosines into


products
A+B A−B
sin A + sin B = 2 sin cos
2 2
A+B A−B
sin A − sin B = 2 cos sin
2 2
A+B A−B
cos A + cos B = 2 cos cos
2 2
A+B A−B
cos A − cos B = 2 sin sin
2 2

3.8 Polar Form

a sin x + b cos x = R sin(x + φ)



where R = a2 + b 2
b
θ = tan−1
a
b
sin φ =
R
a
cos φ =
R

Page 8 . . .
Chapter 3. Trigonometry

3.9 Complex exponent forms : imaginary form


ejx +e−jx
cos x = 2
ejx = cos x + j sin x
ejx −e−jx

sin x = 2j
e−jx = cos x − j sin x j = −1

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|

Addition : (a + bj) + (c + dj) = (a + c) + (b + d)j


Subtraction : (a + bj) − (c + dj) = (a − c) + (b − d)j
Multiplication : z1 z2 = r1 r2 ∠(θ1 + θ2 )
z1 r1
Division : = ∠(θ1 − θ2 )
z2 r2
De Moivre’s theorem : [r∠] = rn ∠nθ = rn (cos nθ + j sin nθ)
n

Page 11 . . .
Chapter 6

Differentiation

Function Derivative Function Derivative


1
xn nxn−1 x
− x12
1 1
loge n x
loga x x loge a

ecx cecx ax (a > 0) ax loge a

sin x cos x cos x − sin x

tan x sec2 x cosec x −cosec x cot x

sec x sec x tan x cot x −cosec2 x

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

Maximum and minimum values :


dy
If y = f (x), then the stationary points are found by solving = 0.
dx
dy d2 y
Let a solution of = 0 be x = a. If the value of 2 when x = a is :
dx dx
• positive, the point is a minimum point.

• negative, the point is a maximum point.

• zero, the point is a point of inflexion (saddle point).

Page 13 . . .
Chapter 7

Integration

Function Integral Function Integral


xn+1 1
xn (n = −1) n+1 x
loge |x|
f  (x)
ex ex f (x
loge |f (x)|

sin x − cos x cos x sin x

tan x loge | sec x| cosec x loge | tan x2 |

sec x loge | tan( π4 + x2 )| cot x loge | sin x|


1 1 1 1
a2 −x2
(|x| < a) 2a
loge a+x
a−x a2 +x2 a
tan−1 x
a

Integration by parts : If u and v are both functions of x, then



dv du
u dx = uv − v dx
dx dx

Page 14 . . .
Chapter 8

Differential Equations

8.1 First order 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

8.2 Second order differential equations

Linear homogeneous second order differential equations

d2 y dy
a 2
+ b + cy = 0
dx dx

• Form the characteristic equation : am2 + bm + c = 0

• If the roots of the complementary equation are

– real and distinct i.e. m = α and m = β, then the general solution is

y = Aeαx + Beβx

– real and equal i.e. m = α twice, then the general solution is

y = eαx (A + Bx)

– complex i.e. m = α ± jβ, then the general solution is

y = eαx (A sin βx + B cos βx)

• Constants A and B are determined from initial conditions.

Page 16 . . .
Chapter 8. Differential Equations

Linear non-homogeneous second order differential equations

d2 y dy
a 2
+ b + cy = f (x)
dx dx

The total solution of this type of differential equation is made up of :


• The general solution of the homogeneous second order differential equation

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).

f (x) Trial particular integral

f (x) = constant • y=k


• y = kx when general solution contains a
constant
f (x) = L + M x + N x2 + . . . • y = a + bx + cx2 + . . .
f (x) = Aeαx • y = keα x
• y = kxeαx when general solution contains eαx
• y = kx2 eαx when general solution contains
xeαx , and so on
f (x) = α sin px + β cos x • y = a sin px + b cos px
α or β may be zero • y = x(a sin px + b cos px) when general solution
contains sin px and/or cos px

Page 17 . . .
Chapter 9

Laplace Transform

9.1 Definition

L{f (t)} = e−st f (t) dt
0

9.2 Laplace Transform Pairs

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

9.3 Laplace Transform rule

• Transform of Derivatives :

L{f  (t)} = sF (s) − f (0)

• Transform of Derivative of order n :


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

F  (s) = L{−tf (t)}


dn
and F (s) = (−1)n L{tn f (t)}
dsn

• Shift in the time-domain function :

L{f (t − t0 )U (t − t0 )} = e−st0 F (s)

• Shift in the s-domain function :

L{e−αt f (t)} = F (s + α)

• Initial Value Theorem :

lim sF (s) = f (0+ ) = lim+ f (t)


s→∞ t→0

• Final Value Theorem (FVT) :

lim sF (s) = lim f (t)


s→0 t→∞

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

The Fourier series corresponding to a periodic function f (x) of period 2π is


f (x) = a0 + (an cos nx + bn sin nx)
n=1

where for the range −π to π


π
1
a0 = f (x) dx
2π −π

1 π
an = f (x) cos nx dx (n = 1, 2, 3, . . .)
π −π

1 π
bn = f (x) sin nx dx (n = 1, 2, 3, . . .)
π −π

For functions of any period 2L, the Fourier series is


∞ 

nπ nπ 
f (x) = a0 + an cos x + bn sin x
n=1
L L
L
1
a0 = f (x) dx
2L −L

1 L nπx
an = f (x) cos dx (n = 1, 2, 3, . . .)
L −L L

1 L nπx
bn = f (x) sin dx (n = 1, 2, 3, . . .)
L −L L

Page 20 . . .

You might also like