Quadratic Equation Calculator (2024)

The Quadratic Equation Calculator

Quadratic equations are a significant part of school and university mathematics curricula. For instance, the quadratic equation solution provides various information such as the rates of change, upturns, and downturns of the function. Finding the solution to a quadratic equation requires performing a set of algebraic and arithmetic operations. Although the solution has a standard form, it takes some time to do the math manually.

The online quadratic formula calculator is an easy-to-use tool that instantly provides the user with the solution to a quadratic equation. This free tool provides the answers and presents the steps applied when solving the equation. Consequently, the user will conceptualize the problem solving, numerical results, and a step-by-step guide through the solution.

Quadratic Equations

A quadratic equation sometimes referred to as a quadratic function or second-degree polynomial, is an algebraic equation with a general form of ax²+bx+c=0 where x is an unknown variable to be found. The terms a and b are the coefficients of and x, respectively, while C is a constant. The word "quad" or "second-degree" comes from the fact that the highest exponent of the variable x is 2, as in . We can show some examples of quadratic equations below.

$$2x²-4x+0.5=0$$

$$-3x²+\frac{1}{3}x+6=0$$

The equation 2x²=0 is also a quadratic equation, with b=0 and c=0. However, 2x+3=0 does not represent a quadratic equation since the quadratic term ax² is not found in the equation. As shown in the previous examples, the values of A, B, and C can be positive/negative integers or decimals (fractions) such that a≠0.

Solving Quadratic Equations

The number of possible solutions to an equation equals the highest exponent value in the equation. A quadratic equation can have a maximum of two solutions in this context. One way to solve a quadratic function is using the quadratic formula stated in equation (1).

$$x₁=\frac{-b+\sqrt{b²-4ac}}{2a}\ \ \ \ \ \ \ ;\ \ \ x₂=\frac{-b-\sqrt{b²-4ac}}{2a}$$(1)

You can write the compact form for the quadratic formula as:

$$x=\frac{-b±\sqrt{b²-4ac}}{2a}$$

This is a straightforward solution where the user can plug the values A, B, and C to get the value of x₁ and x₂. According to the value of the discriminant denoted by the term under the square root b²-4ac, the number and nature of the solution changes. We can discuss three cases:

  • If the discriminant is positive; b²-4ac>0, then two real solutions exist (x₁≠x₂)
  • If the discriminant is zero; b²-4ac=0, then one real solution exists (x₁=x₂)
  • If the discriminant is negative; b²-4ac<0, then two complex solutions exist (x₁≠x₂)

We will provide an example of each case in the Examples section.

Graphically, on an x-y coordinate plane, where y is a function of x, the reader can visually realize the solution(s) of a quadratic function as the x-coordinate(s) of the points(s) where the function y crosses the x-axis.

Using the Quadratic Formula Calculator

The quadratic solver calculator can solve all quadratic equations, regardless of the nature of the solution (real or complex). The calculator takes three inputs: the values of A, B, and C. In some cases, the user might have to perform some manipulations to the equation before using the calculator.

In 2x² = x + 3, the user has to simply move the terms from the right-hand side to the left-hand side. As a result we get 2x²-x-3=0, where a = 2, b = -1, and c = - 3.

Furthermore, considering 4(x²-0.2x)=1, the user has to expand the parenthesis by writing 4x²-0.8x=1, then move the terms on the left-hand side to the right-hand to put the equation in the general form as 4x²-0.8x-1=0 where a = 4, b=-0.8 and c=-1.

Examples

In this section, three examples can explain the three possible cases of the quadratic equation solution using the quadratic equations calculator.

Example 1: Two Real Solutions

It is required to find the solution(s) of the quadratic function y₁ given as y₁=x²-8x+12 and shown in Figure 1.

Intuitively, the aim is to find the x-coordinate(s) of the points(s) where the function y₁ crosses the x-axis – if any exists.

Quadratic Equation Calculator (1)

Figure 1: Plot of y₁=x²-8x+12

