How to Solve Complex Exponential Equations?

  • Thread starter Thread starter Bob Busby
  • Start date Start date
  • Tags Tags
    Complex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Bob Busby
Messages
44
Reaction score
0
I posted this problem here because I would like to know a reliable method for solving such a thing.

(5e^(j*a))(3 + j*b) = -25 Find real numbers a and b satisfying the preceding equation.

I converted it to get 5*sqrt(9 + b^2)*e^(j*a + j * arctan(b/3)) = -25. I don't really see where to go from here. If I separate the real parts I will just get a cos(a + arctan(b/3)) which doesn't help me even if I equate real and imaginary parts. What do I do?
 
Engineering news on Phys.org
Bob Busby said:
I posted this problem here because I would like to know a reliable method for solving such a thing.

(5e^(j*a))(3 + j*b) = -25 Find real numbers a and b satisfying the preceding equation.

I converted it to get 5*sqrt(9 + b^2)*e^(j*a + j * arctan(b/3)) = -25. I don't really see where to go from here. If I separate the real parts I will just get a cos(a + arctan(b/3)) which doesn't help me even if I equate real and imaginary parts. What do I do?

You try

[tex]e^{ja}= cos (a) + j sin(a) \hbox { and }\; 3+jb = \sqrt { 3^2 + b^2 } \; e^{j[tan^{-1} (\frac b 3)]} \hbox {?}[/tex]
 
Last edited:
yungman said:
You try

[tex]e^{ja}= cos (a) + j sin(a) \hbox { and }\; 3+jb = \sqrt { 3^2 + b^2 } \; e^{j[tan^{-1} (\frac b 3)]} \hbox {?}[/tex]

Yes. that's what I tried.