Why Does the Equation 1 = -1 Seem Correct?

  • Context: Undergrad 
  • Thread starter Thread starter sparkster
  • Start date Start date
  • Tags Tags
    Error
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
3 replies · 2K views
sparkster
Messages
153
Reaction score
0
I've tried and tried and I cannot find the error in the reasoning below. It's probably something simple and I'll feel like an idiot when someone explains it.
i = i
sqrt(-1) = sqrt(-1)
sqrt(1/-1) = sqrt (-1/1)
sqrt(1)/sqrt(-1) = sqrt(-1)/sqrt(1)
sqrt(1) * sqrt(1) = sqrt(-1) * sqrt(-1)
[sqrt(1)]^2 = [sqrt(-1)]^2
1 = -1

Does it have something to do with sqrt(-1/1) = sqrt(-1)/sqrt(1)? Does complex numbers not obey this property?
 
Physics news on Phys.org
doesnt [sqrt(a)]^2 = |a| ? maybe that's just in the reals
 
Last edited:
[tex]\frac{\sqrt{1}}{\sqrt{-1}}[/tex] pretty much sums up what's wrong with the train of thought. This is a good reason why when you divide a real number by an imaginary number that you must first multiply by the conjugate on the numerator and denominator. I can't nail down a good reason other than that.

I should note that this inconsitency does not exist if you do the division with sqrt(1) and sqrt(-1) in polar form.