If you're seeing this message, it means we're having trouble loading external resources on our website.

If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.

Main content

Solving quadratics by taking square roots

Learn how to solve quadratic equations like x^2=36 or (x-2)^2=49.

What you should be familiar with before taking this lesson

What you will learn in this lesson

So far you have solved linear equations, which include constant terms—plain numbers—and terms with the variable raised to the first power, x, start superscript, 1, end superscript, equals, x.
You will now learn how to solve quadratic equations, which include terms where the variable is raised to the second power, x, squared.
Here are a few examples of the types of quadratic equations you will learn to solve:
x, squared, equals, 36
left parenthesis, x, minus, 2, right parenthesis, squared, equals, 49
2, x, squared, plus, 3, equals, 131
Now let's get down to business.

Solving x, squared, equals, 36 and similar equations

Suppose we want to solve the equation x, squared, equals, 36. Let's first verbalize what the equation is asking us to find. It is asking us which number, when multiplied by itself, equals 36.
If this question sounds familiar to you, it's because this is the definition of the square root of 36, which is expressed mathematically as square root of, 36, end square root.
Now, this is how the complete solution of the equation looks:
x2=36x2=36Take the square root.x=±36x=±6\begin{aligned}x^2&=36\\\\ \sqrt{x^2}&=\sqrt{36}&&\text{Take the square root.}\\\\ x&=\pm\sqrt{36}\\\\ x&=\pm 6\end{aligned}
Let's review what went on in this solution.

What the plus minus sign means

Note that every positive number has two square roots: a positive square root and a negative square root. For example, both 6 and minus, 6, when squared, equal 36. Therefore, this equation has two solutions.
The plus minus is just an efficient way of representing this concept mathematically. For example, plus minus, 6 means "either 6 or minus, 6".

A note about inverse operations

When we solved linear equations, we isolated the variable by using inverse operations: If the variable had 3 added to it, we subtracted 3 from both sides. If the variable was multiplied by 4, we divided both sides by 4.
The inverse operation of taking the square is taking the square root. However, unlike the other operations, when we take the square root we must remember to take both the positive and the negative square roots.
Now solve a few similar equations on your own.
Problem 1
Solve x, squared, equals, 16.
x, equals, plus minus
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3, slash, 5
  • a simplified improper fraction, like 7, slash, 4
  • a mixed number, like 1, space, 3, slash, 4
  • an exact decimal, like 0, point, 75
  • a multiple of pi, like 12, space, start text, p, i, end text or 2, slash, 3, space, start text, p, i, end text

Problem 2
Solve x, squared, equals, 81.
x, equals, plus minus
  • Your answer should be
  • an integer, like 6
  • a simplified proper fraction, like 3, slash, 5
  • a simplified improper fraction, like 7, slash, 4
  • a mixed number, like 1, space, 3, slash, 4
  • an exact decimal, like 0, point, 75
  • a multiple of pi, like 12, space, start text, p, i, end text or 2, slash, 3, space, start text, p, i, end text

Problem 3
Solve x, squared, equals, 5.
Choose 1 answer:

Solving left parenthesis, x, minus, 2, right parenthesis, squared, equals, 49 and similar equations

Here is how the solution of the equation left parenthesis, x, minus, 2, right parenthesis, squared, equals, 49 goes:
(x2)2=49(x2)2=49Take the square root.x2=±7x=±7+2Add 2.\begin{aligned}(x-2)^2&=49\\\\ \sqrt{(x-2)^2}&=\sqrt{49}&&\text{Take the square root.}\\\\ x-2&=\pm 7\\\\ x&=\pm 7+2&&\text{Add 2.}\end{aligned}
Therefore, the solutions are x, equals, 9 and x, equals, minus, 5.
Let's review what went on in this solution.

Isolating x

Using the inverse operation of taking the square root, we removed the square sign. This was important in order to isolate x, but we still had to add 2 in the last step in order to really isolate x.

Understanding the solutions

