Algebra

Solving Quadratics by Square Roots

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
⚑
Electrical

Voltage drop, wire sizing, load balancing

πŸ“
Carpentry

Measurements, material estimation, cutting calculations

Not every quadratic equation needs factoring. When the equation has a squared term but no linear term (no plain xx by itself), you can solve it directly by isolating the squared expression and taking the square root of both sides. This method is faster than factoring and does not require the quadratic formula β€” it is the most direct route to the answer for the right type of problem.

The square root method is also essential preparation for completing the square, which you will learn next.

When to Use the Square Root Method

Use this method when the equation fits one of these patterns:

  • x2=kx^2 = k (pure quadratic β€” no xx term)
  • ax2=kax^2 = k (coefficient on x2x^2 but still no xx term)
  • (xβˆ’h)2=k(x - h)^2 = k (squared binomial equals a constant)
  • a(xβˆ’h)2=ka(x - h)^2 = k (coefficient on the squared binomial)

The common feature: the variable appears only inside a squared expression, with no separate linear xx term.

The Key Principle: The Β±\pm Symbol

When you take the square root of both sides of an equation, you must account for both the positive and negative roots:

IfΒ x2=k,Β thenΒ x=kΒ orΒ x=βˆ’k\text{If } x^2 = k, \text{ then } x = \sqrt{k} \text{ or } x = -\sqrt{k}

We write this compactly as x=Β±kx = \pm\sqrt{k}.

Why both? Because 52=255^2 = 25 and (βˆ’5)2=25(-5)^2 = 25. Squaring erases the sign, so when you reverse the process, you must restore both possibilities.

Forgetting the Β±\pm is the single most common mistake with this method. It will cost you one of your two solutions every time.

Solving x2=kx^2 = k

Example 1: x2=36x^2 = 36

Take the square root of both sides:

x=Β±36x = \pm\sqrt{36}

x=Β±6x = \pm 6

Answer: x=6x = 6 or x=βˆ’6x = -6

Check: 62=366^2 = 36 . (βˆ’6)2=36(-6)^2 = 36 . Both work.

Example 2: x2=20x^2 = 20

Take the square root of both sides:

x=Β±20x = \pm\sqrt{20}

Simplify the radical: 20=4β‹…5=25\sqrt{20} = \sqrt{4 \cdot 5} = 2\sqrt{5}.

x=Β±25x = \pm 2\sqrt{5}

As decimals, xβ‰ˆΒ±4.47x \approx \pm 4.47.

Answer: x=25x = 2\sqrt{5} or x=βˆ’25x = -2\sqrt{5}

Example 3: x2=βˆ’9x^2 = -9

There is no real number whose square is negative. The square of any real number is zero or positive.

Answer: No real solutions. (You will encounter imaginary numbers in Algebra 2, where the answer would be x=Β±3ix = \pm 3i, but for Algebra 1, this equation simply has no solution.)

Solving ax2=kax^2 = k

When there is a coefficient on x2x^2, isolate x2x^2 first by dividing both sides by that coefficient.

Example 4: 3x2=753x^2 = 75

Step 1 β€” Divide both sides by 3:

x2=25x^2 = 25

Step 2 β€” Take the square root of both sides:

x=Β±5x = \pm 5

Answer: x=5x = 5 or x=βˆ’5x = -5

Example 5: 5x2βˆ’80=05x^2 - 80 = 0

Step 1 β€” Add 80 to both sides:

5x2=805x^2 = 80

Step 2 β€” Divide both sides by 5:

x2=16x^2 = 16

Step 3 β€” Take the square root:

x=Β±4x = \pm 4

Answer: x=4x = 4 or x=βˆ’4x = -4

Solving (xβˆ’h)2=k(x - h)^2 = k

This is where the square root method becomes especially powerful. You can handle squared binomials without expanding them.

Example 6: (xβˆ’3)2=16(x - 3)^2 = 16

Step 1 β€” Take the square root of both sides:

