Вы находитесь на странице: 1из 12

Mathematical Techniques 1 (SPA4121)

Module Overview

Dr. Jeanne Wilson - September 2017

1 Overview
The following details summarise the course. N.B. You are expected to attend lectures and tutorials.
Attendance will be monitored.

Lecturer: Dr. Jeanne Wilson Room 415, G O Jones Building (j.r.wilson@qmul.ac.uk).

Office Hours: Currently, Monday 1–2pm and Friday 10–11am Chat Room: Tuesday 12–1pm
If you cannot find me, please email to arrange a meeting. I do not work Wednesdays.

Pre-requisites: Familiarity with A-Level Mathematics will be assumed.

Assessment: Assessment will be via the ten combined 1st year weekly homeworks (adding up to
20% of your final mark), and an exam next May/June lasting 2hr 30min (80% of your final mark).
Exam rules are available from the departmental secretaries, and more details are available in the
Student Handbook.

Lectures: 33

Ancillary teaching: There will be 10 exercise classes, 2 hrs each. For the exercise classes, stu-
dents are divided into four groups (see MySIS) and each group will be assigned to one class per
week, on either Tuesday or Thursday afternoons (2–4pm). Note these start on Thursday 28th
September and attendance will be monitored.

Homework deadlines: Homeworks will be set weekly and include questions from all core modules
(CP and MT1 in semester A). They will be handed out via .... on .... of each week and should be
submitted ....

Synopsis: This course covers various techniques of mathematics, mostly calculus, required in
the study of the physical sciences: vectors and scalars, vector components, vector addition and
multiplication, differentiation, partial differentiation, integration, multiple integration, centroids
and moments, series, polar coordinates, complex numbers, and an introduction to Fourier methods.
The course structure includes both lectures and self-paced programmed learning, with assessment
by course work and the summer exam.

1
Reading List: All the required material will be covered in the lectures, but you may find one of
the following textbooks useful while taking this course.

• K. F. Riley, M. P. Hobson, and S. J. Bence, “Mathematical Methods for Physicists and


Engineers”, Cambridge (2006) 3rd Edition. ISBN 0-521-67971-0.

• K. A. Stroud, “Engineering Mathematics”, Palgrave MacMillan (2001) 6th Edition. ISBN


978-1-4039-4246-3.

Course web-site:
The module web page is on QMPlus: from the front page, enter the module code SPA4121 into
the Search box. Or, the direct URL for this module is

http://qmplus.qmul.ac.uk/course/view.php?id=3070

This QMPlus page provides details of the course (including these notes), scanned lecture notes,
homework questions, tutorial questions, past papers, revision notes and other material.
NOTE: If an equation is given in the lectures, then you should assume that you will be expected
to know it, even if it is not included in the following study aid ! This includes standard integrals
and derivatives.
The remainder of this note is a short study aid.
2 Notation and Trigonometric formulas
This section serves as a reminder of some of the notation and formulae used throughout this course.

Table 1: The list of trigonometric functions, their inverse, and their reciprocal functions.

Name Trig. Function Inverse Trig. Function 1/(Trig Function)


sine sin(x) arcsin(x) or sin−1 (x) cosec(x)
cosine cos(x) arccos(x) or cos−1 (x) sec(x)
tangent tan(x) arctan(x) or tan−1 (x) cot(x)
cosecant cosec(x) arccosec(x) or cosec−1 (x) sin(x)
secant sec(x) arcsec(x) or sec−1 (x) cos(x)
cotangent cot(x) arccot(x) or cot−1 (x) tan(x)

Remember that sin2 x means (sin x)2 and sin3 x means (sin x)3 etc for positive powers; BUT,
sin−1 (x) means arcsin(x), not (sin x)−1 = cosec(x).
This is somewhat “illogical”, but is standard mathematical notation which usually minimises the
number of brackets to write.
We may also use exp(x) which means ex ; this is used to avoid long fiddly superscripts if x is replaced
by a long expression.
It’s also useful to remember the addition formulae for sin & cos:

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


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

If you just memorise these two, you can derive many others from them: replacing B with (−B),
and the fact that sin(−B) = − sin B and cos(−B) = cos B, we get

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


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

Adding pairs of the above and rearranging, we get the “product rules”
1
sin A sin B = [cos(A − B) − cos(A + B)]
2
1
cos A cos B = [cos(A − B) + cos(A + B)]
2
1
sin A cos B = [sin(A − B) + sin(A + B)]
2
Special cases (set B = A in appropriate cases above, and rearrange)

