How to Solve Equations Step by Step: From Linear to Calculus
What it means to "solve" an equation
An equation is a statement that two expressions are equal, and solving it means finding the value or values that make the statement true. When you solve 2x + 5 = 11, you are looking for the number that x must be so the left side really does equal 11. Everything else in algebra — moving terms, factoring, applying a formula — is just a reliable way to isolate that value without changing what the equation says.
The VioApps Equation Solver works through many kinds of equations and also handles calculus operations like derivatives and integrals. This guide explains the ideas behind the main types so the answers make sense rather than appearing from nowhere.
The golden rule: keep both sides balanced
Think of an equation as a balanced scale. Whatever you do to one side, you must do to the other, or the balance breaks. Add 3 to the left, add 3 to the right; divide the left by 2, divide the right by 2. This single rule is what lets you rearrange an equation safely until the unknown stands alone.
Solving 2x + 5 = 11 takes two balanced moves: subtract 5 from both sides to get 2x = 6, then divide both sides by 2 to get x = 3. You can always check a solution by putting it back in: 2(3) + 5 = 11, which is true, so 3 is correct.
Linear equations
A linear equation has the unknown to the first power only — no squares, no roots. These are the most direct to solve: gather the terms with the unknown on one side, the plain numbers on the other, then divide. Linear equations describe steady, proportional relationships, such as a fixed price plus a per-unit cost, which is why they appear so often in everyday problems.
Quadratic equations
A quadratic has the unknown squared, so it usually has two solutions. Take x² - 6 = x. First bring everything to one side: x² - x - 6 = 0. This factors into (x - 3)(x + 2) = 0, and a product is zero only when one of its factors is zero, so x = 3 or x = -2. Both are valid; a quadratic curve can cross a target value in two places.
When a quadratic does not factor neatly, the quadratic formula handles any case, and it also reveals when the two solutions are complex numbers rather than ordinary ones — which happens when the curve never crosses zero on the real number line.
Roots, powers, and logarithms
Some equations hide the unknown inside an operation. To undo it, apply the inverse to both sides. A square root is undone by squaring; a power is undone by a root; an exponential like 2^x = 8 is undone by a logarithm. Reading 2^x = 8 as "2 raised to what power gives 8?" makes the answer clear: x = 3. The inverse operation is always the key to freeing the unknown.
Calculus: derivatives and integrals
Beyond algebra, the solver handles two core calculus operations. A derivative measures how fast a function is changing. The derivative of x² is 2x, which tells you the slope of the curve at any point — steeper as you move away from zero. In the solver you would enter this as d/dx(x^2).
A definite integral measures the area under a curve between two points. Entered as ∫(x^2, 0, 3), it evaluates the area under x² from 0 to 3, which works out to 9. A summation adds up a sequence of terms; Σ(n, 1, 10) adds the whole numbers from 1 to 10 and returns 55. These notations mirror the buttons on the tool's math keyboard, and the preview shows how your input was read before you solve.
Common mistakes to avoid
- Forgetting the second solution. Quadratics and higher-degree equations often have more than one answer; do not stop at the first.
- Applying an operation to one side only. The balance rule is strict — every step must touch both sides.
- Sign slips. Moving a term across the equals sign flips its sign; a dropped minus is the most common source of a wrong answer.
- Skipping the check. Substituting your answer back into the original equation catches most errors in seconds.
- Mismatched notation. Write powers with
^and give integrals and summations their bounds, as in∫(f, lower, upper), so the expression is read the way you intend.
Using the result well
A solver is fastest when you already understand what the answer should look like — one value or two, real or complex, a number or a symbolic expression. Enter the equation, read the steps, and verify a numeric answer by substitution or a calculus answer by reversing the operation. For a plain arithmetic expression rather than an equation to solve, the Calculator is the quicker choice; for solving and calculus, reach for the Equation Solver.
Solve an Equation NowRelated Resources
Continue with more practical tools and guides:
- Part of our guide to VioApps math tools
- Open the Equation Solver
- Visualize a function with the Graphing Calculator
- Browse all VioApps guides
Editorial note: This guide is maintained by the VioApps team and updated when tool behavior or best practices change.