-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).
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 Exercises


Example 01Easy
Factor completely: x416x^4 - 16.
NEED A HINT?
This is a difference of squares hidden as a power of 4.
SHOW DETAILED EXPLANATION

Step 1: First Layer

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

Step 2: Second Layer

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

Step 3: Final Answer

(x2)(x+2)(x2+4)(x-2)(x+2)(x^2+4).
Example 02Medium
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 DETAILED EXPLANATION

Step 1: Split the middle

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

Step 2: Grouping

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

Step 3: Final Factor

(3x4)(x2)(3x - 4)(x - 2).
Example 03Easy
Factor out the greatest common factor (GCF) from 5x320x5x^3 - 20x.
NEED A HINT?
Always look for the GCF before trying other methods.
SHOW DETAILED EXPLANATION

Step 1: Identify GCF

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

Step 2: Simplify

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

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.
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 Exercises


Example 01Hard
Simplify: 1x+h1xh\frac{\frac{1}{x+h} - \frac{1}{x}}{h}. (Common in the Definition of Derivative!)
NEED A HINT?
The LCD of the top fractions is x(x+h)x(x+h). Multiply the numerator and denominator by this.
SHOW DETAILED EXPLANATION

Step 1: Find LCD

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

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)}.

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)}.
Example 02Medium
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 DETAILED EXPLANATION

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.

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.
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.

Practice Exercises


Example 01Medium
Rationalize the numerator: x+11x\frac{\sqrt{x+1} - 1}{x}.
NEED A HINT?
The conjugate is x+1+1\sqrt{x+1} + 1.
SHOW DETAILED EXPLANATION

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)}.

Step 2: Simplify the Numerator

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

Step 3: Cancel

xx(x+1+1)=1x+1+1\frac{x}{x(\sqrt{x+1} + 1)} = \frac{1}{\sqrt{x+1} + 1}.
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).
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 Exercises


Example 01Easy
Rewrite 1x\frac{1}{\sqrt{x}} in exponent form.
NEED A HINT?
Square root is power of 1/21/2. It's in the denominator.
SHOW DETAILED EXPLANATION

Conversion

1x1/2=x1/2\frac{1}{x^{1/2}} = x^{-1/2}.
Example 02Medium
Simplify: (8x6)1/3(8x^6)^{1/3}.
NEED A HINT?
Apply the power to both the constant and the variable.
SHOW DETAILED EXPLANATION

Step 1: Apply to constant

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

Step 2: Apply to variable

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

Result

2x22x^2.
Example 03Hard
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 DETAILED EXPLANATION

Inner Conversion

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

Combine Inside

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

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).

Practice Exercises


Example 01Medium
Expand and write in exponent form: x2(x+1x)x^2(\sqrt{x} + \frac{1}{x}).
NEED A HINT?
Distribute x2x^2 first, then convert all to xnx^n.
SHOW DETAILED EXPLANATION

Distribution

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

Exponent Addition

x2+1/2+x21=x5/2+x1x^{2 + 1/2} + x^{2 - 1} = x^{5/2} + x^1.
Example 02Medium
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 DETAILED EXPLANATION

Expand Inside

x2+9x2=10x2\sqrt{x^2 + 9x^2} = \sqrt{10x^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.
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 Exercises


Example 01Easy
Rewrite x2+6x7x^2 + 6x - 7 in vertex form.
NEED A HINT?
Half of 6 is 3. Square of 3 is 9.
SHOW DETAILED EXPLANATION

Step 1: Group and Add/Subtract

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

Step 2: Factor

(x+3)216(x+3)^2 - 16.
Example 02Hard
Complete the square for 2x28x+52x^2 - 8x + 5.
NEED A HINT?
Always factor out the leading coefficient from the xx terms first!
SHOW DETAILED EXPLANATION

Step 1: Factor out the 2

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

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.

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.
Step-by-Step SOP
  1. 1

    Identify the 'Chunk'

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

Practice Exercises


Example 01Medium
Factor (x+3)25(x+3)+6(x+3)^2 - 5(x+3) + 6.
NEED A HINT?
Let u=x+3u = x+3.
SHOW DETAILED EXPLANATION

Step 1: Substitute

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

Step 2: Factor u

(u2)(u3)(u-2)(u-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).
Example 02Medium
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 DETAILED EXPLANATION

Step 1: Choose u

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

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}

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}.
Example 03Medium
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 DETAILED EXPLANATION

Step 1: Substitute

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

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.