Skip to content
recaplica

    One moment: security check

    Cloudflare wants to make sure you're not a robot. Tick the box below and your search will continue on its own.

    IT
    recaplica Equation: What It Is and How to Solve One
    © 2026 Recaplica · recaplica.com — All rights reserved
    Home › Science

    Equation: What It Is and How to Solve One

    By Recaplica Newsroom · Updated on September 19, 2026

    What to print

    Page numbers appear when printing with default margins.

    Slides

    Choose a cut

    Flash10 slidesThe essential thread, to present in classFull17 slidesEvery chapter and the deeper detail

    Both come with speaker notes.

    Telegram channel
    recaplica Clear in 30 seconds, yours in 10 minutes.
    In 30 seconds Key points Figures Deep dive Slides Myths Mind map Quiz Flashcards FAQ

    In 30 seconds quick read

    An equation, as defined by the Treccani Encyclopedia of Mathematics, is an equality between two expressions containing one or more unknowns, that is, variables whose value we're looking for. Solving one relies on two equivalence principles: you can add or subtract the same quantity on both sides, or multiply or divide both sides by the same nonzero number, without changing the solutions. A first-degree equation has the form ax+b=0 and is solved by isolating the unknown one step at a time; a second-degree equation, ax²+bx+c=0, is solved with the quadratic formula, which uses the discriminant. Inequalities follow the same logic, with one difference: multiplying or dividing by a negative number flips the direction of the inequality.

    Key Points

    • An equation, according to Treccani, is an equality between two expressions containing one or more unknowns: solving it means finding the values that make it true.
    • The first equivalence principle lets you add or subtract the same expression on both sides of an equation without changing its solutions; the second lets you multiply or divide by the same expression, as long as it's never zero.
    • A first-degree equation, in the form ax+b=0, is solved by isolating the unknown through a sequence of steps; if fractions appear, the first move is to clear them by multiplying by the least common multiple of the denominators.
    • A second-degree equation, ax²+bx+c=0 with a not equal to zero, is solved with the formula x=(-b±√(b²-4ac))/2a; the value under the square root, the discriminant, tells you how many real solutions exist.
    • An inequality replaces the equals sign with an inequality symbol (<, ≤, >, ≥) and is solved with the same principles as equations, except for one: multiplying or dividing by a negative number flips the direction.
    • The Persian mathematician al-Khwarizmi, in a treatise from around 800 from which the word algebra comes, was among the first to systematically classify and solve second-degree equations, even though methods for special cases had already been known for centuries.

    Key figures

    • c. 800 Approximate year (MacTutor gives it as "c. 800") of al-Khwarizmi's treatise, "The Compendious Book on Calculation by Completion and Balancing," from which the terms "algebra" and "algorithm" derive: the work classifies several types of second-degree equations and gives, for each, a solving rule with a geometric proof. Source: MacTutor History of Mathematics
    • 1145 Year of the "Liber embadorum" by Abraham bar Hiyya Ha-Nasi, described by MacTutor as the first book published in Europe to give the complete solution of the quadratic equation. Source: MacTutor History of Mathematics

    Deep Dive

    What an Equation Is

    An equation, according to the entry “Equazione” in the Treccani Encyclopedia of Mathematics, is an equality between two expressions containing one or more variables, called unknowns. Solving it means finding the values of the unknown that make that equality true. Equations are one of the objects that algebra works with: literal calculation, meaning the use of letters in place of numbers, is the tool used to write and manipulate them.

    To move from one equation to another, simpler one with the same solutions, two rules are used. Treccani calls them equivalence principles. The first says that you can add (or subtract) the same expression on both sides of an equation, and the result is still an equivalent equation, meaning one with the same set of solutions. The second says that you can multiply (or divide) both sides by the same expression, as long as it’s never zero, again getting an equivalent equation.

    The idea of equivalence is broader than it looks at first glance. Treccani, in its entry “Equazioni equivalenti,” gives a useful example: the equations |x|-1=0 and x²-1=0 both have -1 and +1 as solutions, so they’re equivalent, even though they aren’t the same equation at all and one can’t be obtained from the other using the two principles above.

    First-Degree Equations, Step by Step

    A first-degree equation in one unknown has the form ax+b=0, where a and b are known numbers and x is the unknown, with a not equal to zero. Solving it means applying the two equivalence principles until x is isolated by itself on one side of the equals sign, using the same addition, subtraction, multiplication and division you already meet in arithmetic.

    Practical example: buying 3 identical notebooks, with a 2-dollar discount off the total, and spending 13 dollars in total, the price x of one notebook is found by solving the equation 3x - 2 = 13. By the first equivalence principle, add 2 dollars to both sides: 3x = 15. By the second principle, divide both sides by 3: x = 5. Each notebook costs 5 dollars.

    Equations with Fractions

    When the unknown appears inside fractions, as in x/2 + 1 = 5/3, the first step isn’t to calculate right away but to clear the denominators. You multiply both sides by the least common multiple of the denominators that appear in the equation: in this case, the least common multiple of 2 and 3 is 6. Multiplying every term by 6 makes the fractions disappear, leaving an ordinary first-degree equation, which is solved with the steps shown above. A common mistake is skipping this step and trying to add the fractions as they are: that also works, but the arithmetic gets much messier much faster once the denominators aren’t as simple as 2 and 3.

    Second-Degree Equations and the Quadratic Formula

    A second-degree equation has the general form ax²+bx+c=0, with a not equal to zero: compared to a first-degree equation, it also has an x² term, meaning the unknown squared. Wolfram MathWorld gives the formula for its solutions: x = (-b ± √(b²-4ac)) / 2a.

    The expression under the square root, b²-4ac, is called the discriminant, and on its own it tells you how many real solutions exist before you even finish the calculation. If it’s positive, there are two distinct real solutions. If it’s zero, the formula produces a single solution, called a double root. If it’s negative, the square root of a negative number doesn’t exist among the real numbers, so the equation has no real solutions.

    The history of this formula is longer and less straightforward than a single name might suggest. According to MacTutor History of Mathematics, the Babylonians, around 1800 BC, already solved special cases of quadratic equations with an algorithmic approach based on completing the square, even without having the concept of an equation itself; Euclid, around 300 BC, reached equivalent results by geometric means. It was the Persian mathematician al-Khwarizmi, in a treatise from around 800 from which the terms “algebra” and “algorithm” derive, who systematically classified several types of second-degree equations and gave, for each one, a solving rule paired with a geometric proof: work that MacTutor describes as the first organized treatment of the subject, rather than an invention out of nowhere.

    Inequalities: Same Logic, a Sign That Can Flip

    An inequality, according to Treccani, is a formula in which one of the inequality symbols appears — less than (<), less than or equal to (≤), greater than (>), greater than or equal to (≥) — in place of the equals sign. Otherwise, it’s solved by applying the same two equivalence principles used for equations, with one exception.

    OperationEquationInequality
    Adding or subtracting any numberthe equals sign stays, same solutionsthe direction stays the same
    Multiplying or dividing by a positive numberthe equals sign stays, same solutionsthe direction stays the same
    Multiplying or dividing by a negative numberthe equals sign stays, same solutionsthe direction flips

    Treccani gives a direct example of this flip: from the inequality -2x > 3, multiplying both sides by -1/2 gives x < -3/2. The direction switched from greater-than to less-than exactly because the number used to multiply, -1/2, is negative.

    There’s also a small difference worth noting when the inequality is “wide,” meaning it uses ≤ or ≥ instead of < or >: in that case, as Treccani observes, the set of solutions of the inequality also includes any solutions of the associated equation, obtained by replacing the inequality symbol with an equals sign. When the unknown ends up under a square root, the method changes again: inequalities with square roots also require an existence condition on the radicand before the two sides can be compared. When the unknown appears in a denominator instead, rational inequalities call for studying the sign of the numerator and denominator separately with a sign chart.

    When there’s more than one unknown, a system of equations or inequalities to solve together enters the territory of linear algebra, which handles these systems with matrices and vectors. Those who continue their studies later meet equations involving continuous functions in calculus, where they’re also solved with the help of limits and derivatives. When the unknown sits in the exponent instead, the two equivalence principles seen here stop being enough: that’s the territory of exponential equations, which take a different method depending on whether the bases match or not.

    Slide deck

    Slides ready to download and make your own in PowerPoint or Google Slides, with speaker notes. Pick the Flash cut or the Full one.

    Slide 1 of the presentation on Equation: EquationsSlide 2 of the presentation on Equation: What does it actually mean to solve an equation?Slide 3 of the presentation on Equation: The roadmapSlide 4 of the presentation on Equation: Chapter 01: What an equation isSlide 5 of the presentation on Equation: The two equivalence principlesSlide 6 of the presentation on Equation: Chapter 02: First degreeSlide 7 of the presentation on Equation: How to solve it, one step at a timeSlide 8 of the presentation on Equation: Equations with fractionsSlide 9 of the presentation on Equation: Chapter 03: Second degreeSlide 10 of the presentation on Equation: The quadratic formulaSlide 11 of the presentation on Equation: How many solutions, by signSlide 12 of the presentation on Equation: A bit of historySlide 13 of the presentation on Equation: Chapter 04: InequalitiesSlide 14 of the presentation on Equation: Inequalities don't follow the same rules as equationsSlide 15 of the presentation on Equation: The sign flip, in one exampleSlide 16 of the presentation on Equation: Multiplying an inequality by -3, what happens to the sign?Slide 17 of the presentation on Equation: The full Recap
    Flash10 slidesThe essential thread, to present in classFull17 slidesEvery chapter and the deeper detail

    Common myths

    • ✗ Myth Solving an equation just means "finding x."

      ✓ Reality Finding the value of the unknown is the result, but the method is what really matters: you apply the equivalence principles one at a time, until the unknown is isolated in a controlled way. Without that procedure, even a simple equation turns into guesswork that stops working the moment the numbers get more complicated.

    • ✗ Myth Inequalities are solved exactly like equations: just swap the equals sign for a greater-than or less-than sign.

      ✓ Reality Treccani points to a precise difference: multiplying or dividing both sides by a negative number flips the direction of the inequality, while in equations the equals sign never changes. Skip that step and you end up with a solution that has the wrong sign.

    • ✗ Myth A second-degree equation always has two solutions.

      ✓ Reality The number of real solutions depends on the sign of the discriminant b²-4ac: if it's positive there are two distinct solutions, if it's zero there's only one (called a double root), and if it's negative there's no solution among the real numbers.

    Mind map

    Drag the background to move around and the nodes to reposition them; use − and + to collapse and expand branches.

    Customize
    Mind map: Equation: What It Is and How to Solve One
    • Equations
      • What an equation is an equality with an unknown
        • Unknown the variable to find
        • First equivalence principle adding or subtracting
        • Second equivalence principle multiplying or dividing
      • First-degree equations the form ax+b=0
        • Solving steps isolating the unknown
        • Equations with fractions clear the denominators first
      • Second-degree equations the form ax²+bx+c=0
        • Discriminant b²-4ac
        • Quadratic formula gives the solutions for x
        • Number of solutions depends on the sign of the discriminant
      • Inequalities same logic, an inequality sign
        • Equivalence principles same as equations
        • The sign flip only when multiplying by a negative
      • A bit of history who systematized the formula
        • Before al-Khwarizmi Babylonians and Euclid, not yet systematic methods
        • al-Khwarizmi a treatise from around 800, systematic classification

    Quiz: test yourself

    Answer the questions to check what you have learned: you get instant feedback and a short explanation.

    Grade 0/10 0/5
    1 According to Treccani, what is an equation?

    Treccani defines an equation as an equality between two expressions containing one or more variables, called the unknowns of the equation.

    2 Solving the equation 3x - 2 = 13, what is x?

    Adding 2 to both sides gives 3x = 15; dividing both sides by 3, by the second equivalence principle, gives x = 5.

    3 What is the first step to solve an equation with fractions, like x/2 + 1 = 5/3?

    Multiplying both sides by the least common multiple of the denominators, by the second equivalence principle, makes the fractions disappear and the equation is solved like any ordinary first-degree equation.

    4 In a second-degree equation ax²+bx+c=0, what is the discriminant b²-4ac used for?

    If the discriminant is positive, the equation has two distinct real solutions; if it's zero, it has just one; if it's negative, it has no real solutions.

    5 True or false: multiplying both sides of an inequality by a negative number flips the direction of the inequality.

    Treccani points to exactly this as the key difference from equations: multiplying or dividing by a negative, nonzero expression produces an equivalent inequality only if you also flip its direction.

    Answers: 1-A · 2-B · 3-A · 4-A · 5-A

    Flashcards

    Tap the card to flip it and check whether you remember the answer, then move to the next one.

    1 / 7

    Explain it in your own words

    The ultimate test: if you can explain it in simple words, you've truly understood it. Write your explanation, then compare it with the Recap.

    Your explanation is saved only on this device.

    An equation, as defined by the Treccani Encyclopedia of Mathematics, is an equality between two expressions containing one or more unknowns, that is, variables whose value we're looking for. Solving one relies on two equivalence principles: you can add or subtract the same quantity on both sides, or multiply or divide both sides by the same nonzero number, without changing the solutions. A first-degree equation has the form ax+b=0 and is solved by isolating the unknown one step at a time; a second-degree equation, ax²+bx+c=0, is solved with the quadratic formula, which uses the discriminant. Inequalities follow the same logic, with one difference: multiplying or dividing by a negative number flips the direction of the inequality.

    Frequently asked questions

    At what school level are equations usually taught?

    First-degree equations are typically introduced in middle school algebra classes; second-degree equations, more complex inequalities and systems of equations are usually covered in the early years of high school.

    What does it mean for two equations to be equivalent?

    Treccani defines two equations as equivalent when they have the same set of solutions, even if one can't be obtained from the other through the same algebraic steps: for example, |x|-1=0 and x²-1=0 both have -1 and +1 as solutions.

    How do you solve an equation with fractions?

    You multiply both sides by the least common multiple of the denominators, which clears the fractions; what's left is solved with the steps of a first-degree equation.

    Why does the inequality sign sometimes flip in inequalities?

    It happens when you multiply or divide both sides by a negative number: to stay equivalent to the original inequality, the direction of greater-than or less-than has to flip, as Treccani notes in its entry on equivalence principles.

    What is the discriminant of a second-degree equation?

    It's the expression b²-4ac that appears under the square root in the quadratic formula x = (-b ± √(b²-4ac)) / 2a; its sign tells you whether the equation has two real solutions, one, or none.

    Sources

    • Treccani, Enciclopedia della Matematica, entry "Equazione" (in Italian)
    • Treccani, Enciclopedia della Matematica, entry "Equazioni equivalenti" (in Italian)
    • Treccani, Enciclopedia della Matematica, entry "Principi di equivalenza" (in Italian)
    • Treccani, Enciclopedia della Matematica, entry "Disequazione" (in Italian)
    • Wolfram MathWorld, "Linear Equation"
    • Wolfram MathWorld, "Quadratic Equation"
    • Wolfram MathWorld, "Quadratic Formula"
    • MacTutor History of Mathematics, "Quadratic, cubic and quartic equations"

    Every Recap goes through an independent review before publication.

    Every evening, the day's new Recaps on our Telegram channel. Join the channel →

    Keep learning

    • Science Cognitive Load Theory: The Definition Behind Sweller's Research Cognitive load is the amount of working memory a task uses up while you learn something new. Psychologist John Sweller first described it in 1988, starting from research on problem solving: a strategy that is too demanding leaves little room to build stable mental structures. Later research distinguishes three types of load, intrinsic, extraneous, and germane, though part of the field treats the third as indistinguishable from the first. Cutting extraneous load, with worked examples or less cluttered materials, frees up mental room for actual learning. Read the Recap →
    • Science Cognitivism: how the mind processes information Cognitivism is the psychological paradigm that treats the mind as a system for processing information, spanning perception, memory, reasoning and language. The shift began around 1956, while behaviorism, championed by Watson and Skinner, still ruled academic psychology and reduced the field to observable stimuli and responses. That same year, George Miller exposed the limits of short-term memory, and Chomsky joined McCarthy, Minsky, Newell and Simon in laying the groundwork for cognitive science. Donald Broadbent's attention model in 1958 and Ulric Neisser's 1967 book, which put the name cognitive psychology into common use, complete the roster of its founding figures. Read the Recap →
    • Science Behaviorism: What It Is and Where It Came From Behaviorism is the school of psychology that studies only observable behavior, leaving aside the thoughts and feelings that stay hidden inside the mind. It began in 1913, when the American psychologist John B. Watson published an essay calling for psychology to become an experimental science, without relying on introspection. After him, Ivan Pavlov studied conditioned reflexes and Edward Thorndike studied trial-and-error learning; Burrhus Skinner pushed the ideas to their most extreme form with radical behaviorism. The thread running through all of it is the stimulus-response model: a behavior is explained by what comes before it and what follows it, not by guessing what happens inside the head of the person doing it. Read the Recap →

    recaplica

    Clear in 30 seconds, yours in 10 minutes.

    Recaps Mind maps Request a Recap Telegram channel Mind map maker Our method About Privacy & cookies Legal notes & terms of use

    © 2026 Recaplica · A project by Curi S.r.l. — VAT IT05472000750

    Statistics, only if you say so

    To learn which Recaps help most we would use Google Analytics, with aggregate, anonymous data. It starts only with your OK, and you can change your mind anytime. Privacy policy