How to Do Sign Analysis for Radical Functions- Step-by-Step
What Sign Analysis Actually Is
Sign analysis is a way to figure out where a function outputs positive values, negative values, or zero. For radical functions, this process has some wrinkles you need to understand before you start plugging numbers in.
The core idea is simple: you test values on either side of critical points and track the sign of your output. But radical functions add domain restrictions that complicate things.
Why Radical Functions Are Different
Most functions you analyze follow the same rules everywhere. Radical functions don't.
Even roots (square root, fourth root, etc.) only accept non-negative inputs. This means your function literally doesn't exist for negative radicand values. You can't just test those pointsβyou have to acknowledge the function is undefined there.
Odd roots (cube root, fifth root, etc.) are more forgiving. They accept any real number input. But the sign of your output depends on both the root type and the sign of your input.
The Critical Points You Must Find First
Before you do any sign analysis, identify your critical points. These are where the sign could change:
- Where the radicand equals zero
- Where the radicand is undefined (for even roots)
- Where any factor in a numerator equals zero
- Where any factor in a denominator equals zero
Example: Square Root Function
Consider f(x) = β(x - 3). Your critical point is at x = 3. For any x < 3, the function is undefined. For x > 3, the output is always non-negative because square roots produce non-negative results.
Example: Cube Root Function
Consider f(x) = β(x + 2). Your critical point is at x = -2. The function exists everywhere, but the sign changes at this point. Values below -2 give negative outputs. Values above -2 give positive outputs.
Step-by-Step Sign Analysis Process
Step 1: Determine the Domain
Write down every x-value that makes your function valid. For even roots, set the radicand β₯ 0 and solve. For odd roots, the domain is all real numbers unless you have a denominator involved.
Step 2: Find All Critical Points
These are the x-values where your function equals zero, where it's undefined, or where factors change sign. List them in order from smallest to largest.
Step 3: Divide the Number Line
Your critical points split the number line into intervals. For each interval, pick a test value and evaluate the sign of your output.
Step 4: Test and Record
Plug your test value into the function. For radical parts, evaluate the sign of the root result. Combine with any other factors using sign multiplication rules.
Step 5: Draw Your Sign Chart
Mark critical points on a number line. Above each interval, write + for positive, - for negative, and 0 at the critical points themselves.
Even vs. Odd Roots: The Key Differences
Understanding how different root types behave is non-negotiable for correct sign analysis.
| Root Type | Domain | Output Sign | Sign Change at Zero? |
|---|---|---|---|
| Square root (β) | Radicand β₯ 0 only | Always non-negative | No (stays non-negative) |
| Fourth root | Radicand β₯ 0 only | Always non-negative | No |
| Cube root (β) | All real numbers | Same as radicand | Yes |
| Fifth root | All real numbers | Same as radicand | Yes |
Odd roots preserve the sign of their input. Even roots always output non-negative values regardless of input sign.
Practical Examples
Example 1: f(x) = β(xΒ² - 4)
Step 1: The radicand xΒ² - 4 must be β₯ 0. Solve xΒ² β₯ 4. This gives x β€ -2 or x β₯ 2.
Step 2: Critical points are x = -2 and x = 2 (where radicand = 0). The function equals zero at both points.
Step 3: Number line intervals: (-β, -2], [-2, 2], [2, β). Note: (-2, 2) is not in the domain.
Step 4: Test values:
- x = -3: β((-3)Β² - 4) = β(9 - 4) = β5 > 0 β
- x = 0: Not in domain β
- x = 3: β(9 - 4) = β5 > 0 β
Result: Positive for x < -2, zero at x = -2 and x = 2, positive for x > 2. The function is never negative.
Example 2: f(x) = β(2x + 6)
Step 1: Domain is all real numbers (cube root accepts everything).
Step 2: Set 2x + 6 = 0 β x = -3. This is your only critical point.
Step 3: Intervals: (-β, -3) and (-3, β)
Step 4: Test values:
- x = -4: β(2(-4) + 6) = β(-8 + 6) = β(-2) < 0 β
- x = 0: β(0 + 6) = β6 > 0 β
Result: Negative for x < -3, zero at x = -3, positive for x > -3.
Example 3: f(x) = β(x) / (x - 2)
Step 1: Numerator requires x β₯ 0. Denominator requires x β 2. Combined domain: x β₯ 0 and x β 2, so [0, 2) βͺ (2, β).
Step 2: Critical points: x = 0 (numerator = 0) and x = 2 (denominator = 0/undefined).
Step 3: Intervals: [0, 2) and (2, β)
Step 4: Test values:
- x = 1: β1 / (1 - 2) = 1 / (-1) = -1 < 0 β
- x = 3: β3 / (3 - 2) = β3 / 1 > 0 β
Result: Zero at x = 0, negative on (0, 2), positive on (2, β). The function is undefined at x = 2.
Common Mistakes That Will Kill Your Analysis
Forgetting domain restrictions. Students routinely test values in regions where the function doesn't exist. Always check domain first.
Assuming even roots can be negative. They can't. β(4) = 2, not -2. If you're analyzing β(x), the output is never negative.
Missing critical points from denominators. Factors in denominators create critical points even if they don't make the numerator zero.
Not testing enough intervals. Each critical point potentially changes the sign. Skip one interval and you miss a sign change.
Confusing the radicand sign with the output sign for odd roots. If the radicand is negative, an odd root gives a negative output. This is straightforward but people still get it wrong.
Getting Started: Your Sign Analysis Checklist
Before you start any sign analysis problem, run through this:
- Is this an even or odd root?
- What's the domain? Write it out explicitly.
- Where does the radicand equal zero?
- Where is the function undefined?
- What are all critical points in order?
- How many intervals do you have?
- What sign does each interval produce?
Run through this checklist for every problem and you'll catch most errors before they happen.
Quick Reference: Sign Rules for Combinations
When your radical function has multiple factors, use these sign multiplication rules:
- Positive Γ Positive = Positive
- Negative Γ Negative = Positive
- Positive Γ Negative = Negative
- Negative Γ Positive = Negative
Two negatives always make a positive. Track each factor's sign separately, then combine them.