xβˆ’3=Β±4x - 3 = \pm 4

Step 2 β€” Solve both cases:

xβˆ’3=4β€…β€ŠβŸΉβ€…β€Šx=7x - 3 = 4 \implies x = 7

xβˆ’3=βˆ’4β€…β€ŠβŸΉβ€…β€Šx=βˆ’1x - 3 = -4 \implies x = -1

Check x=7x = 7: (7βˆ’3)2=42=16(7 - 3)^2 = 4^2 = 16 . Correct.

Check x=βˆ’1x = -1: (βˆ’1βˆ’3)2=(βˆ’4)2=16(-1 - 3)^2 = (-4)^2 = 16 . Correct.

Answer: x=7x = 7 or x=βˆ’1x = -1

Example 7: (x+5)2=12(x + 5)^2 = 12

Step 1 β€” Take the square root of both sides:

x+5=Β±12=Β±23x + 5 = \pm\sqrt{12} = \pm 2\sqrt{3}

Step 2 β€” Subtract 5 from both sides:

x=βˆ’5Β±23x = -5 \pm 2\sqrt{3}

As decimals: xβ‰ˆβˆ’5+3.46=βˆ’1.54x \approx -5 + 3.46 = -1.54 or xβ‰ˆβˆ’5βˆ’3.46=βˆ’8.46x \approx -5 - 3.46 = -8.46.

Answer: x=βˆ’5+23x = -5 + 2\sqrt{3} or x=βˆ’5βˆ’23x = -5 - 2\sqrt{3}

Solving a(xβˆ’h)2=ka(x - h)^2 = k

When there is a coefficient in front of the squared binomial, divide it out first.

Example 8: 2(xβˆ’1)2=502(x - 1)^2 = 50

Step 1 β€” Divide both sides by 2:

(xβˆ’1)2=25(x - 1)^2 = 25

Step 2 β€” Take the square root:

xβˆ’1=Β±5x - 1 = \pm 5

Step 3 β€” Solve both cases:

x=1+5=6orx=1βˆ’5=βˆ’4x = 1 + 5 = 6 \quad \text{or} \quad x = 1 - 5 = -4

Answer: x=6x = 6 or x=βˆ’4x = -4

Example 9: 4(x+2)2βˆ’36=04(x + 2)^2 - 36 = 0

Step 1 β€” Add 36 to both sides:

4(x+2)2=364(x + 2)^2 = 36

Step 2 β€” Divide by 4:

(x+2)2=9(x + 2)^2 = 9

Step 3 β€” Take the square root:

x+2=Β±3x + 2 = \pm 3

Step 4 β€” Solve:

x=βˆ’2+3=1orx=βˆ’2βˆ’3=βˆ’5x = -2 + 3 = 1 \quad \text{or} \quad x = -2 - 3 = -5

Answer: x=1x = 1 or x=βˆ’5x = -5

Real-World Application: Electrician β€” Diagonal Conduit Run

An electrician needs to run conduit diagonally across a room corner where two walls meet at a right angle. The horizontal run along one wall is 18 inches and the vertical run along the other wall is 18 inches. The diagonal conduit length LL satisfies:

L2=182+182L^2 = 18^2 + 18^2

L2=324+324=648L^2 = 324 + 324 = 648

L=648=324β‹…2=182L = \sqrt{648} = \sqrt{324 \cdot 2} = 18\sqrt{2}

Since length must be positive, we take only the positive root.

Lβ‰ˆ25.46Β inchesL \approx 25.46 \text{ inches}

Answer: The diagonal conduit run is approximately 25.5 inches. The square root method gives the precise geometric length, and the electrician adds a few extra inches for fittings.

A Carpentry Application: Finding a Missing Measurement

A carpenter is building a square platform with an area of 72 square feet. What is the side length?

s2=72s^2 = 72

s=72=36β‹…2=62β‰ˆ8.49Β feets = \sqrt{72} = \sqrt{36 \cdot 2} = 6\sqrt{2} \approx 8.49 \text{ feet}

