MAT1137 Formula Sheet
MAT1137 Formula Sheet
( )
P(E) =
( )
A B = A∩B B A = B∩A
( ∩ ) ( ∩ )
P(A | B) = =
( ) ( )
P(A | B) means the probability that A occurs given that B has occurred
1
So if events A & B are independent then: P(A ∩ B) = P(A) • P(B) or
P(A | B) = P(A) or
P(B | A) = P(B)
So if events A, B & C are independent then: P(A ∩ B ∩ C) = P(A) • P(B) • P(C) and
P(A ∩ B) = P(A) • P(B) and
P(A ∩ C) = P(A) • P(C) and
P(B ∩ C) = P(B) • P(C)
Functions
Domain example: dom(f) = {x ϵ R: x ≠ 2}
Range example: ran(g) = {y ϵ R: y > -1}
y = a•f( (x + c) ) + d
Translations/shifts:
Vertical translation/shift d units up or down: y = f(x) + d
Horizontal translation/shift c units left or right: y = f(x – c)
Scaling/stretching/shrinking:
Vertical scaling by a factor of a: y = a•f(x)
Horizontal scaling by a factor of b: y = f( •x) = f( )
f◦g(x) = f( g(x) )
2
Differentiation
( ) ( )
Gradient = = lim
→
dy df
= = y = f
dx dx
If y = c (a constant) then y ’ = 0
dy
if y = a•xn then y ’ = = a•n•xn – 1
dx
if y = c•f(x) then y ’ = c•f ’(x)
if y = f(x) ± g(x) then y ’ = f ’(x) ± g ’(x)
if y = [ f(x) ]n then y ’ = n•[ f(x) ]n – 1 •f ’(x)
if y = f•g then y ’ = f ’•g + f•g’ Product rule
• •
if y = then y ’ = Quotient rule
if y = tan(x) then y ’ =
( )
3
Differentiation continued
if y = ex then y ’ = 1ln(e)ex = ex
( ) ( )
if y = ln f(x) = log e ( f(x) ) then y ’ = =
( ) ( ) ( )
( )
if y = log a ( f(x) ) then y ’ = ( )• ( )
2. lim = lim
→ →
4
Integration
so ∫ 0 dx = c (c is a constant)
n xn+1
so ∫ x dx = n+1
+ c
(ax + b)
so (ax + b) dx = + c , n ≠ −1
(n + 1)a
so ∫ cos(x) dx = sin(x) + c
so ∫ sin(x) dx = – cos(x) + c
If f(x) dx = F(x) + c
F(ax + b)
then f(ax + b) dx = + c
a
a a
a dx = + c = + c
1 • ln(a) ln(a)
e
e dx = + c = e + c
1 • ln(e)
a
a dx = + c
bln(a)
e e
e dx = + c = + c
bln(e) b
5
x⦁ ln(x) − x x⦁ ln(x) − x
log (x) dx = + c = + c
1 • ln(a) ln(a)
x⦁ ln(x) − x
ln(x) dx = + c = x⦁ ln(x) − x + c
1 • ln(e)
1 ln| x |
dx = + c = ln| x | + c
x 1
1 ln| bx + d |
dx = + c
bx + d b
− ln| cos(bx + d) |
tan(bx + d) dx = + c
b
The area of region A between y = f(x) and the x-axis on an interval [a, b] is given
by the definite integral
If y = f(x) is above y = g(x) on [a, b] then the area between them is given by
6
Fundamental Theorem of Calculus (FTC):
Part 1. Let the function f be continuous on the interval [a, b], and define the
function g by
7
Trigonometry
π radians = 180˚
= 0.5π = 90
Sin All
π = 180o 0o and 2π = 360o
Tan Cos
= 1.5π = 270
60
√2 1 2 1
45 30
1 √3
8
Arithmetic & Geometric sequences & series
Arithmetic:
General relationship: Tn = a + (n – 1)d , n = 1, 2, 3, …
Recursive relationship: T1 = a , Tn = Tn-1 + d , n = 2, 3, 4, …
( )
Sum: S = an +
Geometric:
9
Probability Distributions
Mean:
µ = mean
E(X) = expected value of a random variable X
μ = E(X) = x • P(X = x )
= (x − μ) • P(X = x )
= E(X2) – [E(X)]2
σ = Var(X)
10
Translation and scaling:
Suppose a new variable Y is scaled by a factor of a units and translated/shifted
b units relative to X
so Y = a•X + b
P(a ≤ X ≤ b) = area
a b x
Note:
1. For f(x) to be a Probability Density function, pdf, it must satisfy 2
properties:
f(x) = y must be greater than or equal to 0
f(x) ≥ 0 for all x ϵ R f(x) must be on or above the x axis
this avoids negative probabilities
11
Mean / expected value:
μ = E(X) = x • f(x) dx
Variance:
Var(X) = E( (X – µ)2 )
= (x − μ) • f(x) dx
= x • f(x) dx − μ
Standard deviation:
σ = Var(X)
1
f(x) dx =
2
If f(x) is the pdf of a continuous random variable X then the Cumulative Density
Function F(x) = P(X ≤ x) is given by:
12
Exponential & Logarithmic functions
Exponents Logarithms
=
log a(a) = 1
a0 = 1 log a(1) = 0
a–n = log 10(x) = log (x)
a = √a log e(x) = ln (x)
( )
a = x
x
log a(a ) = x⦁log a(a) = x⦁1 = x
log e(e) = ln (e) = 1
e ln(x) = x
e = 2.718281… natural base ln (ex) = x⦁ln (e) = x⦁1 = x
Quadratic formula
−b ± √b − 4ac
x =
2a
13