sin 2A = 2 sin A cos A


cos 2A = cos2 A − sin2 A
= 1 − 2 sin2 A = 2 cos2 A − 1
1
sin2 A = [1 − cos 2A]
2
1
cos2 A = [1 + cos 2A]
2

These above are often useful when needing to integrate functions like sin2 x or sin 2x cos 3x. It’s
also possible to iterate these, e.g. sin 3A = sin(2A + A) = 3 sin A − 4 sin3 A etc.
To check you’ve got the minus signs right, it can be useful to put in A = 0 or B = 0 or π/2 in
above, then check it makes sense.

3 Vectors and Scalars


• A scalar can be defined by a single number with appropriate units. (eg. speed)

• A vector is defined completely by its magnitude (with units) and direction. (eg. velocity)

• Vector components: ~v = (vx , vy , vz ) = aî + bĵ + ck̂ where î, ĵ, k̂ are unit vectors in the x,y,z
directions respectively.
p
• The magnitude, or length, of vector ~v can be written |~v | = v = r = (x2 + y 2 + z 2 ).

• Vector addition is commutative and associative.

~ =A
C ~+B
~ = ((ax + bx ), (ay + by ), (az + bz ))

Any single vector OC can be replaced by a sum of any number of vectors so long as they
form a chain in the vector diagram.

• To multiply (or divide) a vector by a scalar quantity, each component of is scaled by that
quantity.

λ~v = (λx, λy, λz)

• The scalar product of two vectors gives a scalar value that tells us how alike two vectors are.
P
~v .~u = (vx , vy , vz ).(ux , uy , uz ) = vx ux + vy uy + vz uz = vi ui ~v .~u = |~v ||~u| cos θ
x,y,z

Scalar products are commutative, associative and distributive over addition. The angle be-
tween two vectors can be obtained from the scalar product.

• The vector product(or cross product) corresponds to a new vector that is perpendicular to
both the original vectors and therefore normal to the plane containing them. The three
vectors ~u, ~v and ~u × ~v form a right-handed set such that the direction of the product can
be obtained from the right hand rule. The magnitude can be obtained from:
|w|
~ = |~u × ~v | = |~u||~v | sin θ

Vector products do not commute, are not associative and are not distributive over addition.
The cross product of two identical vectors is zero. Applied to unit vectors we know:

î × î = ĵ × ĵ = k̂ × k̂ = 0
î × ĵ = k̂ = −ĵ × î
ĵ × k̂ = î = −k̂ × ĵ
k̂ × î = ĵ = −î × k̂

We can define the cross-product as

~u × ~v = (uy vz − uz vy )î + (uz vx − ux vz )ĵ + (ux vy − uy vx )k̂

which can also be expressed as the determinant of the matrix:

~u × ~v = (ux , uy , uz ) × (vx , vy , vz )

î ĵ k̂

= ux uy uz

vx vy vz

• Direction cosines define the angle that a vector


p makes with the axes of reference. For a vector
OP = a.î + b.ĵ + c.k̂ with magnitude r = (a2 + b2 + c2 ) then the direction cosines are:

l = cos α = ar
m = cos β = rb
n = cos γ = rc

Direction cosines obey the relation:

cos2 α + cos2 α + cos2 γ = 1


l2 + m2 + n2 = 1

4 Differentiation
Notation: The following notation is used throughout the course to indicate the derivative of some
function y with respect to some other variable x:
dy
,
dx
y0.

and the second derivative is


d2 y
 
d dy
= ,
dx dx dx2
= y 00 .

Similarly for the notation used to denote higher order derivatives. Table 2 lists a number of useful
standard derivatives.
Table 2: Table of standard derivatives.
dy
y = f (x) dx
xn nxn−1
ex ex
ekx kekx
ax ax ln a
1
ln x x
1
loga x x ln a
sin x cos x
sin kx k cos kx (etc)
cos x − sin x
tan x sec2 x
cot x −cosec2 x
sec x sec x tan x
cosec x −cosec x cot x
sinh x cosh x
cosh x sinh x
tanh x 1/ cosh2 x
sin−1 x √ 1
1−x2
cos−1 x √ −1
1−x2
tan−1 x 1
1+x2
sinh−1 x √ 1
x2 +1
cosh−1 x √ 1
x2 −1
tanh−1 x 1
1−x2

