Why is a equal to negative a in this scenario?

  • Context: High School 
  • Thread starter Thread starter noahsdev
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
noahsdev
Messages
29
Reaction score
0
I've been messing around with numbers (as you do) and I'm wondering why this occurs..
lets let a = b-c.
√a
= √(b-c)
=√(-(c-b))
=i√(c-b)
=i√(-(b-c))
=i2√(b-c)
=-√(b-c)
=-√a
For example if you let a = 1, b = 2, and c = 1.
 
Mathematics news on Phys.org
noahsdev said:
I've been messing around with numbers (as you do) and I'm wondering why this occurs..
lets let a = b-c.
√a
= √(b-c)
=√(-(c-b))
=i√(c-b)
The step above is where the problem is. You're using the property that ##\sqrt{ab} = \sqrt{a}\sqrt{b}##
There are restrictions on this and some of the other square root properties - both a and b have to be nonnegative.
noahsdev said:
=i√(-(b-c))
=i2√(b-c)
=-√(b-c)
=-√a
For example if you let a = 1, b = 2, and c = 1.
 
Last edited:
Mark44 said:
The step above is where the problem is. You're using the property that ##\sqrt{ab} = \sqrt{a}\sqrt{b}##
There are restrictions on this and some of the other square root properties - both a and b have to be nonnegative.
That makes sense. Thanks.
 
[itex]\sqrt[2]{-1} = \pm i.[/itex] The choice of the '+' or '-' depends on the situation. So your result is '[itex]a = \pm a[/itex]' where you must decide which sign is correct.