First, the function is equated to zero ( y₁ is replaced by 0), yielding to x²-8x+12=0. It is seen that the last equation is in the standard quadratic equation form where a=1, b=-8, and c=12. We can directly use the quadratic equation formula calculator.

Checking the value of the discriminant b²-4ac=(-8)²-4(1)(12)=16>0, the quadratic function should have two real solutions. After clicking the calculate button, the calculator provides the numerical solution and the solution steps using the equation's quadratic formula (1).

It is essential to highlight that after entering the values of A, B, and C, the calculator shows the equation. The user might consider verifying that the displayed equation is the same as the equation in hand to avoid entry mistakes.

  • Equation: x²-8x+12=0

  • Solution: x₁=2 and x₂=6

  • Steps:

$$x = \frac {-b ± \sqrt{b² - 4ac}}{2a}=\frac{-(-8) ±\sqrt{(-8)^2-4×1×12}}{2×1}=\frac{8 ±\sqrt{16}}{2}=4 ±2=6 \ or \ 2$$

The solution is thus x₁=2 and x₂=6. We can graphically validate the results by inspecting the function intersection with the x-axis. Figure 2 shows that the function crosses the x-axis in the before-mentioned points.

Quadratic Equation Calculator (2)

Figure 2: Plot of y₁=x²-8x+12

Example 2: One Real Solution

Considering another function, y₂-3x²+25=-4x²+10x. Before using the calculator, an initial step would be isolating y₂ on one side and collecting all the other terms on the other side as y₂=-4x²+10x+3x²-25. Equating y₂ to zero and doing the arithmetic operations, the general form is obtained as -x²+10x-25=0 with a=-1, b=10, and c=-25.

The discriminant is equal to zero b²-4ac=(10)²-4(-1)(-25)=0, so, the user would expect a single solution. Then, We can use the quadratic formula calculator to find x₁=x₂=5.

  • Equation: -x²+10x–25=0

  • Solution: x = 5

  • Steps:

$$x = \frac{-b ± \sqrt{b² - 4ac}}{2a} = \frac{-10±{\sqrt{10^2 – 4 × (-1) × (-25)}}}{2×-1}=\frac{-10± \sqrt{0}}{-2} = 5$$

Figure 3 shows the plot of y₂ where it is seen that the function crosses the x-axis at one point.

Quadratic Equation Calculator (3)

Figure 3: y₂=-x²+10x-25

Example 3: Two Complex Solutions

Finally, y₃=x²-4x+8 is studied to show how a quadratic function can have two complex solutions. Figure 4 shows that y₃ does not cross the x-axis.

Quadratic Equation Calculator (4)

Figure 4: y₃=x²-4x+8

Looking at b²-4ac=(-4)²-4(1)(8)=-16<0 which indicates the existence of two complex solutions, but what are complex numbers?

A complex number is a number that is expressed in the form of a combination of real and imaginary numbers and takes the form of a+ib.

In this case,'i' in complex numbers stands for the imaginary unit, representing the square root of -1.

The term A denotes the real part of the complex number (Re). On the other hand, ib is the imaginary number (Im) where i=√-1.

The square root will contain a negative number when the term b²-4ac is less than zero. Thus, taking the square root of a negative number requires using complex numbers.

Back to finding the solution of x²-4x+8=0; the calculator solves the equation and finds x₁=2+2i and x₂=2-2i.

  • Equation: x²–4x+8=0

  • There are two possible solutions: x=2±2i

  • Steps:

$$x = \frac{-b ± \sqrt{b² – 4ac}}{2a} = \frac{-(-4) ± \sqrt{(-4)^2 – 4 × 1 × 8}}{2 × 1} = \frac{4 ± \sqrt{-16}}{2} = 2 ± 2i$$

Scope of Use and Tips

The quadratic formula calculator is designed for students in schools and universities or anyone looking for a quick solution to a quadratic function. Quadratic functions can be found in engineering, economics, agriculture, etc.