Our work ended with x, equals, plus minus, 7, plus, 2. How should we understand that expression? Remember that plus minus, 7 means "either plus, 7 or minus, 7." Therefore, we should split our answer according to the two cases: either x, equals, 7, plus, 2 or x, equals, minus, 7, plus, 2.
This gives us the two solutions x, equals, 9 and x, equals, minus, 5.
Now solve a few similar equations on your own.
Problem 4
Solve left parenthesis, x, plus, 3, right parenthesis, squared, equals, 25.
Choose 1 answer:

Problem 5
Solve left parenthesis, 2, x, minus, 1, right parenthesis, squared, equals, 9.
Choose 1 answer:

Problem 6
Solve left parenthesis, x, minus, 5, right parenthesis, squared, equals, 7.
Choose 1 answer:

Why we shouldn't expand the parentheses

Let's go back to our example equation, left parenthesis, x, minus, 2, right parenthesis, squared, equals, 49. Suppose we wanted to expand the parentheses there. After all, this is what we do in linear equations, right?
Expanding the parentheses results in the following equation:
x, squared, minus, 4, x, plus, 4, equals, 49
If we wanted to take the square root in this equation, we would have to take the square root of the expression x, squared, minus, 4, x, plus, 4, but it's not clear if square root of, x, squared, minus, 4, x, plus, 4, end square root can be rewritten as a nice expression.
In contrast, taking the square roots of expressions like x, squared or left parenthesis, x, minus, 2, right parenthesis, squared gives us nice expressions like x or left parenthesis, x, minus, 2, right parenthesis.
Therefore, it's actually helpful in quadratic equations to keep things factored, because this allows us to take the square root.

Solving 2, x, squared, plus, 3, equals, 131 and similar equations

Not all quadratic equations are solved by immediately taking the square root. Sometimes we have to isolate the squared term before taking its root.
For example, to solve the equation 2, x, squared, plus, 3, equals, 131 we should first isolate x, squared. We do this exactly as we would isolate the x term in a linear equation.
2x2+3=1312x2=128Subtract 3.x2=64Divide by 2.x2=64Take the square root.x=±8\begin{aligned}2x^2+3&=131\\\\ 2x^2&=128&&\text{Subtract 3.}\\\\ x^2&=64&&\text{Divide by 2.}\\\\ \sqrt{x^2}&=\sqrt{64}&&\text{Take the square root.}\\\\ x&=\pm 8\end{aligned}
Now solve a few similar equations on your own.
Problem 7
Solve 3, x, squared, minus, 7, equals, 5.
Choose 1 answer:

Problem 8
Solve 4, left parenthesis, x, minus, 1, right parenthesis, squared, plus, 2, equals, 38.
Choose 1 answer:

Challenge problem
Solve x, squared, plus, 8, x, plus, 16, equals, 9.
Choose 1 answer:

