We usually represent sqrt(-1) as i

  • Context: High School 
  • Thread starter Thread starter svigneshkumars
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
17 replies · 3K views
svigneshkumars
Messages
10
Reaction score
0
we usually represent sqrt(-1) as i , but only a quadratic eqn or a eqn of high power would have led to represent the value as i.so for a quadratic eqn we obtain two values ,so why don't we have the two values as +i and -i.

statement 1:
X^2=4 so , X=+2 and -2
Statement 2:
X^2= -1 so X=+i and -i

is statement 2 possible or my question is wrong??

Have i asked a stupid q so that i should brush up my basics??
 

Discussion

Physics news on Phys.org


So if i use -i instead of +i does it make any change ?
 


This is going to get much more technical than the original poster will like! matt grime's point that "they are indistinguishable" is exactly why we CANNOT simply define "i" by "i2= -1" or as "[itex]\sqrt{-1}[/itex]". What can be done is to define the complex number system as a set of objects of the form (a, b) where a and b can be any two real numbers, and define addition and multiplication by (a,b)+ (c,d)= (a+ c,b+ d) and (a,b)(c,d)= (ac-bd, ad+ bc). If we identify with complex numbers of the form (a, 0), imaginary numbers with complex numbers of the form (0,, b) and define "i" as (0, 1), then we have (a, b)= (a,0)(1,0)+ (b,0)(0,1)= a+ bi. It then follows that i2= (0,1)(0,1)= (0(0)-1(1),1(0)+ 0(1))= (-1, 0)= -1. It is also true that (0,-1)(0,-1)= (0(0)- (-1)(-1), 0(-1)+ 0(-1))= (-1, 0)= -1 but we have specifically defined i to be (0, 1), not (0, -1).
 


svigneshkumars said:
So if i use -i instead of +i does it make any change ?
Use how and what kind of change? (-i)2= (-1)2(i)2= (1)(-1)= -1 = i2 but 1+ i is certainly different from 1- i. It makes the same change as if you use -1 instead of +1.
 


Thanks to all ur replies



now i have another question .what would be the value of ii
 


It has infinitely many 'values', since raising to the i'th power is not single-valued. To make it single valued one chooses a so called branch.

Note that a^b is defined to be exp(log(a^b)=exp(b log a) in general, so it is the same as defining log(i). Write i in polar coordinates to do this, and choose Arg (i.e. pi/2).
 


svigneshkumars said:
Thanks to all ur replies



now i have another question .what would be the value of ii

Good question, one answer is ii = 0.20788...
 


[tex]e^{-\frac{\pi}{2}}[/tex] has multiple values? Since when?
 


I see.

I suppose it depends on how you define [tex]i^i[/tex]. My book defined it as [tex]e^{Log(i)*i}[/tex] which was in turn defined completely unambiguously...

And by "my book" I mean "the only book I happen to have looked at that talks about complex exponential functions"
 


I suppose that this is what one might call the principal value of i^i, by taking Log(i) = log(r) + i*theta, where theta is in the range[0,2pi). But you can also have other values by modifiying Log(i) by any multiple of i*2pi.