PSAT 10 Math — Advanced Algebra and Function Skills
Equivalent expressions
In algebra, you often have different-looking expressions that represent the same value for every allowed input. Two expressions are equivalent expressions if they are equal for all values of the variable(s) in their domain (all values that make the expressions defined). For example, rewriting an expression by factoring or expanding doesn’t “change the math”—it changes the form, which can make certain features easier to see.
What “equivalent” really means (and why domain matters)
When you simplify or rewrite an expression, you are usually trying to produce an equivalent expression. But equivalence has a hidden condition: both expressions must be defined for the same inputs.
- can be simplified algebraically, but you must remember that the original expression is undefined at .
- If you cancel incorrectly and then treat the new expression as defined at , you’ve changed the domain—so you no longer have a truly equivalent expression.
That’s why, on PSAT-style questions, you’ll often see wording like “for all ” or “where defined.”
Core rewriting tools
Most equivalence problems come down to a few “moves.” The goal is to use algebra rules that preserve equality.
Combine like terms
Like terms have the same variable part (same variables to the same powers). Combining like terms is basically “counting” them.
If you have
you can combine because both are terms.
Distribute and factor (opposite directions)
The distributive property expands products:
Factoring reverses distribution:
These are essential because different forms reveal different information:
- Expanded form helps you combine like terms and compare coefficients.
- Factored form helps you see zeros (solutions where the expression equals zero) and solve equations.
Exponent rules (carefully)
Exponent rules are frequent in Advanced Math because they allow you to rewrite expressions efficiently.
Key rules (for real-number bases where the expressions are defined):
A common trap is assuming these rules apply when you have addition:
Instead:
Radicals and rational exponents
A square root is a power:
More generally:
This helps you rewrite expressions into a form that is easier to simplify or solve. But note the domain issue: over the real numbers, requires .
Equivalent forms for quadratics
Quadratic expressions appear constantly in PSAT Advanced Math. You should recognize three common equivalent forms, each useful for different tasks.
Standard form
- Easy to read the -intercept when the expression is a function .
Factored form
- Easy to find zeros: and .
Vertex form
- Easy to find the vertex and the maximum/minimum value.
You can move between these forms by expanding, factoring, or completing the square.
Worked examples (equivalent expressions)
Example 1: Factoring to create an equivalent expression
Rewrite
in factored form.
Step 1: Factor out the greatest common factor. Both terms share .
This is equivalent for all real .
Example 2: Simplifying a rational expression (and tracking restrictions)
Simplify
Step 1: Factor the numerator (difference of squares).
Step 2: Cancel the common factor.
Step 3: State the restriction. The original denominator requires
So the simplified expression is
If a multiple-choice option says just , the question often implies “for all ” or “where defined.”
Example 3: Completing the square to rewrite a quadratic
Rewrite
in vertex form.
Step 1: Group the quadratic and linear terms.
Step 2: Add and subtract the number that completes the square. Take half of (which is ), square it (which is ).
Step 3: Factor the perfect square trinomial.
So:
Now you can see the vertex quickly if this is : the vertex is .
Exam Focus
- Typical question patterns:
- “Which expression is equivalent to … ?” often requiring factoring, distributing, or exponent rules.
- Simplify a rational expression and choose the matching option (sometimes with domain restrictions).
- Rewrite a quadratic into vertex or factored form to identify a feature (vertex, zeros, max/min).
- Common mistakes:
- Cancelling across addition, such as (not valid).
- Forgetting domain restrictions after simplifying rational or radical expressions.
- Misusing exponent rules, especially assuming .
Nonlinear equations in one variable and systems of equations in two variables
A nonlinear equation is an equation where the variable is not only to the first power and not just in a simple linear form. The graph of a nonlinear equation is not a straight line. On the PSAT, the most common nonlinear equations involve quadratics, absolute value, radicals, rational expressions, and occasionally exponentials.
Why this matters: linear equations have one “main” solving pattern, but nonlinear equations can have multiple solutions, no real solutions, or solutions that must be checked because algebra steps can introduce invalid answers.
Solving nonlinear equations in one variable
Quadratic equations
A quadratic equation can often be written as
You typically solve quadratics by:
- Factoring (fastest when it works)
- Square root method (best when you have )
- Quadratic formula (works for all quadratics, but more computation)
Quadratic formula:
The expression under the square root,
is the discriminant. It tells you how many real solutions exist:
- If , two real solutions
- If , one real solution (a repeated root)
- If , no real solutions
Absolute value equations
Absolute value measures distance from zero. So
means is units away from zero. If , there are two solutions:
For equations like
you’re measuring distance from .
A reliable method is to split into two cases:
A major “what goes wrong” moment: if , there is no solution because distance cannot be negative.
Radical equations (square roots)
When variables appear under a radical, like
you often solve by squaring both sides. Squaring can create extra solutions because
So you must check solutions in the original equation.
Also keep domain constraints in mind:
- The radicand must be nonnegative: .
- If you have , the right side must also be nonnegative because a square root is never negative in real numbers.
Rational equations (variables in denominators)
Equations like
require you to exclude values that make denominators zero, here . Multiplying both sides by a common denominator is typical, but keep the restriction and check at the end.
Systems involving nonlinear equations
A system of equations asks for values that satisfy both equations simultaneously. In two variables, solutions correspond to intersection point(s) of graphs.
Nonlinear systems on PSAT often include:
- A line and a parabola
- Two parabolas
- A circle and a line (sometimes)
You’ll usually use one of two strategies:
- Substitution: solve one equation for a variable and substitute into the other.
- Elimination: less common with nonlinear systems, but sometimes works if terms cancel.
Graph reasoning is also important: you might not fully solve, but you may be asked how many solutions exist by thinking about intersections.
Worked examples (nonlinear equations and systems)
Example 1: Solving a quadratic by factoring
Solve:
Step 1: Factor. Find two numbers that multiply to and add to : and .
Step 2: Use the zero-product property. If a product is zero, at least one factor is zero.
So the solutions are and .
Example 2: Radical equation with checking
Solve:
Step 1: Apply domain logic first.
- Need .
- Also need .
So any solution must satisfy .
Step 2: Square both sides.
Step 3: Rearrange into a quadratic.
Step 4: Factor.
So candidates are and .
Step 5: Check candidates in the original equation (and domain).
- : and , works.
- : fails domain , also but , not equal.
Solution:
Example 3: System of a line and a parabola (substitution)
Solve the system:
Step 1: Substitute because both equal .
Step 2: Rearrange into quadratic form.
Step 3: Factor.
So or .
Step 4: Find for each value. Using :
- If , then .
- If , then .
Solutions (intersection points):
Notice how a line can intersect a parabola in 0, 1, or 2 points—this is why nonlinear systems can have multiple solutions.
Exam Focus
- Typical question patterns:
- Solve a quadratic or radical equation and select the correct solution set.
- Solve a system like “line + parabola” via substitution; sometimes the question only asks for the number of solutions.
- Interpret solutions as intersection points on a graph.
- Common mistakes:
- Forgetting to check for extraneous solutions after squaring both sides in radical equations.
- Losing or adding solutions when factoring incorrectly or mishandling the zero-product property.
- Ignoring restrictions like denominators equal to zero or requiring radicands to be nonnegative.
Nonlinear functions
A function assigns each input exactly one output. A nonlinear function is a function whose graph is not a straight line. Nonlinear functions are central to PSAT Advanced Math because they model growth, area, physics, finance, and many “real” relationships more accurately than linear ones.
Instead of only solving equations, you’ll often be asked to analyze a nonlinear function: its intercepts, vertex/turning point, end behavior, or how its graph changes when you transform it.
Function notation and key vocabulary
Function notation uses to mean “the output of function when the input is .” If the function is
then means substitute .
Two essential ideas:
- Domain: allowed inputs.
- Range: resulting outputs.
Domain is especially important for nonlinear functions that involve denominators and even roots.
Common nonlinear function families
Quadratic functions
A quadratic function has the form
Its graph is a parabola.
- If , it opens upward and has a minimum.
- If , it opens downward and has a maximum.
The vertex is the turning point. Vertex form
shows that the vertex is .
Zeros (or x-intercepts) solve . Factored form
shows zeros at and .
Exponential functions
An exponential function has the variable in the exponent, like
with and .
- If , you have exponential growth.
- If , you have exponential decay.
A key feature: exponential functions change by a constant factor for equal changes in . That’s different from linear functions (constant difference) and quadratics (constant second difference).
Rational functions
A rational function is a ratio of polynomials, such as
Rational functions often have:
- Domain restrictions where the denominator is zero.
- Vertical asymptotes where the function values grow without bound near a restricted input.
Even if asymptotes aren’t emphasized heavily, you should be comfortable with “this value is not allowed” and what that means for solutions and graphs.
Radical functions
A radical function includes a variable under a radical, like
Its domain requires
Radical functions commonly appear in questions about domain, solving, and interpreting constraints.
Transformations: how changing an equation changes the graph
Transformations are a powerful way to understand a function without re-plotting everything from scratch.
If you start with a “parent” function (like ) and build a new function,
you can interpret:
- : horizontal shift (right if , left if )
- : vertical shift (up if , down if )
- : vertical stretch/compression and reflection (if , reflect over the -axis)
A common misconception is to reverse the direction of the horizontal shift. Because the shift is applied inside parentheses, it behaves “oppositely” from what you might guess.
For example:
is shifted right 3 (not left 3).
Interpreting nonlinear functions in context
PSAT problems often connect functions to real situations. Two patterns show up a lot:
- Maximum/minimum from a quadratic model: For area, revenue, projectile height, or any “goes up then down” quantity, the vertex gives the peak or lowest point.
- Growth/decay from an exponential model: Population, value over time, or repeated percent change.
In context, units matter. If is time in months, then the vertex’s -coordinate is a time, and the -coordinate is the quantity at that time.
Worked examples (nonlinear functions)
Example 1: Evaluating and interpreting a quadratic function
Let
Find .
Step 1: Substitute .
Step 2: Compute.
So:
Interpretation: when the input is , the output is .
Example 2: Finding a vertex by completing the square
For
find the vertex.
Step 1: Complete the square for the quadratic and linear terms.
Step 2: Rewrite as a square.
Now vertex form shows the vertex is
If this parabola opens upward (it does, since ), the minimum value is .
Example 3: Domain of a rational and a radical function
1) For
the denominator cannot be zero:
Domain: all real numbers except .
2) For
require the radicand to be nonnegative:
Domain: .
Example 4: Exponential growth factor interpretation
Suppose
where is in years.
The base means each year the amount is multiplied by , which corresponds to an increase per year. The coefficient is the initial value at .
Exam Focus
- Typical question patterns:
- Given a function in one form (standard, factored, vertex), identify a feature (zeros, vertex, intercept, min/max).
- Determine domain from a formula containing a denominator or a square root.
- Compare nonlinear functions (growth/decay, opening direction, number of solutions to ).
- Common mistakes:
- Reversing horizontal shifts in expressions like .
- Forgetting that domain restrictions can remove “apparent” solutions (especially with rational functions).
- Confusing zeros (solutions to ) with the y-intercept (value at ).