Math Course Iii: Summary Notes
Math Course Iii: Summary Notes
Chapter 1
1
Quadratic functions: 6
Parent function f : f (x) = x2
Cubic functions: 6
Parent function f : f (x) = x3
2
1.2 Solving systems of three-variable equations
1. Eliminate one of the variables x, y, or z to produce two new equations. Example
2. Repeat with the two new equations to produce one equation, and solve.
3. Plug the found variable into one of the two equations, and solve for the second variable.
4. Plug the two solved variables into the original equations, and solve.
5. Present solution as an ordered triple (x, y, z).
3
Chapter 2
Polynomials
Terminology
• Term: the thingies being added together, like −5t5 and 6y 0 in the poly-
nomial −5t5 + 6y 0
• Degree: the highest power of variables present in a polynomial (Example:
6x7 and 7x4 y 3 are in the 7th degree.)
• Standard form: the simplified form of a polynomial where all the degrees
decrease from left to right (Example: The standard form of −5+7x3 +7x4
is 7x4 + 7x3 − 5.)
• Leading coefficient: the first coefficient in a polynomial in standard
form, or the coefficient of the variable under the polynomial’s degree (Ex-
ample: 6 is the leading coefficient of 6x3 + 5x + 90.)
4
Degrees:
Degree Name Example
0 constant 69
1 linear 3n + 7
2
2 quadratic x + 2x + 1
3 cubic x + 3x2 + 3x + 1
3
4 quartic x4 + 4x2 + 1
5 quintic 7x5 + 78x4 + 90
n nth-degree polynomial yn
Examples:
• x2 + 5xy + y 2 is a quadratic trinomial.
• 69x5 + 69x3 + 69x2 + 69x is a quintic polynomial with 4 terms.
• 220 is a constant monomial.
1+4+6+4+1
n=0 1
n=1 1 1
n=2 1 2 1
n=3 1 3 3 1
n=4 1 4 6 4 1
n=5 1 5 10 10 5 1
n=6 1 6 15 20 15 6 1
(n → ∞)
5
n n!
Binomial theorem: Let n ∈ Z>0 , and j = j!(n−j)! (the binomial
coefficient). Then,
n
X n n n n n−1 1 n n
(x + y)n = xn−j y j = x + x y + ... + y .
j=0
j 0 1 n
2.3 Division
2.3.1 Synthetic division
2.3.2 Rational root theorem
6
Chapter 3
Trigonometry
3.1 Angles
6
e
sid al
KA
min
A
A
ter
120◦
A
60◦ A
A - -
initial side
An angle (in standard position) is the figure created by the rotation of a ray
starting on the origin, called the terminal side, in relation to a ray placed on
the x-axis, called the initial side.
The reference angle: the smallest angle produced by the terminal side and
the x-axis.
Coterminal angles (not shown) are angles that share the same terminal side
as the original angle. Over the domain R, there are infinitely many coterminal
angles.
Example. 480◦ is coterminal to 120◦ , because the angle is one full rotation
plus a 120◦ rotation. −240◦ is also coterminal, because if you rotate clockwise
240 degrees, you will end up in the same line as 120◦ .
From 60◦ , we can draw a reference triangle (see Special right triangles):
7
3.1.1 Degrees vs. radians
The two most commonly used systems of angle measurements are the sexages-
imal system and the radial system. In the sexagesimal system, one turn is
divided up into 360 parts, called degrees; this is the most familiar system.
In the radial system, its units are called radians. One radian is constructed
to be an angle whose minor arc has a length equal to the radius of the circle.
There are 2π radians in one full turn.
'$
π
To convert degrees to radians, multiply the angle by 180 .
180
To convert radians to degrees, multiply the angle by π .
8
3.3 Special right triangles
3.4 Trigonometric identities
Simple stuff:
sin2 θ + cos2 θ = 1
=⇒ 1 + cot2 θ = csc2 θ
=⇒ tan2 θ + 1 = sec2 θ
a2 + b2 = c2
9
Example. In a right triangle with leg lengths 3 and 4, what is the length of
the hypotenuse?
Solution. As of the theorem, we can plug in a = 3 and b = 4 and let c be the
hypotenuse’s length.
a2 + b2 = c2
32 + 42 = c2
9 + 16 = c2
25 = c2
5=c
c=5
Law of sines: In a triangle with opposite side-angle pairs (a, A), (b, B),
and (c, C), C
sin A sin B sin C HHH a
= =
a b c HH
b B
or
a b c
= =
c
sin A sin B sin C
A
10
To find c,
C = 180◦ − A − B
= 180◦ − 120◦ − 45◦
C = 15◦
7 c
=
sin 120◦ sin 15◦
7 sin 15◦
c=
sin √120◦√
√ √ !
7 · 6− 2
6− 2
= √ 4 sin 15◦ =
3 4
2
√ √
21 2 − 7 6
c=
6
• This theorem can be used for SAS (to find missing side lengths) and SSS
triangles (to find missing cosines).
• The Pythagorean theorem is a special case of the law of cosines, where
C = 90◦ .
11
C
Solution. To find c, use the law of cosines: HH 11
◦ H
20 HH
5 B
c2 = a2 + b2 − 2ab cos C
= 112 + 52 − 2 · 11 · 5 cos 20◦ c
12
Chapter 4
4.1 Sequences
A sequence is a list of objects called terms which can repeat and can follow a
certain pattern.
(an ) = a1 , a2 , a3 , ...
• Explicit formula: an equation that defines how the nth term an relates
to n
• Recursive formula: states how one term relates to the last
Most of the time, you’ll have to guess the pattern for a sequence and hope
that it’s correct. To make it easier, here are some “special” sequences, called
arithmetic and geometric progressions.
13
4.1.1 Arithmetic sequences
An arithmetic sequence, or arithmetic progression, is a sequence whose
terms are added by a constant d, called the common difference.
Explicit formula:
an = a1 + (n − 1)d
where a1 is the first term of the sequence.
Recursive formula:
an = an−1 + d
Explicit formula:
an = a1 rn−1
Recursive formula:
an = ran−1
If you know the sequence is geometric, you can find r by dividing one term by
its previous:
an
r=
an−1
14
4.2 Summation
A summation is the sum Σ of all terms of a sequence (an ) within an upper
bound y and a lower bound n = x.
y
X
an = ax + ax+1 + ax+2 + ... + ay−1 + ay
n=x
Properties
k
X
1=k
n=1
k
X k
X a−1
X
an = an − an
n=a n=1 n=1
k
X k
X
an = a0 + an
n=0 n=1
k
X n(n + 1)
n=
n=1
2
k
X n(n + 1)(2n + 1)
n2 =
n=1
6
k 2
X
3 n(n + 1)
n =
n=1
2
Arithmetic series
A finite arithmetic series is the sum of the first n terms of an arithmetic
progression (ai ):
n
X n(a1 + an )
Sn = ai =
i=1
2
15
Geometric series
A finite geometric series is the sum of the first n terms geometric progression
(ai ):
n
X a1 (1 − rn )
Sn = ai =
i=1
1−r
4.2.2 Series
A series, or infinite series, is the summation of all terms an in an infinite
sequence (an ).1
∞
X
an = a1 + a2 + a3 + ...
n=1
16
Chapter 5
Statistics
5.1 Terminology
5.2 Normal distribution and the bell curve
The standard normal distribution
5.3 z-table
A z-value is how many standard deviations σ away from the mean µ
5.4 Sampling
The multiple sampling methods are
• random sampling: You randomly pick an individual.
• systematic sampling: You pick an individual for a starting point, then
pick every nth individual after.
• cluster sampling:
• stratified sampling:
5.5 Bias
17