College Algebra - Week 12

Algebra Review for Calculus Readiness

Calculus is entirely built on algebra. Weak algebraic skills are the most common reason students struggle in Calculus I. This final week reviews the highest-priority algebra skills that appear directly in calculus: function notation, simplifying difference quotients, recognizing special algebraic forms, factoring strategies, understanding domains of composite functions, and working with inequalities. Every topic is tied directly to how it appears in Calc I.

Learning Objectives

- Evaluate and manipulate function notation fluently, including f(x+h) and composite functions. - Simplify the difference quotient (f(x+h)-f(x))/h completely. - Identify and apply all factoring patterns quickly. - Solve quadratic equations using factoring, the quadratic formula, and completing the square. - Simplify complex rational and radical expressions. - Recognize the connections between algebra skills and their calculus applications. - Demonstrate readiness for Calculus I through mixed review practice.

1. Why Algebra Mastery is Non-Negotiable in Calculus

In calculus you will constantly: - Evaluate functions at x, x+h, and then simplify the ratio. - Factor expressions to cancel common factors from limits. - Simplify complex fractions when computing derivative formulas. - Solve equations to find critical points and roots. - Recognize exponential, radical, and rational forms in derivative rules. A single algebra error propagates through every step of a calculus problem. Strong algebra means faster, more confident calculus.

2. Fluency with Function Notation

Review: f(a+b) requires substituting (a+b) for x everywhere — it is not f(a) + f(b). Example: f(x) = x^2 - 3x + 2. f(x+h) = (x+h)^2 - 3(x+h) + 2 = x^2 + 2xh + h^2 - 3x - 3h + 2 f(x+h) - f(x) = 2xh + h^2 - 3h = h(2x + h - 3) (f(x+h) - f(x))/h = 2x + h - 3 As h → 0, this approaches 2x - 3, which is the derivative of f(x) = x^2 - 3x + 2.

3. The Quadratic Formula

For ax^2 + bx + c = 0: x = (-b ± sqrt(b^2 - 4ac)) / (2a) The discriminant b^2 - 4ac tells you: - Positive → two real solutions. - Zero → one repeated real solution. - Negative → no real solutions (two complex solutions). Example: Solve 2x^2 - 3x - 5 = 0. Discriminant: 9 + 40 = 49. x = (3 ± 7)/4. x = 10/4 = 5/2 or x = -4/4 = -1.

4. Completing the Square

Completing the square converts a quadratic to vertex form: a(x-h)^2 + k. Example: Rewrite x^2 + 6x + 5 in vertex form. x^2 + 6x + 9 - 9 + 5 = (x + 3)^2 - 4. Vertex: (-3, -4). In calculus, completing the square appears in integration of rational functions. Practice it now. Example 2: Solve x^2 - 4x - 3 = 0 by completing the square. x^2 - 4x + 4 = 7. (x - 2)^2 = 7. x = 2 ± sqrt(7).

5. Factoring Rapid Review

Every pattern at a glance: GCF: 6x^3 - 9x^2 = 3x^2(2x - 3) Diff of squares: x^2 - 16 = (x+4)(x-4) Perf sq trinomial: x^2 + 8x + 16 = (x+4)^2 Trinomial: x^2 + 5x + 6 = (x+2)(x+3) AC method: 6x^2 + 7x + 2 = (3x+2)(2x+1) Diff of cubes: x^3-8 = (x-2)(x^2+2x+4) Sum of cubes: x^3+27 = (x+3)(x^2-3x+9) Grouping: x^3+x^2+x+1 = (x^2+1)(x+1) Speed matters: in Calc I you must factor quickly without stopping to remember patterns.

6. Simplifying Complex Fractions (Calculus Preview)

In calculus, evaluating limits often requires simplifying complex fractions. Example: Simplify (1/(x+h) - 1/x) / h. Numerator: (x - (x+h))/(x(x+h)) = -h/(x(x+h)). Divide by h: -h/(x(x+h)) * 1/h = -1/(x(x+h)). As h → 0, this approaches -1/x^2, which is the derivative of 1/x. Practice these compound rational expressions until they are routine.

7. Domain Review: Composite and Rational Functions

For f composed with g (f(g(x))): 1. Find the domain of g (inner function). 2. Find the values in the domain of g that make g(x) fall in the domain of f. Example: Let f(x) = 1/x and g(x) = sqrt(x - 4). f(g(x)) = 1/sqrt(x - 4). Domain: need x - 4 > 0 (strict because sqrt is in denominator). x > 4. Domain: (4, inf).

8. Inequalities and Calculus Sign Charts

In calculus you will determine where a function is positive or negative using sign charts. Example: Where is (x - 2)/(x + 3) > 0? Critical values: x = 2 (numerator = 0) and x = -3 (denominator = 0). Sign chart: x < -3: both negative → positive. -3 < x < 2: negative/positive → negative. x > 2: both positive → positive. Solution: (-inf, -3) U (2, inf). This exact technique is used in the first/second derivative tests.

9. Absolute Value in Calculus Contexts

Absolute value functions often appear in calculus definitions. The precise definition of a limit uses |f(x) - L| < epsilon. For graphing purposes: |x - a| = distance from x to a on the number line. Solving |x - 2| < 3: -3 < x - 2 < 3 → -1 < x < 5. The derivative of |x| is 1 for x > 0 and -1 for x < 0. Understanding absolute value is prerequisite for this.

10. Exponentials and Logs in Calculus

Key calculus facts that require algebra mastery: d/dx [e^x] = e^x (the only function that is its own derivative) d/dx [ln(x)] = 1/x Solving e^x = 5: x = ln(5). Solving ln(x) = 4: x = e^4. Expanding e^(x+h) = e^x * e^h is an algebraic step used in proving the derivative of e^x. Familiarizating yourself with ln and e^x as inverse functions prevents confusion in Calc I.

11. Mixed Problem Strategy

When encountering a complex problem: 1. Identify the expression type (polynomial, rational, radical, exponential, logarithmic). 2. Choose the appropriate simplification strategy. 3. Simplify step by step, showing work. 4. Check by substituting a value or by reversing the operation. Common Calc I first-day algebraic demands: - Factor and cancel in limits. - Expand (x+h)^n for small n. - Simplify difference quotients for polynomial, rational, and radical functions. - Solve equations arising from setting derivatives equal to zero.

12. What Comes Next: A Preview of Calculus I

Calculus I begins where this course ends. The derivative answers: how fast is something changing at this instant? Example: f(x) = x^2. The derivative f'(x) = 2x tells us the slope at any point. The integral answers: how much total has accumulated? Example: If velocity is 3t^2 mph, total distance in [0, 4] seconds is 4^3 - 0^3 = 64 miles. Every computation in these examples relies on algebra you learned this semester. The better your algebra, the more you can focus on new calculus ideas rather than struggling with notation and simplification.