• For y = f (x), where f (x) is a complicated function that can be simplified by a substitution
u = g(x), so that y = h(u) is easier to differentiate, one can use the chain rule:
dy dy du
= . (1)
dx du dx

• For y = f (g(h(x))), where f (x) is a complicated function that can be simplified as above.
One can use the chain rule extension:
dy dy dg dh
= . (2)
dx dg dh dx

• The derivative of a product of two functions u and v of x is,


d du dv
(uv) = v +u . (3)
dx dx dx

• The derivative of a quotient of two functions u and v of x is

d  u  v du − u dv
= dx 2 dx . (4)
dx v v
• The radius of curvature of a function y is given by
  2 3/2
1 + dydx
R= d2 y
. (5)
dx2

• For a function of two variables z = f (x, y), the first partial derivatives are
∂z ∂z
, (6)
∂x ∂y

• and the second partial derivatives of the same function are


∂2z ∂2z ∂2z ∂2z
, , , , (7)
∂x2 ∂y∂x ∂y2 ∂x∂y
where
∂2z ∂2z
= . (8)
∂y∂x ∂x∂y
Remember that the curly ∂ signs remind us that we are differentiating with respect to one
variable while keeping the other one constant.
• The total differential, δz, of a function z = f (x, y) is
∂z ∂z
δz = δx + δy. (9)
∂x ∂y

• Rates of change. If both x and y are functions of time, t, then the total derivative enables us
to calculate the rate of change of z with respect to t
dz ∂z dx ∂z dy
= + . (10)
dt ∂x dt ∂y dt

• Change of variables. For some function z = f (x, y), where both x and y are functions of two
other variables u and v, we can calculate
∂z ∂z ∂x ∂z ∂y
= + , (11)
∂u ∂x ∂u ∂y ∂u
∂z ∂z ∂x ∂z ∂y
= + , (12)
∂v ∂x ∂v ∂y ∂v
in analogy with the transformation of variables for the rate of change (see above).

5 Integration
The following integration rules are useful to remember, along with the other rules that are covered
in lectures, and Table 3 lists a number of standard integral results.

• When integrating
Z
f 0 (x)f (x) dx (13)

we can recognize the solution as f 2 (x)/2 + C.


Table 3: Table of standard integrals.

