Maths
Maths
i2 = −1 (1)
√ 2 2
(± n i) = ni (2)
wn = z (22)
√
θ + 2kπ θ + 2kπ
wk = n r cos + i sin , k = 0, 1, 2, . . . , n − 1 (23)
n n
1
Chapter 2: Mathematical Induction
2.1 The Principle of Mathematical Induction
Mathematical induction is used to prove statements for all positive integers n. Common results include:
1 + 3 + 5 + · · · + (2n − 1) = n2 (24)
n(n + 1)
1 + 2 + 3 + ··· + n = (25)
2
3n − 1 is divisible by 2 (26)
⃗a + ⃗b = ⃗b + ⃗a (27)
(⃗a + ⃗b) + ⃗c = ⃗a + (⃗b + ⃗c) (28)
k(⃗a + ⃗b) = k⃗a + k⃗b (29)
(k + m)⃗a = k⃗a + m⃗a (30)
2
Chapter 4: Advanced Vector Concepts
4.1 Algebraic Properties of Vector Operations
Properties of dot and cross products:
⃗a · ⃗b = ⃗b · ⃗a (44)
⃗a · (⃗b + ⃗c) = ⃗a · ⃗b + ⃗a · ⃗c (45)
(k⃗a) · ⃗b = k(⃗a · ⃗b) (46)
2
⃗a · ⃗a = |⃗a| (47)
⃗a × ⃗b = −(⃗b × ⃗a) (48)
⃗a × (⃗b + ⃗c) = (⃗a × ⃗b) + (⃗a × ⃗c) (49)
(k⃗a) × ⃗b = k(⃗a × ⃗b) (50)
⃗a · (⃗a × ⃗b) = 0 (51)
⃗a × (⃗a × ⃗b) = (⃗a · ⃗b)⃗a − (⃗a · ⃗a)⃗b (52)
(63)
x − x0 y − y0 z − z0
Symmetric line: = = (64)
a b c
Vector line through two points: ⃗r = r⃗1 + t(r⃗2 − r⃗1 ) (65)
General plane: ax + by + cz + d = 0 (66)
Point-normal plane: ⃗r · ⃗n = d, ⃗n = (a, b, c) (67)
x − x1 y − y1 z − z1
Plane through three points (x1 , y1 , z1 ), (x2 , y2 , z2 ), (x3 , y3 , z3 ) : x2 − x1 y2 − y1 z2 − z1 = 0 (68)
x3 − x1 y3 − y1 z3 − z1
|ax0 + by0 + cz0 + d|
Distance from point (x0 , y0 , z0 ) to plane ax + by + cz + d = 0 : √ (69)
a2 + b2 + c2
3
Chapter 5: Counting and Combinatorics
5.1 Multiplication Principle and Factorials
Counting principles:
Number of outcomes for two independent events: = m × n (70)
n! = n(n − 1)(n − 2) · · · 1 (71)
0! = 1 (72)
5.2 Permutations
The number of ways to arrange r objects from n distinct objects:
n n!
Pr = (73)
(n − r)!
n
P0 = 1 (74)
5.3 Combinations
The number of ways to choose r objects from n without regard to order:
n n!
Cr = (75)
r!(n − r)!
n
C0 = 1 (76)
n
Cn = 1 (77)
n n
Cr = Cn−r (78)
4
6.4 Coordinate Rotation
Rotation of axes by angle θ:
5
Chapter 8: Differentiation
8.1 Derivatives of Trigonometric Functions
Key trigonometric derivatives:
sin x
lim =1 (110)
x→0 x
d
sin x = cos x (111)
dx
d du
sin u = cos u · (112)
dx dx
d
cos x = − sin x (113)
dx
d du
cos u = − sin u · (114)
dx dx
d 2
tan x = sec x (115)
dx
d du
tan u = sec2 u · (116)
dx dx
d 2
cot x = − csc x (117)
dx
d du
cot u = − csc2 u · (118)
dx dx
d
sec x = sec x tan x (119)
dx
d du
sec u = sec u tan u · (120)
dx dx
d
csc x = − csc x cot x (121)
dx
d du
csc u = − csc x cot u · (122)
dx dx
6
8.3 Exercises on Logarithmic Differentiation
Derivatives using logarithmic rules:
d 4x
ln(2x2 + 3) = 2 (135)
dx 2x + 3
d 1
ln |x| = (136)
dx x
d 2 1
(x log2 x) = 2x log2 x + x2 · (137)
dx x ln 2
d 1
(sin 3x · log10 (x + 1)) = cos 3x · log10 (x + 1) + sin 3x · (138)
dx (x + 1) ln 10
d √ 1 5
ln 5x − 4 = · (139)
dx 2 5x − 4
d 1 1
ln(ln x) = · (140)
dx ln x x
7
9.2 Maxima and Minima
To find critical points:
f ′ (x) = 0 (157)
8
Chapter 11: Applications of Integration
11.1 Fundamentals of Integration
Integration as the area under a curve:
Z b
Area under y = f (x) from x = a to x = b = f (x) dx (174)
a