Since a physical length is positive, we use only the positive root.

Answer: Each side is 62β‰ˆ86\sqrt{2} \approx 8 feet 5785\frac{7}{8} inches. The carpenter would likely round to 8 feet 6 inches for practical cutting.

Common Mistakes to Avoid

  1. Forgetting the Β±\pm symbol. This is the most frequent error. x2=25x^2 = 25 gives x=5x = 5 and x=βˆ’5x = -5, not just x=5x = 5. Always write Β±\pm unless the context (like a physical length) eliminates the negative answer.

  2. Taking square roots before isolating the squared term. You must get the squared expression alone on one side first. In 3x2βˆ’12=03x^2 - 12 = 0, add 12 and divide by 3 before taking the square root.

  3. Trying this method when there is a linear xx term. The equation x2+4x=9x^2 + 4x = 9 cannot be solved by simply taking the square root of both sides. You would need to complete the square or use the quadratic formula.

  4. Simplifying radicals incorrectly. Remember: 50=52\sqrt{50} = 5\sqrt{2}, not 25225\sqrt{2}. Factor out perfect squares from under the radical.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Solve x2=81x^2 = 81

x=Β±81=Β±9x = \pm\sqrt{81} = \pm 9

Answer: x=9x = 9 or x=βˆ’9x = -9

Problem 2: Solve x2=45x^2 = 45

x=Β±45=Β±9β‹…5=Β±35x = \pm\sqrt{45} = \pm\sqrt{9 \cdot 5} = \pm 3\sqrt{5}

Answer: x=35x = 3\sqrt{5} or x=βˆ’35x = -3\sqrt{5} (approximately Β±6.71\pm 6.71)

Problem 3: Solve 2x2βˆ’98=02x^2 - 98 = 0

Add 98: 2x2=982x^2 = 98

Divide by 2: x2=49x^2 = 49

x=Β±7x = \pm 7

Answer: x=7x = 7 or x=βˆ’7x = -7

Problem 4: Solve (xβˆ’4)2=25(x - 4)^2 = 25

Take the square root: xβˆ’4=Β±5x - 4 = \pm 5

x=4+5=9orx=4βˆ’5=βˆ’1x = 4 + 5 = 9 \quad \text{or} \quad x = 4 - 5 = -1

Answer: x=9x = 9 or x=βˆ’1x = -1

Problem 5: Solve 3(x+1)2=483(x + 1)^2 = 48

Divide by 3: (x+1)2=16(x + 1)^2 = 16

Take the square root: x+1=Β±4x + 1 = \pm 4

x=βˆ’1+4=3orx=βˆ’1βˆ’4=βˆ’5x = -1 + 4 = 3 \quad \text{or} \quad x = -1 - 4 = -5

Answer: x=3x = 3 or x=βˆ’5x = -5

Problem 6: A carpenter needs a square piece of plywood with an area of 50 square feet. What side length should he cut?

s2=50s^2 = 50

s=50=25β‹…2=52β‰ˆ7.07Β feets = \sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2} \approx 7.07 \text{ feet}

Since length is positive, we use only the positive root.

Answer: The side length is 52β‰ˆ75\sqrt{2} \approx 7 feet 78\frac{7}{8} inch.

Key Takeaways

  • The square root method works when the variable appears only inside a squared expression β€” no separate linear xx term
  • Always include Β±\pm when taking the square root of both sides β€” squaring hides the sign, and you must restore both possibilities
  • Isolate the squared expression before taking the square root: divide out coefficients and move constants to the other side first
  • When x2=kx^2 = k and kk is negative, there are no real solutions
  • Simplify radicals by factoring out perfect squares: 48=43\sqrt{48} = 4\sqrt{3}, not left as 48\sqrt{48}
  • In real-world problems (lengths, distances), discard the negative root since physical measurements are positive

Return to Algebra 1 for more topics in this section.

Last updated: March 29, 2026