Formula Reference Card

Complete formula reference for Miller & Gerken College Algebra 2e. Organized by chapter with worked examples.

Prerequisites (Chapter R)

Sets of Numbers

Set Symbol Description

Natural Numbers

\(\mathbb{N}\)

\(\{1, 2, 3, 4, \ldots\}\)

Whole Numbers

\(\mathbb{W}\)

\(\{0, 1, 2, 3, \ldots\}\)

Integers

\(\mathbb{Z}\)

\(\{\ldots, -2, -1, 0, 1, 2, \ldots\}\)

Rational Numbers

\(\mathbb{Q}\)

\(\left\{\frac{p}{q} : p, q \in \mathbb{Z}, q \neq 0\right\}\)

Irrational Numbers

\(\mathbb{Q}'\)

Non-repeating, non-terminating decimals (\(\pi, \sqrt{2}, e\))

Real Numbers

\(\mathbb{R}\)

\(\mathbb{Q} \cup \mathbb{Q}'\)

Complex Numbers

\(\mathbb{C}\)

\(\{a + bi : a, b \in \mathbb{R}, i^2 = -1\}\)

Interval Notation

Interval Set-Builder Graph

\((a, b)\)

\(\{x : a < x < b\}\)

Open endpoints

\([a, b]\)

\(\{x : a \leq x \leq b\}\)

Closed endpoints

\([a, b)\)

\(\{x : a \leq x < b\}\)

Half-open

\((-\infty, a)\)

\(\{x : x < a\}\)

Unbounded left

\([a, \infty)\)

\(\{x : x \geq a\}\)

Unbounded right

Order of Operations (PEMDAS)

\[\text{Parentheses} \to \text{Exponents} \to \text{Multiplication/Division} \to \text{Addition/Subtraction}\]

Left to right within same precedence level.

Properties of Real Numbers

Property Addition Multiplication

Commutative

\(a + b = b + a\)

\(ab = ba\)

Associative

\((a + b) + c = a + (b + c)\)

\((ab)c = a(bc)\)

Identity

\(a + 0 = a\)

\(a \cdot 1 = a\)

Inverse

\(a + (-a) = 0\)

\(a \cdot \frac{1}{a} = 1, \quad a \neq 0\)

Distributive

\(a(b + c) = ab + ac\)

Absolute Value

Definition:

\[|a| = \begin{cases} a & \text{if } a \geq 0 \\ -a & \text{if } a < 0 \end{cases}\]

Properties:

\[|ab| = |a| \cdot |b| \qquad \left|\frac{a}{b}\right| = \frac{|a|}{|b|} \qquad |a + b| \leq |a| + |b| \quad \text{(Triangle Inequality)}\]

Distance on Number Line:

\[d(a, b) = |b - a| = |a - b|\]

Exponents

Laws of Exponents:

Rule Formula Example

Product

\(a^m \cdot a^n = a^{m+n}\)

\(x^3 \cdot x^5 = x^8\)

Quotient

\(\frac{a^m}{a^n} = a^{m-n}\)

\(\frac{x^7}{x^2} = x^5\)

Power of Power

\((a^m)^n = a^{mn}\)

\((x^2)^4 = x^8\)

Power of Product

\((ab)^n = a^n b^n\)

\((2x)^3 = 8x^3\)

Power of Quotient

\(\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}\)

\(\left(\frac\{x}{3}\right)^2 = \frac\{x^2}{9}\)

Zero Exponent

\(a^0 = 1, \quad a \neq 0\)

\(5^0 = 1\)

Negative Exponent

\(a^{-n} = \frac{1}{a^n}\)

\(x^{-3} = \frac{1}{x^3}\)

Fractional Exponent

\(a^{m/n} = \sqrt[n\){a^m}]

\(8^\{2/3} = (\sqrt[3\){8})^2 = 4]

Radicals

Definition:

\[\sqrt[n]{a} = a^{1/n} \qquad \sqrt[n]{a^m} = a^{m/n}\]

Properties:

\[\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b} \qquad \sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}} \qquad \sqrt[m]{\sqrt[n]{a}} = \sqrt[mn]{a}\]

Principal Root:

\[\sqrt[n]{a^n} = \begin{cases} |a| & \text{if } n \text{ is even} \\ a & \text{if } n \text{ is odd} \end{cases}\]

Rationalizing Denominators:

\[\frac{1}{\sqrt{a}} = \frac{\sqrt{a}}{a} \qquad \frac{1}{\sqrt{a} + \sqrt{b}} = \frac{\sqrt{a} - \sqrt{b}}{a - b}\]

Polynomials

Standard Form:

\[P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0\]

Special Products:

\[\begin{aligned} (a + b)^2 &= a^2 + 2ab + b^2 \\ (a - b)^2 &= a^2 - 2ab + b^2 \\ (a + b)(a - b) &= a^2 - b^2 \\ (a + b)^3 &= a^3 + 3a^2b + 3ab^2 + b^3 \\ (a - b)^3 &= a^3 - 3a^2b + 3ab^2 - b^3 \\ a^3 + b^3 &= (a + b)(a^2 - ab + b^2) \\ a^3 - b^3 &= (a - b)(a^2 + ab + b^2) \end{aligned}\]

