Let j = sqrt(-1) (use "i" if you prefer math-guys)
Put these in rectangular form:
1) j^j
2) sqrt(j)
3) cuberoot(j) e.g. j^(1/3)
4) cos(x) = 2 (solve for x)
2006-08-11
09:44:10
·
8 answers
·
asked by
Anonymous
in
Science & Mathematics
➔ Mathematics
Don't use a computer or either - I mean, solve "by hand."
2006-08-11
09:44:42 ·
update #1
I will post my answers in an hour.
2006-08-11
09:57:06 ·
update #2
OK -
j = sqrt(-1) = exp(j*pi/2) (Euler)
Then
1) j^j = exp(-pi/2)
2) sqrt(j) = exp(j*pi/2)^1/2 = exp(j*pi/4) = j*sin(pi/4)
3) same, except j*sin(pi/6)
4) complicated -
but cos(x) = (exp(jx) + exp(-jx))/2 = 2
let a = exp(jx), then solve for a.
a = (4 (+ or -) sqrt(16 - 4*j))/2 = exp(jx)
solve that for x, you got it.
cos(x) varies 1 to -1 only for x, real.
2006-08-11
10:52:22 ·
update #3
ooops - one 2) and 3) - I mean
exp(j*pi/4) = cos(pi/4) + j*sin(pi/4)
exp(j*pi/6) = cos(pi/6) + j*sin(pi/6)
2006-08-11
10:57:15 ·
update #4