|
-
Feb 21st, 2002, 04:42 PM
#1
Thread Starter
PowerPoster
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 21st, 2002, 10:15 PM
#2
Frenzied Member
It might be messy, but I do not think it is undefined.
x = e^ln(x)
x^i = [ e^ln(x) ]^i
Thinking about [ e^2 ]^3 = e^6, suggests the following.
x^i = e^i*ln(x)
While I would not bet a big sum on the above, I think it is correct.
Even if not correct, I think that x^i is some analytical function.
Live long & prosper.
The Dinosaur from prehistoric era prior to computers.
Eschew obfuscation!
If a billion people believe a foolish idea, it is still a foolish idea!
VB.net 2010 Express
64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.
-
Feb 22nd, 2002, 01:10 AM
#3
Hyperactive Member
Simple logical proof that x^i is a defined quantity.
let y = x^i
y^i = (x^i)^i = x^(i^2) = x^(-1) = 1/x (is a defined quantity if x is defined)
or (x^i)^i = defined
Now...
(undefined)^i = defined , is not possible.
For the right hand side to be a "defined" quantity only possibility is (x^i) is a defined quantity.
-
Feb 22nd, 2002, 04:13 AM
#4
Retired VBF Adm1nistrator
Um well the power being used must be a real number.
Because you're using say a taylor expansion.
So imagine it as though you're using a for loop.
You need a real number to count with. You can't count with say ... a picturebox can you ?
i is a complex number, not a real number
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Feb 22nd, 2002, 07:15 AM
#5
Thread Starter
PowerPoster
Originally posted by thinktank2
Simple logical proof that x^i is a defined quantity.
let y = x^i
y^i = (x^i)^i = x^(i^2) = x^(-1) = 1/x (is a defined quantity if x is defined)
or (x^i)^i = defined
Now...
(undefined)^i = defined , is not possible.
For the right hand side to be a "defined" quantity only possibility is (x^i) is a defined quantity.
But in this instance aren't you basically using i as -1 since you are squaring it?
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 22nd, 2002, 07:20 AM
#6
Hyperactive Member
Guv is correct. x^i, or more commonly, functions like e^a*i are
legitimate when dealing with complex analysis.
All e^ix says is that it defines the unit circle in the complex plane.
'x' here is a real number and i is any complex quantity.
There are also proofs available for the talyor series expansion
of e^z where z = a + i*x.
These complex functions are extremely useful when trying
to compute an integral which would otherwise seem impossible
such as e^x^2.
This is where the residue theorem comes to play.
Bababooey
Tatatoothy
Mamamonkey
-
Feb 22nd, 2002, 07:49 AM
#7
Thread Starter
PowerPoster
I think i get it...
So, if x^i is defined, is also log(i) or ln(i) defined?
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 22nd, 2002, 08:42 AM
#8
Hyperactive Member
Bababooey
Tatatoothy
Mamamonkey
-
Feb 22nd, 2002, 09:59 AM
#9
Hyperactive Member
Originally posted by sail3005
But in this instance aren't you basically using i as -1 since you are squaring it?
LOL Sail , It seems you haven't fully understood what I said..
1) (x^i)^i is defined
Proof:
(x^i)^i = x^(i^2) = x^(-1) = 1/x
(undefined)^i = defined is not possible , so
(x^i)^i is defined.
2) What the above thing means to your question.
Let p be a number then p/i is defined.
If (x^i)^i is defined
[(x^i)^i)]^(p/i) should also be a defined quantity
(Since it is of the form (defined)^(defined) )
[(x^i)^i)]^(p/i) = (x^i)^(i*p/i) = (x^i)^p is defined quantity
If p=1 then
(x^i)^p = (x^i)^1 = x^i
Which proves that x^i is a defined quantity.
-
Feb 22nd, 2002, 10:32 AM
#10
Hyperactive Member
Originally posted by noble
Code:
x^i = e^(ln(x^i))
= e^(i*ln(x))
= cos(ln(x)) + i*sin(ln(x))
this is the principal solution, there are infinitely many solutions
for this problem.
There is only one value for ln(x)
So there is only one value for Cos(ln(x))
and only one value for Sin(ln(x))
How can cos(ln(x)) + i*sin(ln(x)) have infinitely many Solutions ??
-
Feb 22nd, 2002, 10:48 AM
#11
Hyperactive Member
the logarithm is a multivalued function.
I incorrectly specified how ln(x) has infinitely many solutions.
I should have wrote ln(z) has infinitely many solutions where
z is any complex expression.
Bababooey
Tatatoothy
Mamamonkey
-
Feb 22nd, 2002, 12:24 PM
#12
Hyperactive Member
Originally posted by noble
the logarithm is a multivalued function.
I incorrectly specified how ln(x) has infinitely many solutions.
I should have wrote ln(z) has infinitely many solutions where
z is any complex expression.

anyway, sail did not mention that x is a complex number.
So in conclusion:
When x is a real number there is only one solution.
When x is a complex number it has more than one solution.
-
Feb 22nd, 2002, 04:39 PM
#13
Thread Starter
PowerPoster
Ok, i am understanding it now. thanks for the help guys. I have two more questions.
1) Why does it say "Domain error" when i put something like 2^i in my calculator?
2) Would 2^i simplify or be evaluated to anything?
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 22nd, 2002, 08:17 PM
#14
Hyperactive Member
Originally posted by sail3005
Ok, i am understanding it now. thanks for the help guys. I have two more questions.
1) Why does it say "Domain error" when i put something like 2^i in my calculator?
2) Would 2^i simplify or be evaluated to anything?
1) Are you sure you are using the radian mode. If you use degree mode while doing some complex operation you may get that error.
2)I used mathematica and I got the value for 2^i to be
0.769239 + 0.638961 i
Note: Since Cos and Sin have values in the range -1 to +1
The real and imaginary parts of x^i will always be in the range -1 to +1
-
Feb 22nd, 2002, 10:34 PM
#15
Thread Starter
PowerPoster
yeah, i had it in degree mode. thanks again for all the help!
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 23rd, 2002, 01:55 PM
#16
Hyperactive Member
On a slightly different topic, what is the square root of i ?
-
Feb 23rd, 2002, 02:12 PM
#17
Hyperactive Member
i can be represented as
i = cos(pi/2) + i*sin(pi/2) {since cos(pi/2) = 0 , Sin(pi/2) =1)
So, Square root of i = i^(1/2) = [ cos(pi/2) + i*sin(pi/2)]^(1/2)
By De moivre's theorem
[ cos(pi/2) + i*sin(pi/2)]^(1/2) = [ cos(1/2*pi/2) + i*sin(1/2*pi/2)]
Therefore
i^(1/2) = cos(pi/4) + i*sin(pi/4) (or)
i^(1/2) = 1/Sqrt(2) + i * 1/Sqrt(2) = (1+i)/Sqrt(2)
you can find any power of i for that matter.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|