Factoring Methods

Method Pattern Example

GCF

\(ab + ac = a(b + c)\)

\(6x^2 + 9x = 3x(2x + 3)\)

Difference of Squares

\(a^2 - b^2 = (a+b)(a-b)\)

\(x^2 - 16 = (x+4)(x-4)\)

Perfect Square Trinomial

\(a^2 \pm 2ab + b^2 = (a \pm b)^2\)

\(x^2 + 6x + 9 = (x+3)^2\)

Sum of Cubes

\(a^3 + b^3 = (a+b)(a^2-ab+b^2)\)

\(x^3 + 8 = (x+2)(x^2-2x+4)\)

Difference of Cubes

\(a^3 - b^3 = (a-b)(a^2+ab+b^2)\)

\(x^3 - 27 = (x-3)(x^2+3x+9)\)

Grouping

\(ax + ay + bx + by = (a+b)(x+y)\)

\(x^3 + x^2 + x + 1 = (x+1)(x^2+1)\)

AC Method

\(ax^2 + bx + c\) where \(ac = mn, b = m+n\)

Factor by grouping

Rational Expressions

Domain: All values where denominator \(\neq 0\)

Operations:

\[\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd} \qquad \frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \cdot \frac{d}{c} = \frac{ad}{bc}\]
\[\frac{a}{c} + \frac{b}{c} = \frac{a+b}{c} \qquad \frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}\]

Complex Fractions:

\[\frac{\frac{a}{b}}{\frac{c}{d}} = \frac{a}{b} \cdot \frac{d}{c} = \frac{ad}{bc}\]

Chapter 1: Equations & Inequalities

Linear Equations

Standard Form: \(ax + b = 0\)

Solution: \(x = -\frac{b}{a}\)

Strategy: 1. Distribute and combine like terms 2. Move variables to one side, constants to other 3. Divide by coefficient

Applications (Linear)

Percent:

\[\text{Part} = \text{Percent} \times \text{Whole} \qquad p = r \cdot w\]

Simple Interest:

\[I = Prt \qquad A = P(1 + rt)\]

Distance-Rate-Time:

\[d = rt \qquad r = \frac{d}{t} \qquad t = \frac{d}{r}\]

Mixture Problems:

\[\text{Amount}_1 \cdot \text{Concentration}_1 + \text{Amount}_2 \cdot \text{Concentration}_2 = \text{Total Amount} \cdot \text{Final Concentration}\]

Complex Numbers

Definition:

\[i = \sqrt{-1} \qquad i^2 = -1 \qquad \sqrt{-a} = i\sqrt{a} \text{ for } a > 0\]

Standard Form: \(a + bi\) where \(a\) = real part, \(b\) = imaginary part

Powers of \(i\):

\[i^1 = i \qquad i^2 = -1 \qquad i^3 = -i \qquad i^4 = 1 \qquad \text{(cycle repeats)}\]

Operations:

\[\begin{aligned} (a + bi) + (c + di) &= (a + c) + (b + d)i \\ (a + bi) - (c + di) &= (a - c) + (b - d)i \\ (a + bi)(c + di) &= (ac - bd) + (ad + bc)i \end{aligned}\]

Complex Conjugate:

\[\overline{a + bi} = a - bi \qquad (a + bi)(a - bi) = a^2 + b^2\]

Division:

\[\frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2}\]

Quadratic Equations

Standard Form: \(ax^2 + bx + c = 0\)

Quadratic Formula:

\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]

Discriminant: \(\Delta = b^2 - 4ac\)

Discriminant Nature of Roots Graph

\(\Delta > 0\) (perfect square)

Two distinct rational roots

Crosses x-axis twice

\(\Delta > 0\) (not perfect square)

Two distinct irrational roots

Crosses x-axis twice

\(\Delta = 0\)

One repeated real root

Touches x-axis once

\(\Delta < 0\)

Two complex conjugate roots

Does not cross x-axis

Alternative Forms:

Factored Form:

\[a(x - r_1)(x - r_2) = 0\]

Vertex Form:

\[a(x - h)^2 + k = 0 \qquad \text{vertex: } (h, k)\]

Completing the Square:

\[x^2 + bx + \left(\frac{b}{2}\right)^2 = \left(x + \frac{b}{2}\right)^2\]

Sum and Product of Roots: For \(ax^2 + bx + c = 0\) with roots \(r_1, r_2\):

\[r_1 + r_2 = -\frac{b}{a} \qquad r_1 \cdot r_2 = \frac{c}{a}\]

Other Equation Types

Rational Equations:

  1. Find LCD

  2. Multiply all terms by LCD

  3. Solve resulting polynomial

  4. Check for extraneous solutions (values that make denominator = 0)

