Quadratic Formula: Positive or Negative Root?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 7K views
Holocene
Messages
237
Reaction score
0
Regarding [tex]\displaystyle{\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}}[/tex]

How should "[tex]\displaystyle{\pm}[/tex]" be treated?

I know a square root can be both possitive and negative, but does the quardratic formula dictate that a possitive root should be added to -b, or does it dictate that a positive root should be subtracted from -b?
 
Mathematics news on Phys.org
Some people get confused because other times they see the plus/minus sign, they have to choose correctly, whilst in this case you do it both. Thats why you may also see the formula written as;

[tex]x_1= \displaystyle{\frac{-b + \sqrt{b^2 - 4ac}}{2a}}[/tex]

[tex]x_2 = \displaystyle{\frac{-b - \sqrt{b^2 - 4ac}}{2a}}[/tex]
 
Integral said:
The quadradic forumal yields 2 roots. You do both.

Sorry, I'm a little confused.

Say a particular solution to a quadratic equation is [tex]\displaystyle{\frac{2 \pm \sqrt{7}}{3}}[\tex]<br /> <br /> If 7 was a perfect sqaure, would the root get added to or subtrected from 2?[/tex]
 
Holocene said:
Sorry, I'm a little confused.

Say a particular solution to a quadratic equation is [tex]\frac{2 \pm \sqrt{7}}{3}[/tex]

If 7 was a perfect square, would the root get added to or subtracted from 2?

It doesn't matter if 7 is a perfect square or not (and it isn't). There are TWO roots to a quadratic equation, hence the quadratic formula has TWO solutions. One of the solutions is when you add the square root part, the other solution is when you subtract it. Look at my previous post.
 
Gib Z said:
It doesn't matter if 7 is a perfect square or not (and it isn't). There are TWO roots to a quadratic equation, hence the quadratic formula has TWO solutions. One of the solutions is when you add the square root part, the other solution is when you subtract it. Look at my previous post.

Okay I've got it. The 2 solutions are adding a possitive root, and subtracting a possitive root, correct? (Subtracting a negative root is = to adding it, adding a negative root is = to subtracting it).
 
Holocene said:
Okay I've got it. The 2 solutions are adding a possitive root, and subtracting a possitive root, correct? (Subtracting a negative root is = to adding it, adding a negative root is = to subtracting it).
[itex]\sqrt{x}[/itex] is used to denote the positive square root of x. Thus [itex]\sqrt{4}=2[/itex] is correct while [itex]\sqrt{4}=\pm2[/itex] is incorrect. Thinking that the latter is correct is too common a mistake - make sure you aren't making it.
 
morphism said:
[itex]\sqrt{x}[/itex] is used to denote the positive square root of x. Thus [itex]\sqrt{4}=2[/itex] is correct while [itex]\sqrt{4}=\pm2[/itex] is incorrect. Thinking that the latter is correct is too common a mistake - make sure you aren't making it.

Got it, thanks.