Log in Sign up
Back to Discover
🔢

Quadratic formula

math Maturity 11-13

Some shapes look like a big curve.

Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the quadratic formula.png
This curve can cross a line. We can use math to find where it hits. This math helps us find the spots. It is like a map for shapes. Can you find a curve like this?

52 words

A curve can look like a big, smooth bowl.

Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the quadratic formula.png
This shape is called a parabola. It can cross a flat line at two spots.
Quadratic formula via completing the square.png
Quadratic formula via completing the square.png
We call these spots the roots.

There is a special math rule for this. It is called the quadratic formula. This rule helps us find the roots.

An old math thinker named Śrīdhara used a trick. He used it to solve these puzzles. He did not need to use hard fractions. This math helps us understand shapes. It is like a key for a lock.

104 words

Imagine a smooth curve shaped like a big bowl. This shape is called a parabola.

Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the quadratic formula.png
A parabola can cross a flat line at two spots. These spots are called the roots or zeros.
Quadratic formula via completing the square.png
Quadratic formula via completing the square.png

Math has a special tool to find these roots. It is called the quadratic formula. We use it for equations like ax² + bx + c = 0. The letters a, b, and c are numbers we already know. The formula helps us find the unknown number, called x.

Inside the formula, there is a part called the discriminant. This part tells us how many roots exist. If it is a positive number, there are two roots. If it is zero, there is only one root. If it is negative, there are no real roots.

An ancient math thinker named Śrīdhara had a clever way to solve these. He used a method called completing the square. His way helped people avoid using hard fractions. This method was known in India a long time ago. Today, the formula remains a very important tool in math.

192 words

Sometimes we want to find where a curve meets a flat line. Imagine a smooth curve shaped like a big bowl. This shape is called a parabola.

Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the quadratic formula.png
A parabola can cross a horizontal line at two different spots. These special spots are called the roots or the zeros. Finding these exact points is a very important job in math. To do this, we use a special tool called the quadratic formula. This formula works for equations that look like ax² + bx + c = 0. In this equation, a, b, and c are numbers we already know. The formula helps us find the unknown number, which we call x.

How does this formula actually work? It uses the known numbers to calculate the roots step by step. Inside the formula, there is a special part called the discriminant. This part is calculated by looking at the numbers b, a, and c. The discriminant tells us how many roots the equation has. If the discriminant is a positive number, there are two distinct real roots. If it is exactly zero, there is only one repeated real root. If the discriminant is negative, there are no real roots, but there are two complex roots instead.

Quadratic formula via completing the square.png
Quadratic formula via completing the square.png

People have found many ways to create this formula over a long time. One common way is a method called completing the square. This method turns the equation into a perfect square so it is easier to solve. You can also use a change of variables to make the math simpler. Some mathematicians use something called Lagrange resolvents to find the roots. This method is part of a bigger idea called Galois theory. This theory helps us understand how to solve many different kinds of equations. It looks at how we can rearrange the roots without changing the equation.

History shows us that many smart people worked on these puzzles. An ancient mathematician named Śrīdhara lived in India around the 8th or 9th century. He used a clever version of completing the square. His method was special because it helped people avoid using hard fractions. He would multiply the equation by four times the first number to make it easier. Another mathematician named Giulio Fagnano mentioned a different version of the formula. This version is sometimes jokingly called the "citardauq" formula because it is quadratic spelled backwards.

Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the quadratic formula.png

Even though the formula is perfect in math class, computers have to be careful with it. When computers use approximate numbers, they can run into a problem called catastrophic cancellation. This happens when two numbers that are almost the same are subtracted from each other. This can make the final answer less accurate than it should be. Scientists must choose between different versions of the formula to stay precise. This ensures that the math stays reliable for big jobs. Using the right version helps avoid errors when the numbers are very large or very small.

Quadratic formula via completing the square.png
Quadratic formula via completing the square.png

516 words

The quadratic formula is a closed-form expression used to find the solutions of a quadratic equation. In algebra, these solutions are often called the roots or the zeros of the equation. A quadratic equation follows a specific pattern, written as ax² + bx + c = 0. In this form, x represents the unknown value we want to find. The letters a, b, and c are known as coefficients. These coefficients are real or complex numbers, but a must not be zero.

Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the quadratic formula.png

Geometrically, these roots represent specific points on a graph. When you graph a quadratic function, it creates a U-shaped curve called a parabola. The roots are the exact locations where this parabola crosses the x-axis. These points are also known as the x-intercepts. The formula can also help identify the axis of symmetry for the parabola. This is the vertical line that splits the curve into two identical halves.

To understand the formula, we must look at the discriminant. The discriminant is the part of the formula calculated as b² - 4ac. This value determines the nature of the roots. If the discriminant is greater than zero, the equation has two distinct real roots. If the discriminant equals zero, there is exactly one repeated real root. However, if the discriminant is less than zero, there are no real roots. In that case, the equation has two distinct complex roots that are complex conjugates of each other.

One standard way to derive the formula is through completing the square. This method involves transforming the equation into a squared binomial. You begin by dividing the entire equation by the coefficient a. Next, you isolate the constant term on the right side of the equation. By adding a specific constant to both sides, the left side becomes a perfect square.

Quadratic formula via completing the square.png
Quadratic formula via completing the square.png
You then take the square root of both sides and isolate x to reveal the formula. Another mathematician, Śrīdhara, used a similar method in 8th or 9th century India. He multiplied the equation by four times the coefficient a. This allowed him to complete the square without using fractions until the very last step.

History shows us that different mathematicians found different paths to the same truth. Giulio Fagnano mentioned a lesser-known version of the formula. This version places the square root in the denominator rather than the numerator. Because "quadratic" spelled backwards is "citardauq," people jokingly call it the citardauq formula. There are also advanced methods like Lagrange resolvents. This approach is an early part of Galois theory. It focuses on the symmetry of the roots rather than just rearranging the equation. While this works for quadratic, cubic, and quartic equations, it fails for quintic equations of the fifth degree.

In modern computing, the quadratic formula requires careful implementation. While the math is perfect in theory, computers use approximate arithmetic. This can lead to a problem called catastrophic cancellation. This happens when two nearly equal numbers are subtracted from one another. If the sign of b is the opposite of a or c, subtraction can cause significant errors. This results in a loss of numerical precision. To avoid this, programmers may choose different versions of the formula. They might use the version with the square root in the denominator to maintain accuracy.

Quadratic formula via completing the square.png
Quadratic formula via completing the square.png

Understanding the quadratic formula connects algebra to many other fields. It links the study of polynomials to the complex world of group theory through Galois theory. It also bridges the gap between pure algebra and numerical analysis. By studying how these roots behave, mathematicians can understand the symmetry of higher-degree equations. This knowledge is essential for everything from physics to advanced computer science. The formula remains one of the most fundamental tools in the mathematical toolkit.

639 words
🖼️ Images & Media (2)
File:Roots of a quadratic function via the quadratic formula.png
Roots of a quadratic function via the...
File:Quadratic formula via completing the square.png
Quadratic formula via completing the square.png
Up Next
🔢
Quadratic equation
Math
More to explore

🔬 Go deeper

More advanced topics to explore

🪜 Step back

Simpler topics to build understanding

What is Nepedia?

A free, ad-free encyclopedia for children. Every article is written at five reading levels, so the same page works for a five-year-old and a fifteen-year-old — use the level switcher above to see this one change. No account needed to read.