Radical Equations:

  1. Isolate the radical

  2. Raise both sides to power that eliminates radical

  3. Solve resulting equation

  4. Check all solutions (squaring can introduce extraneous solutions)

Equations with Rational Exponents:

\[x^{m/n} = k \implies x = k^{n/m}\]

Equations Quadratic in Form:

\[au^2 + bu + c = 0 \quad \text{where } u = f(x)\]

Linear Inequalities

Properties:

  • Add/subtract same quantity: inequality direction preserved

  • Multiply/divide by positive: inequality direction preserved

  • Multiply/divide by negative: inequality direction REVERSES

Compound Inequalities:

AND (Intersection):

\[a < x < b \implies x \in (a, b)\]

OR (Union):

\[x < a \text{ or } x > b \implies x \in (-\infty, a) \cup (b, \infty)\]

Absolute Value Equations & Inequalities

Equations:

\[|x| = a \implies x = a \text{ or } x = -a \quad (a \geq 0)\]
\[|f(x)| = |g(x)| \implies f(x) = g(x) \text{ or } f(x) = -g(x)\]

Inequalities:

\[|x| < a \implies -a < x < a \quad (a > 0)\]
\[|x| > a \implies x < -a \text{ or } x > a \quad (a > 0)\]
\[|x| \leq a \implies -a \leq x \leq a\]
\[|x| \geq a \implies x \leq -a \text{ or } x \geq a\]

Chapter 2: Functions & Graphs

Coordinate System

Distance Formula:

\[d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\]

Midpoint Formula:

\[M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)\]

Circles

Standard Form:

\[(x - h)^2 + (y - k)^2 = r^2 \qquad \text{center: } (h, k), \text{ radius: } r\]

General Form:

\[x^2 + y^2 + Dx + Ey + F = 0\]

Convert General to Standard: Complete the square for both \(x\) and \(y\)

Functions

Definition: A relation where each input has exactly one output

Vertical Line Test: If any vertical line intersects graph more than once, it’s NOT a function

Function Notation: \(y = f(x)\) means \(y\) is a function of \(x\)

Domain: All valid input values (look for: division by zero, even roots of negatives, log of non-positive)

Range: All possible output values

Evaluating: \(f(a)\) means substitute \(a\) for every \(x\)

Linear Functions

Slope:

\[m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{\Delta y}{\Delta x} = \frac{\text{rise}}{\text{run}}\]

Forms of Linear Equations:

Form Equation Information Given

Slope-Intercept

\(y = mx + b\)

Slope \(m\), y-intercept \((0, b)\)

Point-Slope

\(y - y_1 = m(x - x_1)\)

Slope \(m\), point \((x_1, y_1)\)

Standard

\(Ax + By = C\)

Slope \(-A/B\), y-int \(C/B\)

Horizontal Line

\(y = k\)

Slope = 0

Vertical Line

\(x = k\)

Slope undefined

Parallel Lines: Same slope \((m_1 = m_2)\)

Perpendicular Lines: Slopes are negative reciprocals \((m_1 \cdot m_2 = -1)\)

Transformations

For \(y = f(x)\):

Transformation New Equation Effect

Vertical Shift Up

\(y = f(x) + k\)

Shift up \(k\) units

Vertical Shift Down

\(y = f(x) - k\)

Shift down \(k\) units

Horizontal Shift Right

\(y = f(x - h)\)

Shift right \(h\) units

Horizontal Shift Left

\(y = f(x + h)\)

Shift left \(h\) units

Vertical Stretch

\(y = a \cdot f(x), \quad a > 1\)

Stretch by factor \(a\)

Vertical Compression

\(y = a \cdot f(x), \quad 0 < a < 1\)

Compress by factor \(a\)

Horizontal Stretch

\(y = f(bx), \quad 0 < b < 1\)

Stretch by factor \(1/b\)

Horizontal Compression

\(y = f(bx), \quad b > 1\)

Compress by factor \(1/b\)

Reflection (x-axis)

\(y = -f(x)\)

Flip over x-axis

Reflection (y-axis)

\(y = f(-x)\)

Flip over y-axis

Combined Transformation Order: Horizontal shifts → Horizontal stretch/reflect → Vertical stretch/reflect → Vertical shifts

Analyzing Graphs

Increasing: \(f(x_1) < f(x_2)\) when \(x_1 < x_2\)

Decreasing: \(f(x_1) > f(x_2)\) when \(x_1 < x_2\)

Constant: \(f(x_1) = f(x_2)\) for all \(x\) in interval

Even Function: \(f(-x) = f(x)\) (symmetric about y-axis)

Odd Function: \(f(-x) = -f(x)\) (symmetric about origin)

Local Maximum: \(f(c) \geq f(x)\) for all \(x\) near \(c\)

Local Minimum: \(f(c) \leq f(x)\) for all \(x\) near \(c\)

Function Operations

Operation Definition

Sum

\((f + g)(x) = f(x) + g(x)\)

Difference

\((f - g)(x) = f(x) - g(x)\)

Product

