Search

Type to search…

← Back to Notes

Before My First Lecture

A summary of the basic mathematical concepts and properties that are typically covered in secondary education.

This poster is a quick reference for the transition from secondary school mathematics to introductory statistics. It summarises the basic mathematical concepts and properties a student should be comfortable with before stepping into a first statistics lecture. The full content of the poster is reproduced below.

Basic Identities

Algebraic

(a+b)2=a2+2ab+b2
(ab)2=a22ab+b2
a2b2=(ab)(a+b)
(a+b)3=a3+3a2b+3ab2+b3
(ab)3=a33a2b+3ab2b3

Trigonometric

sin2x+cos2x=1
tanx=sinxcosx
cotx=cosxsinx
sin2x=tan2x1+tan2x
1sinx1
1cosx1

The graphs of sine and cosine are periodic, with values ranging between −1 and 1:

Logarithmic & Exponential

log(xy)=log(x)+log(y)
log(xy)=log(x)log(y)
logxk=klogx

The logarithm and the exponential are inverse functions. The logarithm is defined only for positive x and tends to near zero, while the exponential always takes positive values:

Limits

Basic limits

For the natural logarithm:

limx0+lnx=
limx+lnx=+

For the exponential function ax with a>1:

limx+ax=+
limxax=0

Specifically for base e:

limx+ex=+
limxex=0

Two fundamental trigonometric limits:

limx0sinxx=1
limx0cosx1x=0

Indeterminate forms

Some limits cannot be evaluated directly:

FormSolution approach
00L’Hôpital’s rule
L’Hôpital’s rule
0Non-standard
Non-standard
0Non-standard
1eln()
0Non-standard

L’Hôpital’s rule applies when a limit has the form 00 or . In that case it allows the limit to be computed through the derivatives of the numerator and the denominator:

limxx0f(x)g(x)=limxx0f(x)g(x)

Set Operations

Venn diagrams

Union (AB): all elements that belong to A or to B (or to both).

A B

Intersection (AB): the elements that belong to both sets at the same time.

A B

Difference (AB): the elements of A that do not belong to B.

A B

Difference (BA): the elements of B that do not belong to A.

A B

Probability identities

  1. Pr(AB)=Pr(A)+Pr(B)Pr(AB)
  2. Pr(A)Pr(B), if AB
  3. Pr(A)=1Pr(A)

Derivatives

Notation

There are three ways to denote derivatives:

  • Lagrange notation: f(x),f(x),,f(n)(x)
  • Leibniz notation: dydx,d2ydx2,,dnydxn
  • Newton notation: y˙,y¨,,f(n)(x)

Basic derivatives

(c)=0
(xn)=nxn1
(sinx)=cosx
(cosx)=sinx
(tanx)=1cos2x
(cotx)=1sin2x
(lnx)=1x
(ex)=ex
(ax)=axlna

Logarithmic differentiation

Purpose: a differentiation method that is useful for complicated expressions involving products or powers. Let y=f(x):

Step A: Take the logarithm of both sides.

ln(y)=lnf(x)

Step B: Differentiate both sides.

ddxln(y)=ddxln(f(x))

Step C: Carry out the differentiation.

1ydydx=f(x)f(x)

Step D: Solve for dydx.

Integration

By parts

f(x)g(x)dx=f(x)g(x)g(x)f(x)dx

A general rule of thumb for choosing f(x) is the LIATE approach. The options are ranked in decreasing order of priority:

  1. Logarithmic function
  2. Inverse trigonometric function
  3. Algebraic function
  4. Trigonometric function
  5. Exponential function

When the integral contains several functions of the same category, the LIATE approach does not help. A few practical tips:

  • Set dv to be the most complicated part.
  • Set u to be the function whose derivative du will be simpler.

By substitution

f(g(x))g(x)dx=f(u)du

where u=g(x) and du=g(x)dx.

Appendix

Constants

  • π3.1415
  • e2.7182

Common misconceptions

Logarithms

  • ln: natural (Napierian) logarithm, ln(x)=loge(x)
  • log: common logarithm, log(x)=log10(x)

Factorials

  • k!=12k
  • 1!=1
  • 0!=1