Linear systems
Two standard tools for a linear system in two variables:
- Substitution — solve one equation for one variable, plug into the other.
- Elimination — scale the equations so a variable's coefficients match (or are opposite), then add or subtract to cancel it.
A linear system can have exactly one solution, no solutions (parallel, inconsistent lines), or infinitely many (the same line written twice) — worth a half-second sanity check before you commit to solving.
Nonlinear systems
When one equation is a line and the other is a circle or parabola, substitution is almost always the move: solve the linear equation for one variable, substitute into the nonlinear one, and you're left with a single-variable equation (often quadratic).
The symmetry shortcut
When a system is symmetric in and — meaning it's built from, , and rather than and individually — it's often much faster to solve for the symmetric combinations directly using the identity , rather than solving for and separately.
Worked example
Problem: If and , find .
Solution: Use :
Found directly, with no need to solve the underlying quadratic for and individually (they turn out to be 5 and 2, but we never had to find that).
Practice problems
1.Solve the system: , .
2.Solve: and .
3.If and , find .
4.Solve: , . What kind of system is this?