Differential & Integral Calculus Notes in Brief Author Matthew Scroggs
Differential & Integral Calculus Notes in Brief Author Matthew Scroggs
Notes in Brief
Department of Mathematics,
University College London
Matthew Scroggs
web: www.mscroggs.co.uk/6103
e-mail: [email protected]
Spring 2016
Contents
1 Functions 2
1.1 Polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Exponentials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2 Differentiation 7
3.1 Exponentials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.2 Logarithms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
i
CONTENTS ii
4 Integration 13
5 Differential Equations 16
These notes are intended as a revision aid. I started with the full lecture notes of the
course and taken out all unnecessary detail, examples, etc. to leave a minimal outline of
the course. If you need more detail on a topic, look at the relevant section in the full
notes!
Throughout these notes in brief, you will find boxes that look like this:
A-level C1 Differentiation
These boxes contain references to the parts of GCSE and A-level maths that are relevant
to the section. These may be useful as there is a great range of GCSE and A-level revision
material online. These are all based on the syllabus of the EdExcel exam board, as this
is the one I am familiar with. Other exam boards are mostly the same.
1
Chapter 1
Functions
A-level C1 functions
1.1 Polynomials
P (x) = a0 + a1 x + a2 x2 + · · · + an xn
1
or a subset of B
2
CHAPTER 1. FUNCTIONS 3
Degree 0
Degree 1
Degree 2
GCSE quadratics
A-level C1 quadratics
1. Factorising
Example
P (x) = x2 − 3x + 2 = (x − 2)(x − 1)
Example
P (x) = x2 − 3x + 2
( )2 ( )2
= x − 32 − −3 2 +2
( )
3 2
( −3 )2
x− 2 − 2 +2=0
( )2
x − 32 = 14
x− 3
2 = ± 12
x = 1 or 2
√
−b ± b2 − 4ac
x= .
2a
Degree ≥ 3
1.2 Exponentials
ax+y = ax · ay
(ax )y = axy
ax · bx = (ab)x
a0 = 1
1
a−x = x
a
1 √
a = na
n
m ( √ )m
an = n a
GCSE Trigonometry
A-level C3 Radians
A-level C2 Trigonometry
A-level C3 Trigonometry
cos2 θ + sin2 θ = 1
cos and sin are periodic functions with period 2π (i.e. for any x, cos(x + 2π) = cos x,
sin(x + 2π) = sin x).
cos and sin are the same shape but shifted by π/2, which means
( π)
cos θ − = sin θ
2
( π)
sin θ + = cos θ
2
(α)1 + cos α
cos2 =
2 2
( α ) 1 − cos α
sin2 =
2 2
tan : R \ { π2 (2N − 1) : N ∈ Z} → R
tan θ + tan ϕ
tan(θ + ϕ) =
1 − tan θ tan ϕ
1 + tan2 x = sec2 x.
x = r cos θ
y = r sin θ
Chapter 2
Differentiation
change in y
gradient =
change in x
A-level C1 Differentiation
A-level C2 Differentiation
A-level C3 Differentiation
Definition
Differentiation by first principles:
f (c + h) − f (c)
f ′ (c) = lim .
h→0 h
f (x) f ′ (x)
xn nxn−1
sin x cos x
cos x − sin x
tan x sec2 x
7
CHAPTER 2. DIFFERENTIATION 8
A-level C4 Differentiation
d d d
(f (x) + g(x)) = (f (x)) + (g(x))
dx dx dx
d d d
(f (x)g(x)) = (f (x)) g(x) + f (x) (g(x))
dx dx dx
d
(f (g(x))) = f ′ (g(x))g ′ (x)
dx
dy dy/dt
=
dx dx/dt
Example
x = t2 + 4; y = et
dy dy/dt
=
dx dx/dt
et
=
2t
CHAPTER 2. DIFFERENTIATION 9
• Local maximum
f ′ (x) = 0
f ′′ (x) < 0
• Local minimum
f ′ (x) = 0
f ′′ (x) > 0
Definition
f −1 is the inverse of f :
f −1 (f (x)) = x
note: Sometimes, arcsin, arccos and arctan are used to represent sin−1 , cos−1 and tan−1 .
d ( −1 ) 1
f (x) = ′ −1
dx f (f (x))
dy 1
= dx
dx dy
Chapter 3
3.1 Exponentials
f (x) = ax ,
( 1 )x
(a) y = 2x (b) y = 2
e ≈ 2.718281828459 . . .
Definition
f (x) = ex = exp(x) is the exponential function.
Property
d x
(e ) = ex .
dx
10
CHAPTER 3. EXPONENTIALS AND LOGARITHMS 11
3.2 Logarithms
Definition
The inverse of ax is loga x.
Laws of Logs
2. loga (M p ) = p loga M .
Example
Find x, given 3x = 7.
ln(3x ) = ln 7
x ln 3 = ln 7.
ln 3
x=
ln 7
≈ 1.77
Definition
The inverse of f (x) = ex is the natural logarithm, ln x.
Property
d 1
(ln x) = .
dx x
logb x
loga x =
logb a
Property
d 1
(loga x) = .
dx x ln a
Integration
A-level C1 integration
A-level C2 integration
A-level C4 integration
∫
f (x) f (x) dx
axb+1
axb b+1 +c
1
x ln |x| + c
ex ex + c
ax
ax ln a + c
cos x sin x + c
sin x − cos x + c
Sum Rule
∫ ∫ ∫
(f (x) + g(x)) dx = f (x) dx + g(x) dx (4.1)
13
CHAPTER 4. INTEGRATION 14
Multiplication by a constant
∫ ∫
Kf (x) dx = K f (x) dx (4.2)
A special case
∫
f ′ (x)
dx = ln(f (x)) + c
f (x)
∫
(2x + 3)100 dx
u = 2x + 3.
du
=2
dx
1
dx = du.
2
∫ ∫
1
(2x + 3) 100
dx = u100 · du
2
∫
1
= u100 du
2
1 1 101
= · u
2 101
1
= (2x + 3)101 + c.
202
Integration by Parts
A-level C4 Integration
∫ ∫
dv du
u dx = uv − v dx.
dx dx
A-level C4 Integration
CHAPTER 4. INTEGRATION 15
Example
1
x2 − 1
x2 − 1 = (x + 1)(x − 1)
1 A B
= + ,
x2 −1 x−1 x+1
1 = A(x + 1) + B(x − 1)
Substituting in x = 1 gives 1 = 2A.
Substituting in x = −1 gives 1 = −2B.
A = 21 ; B = − 12 .
1 1 1
= −
x2 − 1 2(x − 1) 2(x + 1)
A-level C2 Integration
A-level C4 Integration
∫ b
h
f (x) dx ≈ (f (a) + 2f (a + h) + ... + 2f (a + (n − 1)h) + f (b))
a 2
Chapter 5
Differential Equations
A-level C4 Integration
Definition
A function f (x, y) is separable if it can be written as
f (x, y) = g(x)h(y).
dy
= xy,
dx
1
dy = x dx
y
∫ ∫
1
dy = x dx
y
1
ln y = x2 + C
2
1 2 1 2
y = e2x +C
= Ae 2 x , A = eC .
16
CHAPTER 5. DIFFERENTIAL EQUATIONS 17
Definition
The integrating factor of the ODE
dy
+ g(x)y = f (x).
dx
is (∫ )
exp g(x) dx .
Example
dy y
+ = x.
dx x
The integrating factor is:
(∫ )
1
exp dx = exp (ln x)
x
=x
x3
= +c
3
x2 c
y= +
3 x
CHAPTER 5. DIFFERENTIAL EQUATIONS 18
Definition
When y = f (x) + cg(x) is the solution of an ODE, f is called the particular
integral (P.I.) and g is called the complementary function (C.F.).
d2 y dy
+A + By = 0
dx2 dx
Definition
λ2 + Aλ + B = 0
is the characteristic equation or auxiliary equation of
d2 y dy
2
+A + By = 0.
dx dx
A
λ1 = .
B
g(x) = (c1 + c2 x)eλ1 x .
CHAPTER 5. DIFFERENTIAL EQUATIONS 19
The particular integral is found by guessing its form, then finding the constants. It depends
on the right hand side, p(x).
p(x) guess
1 c
x ax + b
x2 ax2 + bx + c
sin or cos a sin x + b sin x
eax and a is not a solution of the characteristic equation Aea x
eax and a is a solution of the characteristic equation Axea x
ax
e and a is a repeated solution of the characteristic equation Ax2 ea x
yk+1 = yk + hf (xk , yk )