SAT Math Advanced Math: Algebra Beyond Lines
Equivalent expressions
An equivalent expression is an algebraic expression that looks different but has exactly the same value for every allowed input. For example, two expressions might be written in different forms (expanded, factored, simplified), yet represent the same relationship.
What it is (and what “equivalent” really means)
Two expressions are equivalent if they produce the same output whenever you plug in the same value(s) of the variable(s), as long as you stay within the valid domain (the inputs that don’t make the expression undefined). This “for every allowed input” part matters: if you transform an expression in a way that accidentally changes when it’s defined (for instance, by multiplying both sides by a variable expression that could be zero), you can create something that is not truly equivalent.
On the SAT, equivalence shows up constantly because many questions are really about recognizing structure: you’re not just “simplifying,” you’re rewriting something into a form that makes a property obvious (a zero, a vertex, an asymptote, a constant rate, a factor, etc.).
Why it matters
Equivalent forms let you:
- Reveal zeros and solutions by factoring.
- Reveal a maximum/minimum by completing the square.
- Combine rational pieces to see restrictions or simplify evaluation.
- Rewrite to match an answer choice without doing extra computation.
A useful analogy: rewriting expressions is like rearranging a sentence. “The dog chased the cat” and “The cat was chased by the dog” convey the same event, but one form may answer a specific question more directly.
How equivalence works: the main toolkits
To rewrite expressions while preserving equivalence, you rely on operations that don’t change value (for allowed inputs).
1) The distributive property (expand and factor)
Distributing multiplies a term across parentheses; factoring reverses that.
Example identity:
a(b+c)=ab+ac
Common SAT use: convert between standard form and factored form of polynomials.
2) Combining like terms
Like terms have the same variable part raised to the same power.
Example:
3x^2-5x^2=-2x^2
A frequent mistake is trying to combine unlike terms such as x and x^2.
3) Exponent rules (with domain awareness)
Exponent rules are powerful but easy to misuse when variables can be zero or negative.
Key identities (when bases are nonzero where required):
a^m\cdot a^n=a^{m+n}
\frac{a^m}{a^n}=a^{m-n}
\left(a^m\right)^n=a^{mn}
Be careful: simplifying
\frac{x^2}{x}=x
is only valid when x\neq 0 (because the original expression is undefined at x=0). On SAT problems, that restriction often matters.
4) Factoring patterns you should recognize
These patterns appear constantly:
- Difference of squares:
a^2-b^2=(a-b)(a+b)
- Perfect square trinomials:
a^2+2ab+b^2=(a+b)^2
a^2-2ab+b^2=(a-b)^2
Recognizing these quickly can turn a messy quadratic into something you can solve or interpret.
5) Rational expressions: “one fraction” thinking
A rational expression is a fraction with polynomials in the numerator and denominator.
Two big ideas:
1) You can simplify by factoring and canceling common factors.
2) You must always track restrictions from denominators.
If
\frac{(x-3)(x+2)}{(x-3)(x-5)}
you can cancel x-3 to get
\frac{x+2}{x-5}
but the restriction x\neq 3 remains, because the original denominator was zero there.
Equivalent expressions in action (worked examples)
Example 1: Rewriting to expose solutions
Rewrite
x^2-9
in factored form.
Step 1: Recognize the pattern. This is a difference of squares:
x^2-9=x^2-3^2
Step 2: Apply the identity.
x^2-9=(x-3)(x+3)
Why this helps: If you later set x^2-9=0, the factored form immediately gives the solutions x=3 and x=-3.
Example 2: Simplifying a rational expression without losing restrictions
Simplify
\frac{x^2-16}{x-4}
Step 1: Factor the numerator.
x^2-16=(x-4)(x+4)
Step 2: Cancel the common factor.
\frac{(x-4)(x+4)}{x-4}=x+4
Step 3: State the restriction. The original expression requires x\neq 4.
So the simplified form is x+4 with x\neq 4.
Common pitfall: Writing just x+4 and forgetting that the original expression is undefined at x=4.
Example 3: Completing the square to rewrite a quadratic
Rewrite
x^2+6x+5
in vertex form.
Step 1: Group the quadratic and linear terms.
x^2+6x+5=(x^2+6x)+5
Step 2: Complete the square inside the parentheses. Half of 6 is 3; square it to get 9.
Add and subtract 9:
x^2+6x=(x^2+6x+9)-9
So:
x^2+6x+5=(x^2+6x+9)-9+5
Step 3: Factor the perfect square trinomial.
x^2+6x+9=(x+3)^2
Thus:
x^2+6x+5=(x+3)^2-4
Why this helps: The minimum value is clearly -4 (since a square is at least 0), and it occurs at x=-3.
Exam Focus
Typical question patterns
- “Which expression is equivalent to … ?” with answer choices in expanded vs factored vs rational forms.
- “Rewrite … in the form …” (often to identify a feature like a zero, vertex, or simplified evaluation).
- Simplify a rational expression and then evaluate it at a given value (while respecting restrictions).
Common mistakes
- Canceling terms that are not factors (e.g., trying to cancel the x in \frac{x+2}{x}).
- Dropping domain restrictions after canceling a factor in a rational expression.
- Misapplying exponent rules, especially when variables could be zero or negative.
Nonlinear equations in 1 variable and systems of equations in 2 variables
A nonlinear equation is an equation where the variable is not only to the first power in a simple way. If you graph the relationship, it does not form a straight line. On the SAT, “nonlinear” most commonly includes quadratics, higher-degree polynomials, rational equations, radical equations, and some exponential relationships.
What it is
- A nonlinear equation in one variable might look like:
x^2-5x+6=0
or
\frac{x+1}{x-2}=3
- A system of equations in two variables is two equations that must be true at the same time. If at least one equation is nonlinear (like a parabola or a circle), the system is a nonlinear system.
Example system:
y=x^2
y=2x+3
The solutions are the intersection point(s) of the graphs.
Why it matters
Nonlinear equations model situations where change is not constant: area grows with the square of a length, revenue might depend on a product of variables, and constraints can create curved boundaries. For SAT problem-solving, nonlinear equations test whether you can:
- Choose an efficient method (factoring, quadratic formula, substitution, elimination, graph interpretation).
- Track extraneous solutions that can appear when you square both sides or multiply by variable expressions.
- Interpret the meaning of multiple solutions (two intersections, one tangent intersection, or none).
How to solve nonlinear equations in 1 variable
Your method depends on the equation type.
1) Quadratic equations: factoring, completing the square, or quadratic formula
A quadratic equation has the form:
ax^2+bx+c=0
with a\neq 0.
- Factoring is fastest when it works.
- Completing the square is useful for vertex/maximum-minimum and when factoring is hard.
- The quadratic formula always works:
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
The expression under the square root,
b^2-4ac
is the discriminant, which tells you the number of real solutions:
- positive: two real solutions
- zero: one real solution (a repeated root)
- negative: no real solutions
2) Rational equations: clear denominators carefully
Strategy:
1) Identify restrictions (values that make any denominator zero).
2) Multiply both sides by the least common denominator (LCD).
3) Solve the resulting equation.
4) Check solutions against restrictions.
A major “what goes wrong” moment: multiplying both sides by an expression involving the variable can introduce solutions that make the original undefined.
3) Radical equations: isolate the radical, square, and check
If you have a square root, you often:
1) Isolate the radical.
2) Square both sides.
3) Solve.
4) Check in the original.
Squaring is not a reversible operation: it can create extraneous solutions.
How to solve nonlinear systems in 2 variables
A nonlinear system can have 0, 1, 2, or more intersection points.
Method A: Substitution (most common on SAT)
If one equation is already solved for a variable (like y=x^2+1), substitute into the other equation and reduce to one variable.
Method B: Elimination (sometimes works after rearranging)
If you can align terms to cancel a variable, elimination can simplify the system, but with nonlinear terms it’s less routine than in linear systems.
Method C: Graph/interpretation
Sometimes you don’t need exact solutions; you might need the number of solutions or a feature (like whether a line is tangent to a parabola). Then you use the discriminant or vertex information to reason.
Nonlinear equations and systems in action (worked examples)
Example 1: Solving a quadratic by factoring
Solve:
x^2-7x+12=0
Step 1: Factor. Find two numbers that multiply to 12 and add to 7: 3 and 4.
x^2-7x+12=(x-3)(x-4)
Step 2: Set each factor to 0.
x-3=0
x-4=0
So:
x=3
x=4
Example 2: Rational equation with a restriction
Solve:
\frac{x+1}{x-2}=3
Step 1: Restriction. Denominator cannot be zero:
x\neq 2
Step 2: Multiply both sides by x-2.
x+1=3(x-2)
Step 3: Solve the linear equation.
x+1=3x-6
Add 6 to both sides:
x+7=3x
Subtract x from both sides:
7=2x
So:
x=\frac{7}{2}
Step 4: Check restriction. \frac{7}{2} is not 2, so it’s valid.
Example 3: Radical equation showing extraneous-solution risk
Solve:
\sqrt{x+5}=x-1
Step 1: Domain reasoning. The square root is defined when:
x+5\ge 0
so
x\ge -5
Also, since a square root is nonnegative, the right side must be nonnegative:
x-1\ge 0
so
x\ge 1
Step 2: Square both sides.
(\sqrt{x+5})^2=(x-1)^2
So:
x+5=x^2-2x+1
Step 3: Rearrange into a quadratic.
0=x^2-3x-4
Factor:
x^2-3x-4=(x-4)(x+1)
So candidates are:
x=4
x=-1
Step 4: Check in the original equation.
For x=4:
\sqrt{4+5}=\sqrt{9}=3
and
4-1=3
Works.
For x=-1:
\sqrt{-1+5}=\sqrt{4}=2
but
-1-1=-2
Not equal, so x=-1 is extraneous.
Final solution:
x=4
Example 4: Nonlinear system (line and parabola)
Solve the system:
y=x^2
y=2x+3
Step 1: Substitute. Since both equal y:
x^2=2x+3
Step 2: Rearrange.
x^2-2x-3=0
Step 3: Factor.
x^2-2x-3=(x-3)(x+1)
So:
x=3
or
x=-1
Step 4: Find corresponding y values. Use y=x^2.
If x=3, then:
y=9
If x=-1, then:
y=1
Solutions:
(3,9)
(-1,1)
Exam Focus
Typical question patterns
- Solve a quadratic or rational equation and choose the correct solution set (sometimes with a “how many solutions” twist).
- Solve a nonlinear system by substitution (often line with parabola) and interpret intersection points.
- Determine the number of real solutions using the discriminant or by reasoning about graphs.
Common mistakes
- Forgetting to check for extraneous solutions after squaring both sides or clearing denominators.
- Losing restrictions such as x\neq 0 or x\neq 2 when simplifying rational equations.
- Treating a nonlinear system like a linear one and expecting only one solution.
Nonlinear functions
A function is a rule that assigns each input exactly one output. A nonlinear function is a function whose graph is not a straight line. In SAT Advanced Math, nonlinear functions show up as quadratics, polynomials, rational functions, radical functions, and sometimes exponentials.
What it is
A function is often written as f(x), read “f of x.” The input is x and the output is f(x).
A linear function has constant rate of change and looks like:
f(x)=mx+b
A function is nonlinear if that constant-rate-of-change structure breaks. For example:
f(x)=x^2-4x+1
has changing slope and forms a parabola.
Why it matters
Nonlinear functions are how the SAT tests deeper algebraic understanding:
- Can you connect an equation to its graph (shape, intercepts, turning points, asymptotes)?
- Can you interpret parameters (how changing a coefficient shifts or stretches the graph)?
- Can you work with function notation to evaluate, solve, and combine functions?
Nonlinear functions also unify the earlier topics:
- Equivalent expressions help you rewrite a function to reveal key features (factored form for zeros, vertex form for maximum/minimum).
- Nonlinear equations often come from setting two functions equal to find intersection points.
Core nonlinear function families (and what to look for)
1) Quadratic functions
A quadratic function can be written in multiple equivalent forms:
- Standard form:
f(x)=ax^2+bx+c
- Factored form (when factorable):
f(x)=a(x-r1)(x-r2)
- Vertex form:
f(x)=a(x-h)^2+k
These forms highlight different features:
| Form | Most visible feature | What you can read quickly |
|---|---|---|
| ax^2+bx+c | y-intercept | f(0)=c |
| a(x-r1)(x-r2) | zeros/x-intercepts | roots r1,r2 |
| a(x-h)^2+k | vertex | vertex at (h,k) |
Shape and meaning of parameters:
- The sign of a tells you whether the parabola opens up (minimum) or down (maximum).
- The vertex is the turning point; in context problems it often represents an optimal value.
A very common SAT skill is switching forms using equivalence:
- Factor to find x-intercepts.
- Complete the square to find the vertex.
2) Polynomial functions beyond quadratics
A polynomial is a sum of terms like a_nx^n where the exponents are nonnegative integers.
Example:
p(x)=2x^3-x+7
SAT questions often focus on:
- Factoring to identify zeros.
- Understanding that the degree (highest exponent) affects end behavior.
- Recognizing that polynomial graphs are smooth (no asymptotes) and continuous.
A frequent misconception: thinking a polynomial can have a denominator with x. Once you introduce a variable in the denominator, it’s no longer a polynomial.
3) Rational functions
A rational function is a ratio of polynomials:
f(x)=\frac{p(x)}{q(x)}
with restrictions where q(x)=0.
Key graphical/behavior features:
- Vertical asymptotes often occur where the denominator is 0 (unless the factor cancels and creates a hole instead).
- Holes (removable discontinuities) occur when a common factor cancels.
Example illustrating a hole:
f(x)=\frac{x^2-1}{x-1}
Factor:
\frac{(x-1)(x+1)}{x-1}=x+1
but with restriction x\neq 1. Graphically, this is the line y=x+1 with a missing point at x=1.
This is a classic place where “equivalent expression” ideas meet function behavior: the simplified expression matches the original function on its domain, but the domain itself is part of the function’s definition.
4) Radical functions
A radical function involves square roots (or other roots).
Example:
f(x)=\sqrt{x-3}
Key idea: the domain is constrained by requiring the radicand to be nonnegative:
x-3\ge 0
so
x\ge 3
Students often forget that the graph starts at the endpoint (here at x=3) and only exists to the right.
Function operations and solving intersections
A common SAT move is to ask when two functions are equal. That’s an intersection problem:
f(x)=g(x)
Solving this is exactly the same skill as solving a nonlinear equation in one variable.
Another frequent skill is evaluating expressions like f(2) or f(a+1). The main trap is substitution errors with parentheses.
Nonlinear functions in action (worked examples)
Example 1: Reading zeros from factored form
Suppose
f(x)=(x-2)(x+5)
The zeros occur when f(x)=0, which happens when either factor is 0:
x-2=0
or
x+5=0
So the zeros are:
x=2
x=-5
Those are the x-intercepts of the graph.
Example 2: Converting to vertex form to find a maximum/minimum
Given
f(x)=x^2-8x+3
Find the vertex.
Step 1: Complete the square.
x^2-8x+3=(x^2-8x)+3
Half of -8 is -4; square it to get 16.
x^2-8x=(x^2-8x+16)-16
So:
x^2-8x+3=(x^2-8x+16)-16+3
Step 2: Factor the perfect square and simplify.
x^2-8x+16=(x-4)^2
Thus:
f(x)=(x-4)^2-13
So the vertex is:
(4,-13)
Because the coefficient of the squared term is positive, the parabola opens upward, so -13 is a minimum value.
Example 3: Rational function domain and simplification
Let
f(x)=\frac{x^2-9}{x-3}
Step 1: Identify the restriction.
x\neq 3
Step 2: Simplify.
\frac{x^2-9}{x-3}=\frac{(x-3)(x+3)}{x-3}=x+3
So the function behaves like y=x+3 but has a hole at x=3.
A typical SAT question might ask for f(3). The correct answer is that f(3) is undefined, even though the simplified expression would give 6.
Example 4: Intersection of a line and a nonlinear function
Find the intersection points of:
y=x^2+1
y=3x+1
Set them equal:
x^2+1=3x+1
Subtract 1 from both sides:
x^2=3x
Rearrange:
x^2-3x=0
Factor:
x(x-3)=0
So:
x=0
or
x=3
Now find y using y=3x+1:
If x=0:
y=1
If x=3:
y=10
Intersection points:
(0,1)
(3,10)
Exam Focus
Typical question patterns
- Given a nonlinear function in one form, rewrite it (equivalently) to identify zeros, the vertex, or a minimum/maximum.
- Determine domain restrictions for rational or radical functions, sometimes embedded in a word problem.
- Solve f(x)=g(x) to find intersection points or the number of intersections.
Common mistakes
- Forgetting that the domain is part of the function: canceling factors and then incorrectly claiming a value exists at a hole.
- Substitution errors in function notation, especially with inputs like f(a-2).
- Assuming nonlinear graphs behave like lines (for example, expecting exactly one intersection when there could be two or none).