Skip to main content

Chapter 1: Prerequisites for Calculus – Lay the Foundation

This chapter focuses on filling gaps in foundational math knowledge. It uses clear definitions, step-by-step examples, and targeted practice to ensure you’re fully prepared for core calculus topics later.

1.1 Core Algebraic Operations

Algebra is the "language" of calculus. Mastering these operations ensures you won’t get stuck on calculations when learning derivatives or integrals.

1.1.1 Polynomial Factorization

Factorization breaks down polynomials into simpler multiplicative terms—critical for simplifying functions and solving limits.

  • Method 1: Extract the Greatest Common Factor (GCF)
    Identify the largest term that divides all coefficients and variables, then factor it out.
    Example: Factor 6x312x2+18x6x^3 - 12x^2 + 18x
    Step 1: Find the GCF of coefficients (6,12,18)6(6, -12, 18) \rightarrow 6
    Step 2: Find the GCF of variables (x3,x2,x)x(x^3, x^2, x) \rightarrow x
    Step 3: Factor out 6x6x: 6x(x22x+3)6x(x^2 - 2x + 3)
  • Method 2: Factor Quadratic Trinomials (ax2+bx+c)ax^2 + bx + c)
    For a=1a = 1: Find two numbers that multiply to cc and add to bb.
    Example: Factor x2+5x+6x^2 + 5x + 6
    Step 1: Find two numbers: 22 and 33 (since 2×3=62 \times 3 = 6 and 2+3=52 + 3 = 5)
    Step 2: Write as factors: (x+2)(x+3)(x + 2)(x + 3)
  • Method 3: Difference of Squares (a2+b2a^2 + b^2)
    Use the formula: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)
    Example: Factor 4x294x^2 - 9
    Step 1: Rewrite as squares: (2x)232(2x)^2 - 3^2
    Step 2: Apply the formula: (2x3)(2x+3)(2x - 3)(2x + 3)

1.1.2 Rational Function Simplification

Rational functions are fractions with polynomials (e.g., x21x1\frac{x^2 - 1}{x - 1}). Simplifying them requires canceling common factors (note: exclude values that make the original denominator zero).

Example: Simplify x24x2+2x\frac{x^2 - 4}{x^2 + 2x}

  1. Factor numerator and denominator:

    • Numerator: x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2) (difference of squares)
    • Denominator: x2+2x=x(x+2)x^2 + 2x = x(x + 2) (extract GCF)
  2. Cancel the common factor (x+2)(x + 2) (where x2x \neq -2):

Simplified form: x2x\frac{x - 2}{x} (with x0,2x \neq 0, -2).

1.1.3 Exponent and Root Calculations

These operations appear frequently in calculus (e.g., derivatives of x1/2x^{1/2}). Memorize the key rules below:

Operation TypeRuleExample
Exponent Multiplicationaman=am+na^m \cdot a^n = a^{m+n}x3x2=x5x^3 \cdot x^2 = x^5
Exponent Divisionaman=amn\frac{a^m}{a^n} = a^{m-n}x5x2=x3\frac{x^5}{x^2} = x^{3}
Power of a Power(am)n=amn(a^m)^n = a^{m \cdot n}(x2)3=x6(x^2)^3 = x^{6}
Negative Exponentan=1ana^{-n} = \frac{1}{a^n}x3=1x3x^{-3} = \frac{1}{x^3}
Root as Exponentan=a1/n\sqrt[n]{a} = a^{1/n}x=x1/2\sqrt{x} = x^{1/2}

Example: Simplify 2x33x2x2x^3 \cdot 3x^{-2} \cdot \sqrt{x}

  1. Convert roots to exponents: x=x1/2\sqrt{x} = x^{1/2}
  2. Multiply coefficients: 2×3=62 \times 3 = 6
  3. Combine exponents: x3x2x1/2=x32+1/2=x3/2x^3 \cdot x^{-2} \cdot x^{1/2} = x^{3 - 2 + 1/2} = x^{3/2}
  4. Final result: 6x3/26x^{3/2} (or 6xx6x\sqrt{x})

1.2 Function Basics

Calculus revolves around "functions"—relationships where each input has exactly one output. This section covers core concepts you’ll use daily.

1.2.1 Definition and Representation of Functions

A function f(x)f(x) maps an input xx (from the domain) to an output y=f(x)y = f(x) (from the range). Common representations:

  • Formula: f(x)=2x+3f(x) = 2x + 3 (linear), g(x)=x24g(x) = x^2 - 4 (quadratic)
  • Graph: A curve where no vertical line intersects it more than once (the "Vertical Line Test")