\((f \cdot g)(x) = f(x) \cdot g(x)\)

Quotient

\(\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}, \quad g(x) \neq 0\)

Composition

\((f \circ g)(x) = f(g(x))\)

Domain of Composition: All \(x\) in domain of \(g\) where \(g(x)\) is in domain of \(f\)

Difference Quotient:

\[\frac{f(x + h) - f(x)}{h}\]

Chapter 3: Polynomial & Rational Functions

Quadratic Functions

Standard Form: \(f(x) = ax^2 + bx + c\)

Vertex Form: \(f(x) = a(x - h)^2 + k\)

Vertex:

\[h = -\frac{b}{2a} \qquad k = f(h) = f\left(-\frac{b}{2a}\right)\]

Axis of Symmetry: \(x = h = -\frac{b}{2a}\)

Direction: - \(a > 0\): Opens upward (minimum at vertex) - \(a < 0\): Opens downward (maximum at vertex)

x-intercepts: Solve \(ax^2 + bx + c = 0\)

y-intercept: \((0, c)\)

Polynomial Functions

Standard Form:

\[P(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0 \qquad (a_n \neq 0)\]

Degree: Highest power of \(x\)

Leading Coefficient: \(a_n\)

End Behavior:

Degree Leading Coef End Behavior

Even

Positive

\(\uparrow \text{ left}, \uparrow \text{ right}\)

Even

Negative

\(\downarrow \text{ left}, \downarrow \text{ right}\)

Odd

Positive

\(\downarrow \text{ left}, \uparrow \text{ right}\)

Odd

Negative

\(\uparrow \text{ left}, \downarrow \text{ right}\)

Zeros and Multiplicity:

  • Odd multiplicity: graph crosses x-axis

  • Even multiplicity: graph touches and turns at x-axis

Maximum Turning Points: \(n - 1\) for degree \(n\) polynomial

Polynomial Division

Division Algorithm:

\[P(x) = D(x) \cdot Q(x) + R(x)\]

Where: - \(P(x)\) = dividend - \(D(x)\) = divisor - \(Q(x)\) = quotient - \(R(x)\) = remainder (degree < degree of divisor)

Synthetic Division: For dividing by \((x - c)\):

  1. Write coefficients of dividend

  2. Bring down first coefficient

  3. Multiply by \(c\), add to next coefficient

  4. Repeat

Remainder Theorem:

\[P(x) \div (x - c) \text{ has remainder } P(c)\]

Factor Theorem:

\[(x - c) \text{ is a factor of } P(x) \iff P(c) = 0\]

Finding Zeros

Rational Zero Theorem: If \(P(x)\) has integer coefficients and \(\frac{p}{q}\) is a rational zero:

\[p \text{ divides } a_0 \qquad q \text{ divides } a_n\]

Possible Rational Zeros:

\[\pm \frac{\text{factors of constant term}}{\text{factors of leading coefficient}}\]

Descartes' Rule of Signs: - Positive real zeros: number of sign changes in \(P(x)\) or less by even number - Negative real zeros: number of sign changes in \(P(-x)\) or less by even number

Fundamental Theorem of Algebra: Every polynomial of degree \(n \geq 1\) has exactly \(n\) zeros (counting multiplicity, including complex)

Conjugate Pairs Theorem: If \(a + bi\) is a zero of a polynomial with real coefficients, then \(a - bi\) is also a zero

Rational Functions

Standard Form:

\[f(x) = \frac{P(x)}{Q(x)} \qquad Q(x) \neq 0\]

Domain: All real numbers except where \(Q(x) = 0\)

Vertical Asymptotes: \(x = a\) where \(Q(a) = 0\) and \(P(a) \neq 0\)

Horizontal Asymptotes:

Degree Comparison Asymptote

\(\deg(P) < \deg(Q)\)

\(y = 0\)

\(\deg(P) = \deg(Q)\)

\(y = \frac{\text{leading coef of } P}{\text{leading coef of } Q}\)

\(\deg(P) > \deg(Q)\)

No horizontal asymptote (may have slant)

Slant (Oblique) Asymptote: When \(\deg(P) = \deg(Q) + 1\): Perform polynomial division, asymptote is the quotient

Holes: Occur where both \(P(x) = 0\) and \(Q(x) = 0\) (common factors)

x-intercepts: Where \(P(x) = 0\) (and \(Q(x) \neq 0\))

y-intercept: \(f(0) = \frac{P(0)}{Q(0)}\) if defined

Polynomial & Rational Inequalities

Method: 1. Move all terms to one side (compare to 0) 2. Factor completely 3. Find critical values (zeros of numerator and denominator) 4. Create sign chart with test points 5. Determine solution based on inequality direction 6. Check endpoints (include if \(\leq\) or \(\geq\), exclude if \(<\) or \(>\)) 7. Always exclude values where denominator = 0

Variation

Direct Variation:

\[y = kx \qquad \text{(y varies directly as x)}\]

Inverse Variation:

\[y = \frac{k}{x} \qquad \text{(y varies inversely as x)}\]

Joint Variation:

\[z = kxy \qquad \text{(z varies jointly as x and y)}\]

Combined Variation:

\[z = \frac{kx}{y} \qquad \text{(z varies directly as x and inversely as y)}\]

Chapter 4: Exponential & Logarithmic Functions

Inverse Functions

One-to-One Function: Each output corresponds to exactly one input

Horizontal Line Test: If any horizontal line intersects graph more than once, function is NOT one-to-one

Inverse Function: \(f^{-1}\) where \(f(f^{-1}(x)) = x\) and \(f^{-1}(f(x)) = x\)

Finding Inverse: 1. Replace \(f(x)\) with \(y\) 2. Swap \(x\) and \(y\) 3. Solve for \(y\) 4. Replace \(y\) with \(f^{-1}(x)\)

Graphs: \(f\) and \(f^{-1}\) are reflections over \(y = x\)

Domain/Range: Domain of \(f\) = Range of \(f^{-1}\), and vice versa

Exponential Functions

Definition:

\[f(x) = b^x \qquad (b > 0, b \neq 1)\]

Properties: - Domain: \((-\infty, \infty)\) - Range: \((0, \infty)\) - y-intercept: \((0, 1)\) - Horizontal asymptote: \(y = 0\) - \(b > 1\): increasing (growth) - \(0 < b < 1\): decreasing (decay)

Natural Exponential:

\[f(x) = e^x \qquad e \approx 2.71828\]

Transformations:

\[f(x) = a \cdot b^{x-h} + k\]
  • Horizontal asymptote: \(y = k\)

  • y-intercept: \((0, a \cdot b^{-h} + k)\)

Logarithmic Functions

Definition:

\[y = \log_b(x) \iff b^y = x \qquad (b > 0, b \neq 1, x > 0)\]

Special Logarithms: - Common: \(\log(x) = \log_{10}(x)\) - Natural: \(\ln(x) = \log_e(x)\)

Properties: - Domain: \((0, \infty)\) - Range: \((-\infty, \infty)\) - x-intercept: \((1, 0)\) - Vertical asymptote: \(x = 0\)

Logarithm of 1:

\[\log_b(1) = 0 \qquad \text{because } b^0 = 1\]

Logarithm of Base:

\[\log_b(b) = 1 \qquad \text{because } b^1 = b\]

Inverse Properties:

\[b^{\log_b(x)} = x \qquad \log_b(b^x) = x\]

Properties of Logarithms

Property Formula Example

Product Rule

\(\log_b(xy) = \log_b(x) + \log_b(y)\)

\(\log_2(8 \cdot 4) = \log_2(8) + \log_2(4)\)

Quotient Rule

\(\log_b\left(\frac{x}{y}\right) = \log_b(x) - \log_b(y)\)

\(\log_3\left(\frac{81}{3}\right) = \log_3(81) - \log_3(3)\)

Power Rule

\(\log_b(x^n) = n \cdot \log_b(x)\)

\(\log_5(25^3) = 3\log_5(25)\)

Change of Base

\(\log_b(x) = \frac{\log_a(x)}{\log_a(b)} = \frac{\ln(x)}{\ln(b)}\)

\(\log_3(7) = \frac{\ln(7)}{\ln(3)}\)

Expanding Logarithms: Use properties to write as sum/difference of logs

Condensing Logarithms: Combine into single logarithm

Exponential & Logarithmic Equations

Exponential Equations:

Same Base Method:

\[b^{f(x)} = b^{g(x)} \implies f(x) = g(x)\]

Logarithm Method:

\[b^x = c \implies x = \log_b(c) = \frac{\ln(c)}{\ln(b)}\]

Logarithmic Equations:

Convert to Exponential:

\[\log_b(f(x)) = c \implies f(x) = b^c\]

One-to-One Property:

\[\log_b(f(x)) = \log_b(g(x)) \implies f(x) = g(x)\]

Always check solutions: Logarithm arguments must be positive

Modeling with Exponential & Logarithmic

Exponential Growth/Decay:

\[A(t) = A_0 e^{kt}\]
  • \(k > 0\): growth

  • \(k < 0\): decay

  • \(A_0\): initial amount

Half-Life:

\[A(t) = A_0 \left(\frac{1}{2}\right)^{t/h} = A_0 e^{-(\ln 2/h)t}\]

Where \(h\) = half-life

Doubling Time:

\[t_d = \frac{\ln(2)}{k}\]

Compound Interest:

\[A = P\left(1 + \frac{r}{n}\right)^{nt}\]
  • \(P\) = principal

  • \(r\) = annual rate

  • \(n\) = compounds per year

  • \(t\) = years

Continuous Compounding:

\[A = Pe^{rt}\]

pH Scale:

\[\text{pH} = -\log[\text{H}^+]\]

Richter Scale (Earthquakes):

\[M = \log\left(\frac{I}{I_0}\right)\]

Decibels:

\[D = 10\log\left(\frac{I}{I_0}\right)\]

Chapter 5: Systems of Equations

Linear Systems (Two Variables)

Methods: 1. Graphing: Solution is intersection point 2. Substitution: Solve one equation for a variable, substitute 3. Elimination: Add/subtract equations to eliminate a variable

Solution Types:

Type Graphically Algebraically

One solution (independent)

Lines intersect at one point

Unique values for x and y

No solution (inconsistent)

Parallel lines

Contradiction (e.g., 0 = 5)

Infinite solutions (dependent)

Same line

Identity (e.g., 0 = 0)

Linear Systems (Three Variables)

Standard Form:

\[\begin{cases} a_1x + b_1y + c_1z = d_1 \\ a_2x + b_2y + c_2z = d_2 \\ a_3x + b_3y + c_3z = d_3 \end{cases}\]

Method: Eliminate one variable to get system of two equations, then solve

Partial Fractions

Proper Fraction: degree of numerator < degree of denominator

Decomposition Rules:

Factor in Denominator Partial Fractions

Linear: \((ax + b)\)

\(\frac{A}{ax + b}\)

Repeated Linear: \((ax + b)^n\)

\(\frac{A_1}{ax + b} + \frac{A_2}{(ax + b)^2} + \cdots + \frac{A_n}{(ax + b)^n}\)

Quadratic: \(ax^2 + bx + c\)

\(\frac{Ax + B}{ax^2 + bx + c}\)

Repeated Quadratic: \((ax^2 + bx + c)^n\)

\(\frac{A_1x + B_1}{ax^2 + bx + c} + \cdots + \frac{A_nx + B_n}{(ax^2 + bx + c)^n}\)

Nonlinear Systems

Methods: - Substitution - Elimination (may need to add/subtract equations) - Graphing

May have 0, 1, 2, 3, 4, or more solutions

Systems of Inequalities

Graphing: 1. Graph boundary of each inequality 2. Shade appropriate region for each 3. Solution is intersection of all shaded regions

Test Point: If point satisfies inequality, shade that side

Linear Programming

Objective Function: \(z = ax + by\) (maximize or minimize)

Constraints: Linear inequalities defining feasible region

Corner Point Theorem: Maximum/minimum occurs at corner point of feasible region

Method: 1. Graph constraints to find feasible region 2. Identify corner points 3. Evaluate objective function at each corner 4. Select maximum or minimum value

Chapter 6: Matrices

Matrix Notation

Definition: Rectangular array of numbers

Dimensions: \(m \times n\) means \(m\) rows and \(n\) columns

Entry: \(a_{ij}\) is element in row \(i\), column \(j\)

Augmented Matrix: Matrix form of a system \([A|B]\)

Row Operations

  1. Swap rows: \(R_i \leftrightarrow R_j\)

  2. Multiply row by nonzero constant: \(kR_i\)

  3. Add multiple of one row to another: \(R_i + kR_j \to R_i\)

Gaussian Elimination

Row Echelon Form (REF): - Leading 1 in each row - Leading 1 is to the right of leading 1 above - Rows of zeros at bottom

Reduced Row Echelon Form (RREF): - REF conditions, plus: - Leading 1 is only nonzero entry in its column

Back Substitution: Solve from bottom row up

Matrix Operations

Addition/Subtraction: (same dimensions required)

\[(A + B)_{ij} = a_{ij} + b_{ij}\]

Scalar Multiplication:

\[(kA)_{ij} = k \cdot a_{ij}\]

Matrix Multiplication: (columns of A = rows of B)

\[(AB)_{ij} = \sum_{k=1}^{n} a_{ik} b_{kj}\]

\(A_{m \times n} \cdot B_{n \times p} = C_{m \times p}\)

Properties: - \(AB \neq BA\) in general (not commutative) - \(A(BC) = (AB)C\) (associative) - \(A(B + C) = AB + AC\) (distributive)

Identity Matrix

Definition:

\[I_n = \begin{bmatrix} 1 & 0 & \cdots & 0 \\ 0 & 1 & \cdots & 0 \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & 1 \end{bmatrix}\]

Property: \(AI = IA = A\)

Inverse Matrix

Definition: \(A^{-1}\) such that \(AA^{-1} = A^{-1}A = I\)

2×2 Inverse:

\[A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \implies A^{-1} = \frac{1}{ad - bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}\]

Finding Inverse (Gauss-Jordan): 1. Form augmented matrix \([A|I]\) 2. Row reduce to \([I|A^{-1}]\)

Solving Systems: \(AX = B \implies X = A^{-1}B\)

Determinants

2×2 Determinant:

\[\det\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc\]

3×3 Determinant (Expansion by first row):

\[\det\begin{bmatrix} a & b & c \\ d & e & f \\ g & h & i \end{bmatrix} = a(ei - fh) - b(di - fg) + c(dh - eg)\]

Properties: - \(\det(AB) = \det(A) \cdot \det(B)\) - \(\det(A^{-1}) = \frac{1}{\det(A)}\) - \(\det(kA) = k^n \det(A)\) for \(n \times n\) matrix - \(A\) is invertible \(\iff \det(A) \neq 0\)

Cramer’s Rule: For \(Ax = b\):

\[x_i = \frac{\det(A_i)}{\det(A)}\]

Where \(A_i\) is \(A\) with column \(i\) replaced by \(b\)

Chapter 7: Analytic Geometry (Conic Sections)

Parabola

Definition: Set of points equidistant from focus and directrix

Vertical Axis (opens up/down):

\[(x - h)^2 = 4p(y - k)\]
  • Vertex: \((h, k)\)

  • Focus: \((h, k + p)\)

  • Directrix: \(y = k - p\)

  • \(p > 0\): opens up; \(p < 0\): opens down

Horizontal Axis (opens left/right):

\[(y - k)^2 = 4p(x - h)\]
  • Vertex: \((h, k)\)

  • Focus: \((h + p, k)\)

  • Directrix: \(x = h - p\)

  • \(p > 0\): opens right; \(p < 0\): opens left

Latus Rectum: Length = \(|4p|\)

Ellipse

Definition: Set of points where sum of distances to two foci is constant

Horizontal Major Axis:

\[\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1 \qquad (a > b)\]
  • Center: \((h, k)\)

  • Vertices: \((h \pm a, k)\)

  • Co-vertices: \((h, k \pm b)\)

  • Foci: \((h \pm c, k)\) where \(c^2 = a^2 - b^2\)

Vertical Major Axis:

\[\frac{(x - h)^2}{b^2} + \frac{(y - k)^2}{a^2} = 1 \qquad (a > b)\]
  • Vertices: \((h, k \pm a)\)

  • Co-vertices: \((h \pm b, k)\)

  • Foci: \((h, k \pm c)\)

Eccentricity:

\[e = \frac{c}{a} \qquad (0 < e < 1)\]

Closer to 0 = more circular; closer to 1 = more elongated

Hyperbola

Definition: Set of points where difference of distances to two foci is constant

Horizontal Transverse Axis:

\[\frac{(x - h)^2}{a^2} - \frac{(y - k)^2}{b^2} = 1\]
  • Center: \((h, k)\)

  • Vertices: \((h \pm a, k)\)

  • Foci: \((h \pm c, k)\) where \(c^2 = a^2 + b^2\)

  • Asymptotes: \(y - k = \pm \frac{b}{a}(x - h)\)

Vertical Transverse Axis:

\[\frac{(y - k)^2}{a^2} - \frac{(x - h)^2}{b^2} = 1\]
  • Vertices: \((h, k \pm a)\)

  • Foci: \((h, k \pm c)\)

  • Asymptotes: \(y - k = \pm \frac{a}{b}(x - h)\)

Eccentricity:

\[e = \frac{c}{a} \qquad (e > 1)\]

Conjugate Axis: Length = \(2b\)

Transverse Axis: Length = \(2a\)

General Second-Degree Equation

\[Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0\]

Discriminant: \(B^2 - 4AC\)

Discriminant Conic

\(B^2 - 4AC < 0\), \(A = C\)

Circle

\(B^2 - 4AC < 0\), \(A \neq C\)

Ellipse

\(B^2 - 4AC = 0\)

Parabola

\(B^2 - 4AC > 0\)

Hyperbola

Chapter 8: Sequences, Series & Probability

Sequences

Definition: Ordered list of numbers \(a_1, a_2, a_3, \ldots\)

Explicit Formula: \(a_n = f(n)\)

Recursive Formula: \(a_n\) defined in terms of previous terms

Factorial:

\[n! = n(n-1)(n-2) \cdots 2 \cdot 1 \qquad 0! = 1\]

Arithmetic Sequences

Common Difference: \(d = a_{n+1} - a_n\)

Explicit Formula:

\[a_n = a_1 + (n - 1)d\]

Alternative Form:

\[a_n = a_k + (n - k)d\]

Sum of First n Terms:

\[S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}[2a_1 + (n-1)d]\]