Derivative Integral
d n n−1 xn+1
xn dx =
R
dx (x ) = nx n+1 + C [for n 6= −1]
d x x x = ex + C
R
dx (e ) = e e dx
d kx kx ekx
ekx dx =
R
dx (e ) = ke k +C
d x x ax
ax dx =
R
dx (a ) = a ln a ln a + C
d 1 1
R
dx (ln x) = x x dx = ln |x| + C
d 1 1
R
dx (loga x) = x ln a x ln a dx = loga x + C
d
R
dx (sin x) = cos x sin x dx = − cos x + C
d
sin kx dx = − k1 cos kx + C (etc)
R
dx (sin kx) = k cos kx
d
R
dx (cos x) = − sin x cos x dx = sin x + C
d 2 sec2 x dx = tan x + C
R
dx (tan x) = sec x
d 2 cosec2 x dx = − cot x + C
R
dx (cot x) = −cosec x
d
R
dx (sec x) = sec x tan x sec x tan x dx = sec x + C
d
R
dx (sinh x) = cosh x sinh x dx = cosh x + C
d
R
dx (cosh x) = sinh x cosh x dx = sinh x + C
d 1
R 1
dx (tanh x) = cosh2 x cosh2 x
dx = tanh x + C
−1
d 1 √ 1 dx = sin−1 x + C
R
dx (sin x) = √1−x 2 1−x2
−1
−1
R −1
d
dx (cos x) = √1−x2 √
1−x2
dx = cos−1 x + C
d −1 x) = 1
dx = tan−1 x + C
R 1
dx (tan 1+x2 1+x2
−1
d 1 √ 1 dx = sinh−1 x + C
R
dx (sinh x) = √1+x 2 1+x2
−1
d
x) = √x12 −1 √ 1 dx = cosh−1 x + C
R
dx (cosh x2 −1
−1
d 1
dx = tanh−1 x + C
R 1
dx (tanh x) = 1−x 2 1−x2

• When integrating

f 0 (x)
Z
dx (14)
f (x)

we can recognize the solution as ln |f (x)| + C.

• When integrating a product of two functions by parts, recall


Z Z
dv du
u dx = uv − v dx (15)
dx dx
which is derived from rearranging the product rule for differentiation.
• Integrals of the form
Z
f (x)
dx (16)
g(x)
f (x)
where the quotient g(x) can be separated into partial fractions, can be re-written in terms of

h0 (x) k 0 (x)
Z Z
dx + dx + . . . (17)
h(x) k(x)
where the solution is of the form ln |h(x)| + ln |k(x)| + . . . + C. It is useful to remember the
following, when trying to express a quotient in terms of partial fractions:
A
– Factors of (ax + b) result in partial fractions of the form ax+b .
A B
– Factors of (ax + b)2 result in partial fractions of the form (ax+b) + (ax+b) 2.

A B C
– Factors of (ax + b)3 result in partial fractions of the form (ax+b) + (ax+b) 2 + (ax+b)3 .

– Factors of ax2 + bx + c result in partial fractions of the form axAx+B


2 +bx+c .

A few other general tips for integrating:


• For terms like sin2 x and cos2 x, use the double-angle formulae. For higher powers, try things
like sin3 x = (1 − cos2 x) sin x, or try the double-angle formula more than once.

• For terms like x sin x and x2 sin x and xex , try integration by parts.
p
• For terms like 1/ (1 − x2 ) and 1/(1 + x2 ), try the inverse-trig results above.

• For terms like 1/(ax2 + bx + c), try partial fractions as above.


Unlike differentation where there is a well-defined procedure, there is no guaranteed rule for com-
plicated integrals; the above are just a hint for what to try first.

5.1 Applications of integration


A definite integral of a function f (x), represents the area bounded by the x axis and the curve
f (x) between the two limits specified in the integral (remember that area below the x−axis counts
as negative; and swapping the two limits changes the sign of the answer). This is one of many
applications of integration.
Remember that an integral is not always an area: e.g. in a 2-D integral it can be graphically shown
as a volume. In general, an integral is the limit of an infinite sum when some “object” is sliced into
a large number of tiny pieces, then summed.
Some useful formulae that are used in this course are listed below.
p
• The arc-length along a curve, ds is just dx2 + dy2 assuming that one works in the limit
where dx tends to zero. Integrating this we obtain
s  2
Z x2
dy
s = 1+ dx (18)
x1 dx
s
Z θ2  2  2
dx dy
s = + dθ (19)
θ1 dθ dθ
to deal with integrals over x, or some parametric variable θ, respectively.
• The concept of the moment of inertia of a mass dm is used in this course. If a mass element
dm is rotating about some axis, at a distance r from that axis, then the moment of inertia dI
of that mass is defied as dI = r2 dm. If we integrate over both sides, we obtain
Z m2
I= r2 dm (20)
m1

and if we know the density (mass per unit area) of the mass, we can perform this integral in
terms of area, or r when we need to.

• We can calculate the centre of gravity (x, y, z) of an object by noting that


Z Z
x dm = x dm (21)

(and similarly for y and z). As x is a constant, and in this course, we only consider objects
of uniform density, we can simplify this equation by writing it as
R
x dA
x= R (22)
dA
for plane objects (in 2-dimensions), or alternatively
R
x dV
x= R (23)
dV
for objects that extend into 3-dimensions (with similar equations for y and z). Note that the
factors of density drop out as we assumed that the object is of uniform density.

• If we revolve a lamina (a planar shape) about the x axis, then the volume element of this
object is given by dV = πy 2 dx. So the centroid position (x, y) is given by the equations

y = 0, by symmetry (24)
R 2
xy dx
x = R 2 (25)
y dx

• If we revolve a lamina about the y axis, then the volume element of this object is given by
dV = 2πxydx. So the centroid position (x, y) is given by the equations
R 2
xy dx
y = R (26)
xy dx
x = 0, by symmetry (27)

6 Series
• The sum of the first n terms of an arithmetic series is n−1
P
i=0 a + id.
Pn−1 i
• The sum of the first n terms of a geometric series is i=0 ar .

• The Taylor Series expansion f (x) about a point a is


f 00 (a) f 000 (a)
f (x) = f (a) + f 0 (a)(x − a) + (x − a)2 + (x − a)3 + . . . (28)
2! 3!
where f (a) is the function f (x) evaluated at x = a, likewise for the derivatives of f .
• The Maclaurin Series expansion for a function f (x) is

f 00 (0) 2 f 000 (0) 3


f (x) = f (0) + f 0 (0)x + x + x + ... (29)
2! 3!
where f (0) is the function f (x) evaluated at x = 0, likewise for the derivatives of f .

• The Binomial Series expansion (1 + x)n is

n(n − 1) 2 n(n − 1)(n − 2) 3


(1 + x)n = 1 + nx + x + x + ... (30)
2! 3!
The series converges for any value of n if |x| < 1; or if n is a positive integer it becomes a
finite series (with exactly n + 1 terms) and therefore converges for any value of x. If neither
of these applies (i.e. |x| > 1 and n is not a positive integer) the series diverges.
More generally if we have (a + x)n , it can be convenient to rewrite as an [1 + (x/a)]n , then
use the above with y = x/a.

• A few useful tests for convergence of a series covered in the lectures are listed below:

– limn→∞ Un = 0, If this test is satisfied, then the series may or may not converge (test
inconclusive). However, if this test is not satisfied, then the series definitely does not
converge (it may diverge or oscillate).
– Comparison test: Test a series against one known to converge. If (for all large numbers
n) the nth term in a series is smaller than the nth term in a series known to converge,
then the series converges.
– D’Alembert’s ratio test: For a series U1 + U2 + . . . + Un + . . ., look at the limit:
Un+1
Rn = lim . (31)
n→∞ Un
If Rn < 1, the series converges; if Rn > 1 the series diverges; if Rn = 1, the test is
inconclusive.
– L’Hôpital’s rule: if lim f (x) and lim g(x) are both zero or both infinite, then

f (x) f 0 (x)
lim = lim 0 . (32)
x→∞ g(x) x→∞ g (x)

0
(if the latter limit exists). This is often useful if one obtains indeterminate results of 0

or ∞ when taking limits of f , g.

7 Complex Numbers

• Here define i = −1.

• If z = a + ib, then Re(z) = a, and Im(z) = b.


√ b
• z = a + ib = reiθ = r(cos θ + i sin θ), where r = |z| = a2 + b2 , and tan θ = a ; here |z| is
called the modulus, and θ is called the argument of z.

• The product of two complex numbers z1 and z2 is z1 z2 = r1 r2 ei(θ1 +θ2 ) .


z1 r1 i(θ1 −θ2 )
• The quotient of two complex numbers z1 and z2 is z2 = r2 e .
• The nth power is z n = rn einθ .
√ √
• For nth roots, n z = n rei(θ+2mπ)/n , where m = 0, 1, 2, . . . n − 1 gives the set of distinct
solutions with an argument between zero and 2π. These roots form a regular n−gon with the
centroid at (0, 0).
(Other values of m just give repeats of these with extra 2π’s in the argument).
Also note the following useful relations between complex exponentials and trigonometric functions
eix − e−ix
sin(x) = , (33)
2i
eix + e−ix
cos(x) = , (34)
2

8 Fourier Series
A periodic function f (x) can be written as a Fourier series of the form
∞     
1 X 2πn 2πn
y(t) = A0 + An cos t + Bn sin t (35)
2 T T
n=1
where the coefficients are
Z t2  
2 2πn
An = y(t) cos t dt, (36)
T t1 T
2 t2
Z  
2πn
Bn = y(t) sin t dt, (37)
T t1 T
1 2 t2
Z
A0
= y(t) dt, (38)
2 2 T t1
Z t2
1
= y(t) dt, (39)
t2 − t1 t1
= hy(t)i, (40)
Note the funny-looking factor of 12 in A0 is “arbitrary” but is put in so the An equation still works
for n = 0. The Fourier series can be re-expressed in terms of the angular frequency ω or frequency
f by noting that ω = 2π
T = 2πf .

9 Fourier Integrals
We can transform between space of a function y(x) and the reciprocal space (Fourier space) Y (u),
where x = 1/u using
Z ∞
Y (u) = y(x) e−i2πux dx,
−∞
Z ∞
y(x) = Y (u) ei2πux du. (41)
−∞
The Dirac Delta Function is given as
δ(u − u0 ) = 0, for u 6= u0 (42)
= ∞, for u = u0 (43)
Z ∞
δ(u − u0 ) du = 1. (44)
−∞

Вам также может понравиться