NascentOxygen said:I can't see it. But I see a small mistake: on the 4th line, shouldn't you be taking out the common factor 1/4?
Mentallic said:You substituted incorrectly.
\cos{z}=\frac{e^{iz}+e^{-iz}}{2}
\sin{z}=\frac{e^{iz}-e^{-iz}}{2i}
And you should factor out a value on the 4th line because you want your expression to be of the form
k\left(\frac{e^{iz}-e^{-iz}}{2i}\right)
(or some similar form in the brackets)
where k is some complex number, and z is a complex number. Your expression would then simplify to k\sin{z}
Mentallic said:Well of course you should recognize that
z^2=(x+iy)^2=x^2-y^2+i 2xy
and what you have is VERY similar to this form. Since you made a mistake early on that I pointed out, your final result isn't going to work with the method I'm hinting at here, but when you fix that up then it'll fall into place.
i(x^2-y^2)-2xy
Should be quite easily converted into a function of z by observing the z2 result.
Mentallic said:Now expand like you did earlier and simplify where possible.
Mentallic said:Now expand like you did earlier and simplify where possible.
Mentallic said:Sorry, I only just glossed over your previous upload and didn't spot the error.
\sinh{z}=\frac{e^z-e^{-z}}{2}
while you had an i in the denominator.
Mentallic said:The first 4 terms have a constant factor of
\frac{1}{4i}
while the right 4 are
\frac{i}{4}
How do these two numbers relate to each other?
MissP.25_5 said:They're minus to each other. Sorry, I don't know how to say that mathematically.
Mentallic said:Check post #10.
MissP.25_5 said:Uhmm, how do I change w into z? Can I just simpy do this?
exp(i*(ia-b)) ?? Is it possible to multiply i just like that?
Mentallic said:I'm using w just as a place-holder. Just like a and b are place-holders.
Let w=a-b.
Mentallic said:Notice that -ia+b = -(ia-b)
so if we let w=-ia+b (or we could have also done w=ia-b) then
\frac{i}{2}(e^{-ia+b}-e^{ia-b})
=\frac{i}{2}(e^{-ia+b}-e^{-(-ia+b)})
=\frac{i}{2}(e^{w}-e^{-w})
=i\left(\frac{e^{w}-e^{-w}}{2}\right)
=i\cdot\sinh(w)
Let's substitute back now since we don't want w.
w=-ia+b
=-i(x^2-y^2)+2xy
=-i\left((x^2-y^2)+i2xy\right)
And what is x^2-y^2+i2xy equal to in terms of z?