Cal11 calculator

Solving Quadratic Equations by Rearranging and Taking Square Roots Calculator

Reviewed by Calculator Editorial Team

Quadratic equations are fundamental in algebra and appear in many real-world problems. This guide explains how to solve them by rearranging and taking square roots, with a practical calculator to help you through the process.

Introduction

A quadratic equation is any equation that can be written in the form:

ax² + bx + c = 0

Where a, b, and c are constants, and x represents the variable we want to solve for. The standard method for solving quadratic equations involves rearranging the equation to isolate the square root term and then taking the square root of both sides.

This method works best when the equation can be rearranged to have a perfect square on one side. If the equation doesn't factor nicely or has a negative under the square root, other methods like completing the square or using the quadratic formula may be more appropriate.

Method for Solving Quadratic Equations

Step 1: Rearrange the Equation

Start by moving all terms to one side of the equation to set it equal to zero:

ax² + bx + c = 0

If the equation is in the form ax² + bx = c, you can rearrange it to ax² + bx - c = 0.

Step 2: Isolate the Quadratic Term

Divide every term by a to make the coefficient of x² equal to 1:

x² + (b/a)x + c/a = 0

Step 3: Move the Constant Term

Move the constant term (c/a) to the other side of the equation:

x² + (b/a)x = -c/a

Step 4: Complete the Square

To complete the square, take half of the coefficient of x, square it, and add it to both sides:

x² + (b/a)x + (b/2a)² = -c/a + (b/2a)²

Step 5: Take the Square Root

Take the square root of both sides to solve for x:

x + (b/2a) = ±√(-c/a + (b/2a)²)

Step 6: Solve for x

Finally, subtract (b/2a) from both sides to isolate x:

x = -(b/2a) ± √(-c/a + (b/2a)²)

This method assumes that the expression under the square root is non-negative. If it's negative, the equation has no real solutions.

Worked Example

Let's solve the quadratic equation 2x² + 5x - 3 = 0 using the method above.

Step 1: Rearrange the Equation

The equation is already in standard form: 2x² + 5x - 3 = 0.

Step 2: Isolate the Quadratic Term

Divide every term by 2:

x² + (5/2)x - 3/2 = 0

Step 3: Move the Constant Term

Move -3/2 to the other side:

x² + (5/2)x = 3/2

Step 4: Complete the Square

Take half of 5/2 (which is 5/4), square it (25/16), and add to both sides:

x² + (5/2)x + (5/4)² = 3/2 + (5/4)²
x² + (5/2)x + 25/16 = 3/2 + 25/16
x² + (5/2)x + 25/16 = 24/16 + 25/16 = 49/16

Step 5: Take the Square Root

Take the square root of both sides:

x + 5/4 = ±√(49/16) = ±7/4

Step 6: Solve for x

Subtract 5/4 from both sides:

x = -5/4 ± 7/4

This gives two solutions:

x = (-5/4 + 7/4) = 2/4 = 1/2
x = (-5/4 - 7/4) = -12/4 = -3

The solutions to the equation 2x² + 5x - 3 = 0 are x = 1/2 and x = -3.

Frequently Asked Questions

When should I use this method to solve quadratic equations?
This method works best when the quadratic equation can be rearranged to have a perfect square on one side. It's particularly useful when the equation factors nicely or when completing the square is straightforward.
What if the expression under the square root is negative?
If the expression under the square root is negative, the equation has no real solutions. In this case, you might need to use other methods like the quadratic formula or complex numbers.
Can this method be used for all quadratic equations?
While this method can be used for any quadratic equation, it's most straightforward when the equation can be rearranged to have a perfect square. For more complex equations, completing the square or using the quadratic formula may be more appropriate.
What if the coefficient of x² is not 1?
If the coefficient of x² is not 1, you should first divide every term by that coefficient to make it 1 before proceeding with the method.
How do I know if I've solved the equation correctly?
To verify your solution, substitute the value(s) of x back into the original equation and check if both sides are equal. If they are, your solution is correct.