Solve the complex analysis problem

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
4 replies · 2K views
chwala
Gold Member
Messages
2,843
Reaction score
428
The problem is attached

regards,

chwala ken
 

Attachments

Physics news on Phys.org
Nope dude, that's incorrect. x and y are wrong. Try forming a real-valued denominator and then check again what x and y are.
 
i do not get it ? A complex number has a Real part and an Imaginary part. The idea is to breakdown the expression in the form x+iy so i do not understand why you are talking of real valued denominator. Kindly expound by looking at the problem and check where i went wrong.
 
Suppose z=1/(a+i*b)
Then z not equal to 1/a + i*1/b
Why? Basic fraction calculus. You cannot "split up" a fraction among its denominator, which is what you're intending. You can split it up among the nominator though, so you should make the denominator real-valued by expanding with its complex conjugate, that is
z=(a-i*b)/((a+i*b)*(a-i*b))=(a-i*b)/(a^2+b^2)
so your final expression would be
a/(a^2+b^2)-i*b/(a^2+b^2)

If you don't understand the above, my advice would be to real a bit about basics of complex numbers on wikipedia (no offense)
 
Ha..,Thanks Susskind for the insight.