Geometric Sequences

Common Ratio: \(r = \frac{a_{n+1}}{a_n}\)

Explicit Formula:

\[a_n = a_1 \cdot r^{n-1}\]

Alternative Form:

\[a_n = a_k \cdot r^{n-k}\]

Sum of First n Terms:

\[S_n = a_1 \cdot \frac{1 - r^n}{1 - r} = \frac{a_1(r^n - 1)}{r - 1} \qquad (r \neq 1)\]

Sum of Infinite Geometric Series (|r| < 1):

\[S_\infty = \frac{a_1}{1 - r}\]

Summation Notation

Sigma Notation:

\[\sum_{i=1}^{n} a_i = a_1 + a_2 + \cdots + a_n\]

Properties:

\[\sum_{i=1}^{n} c = nc \qquad \sum_{i=1}^{n} ca_i = c\sum_{i=1}^{n} a_i\]
\[\sum_{i=1}^{n} (a_i \pm b_i) = \sum_{i=1}^{n} a_i \pm \sum_{i=1}^{n} b_i\]

Useful Formulas:

\[\sum_{i=1}^{n} 1 = n \qquad \sum_{i=1}^{n} i = \frac{n(n+1)}{2} \qquad \sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}\]
\[\sum_{i=1}^{n} i^3 = \left[\frac{n(n+1)}{2}\right]^2\]