Want to join the conversation?

  • piceratops seed style avatar for user ragnarbacon21
    what do you do if you have a hard time remembering big formulas?
    (25 votes)
    Default Khan Academy avatar avatar for user
  • leafers sapling style avatar for user Steph Lugosi
    when looking at the quadratic equation with the (x-#)^2
    what if the ^2 was next to the (x) in the equation?
    (16 votes)
    Default Khan Academy avatar avatar for user
  • purple pi pink style avatar for user Purple
    Wouldn't expanding the parenthesis make it easier? For example: (x-2)^2 = 81 be x^2- 2^2=81, thus making it easier to solve?
    (17 votes)
    Default Khan Academy avatar avatar for user
    • blobby blue style avatar for user Isabella Mathews
      No! (x-2)² = (x-2)(x-2) = x²-2x-2x+4 = x²-4x-4
      That means, now you gotta solve for x²-4x+4 = 81.
      x²-4x+4 = 81
      x²-4x+4-81 = 81-81
      x²-4x-77 = 0
      x²-11x+7x-77 = 0
      (splitting the middle term)
      x(x-11)+7(x-11) = 0
      (x+7)(x-11) = 0 (factoring out (x-11))
      Using the zero product property,
      x = -7 or x = 11
      This way, as you can see, is much, much longer than the square root method. Why bother going the long way, when you can have the solution in just a few seconds?

      Hope this helps! :)
      (22 votes)
  • duskpin ultimate style avatar for user Ayush Barik
    "Note that every positive number has two square roots: a positive square root and a negative square root. For example, both 6 and -6 when squared, equal 36. Therefore, this equation has two solutions."

    In my calculator I tried squaring -6 but I got -36?
    (9 votes)
    Default Khan Academy avatar avatar for user
    • leafers ultimate style avatar for user SgtOddball
      I know you posted this a while ago and may not see this but:

      Your calculator (like mine) interprets "-6", as "-1 * 6".
      Meaning it interprets "-6^2" as "-1 * 6^2", and since calculators obey the order of operations, it squares the 6 first, then multiplies that by -1.

      If you want to square a negative number, then type "(-6)^2", which the calculator interprets as "(-1 * 6)^2", meaning it preforms the multiplication before squaring the number.

      I hope that helped.
      (15 votes)
  • male robot donald style avatar for user jonahmolina90
    for the very last challenge question:

    how does the equation go from x^2 + 8x + 16 --> (x + 4) ^2 ?

    is it because 4*4 = 16 and 4+4=8 thus, (x+4)^2 ?
    (9 votes)
    Default Khan Academy avatar avatar for user
  • spunky sam blue style avatar for user moyed
    Do you always work on the left side of the equal sign first in problems like the challenge question?
    (8 votes)
    Default Khan Academy avatar avatar for user
  • aqualine ultimate style avatar for user Uri
    So I did most of the videos prior to this point but I still don't understand what a quadratic is or more specifically, how it differs from a polynomial.
    (5 votes)
    Default Khan Academy avatar avatar for user
    • stelly blue style avatar for user Kim Seidel
      A quadratic is a polynomial that (when simplified) can be written in the form: Ax^2 + Bx + C where A can not = 0. If it is a quadratic equation, then it would be: Ax^2 + Bx + C = 0. So what does all that mean... a quadratic is a polynomial that has 1, 2 or 3 terms, but the highest degree term will have a variable that is squared.
      There are many polynomials that are not quadratics. For example: 3x + 7 = 0 is a polynomial equation. However, it can not be written in the form Ax^2 + Bx + C =0 because there is no "x^2" term. Thus, it is not a quadratic. Instead, 3x + 7 = 0 is a simple linear equation (or 1st degree equation) that can be solved without using quadratic methods
      2nd example: x^3 + 5x^2 + 6 =0 is a 3rd degree polynomial equation, however it is not a quadratic because the highest degree term is x^3 (not x^2). You will learn that equations like this can sometimes be solved using a combination of quadratic methods (e.g., factoring is used to get down to a lower degree: X ( X^2 + 5X + 6) = 0. We now have 2 factors, where one is a quadratic and you could use an appropriate quadratic method to solve that factor).
      Hope this helps.
      (12 votes)
  • aqualine seed style avatar for user Anais Ruiz
    What is the best way to tell the difference between the functions, and when to use which one?
    (7 votes)
    Default Khan Academy avatar avatar for user
  • male robot hal style avatar for user Baconator
    i wish people were on these when i am i feel like im always a little behind, if anyone is out there, i would like to talk. yours truly, baconator
    (8 votes)
    Default Khan Academy avatar avatar for user
  • male robot donald style avatar for user Aiden sallee
    Standing here
    I realize
    You are just like me
    Trying to make history
    But who's to judge
    The right from wrong
    When our guard is down
    I think we'll both agree
    That violence breeds violence
    But in the end it has to be this way
    I've carved my own path
    You followed your wrath
    But maybe we're both the same
    The world has turned
    And so many have burned
    But nobody is to blame
    Yet staring across this barren wasted land
    I feel new life will be born
    Beneath the blood stained sand
    Beneath the blood stained sand
    (8 votes)
    Default Khan Academy avatar avatar for user