Doubt about solving a simple quadratic equation

AI Thread Summary
The discussion centers on solving the quadratic equation x^2 = 4, highlighting common student errors in interpreting the square root. While many students arrive at the correct solutions of x = ±2, the conversation emphasizes the importance of understanding that the square root symbol denotes the principal square root, which is non-negative. A more rigorous approach is suggested, using absolute values to clarify that |x| = 2 leads to both x = 2 and x = -2. The participants agree that teaching this formal method can help reduce confusion among students regarding square roots. Overall, the discussion advocates for a clearer understanding of square roots in solving quadratic equations.
issacnewton
Messages
1,035
Reaction score
37
Homework Statement
Solve ##x^2 = 4##
Relevant Equations
rules of factoring and absolute values
I was thinking of this simple equation here, ## x^2 = 4##. Many students present the solution as follows.
$$ x^2 = 4 $$
$$ \therefore x = \sqrt{4} = \pm 2 $$
Now, even though the final answer is correct, there is a mistake in arriving at the solution. Square root symbol means that we have to take positive square root only. Following is a correct method in my opinion.
$$ x^2 = 4 $$
$$ \therefore |x|^2 = |2|^2 $$
$$ \sqrt{|x|^2} = \sqrt{|2|^2}$$
Now, since, ## |y| = \sqrt{y^2} ## for any ##y##, we have
$$ ||x|| = ||2|| $$
$$ |x| = |2| = 2 $$
Now, either ##x \geq 0 ## or ## x < 0 ##, so, we get two solutions. ##x = 2 ## and ## - x = 2 ##. So, finally, we have ## x= 2## or ##x = -2##
I think this would be rigorous way of solving this. I myself was confused about this for a while. How do you see students solving such an equation ?
 
Physics news on Phys.org
If you have an equation like ##x^{2} = 4##, the way I'd do it "formally" is to take the principal square root of both sides:

##\sqrt{x^{2}} = \sqrt{4}##

and then use the definition of the principal square root that you alluded to, ##\sqrt{k^{2}} = |k|##,

##|x| = 2##

And this leads to ##x=\pm2##.
 
Last edited by a moderator:
  • Like
Likes Mark44
IssacNewton said:
Homework Statement:: Solve ##x^2 = 4##
Homework Equations:: rules of factoring and absolute values

I was thinking of this simple equation here, ## x^2 = 4##. Many students present the solution as follows.
$$ x^2 = 4 $$
$$ \therefore x = \sqrt{4} = \pm 2 $$
$$ x^2 = 4 $$
$$ \therefore x = \pm \sqrt{4} = \pm 2 $$
 
  • Like
Likes FactChecker and Mark44
Or x2 = 4
x2 - 4 = 0
(x+2)(x-2) = 0
x+2 = 0 or x-2 = 0
x = 2 or -2.
 
  • Like
Likes hmmm27 and PeroK
Yes, factoring is another way to solve this. But, I see lot of students confused about the use of square root. So, while teaching, it would be helpful to tell about the formal approach.
 
IssacNewton said:
Yes, factoring is another way to solve this. But, I see lot of students confused about the use of square root. So, while teaching, it would be helpful to tell about the formal approach.
Technically speaking, ##\sqrt{x^2\ } = |x|##.
 
Thanks
 
Back
Top