-4

Day -4

Prep Algebra Survival Skills


Factoring Mastery (The 'Zero-Canceller')

In limits, we often encounter 0/0. Factoring allows us to 'cancel' the trouble-making terms.

Core Theorem
Key Factoring Patterns:
1. Difference of Squares:
a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b).
2. Quadratic Factoring:
x2+(p+q)x+pq=(x+p)(x+q)x^2 + (p+q)x + pq = (x+p)(x+q).
3. Sum/Difference of Cubes:
a3±b3=(a±b)(a2ab+b2)a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2).

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Easy
Factor completely: x416x^4 - 16.
How to think about it

Key idea: This is a difference of squares hidden as a power of 4.

Full solution

1. Step 1: First Layer

(x2)242=(x24)(x2+4)(x^2)^2 - 4^2 = (x^2 - 4)(x^2 + 4).

2. Step 2: Second Layer

Notice (x24)(x^2 - 4) is also a difference of squares: (x2)(x+2)(x-2)(x+2).

3. Step 3: Final Answer

(x2)(x+2)(x2+4)(x-2)(x+2)(x^2+4).
Step-by-Step SOP
  1. 1

    Step 1: GCF

    Check for common numbers or variables.
  2. 2

    Step 2: Count Terms

    2 terms? Look for squares/cubes. 3 terms? Look for quadratic trinomials. 4 terms? Try grouping.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
Factor 3x210x+83x^2 - 10x + 8.
Need a hint?
Use the 'AC Method' or cross-multiplication. Look for numbers that multiply to 24 and add to -10.
Show solution

1. Step 1: Split the middle

6-6 and 4-4 work. 3x26x4x+83x^2 - 6x - 4x + 8.

2. Step 2: Grouping

3x(x2)4(x2)3x(x - 2) - 4(x - 2).

3. Step 3: Final Factor

(3x4)(x2)(3x - 4)(x - 2).
Practice 02Easy
Factor out the greatest common factor (GCF) from 5x320x5x^3 - 20x.
Need a hint?
Always look for the GCF before trying other methods.
Show solution

1. Step 1: Identify GCF

Both terms share 55 and xx. Pull out 5x5x.

2. Step 2: Simplify

5x(x24)5x(x^2 - 4).

3. Step 3: Further Factoring

5x(x2)(x+2)5x(x-2)(x+2).
Common Pitfalls
  • The Sum of Squares Trapx2+4x^2 + 4 cannot be factored into real linear factors! It stays (x2+4)(x^2 + 4). Only x24x^2 - 4 can be split.
  • Forgetting the GCFStudents often jump to the quadratic formula and get messy numbers. Always check for a common factor first.

Rational Operations (Fraction Survival)

Calculus is full of 'fractions inside fractions'. You must be able to collapse these into simple expressions.

Core Theorem
The LCD Method: To simplify a complex fraction, multiply the top and bottom by the Least Common Denominator (LCD) of all internal fractions.

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Hard
Simplify: 1x+h1xh\frac{\frac{1}{x+h} - \frac{1}{x}}{h}. (Common in the Definition of Derivative!)
How to think about it

Key idea: The LCD of the top fractions is x(x+h)x(x+h). Multiply the numerator and denominator by this.

Full solution

1. Step 1: Find LCD

The LCD is x(x+h)x(x+h).

2. Step 2: Combine Top

x(x+h)x(x+h)=hx(x+h)\frac{x - (x+h)}{x(x+h)} = \frac{-h}{x(x+h)}.

3. Step 3: Divide by h

hx(x+h)1h=1x(x+h)\frac{-h}{x(x+h)} \cdot \frac{1}{h} = \frac{-1}{x(x+h)}.
Step-by-Step SOP
  1. 1

    Match the Bottoms

    Multiply each fraction by '1' (in the form of k/kk/k) to get a common denominator.
  2. 2

    Clean the Top

    Combine the numerators carefully.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
Simplify by rationalizing: x9x3\frac{x - 9}{\sqrt{x} - 3}.
Need a hint?
You can either use the conjugate of the denominator OR recognize the numerator as a difference of squares.
Show solution

1. Method 1: Conjugate

x9x3x+3x+3=(x9)(x+3)x9=x+3\frac{x-9}{\sqrt{x}-3} \cdot \frac{\sqrt{x}+3}{\sqrt{x}+3} = \frac{(x-9)(\sqrt{x}+3)}{x-9} = \sqrt{x}+3.

2. Method 2: Factoring (Advanced)

Recognize x9x - 9 as (x)232(\sqrt{x})^2 - 3^2. Thus, (x3)(x+3)x3=x+3\frac{(\sqrt{x}-3)(\sqrt{x}+3)}{\sqrt{x}-3} = \sqrt{x}+3.
Common Pitfalls
  • The Ghost ParenthesesWhen subtracting x(x+h)...\frac{x - (x+h)}{...}, many forget to distribute the minus sign to the hh, resulting in xx+hx - x + h instead of xxhx - x - h. Huge error!