Mathematical Induction

Principle of Mathematical Induction:

  1. Base Case: Prove \(P(1)\) is true

  2. Inductive Step: Prove if \(P(k)\) is true, then \(P(k+1)\) is true

  3. Conclusion: \(P(n)\) is true for all positive integers \(n\)

Binomial Theorem

Binomial Coefficient:

\[\binom{n}{r} = {}_nC_r = C(n, r) = \frac{n!}{r!(n-r)!}\]

Properties:

\[\binom{n}{0} = 1 \qquad \binom{n}{n} = 1 \qquad \binom{n}{r} = \binom{n}{n-r}\]

Pascal’s Triangle Identity:

\[\binom{n}{r} = \binom{n-1}{r-1} + \binom{n-1}{r}\]

Binomial Theorem:

\[(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r\]

General Term (r+1)th term:

\[T_{r+1} = \binom{n}{r} a^{n-r} b^r\]

Special Cases:

\[(1 + x)^n = \sum_{r=0}^{n} \binom{n}{r} x^r\]
\[(a - b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} (-b)^r\]

Counting Principles

Fundamental Counting Principle: If event A can occur \(m\) ways and event B can occur \(n\) ways, then A and B together can occur \(m \cdot n\) ways.

Permutations (order matters):

\[P(n, r) = {}_nP_r = \frac{n!}{(n-r)!}\]

Permutations of n objects:

\[n!\]

Permutations with repetition:

\[\frac{n!}{n_1! \cdot n_2! \cdots n_k!}\]

Where \(n_1 + n_2 + \cdots + n_k = n\)

Combinations (order doesn’t matter):

\[C(n, r) = \binom{n}{r} = \frac{n!}{r!(n-r)!}\]

Relationship:

\[P(n, r) = r! \cdot C(n, r)\]

Probability

Definition:

\[P(E) = \frac{\text{number of favorable outcomes}}{\text{total number of outcomes}}\]

Range:

\[0 \leq P(E) \leq 1\]

Complement:

\[P(E') = 1 - P(E)\]

Addition Rule:

\[P(A \cup B) = P(A) + P(B) - P(A \cap B)\]

Mutually Exclusive Events: \(P(A \cap B) = 0\)

\[P(A \cup B) = P(A) + P(B)\]

Multiplication Rule (Independent Events):

\[P(A \cap B) = P(A) \cdot P(B)\]

Conditional Probability:

\[P(A|B) = \frac{P(A \cap B)}{P(B)}\]

Quick Reference Tables

Parent Functions

Function Equation Domain Range

Linear

\(f(x) = x\)

\((-\infty, \infty)\)

\((-\infty, \infty)\)

Quadratic

\(f(x) = x^2\)

\((-\infty, \infty)\)

\([0, \infty)\)

Cubic

\(f(x) = x^3\)

\((-\infty, \infty)\)

\((-\infty, \infty)\)

Square Root

\(f(x) = \sqrt\{x}\)

\([0, \infty)\)

\([0, \infty)\)

Cube Root

\(f(x) = \sqrt[3\){x}]

\((-\infty, \infty)\)

\((-\infty, \infty)\)

Absolute Value

\(f(x) = \lvert x \rvert\)

\((-\infty, \infty)\)

\([0, \infty)\)

Reciprocal

\(f(x) = \frac\{1}\{x}\)

\((-\infty, 0) \cup (0, \infty)\)

\((-\infty, 0) \cup (0, \infty)\)

Exponential

\(f(x) = e^x\)

\((-\infty, \infty)\)

\((0, \infty)\)

Logarithmic

\(f(x) = \ln(x)\)

\((0, \infty)\)

\((-\infty, \infty)\)

Conic Sections Summary

Conic Standard Form Key Relationship Eccentricity

Circle

\((x-h)^2 + (y-k)^2 = r^2\)

\(r\) = radius

\(e = 0\)

Ellipse

\(\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1\)

\(c^2 = a^2 - b^2\)

\(0 < e < 1\)

Hyperbola

\(\frac{(x-h)^2}{a^2} - \frac{(y-k)^2}{b^2} = 1\)

\(c^2 = a^2 + b^2\)

\(e > 1\)

Parabola

\((x-h)^2 = 4p(y-k)\)

\(p\) = focus distance

\(e = 1\)

Common Derivatives (Preview for Calculus)

Function Derivative

\(f(x) = x^n\)

\(f'(x) = nx^{n-1}\)

\(f(x) = e^x\)

\(f'(x) = e^x\)

\(f(x) = \ln(x)\)

\(f'(x) = \frac\{1}\{x}\)

\(f(x) = a^x\)

\(f'(x) = a^x \ln(a)\)