While using the tool is straightforward, the user should be able to perform basic arithmetic operations to put the equation in the standard quadratic form ax²+bx+c=0 to use the tool. Moreover, it is preferable (not a prerequisite) to be familiar with complex numbers since the solution of a quadratic equation might be a pair of complex numbers.

The user might also be interested in using some plotting tools to visualize the function and its solutions.

Quadratic Equation Calculator (2024)

FAQs

How to calculate a quadratic equation? ›

The quadratic formula helps us solve any quadratic equation. First, we bring the equation to the form ax²+bx+c=0, where a, b, and c are coefficients. Then, we plug these coefficients in the formula: (-b±√(b²-4ac))/(2a) .

What is the standard form of the quadratic function calculator? ›

The standard form of the quadratic equation is Ax2 + Bx + C = 0. Here, A, B, and C are the numerical values and A should not be equal to 0. The variable value x is called the root of the equation.

How do you simplify a quadratic equation? ›

Step 1: Using inverse operations, move all terms to one side of your equal sign. Step 2: Simplify your equation, and move terms around so that your equation is in the standard form of a quadratic function. Step 3: Now that your equation is in standard form, you can determine the values for a, b, and c.

What are the 4 steps to solve a quadratic equation? ›

Solving Quadratic Equations
  • Put all terms on one side of the equal sign, leaving zero on the other side.
  • Factor.
  • Set each factor equal to zero.
  • Solve each of these equations.
  • Check by inserting your answer in the original equation.

How do you write a quadratic equation formula? ›

A quadratic equation in math is a second-degree equation of the form ax2 + bx + c = 0. Here a and b are the coefficients, c is the constant term, and x is the variable. Since the variable x is of the second degree, there are two roots or answers for this quadratic equation.

How to find the roots of a quadratic equation? ›

For a quadratic equation ax2 + bx + c = 0, The roots are calculated using the formula, x = (-b ± √ (b2 - 4ac) )/2a.

What is the quadratic standard formula? ›

The standard form of quadratic equation is ax2 + bx + c = 0, where 'a' is the leading coefficient and it is a non-zero real number. This equation is called 'quadratic' as its degree is 2 because 'quad' means 'square'.

How do you identify a quadratic equation? ›

To determine if an equation is quadratic, we determine if the equation satisfies the definition of a quadratic equation, which is as follows: A quadratic equation is a polynomial equation with degree 2. That is, it is any equation that can be put in the form ax2 + bx + c = 0, where a, b, and c are constants.

How do I find a quadratic function? ›

A quadratic function, of the form f(x) = ax2 + bx + c, is determined by three points. Given three points on the graph of a quadratic function, we can work out the function by finding a, b and c algebraically. This will require solving a system of three equations in three unknowns.

What is the quadratic formula used to calculate? ›

The quadratic formula is used to find the roots of a quadratic equation. This formula helps to evaluate the solution of quadratic equations replacing the factorization method. If a quadratic equation does not contain real roots, then the quadratic formula helps to find the imaginary roots of that equation.

What is the easiest way to solve quadratic equations? ›

Set the equation equal to zero. If the quadratic side is factorable, factor, then set each factor equal to zero. If the quadratic equation involves a SQUARE and a CONSTANT (no first degree term), position the square on one side and the constant on the other side. Then take the square root of both sides.

What is the easiest example of a quadratic equation? ›

Examples of quadratic equations
  • x 2 + x − 30 = 0.
  • 5 t 2 + 4 t + 1 = 0.
  • 16 x 2 − 4 = 0.
  • 3 x 2 + x = 0.
  • 5 x 2 = 25.

What is the shortcut to solve a quadratic equation? ›

One shortcut is to factor the equation. Then set each factor equal to zero. Example; x²+8x+12=0 becomes (x+2)(x+6)=0. Then we know that either x+2=0 or x+6=0.

Top Articles
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 5764

Rating: 4.7 / 5 (77 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.