Rationalization (Conjugate Power)

When a limit has a square root that creates a 0/0, we use the conjugate to move the root.

Core Theorem
Conjugate Rule: The conjugate of (ab)(\sqrt{a} - b) is (a+b)(\sqrt{a} + b). Multiplying them results in (ab2)(a - b^2), which removes the radical.

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Medium
Rationalize the numerator: x+11x\frac{\sqrt{x+1} - 1}{x}.
How to think about it

Key idea: The conjugate is x+1+1\sqrt{x+1} + 1.

Full solution

1. Step 1: Multiply by Conjugate

(x+11)x(x+1+1)(x+1+1)\frac{(\sqrt{x+1} - 1)}{x} \cdot \frac{(\sqrt{x+1} + 1)}{(\sqrt{x+1} + 1)}.

2. Step 2: Simplify the Numerator

(x+1)2(1)2=x+11=x(\sqrt{x+1})^2 - (1)^2 = x + 1 - 1 = x.

3. Step 3: Cancel

xx(x+1+1)=1x+1+1\frac{x}{x(\sqrt{x+1} + 1)} = \frac{1}{\sqrt{x+1} + 1}.
Step-by-Step SOP
  1. 1

    Identify the Conjugate

    Flip the sign between the radical and the other term.
  2. 2

    Difference of Squares

    Use (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2 on the target side.
Common Pitfalls
  • Over-expandingNEVER expand the denominator (the side you didn't rationalize). Keep it factored so you can cancel later.

Negative and Fractional Exponents

Calculus requires shifting between root form and exponent form constantly for derivatives.

Core Theorem
Laws: 1. xn=1xnx^{-n} = \frac{1}{x^n} (Negative = Reciprocal).
2.
xa/b=xabx^{a/b} = \sqrt[b]{x^a} (Bottom is the root).

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Easy
Rewrite 1x\frac{1}{\sqrt{x}} in exponent form.
How to think about it

Key idea: Square root is power of 1/21/2. It's in the denominator.

Full solution

1. Conversion

1x1/2=x1/2\frac{1}{x^{1/2}} = x^{-1/2}.
Step-by-Step SOP
  1. 1

    Convert Roots First

    Turn all \sqrt{} symbols into fractional exponents before doing math.
  2. 2

    Flip Negatives

    Move negative exponents to the other side of the fraction to make them positive.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
Simplify: (8x6)1/3(8x^6)^{1/3}.
Need a hint?
Apply the power to both the constant and the variable.
Show solution

1. Step 1: Apply to constant

81/3=28^{1/3} = 2.

2. Step 2: Apply to variable

(x6)1/3=x6/3=x2(x^6)^{1/3} = x^{6/3} = x^2.

3. Result

2x22x^2.
Practice 02Hard
Simplify xx\sqrt{x \sqrt{x}} and write as a single power.
Need a hint?
Work from the inside out: x=x1/2\sqrt{x} = x^{1/2}.
Show solution

1. Inner Conversion

xx1/2\sqrt{x \cdot x^{1/2}}.

2. Combine Inside

x3/2\sqrt{x^{3/2}}.

3. Outer Conversion

(x3/2)1/2=x3/4(x^{3/2})^{1/2} = x^{3/4}.
Common Pitfalls
  • Root ConfusionStudents often flip them: x2/3x^{2/3} is the cube root of x2x^2, NOT the square root of x3x^3. Remember: 'The power is the tree, the root is underground (bottom)'.

Radical Fluency (Calculus-Ready Form)

In Calculus, we rarely leave terms in \sqrt{} form. We must convert them to power form to apply rules like the Power Rule.

Core Theorem
The distributive property with radicals: a(b+c)=ba+ca\sqrt{a}(b + c) = b\sqrt{a} + c\sqrt{a}. Also, moving terms inside roots: xy=x2yx\sqrt{y} = \sqrt{x^2 y} (for x>0x > 0).

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Medium
Expand and write in exponent form: x2(x+1x)x^2(\sqrt{x} + \frac{1}{x}).
How to think about it

Key idea: Distribute x2x^2 first, then convert all to xnx^n.

Full solution

1. Distribution

x2x1/2+x2x1x^2 \cdot x^{1/2} + x^2 \cdot x^{-1}.

2. Exponent Addition

x2+1/2+x21=x5/2+x1x^{2 + 1/2} + x^{2 - 1} = x^{5/2} + x^1.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
Simplify the expression found in 'Related Rates': x2+(3x)2\sqrt{x^2 + (3x)^2}.
Need a hint?
Square the terms inside first, then factor out the common x2x^2.
Show solution

1. Expand Inside

x2+9x2=10x2\sqrt{x^2 + 9x^2} = \sqrt{10x^2}.

2. Pull out the variable

10x2=x10\sqrt{10} \cdot \sqrt{x^2} = |x|\sqrt{10}.
Common Pitfalls
  • The Root Addition MythWARNING: a2+b2\sqrt{a^2 + b^2} is NOT a+ba + b. This is one of the most common 'Algebra kills Calculus' errors. You cannot split a root across addition!

Completing the Square (Vertex & Integral Prep)

This technique transforms a quadratic expression into a squared binomial, which is essential for identifying center points of circles and integrating rational functions.

Core Theorem
To complete the square for x2+bxx^2 + bx:
1. Take half of
bb.
2. Square it:
(b/2)2(b/2)^2.
3. Add and subtract this value:
x2+bx+(b/2)2(b/2)2=(x+b/2)2(b/2)2x^2 + bx + (b/2)^2 - (b/2)^2 = (x + b/2)^2 - (b/2)^2.

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Easy
Rewrite x2+6x7x^2 + 6x - 7 in vertex form.
How to think about it

Key idea: Half of 6 is 3. Square of 3 is 9.

Full solution

1. Step 1: Group and Add/Subtract

(x2+6x+9)97(x^2 + 6x + 9) - 9 - 7.

2. Step 2: Factor

(x+3)216(x+3)^2 - 16.
Step-by-Step SOP
  1. 1

    The 'Half and Square' Rule

    Identify bb, compute (b/2)2(b/2)^2, and balance the equation by adding and subtracting that same value.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Hard
Complete the square for 2x28x+52x^2 - 8x + 5.
Need a hint?
Always factor out the leading coefficient from the xx terms first!
Show solution

1. Step 1: Factor out the 2

2(x24x)+52(x^2 - 4x) + 5.

2. Step 2: Add/Subtract inside

Inside the parentheses, add (4/2)2=4(-4/2)^2 = 4. Remember the 2 outside: 2(x24x+44)+52(x^2 - 4x + 4 - 4) + 5.

3. Step 3: Distribute and Simplify

2(x2)28+5=2(x2)232(x-2)^2 - 8 + 5 = 2(x-2)^2 - 3.
Common Pitfalls
  • The Leading Coefficient ErrorIf you have 2x22x^2, you MUST factor out the 2 before adding the square. Otherwise, the formula (b/2)2(b/2)^2 won't work.

Algebraic Substitution (Seeing the 'u')

Calculus requires you to simplify complex expressions by grouping terms. This is the foundation of the Chain Rule.

Core Theorem
Substitution Method: If an expression repeats, replace it with a single variable (like uu) to make the structure visible.

Worked Examples

Read these first — the full solution is shown, with the reasoning behind each move.

Worked Example 01Medium
Factor (x+3)25(x+3)+6(x+3)^2 - 5(x+3) + 6.
How to think about it

Key idea: Let u=x+3u = x+3.

Full solution

1. Step 1: Substitute

Let u=(x+3)u = (x+3). The expression becomes u25u+6u^2 - 5u + 6.

2. Step 2: Factor u

(u2)(u3)(u-2)(u-3).

3. Step 3: Back-substitute

Replace uu with (x+3)(x+3): ((x+3)2)((x+3)3)=(x+1)(x)((x+3)-2)((x+3)-3) = (x+1)(x).
Step-by-Step SOP
  1. 1

    Identify the 'Chunk'

    Look for a repeated expression or a 'function inside a function'.

Practice — Your Turn

Try each one before opening the hint or the solution.

Practice 01Medium
Simplify x4x2+1x^4 \sqrt{x^2 + 1} by using substitution.
Need a hint?
Let u=x2+1u = x^2 + 1. This is a classic trick: if you see x2x^2 inside and x5x^5 outside, notice that x5=x4cdotxx^5 = x^4 cdot x.
Show solution

1. Step 1: Choose u

Let u=x2+1u = x^2 + 1, then x2=u1x^2 = u - 1.

2. Step 2: Transform the powers

Notice x4=(x2)2=(u1)2x^4 = (x^2)^2 = (u - 1)^2. The expression becomes (u1)2u(u-1)^2 \sqrt{u}

3. Step 3: Expand

(u22u+1)u1/2=u5/22u3/2+u1/2(u^2 - 2u + 1)u^{1/2} = u^{5/2} - 2u^{3/2} + u^{1/2}.
Practice 02Medium
Simplify x1x+1\frac{\sqrt{x} - 1}{\sqrt{x} + 1} for x=u2x = u^2.
Need a hint?
Replacing xx with u2u^2 is a common way to 'kill' the radicals.
Show solution

1. Step 1: Substitute

Let x=u2x = u^2. The expression becomes u1u+1\frac{u-1}{u+1}.

2. Step 2: Application

This makes it much easier to perform long division or find the derivative later on.
Common Pitfalls
  • Forgetting to Swap BackThe original problem was in terms of xx. Your final answer must also be in terms of xx, not uu.
Gary Chang

Gary Chang

Calculus Educator

5+ Years of Calculus Teaching Experience | AP Calculus Specialist. Dedicated to helping students master calculus through step-by-step logic and clear visualizations.