Example: Is x2+y2=9x^2 + y^2 = 9 a function?
No. For x=0x = 0, y=3y = 3 and y=3y = -3 — one input has two outputs, so it fails the Vertical Line Test.

1.2.2 Domain and Range Determination

  • Domain: All valid xx-values (exclude values that break the function: division by zero, square roots of negatives, logarithms of non-positives).
  • Range: All possible yy-values the function produces (found via graph analysis or algebra).

Example 1: Find the domain of f(x)=1x2f(x) = \frac{1}{\sqrt{x - 2}}

  • Denominator can’t be zero: x20x2\sqrt{x - 2} \neq 0 \rightarrow x \neq 2
  • Square root argument can’t be negative: x20x2x - 2 \geq 0 \rightarrow x \geq 2
  • Combine conditions: Domain = x>2x > 2 (or (2,+)(2, +\infty) in interval notation)

Example 2: Find the range of g(x)=x2+1g(x) = x^2 + 1

  • x20x^2 \geq 0 for all real xx (squares are non-negative)
  • Add 1 to both sides: x2+11x^2 + 1 \geq 1
  • Range = y1y \geq 1 (or [1,+)[1, +\infty))

1.2.3 Properties of Common Functions

You'll work with these 5 function types most often—memorize their key traits:

Function TypeGeneral FormKey Properties
Linearf(x)=mx+bf(x) = mx + b- Graph: Straight line
- mm: Slope
- bb: Y-intercept
Quadraticf(x)=ax2+bx+cf(x) = ax^2 + bx + c- Graph: Parabola
- Vertex: (b2a,f(b2a))\left(-\frac{b}{2a}, f(-\frac{b}{2a})\right)
Exponentialf(x)=ax(a>0,a1)f(x) = a^x (a>0,a\neq1)- Graph: Increasing if a>1a>1, decreasing if 0<a<10<a<1
- Y-intercept: f(0)=1f(0)=1
Logarithmicf(x)=logaxf(x) = \log_a x- Inverse of axa^x
- Domain: x>0x > 0
Trigonometricf(x)=sinx,cosxf(x) = \sin x, \cos x- Periodic (repeat every 2π2\pi)
- Range: [1,1][-1,1]

1.3 Preliminary Limit Awareness

Limits describe the value a function "approaches" as xx gets close to a number.

Key Intuitive Examples

Example 1: f(x)=1xf(x) = \frac{1}{x} as xx approaches infinity

  • As xx gets larger, f(x)f(x) gets closer to 0
  • Intuitive limit: limx+1x=0\lim_{x \to +\infty} \frac{1}{x} = 0

Example 2: g(x)=x21x1g(x) = \frac{x^2 - 1}{x - 1} as xx approaches 1

  • g(1)g(1) is undefined but simplifies to g(x)=x+1g(x) = x + 1 for x1x \neq 1
  • As xx gets close to 1, g(x)g(x) gets close to 2
  • Intuitive limit: limx1x21x1=2\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = 2

Example 3: Piecewise function behavior
Let h(x)={x+2if x<0x2if x0h(x) = \begin{cases} x + 2 & \text{if } x < 0 \\ x^2 & \text{if } x \geq 0 \end{cases}

  • Left limit: approaches 2
  • Right limit: approaches 0
  • The limits don't match, so limx0h(x)\lim_{x \to 0} h(x) does not exist

1.4 Practice Problems (with Answer Hints)

  1. Simplify: 3x2y2x3y23x^2y \cdot 2x^3y^{-2}
    Hint: Multiply coefficients, combine exponents
  2. Factor completely: 2x38x2x^3 - 8x
    Hint: First extract the GCF, then use difference of squares
  3. Find the domain of f(x)=log2(x3)+1x5f(x) = \log_2(x - 3) + \frac{1}{x - 5}
    Hint: Logarithm requires x3>0x - 3 > 0; denominator requires x50x - 5 \neq 0
  4. Find the range of f(x)=2x2+4x+1f(x) = -2x^2 + 4x + 1
    Hint: Parabola opens downward; vertex is maximum point
  5. Intuitively find: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}
    Hint: Simplify the fraction first

Answer Hints

  1. 6x5y16x^5y^{-1} (or 6x5y\frac{6x^5}{y})
  2. 2x(x2)(x+2)2x(x - 2)(x + 2)
  3. Domain = x>3x > 3 and x5x \neq 5 (interval notation: (3,5)(5,+)(3,5) \cup (5, +\infty))
  4. Range = y3y \leq 3 (vertex at x=1x = 1, f(1)=3f(1) = 3)
  5. 44 (simplifies to x+2x + 2, so limit is 2+2=42 + 2 = 4)