Math Equations

Math is mainly how comfortable you are with the whole thing. However, you do need to know some formulas.

The formulas below are hopefully all that you will need to know. (These formulas were organized for preparation for the Junior Semester 2 final.)

Trigonometry

Basic Trig
sin θ = y/r
cos θ = x/r
tan θ = y/x

Trig Identities
sin2 θ + cos2 θ = 1
1 + tan2 θ = sec2 θ
1 + cot2 θ = csc2 θ

Triangle Area
K = ½ ab sin C = ½ bc sin A = ½ ac sin B
K = √(s(s – a)(s – b)(s – c)), when s = ½ (a + b + c)

Trig Laws

The Law of Sines
(sin A) / a = (sin B) / b = (sin C) / c
The Law of Cosines
c2 = a2 + b2 – 2 ab cos C

Trig Formulas

Sine
sin (α + β) = sin α cos β + cos α sin β
sin (α – β) = sin α cos β – cos α sin β
Cosine
cos (α + β) = cos α cos β – sin α sin β
cos (α – β) = cos α cos β + sin α sin β
Tangent
tan (α + β) = tan α + tan β / 1 – tan α tan β
tan (α – β) = tan α – tan β / 1 + tan α tan β

Polar
Component form- (magnitiude, direction)

Polar Conversion

Rectangular to Polar
x = r cos θ
y = r sin θ
x2 + y2 = r2
Polar to Rectangular
r = ± √(x2 + y2)
sin θ = y/r
cos θ = x/r
tan θ = y/x

Dot Product
v1v2 = x1x2 + y1y2

Properties of the Dot Product
1. uv = vu
2. uu = |u|2
3. k(uv) = (ku) • v
4. u • (v + w) = uv + uw

Angle Between Two Vectors
cos θ = uv / |u||v|

Series

Sum of a Finite Arithmetic Series (t1 + t2 + t3 + ... + tn)
Sn = n(t1 + tn) / 2
Sum of a Finite Geometric Series (t1 + t1r + t1r2 + ... + t1rn)
Sn = t1(1 – rn) / (1 – r)
Sum of an Infinite Geometric Series (t1 + t1r + t1r2 + ...)
S = t1 / (1 – r), If |r| < 1

Sigma

Sum of Integers

  n
Σ k   = n(n + 1) / 2
k=1

Sum of Squares

  n
Σ k2   = n(n + 1)(2n + 1) / 6
k=1

Sum of Cubes

  n
Σ k3   = [n(n + 1) / 2]2
k=1