How Do You Find the Argument of the Sum of Two Complex Numbers?

AI Thread Summary
To find the argument of the sum of two complex numbers z1 and z2, one can express them in polar form as z1 = r * e^(iθ) and z2 = R * e^(iφ). The sum z1 + z2 can be expressed in rectangular form as (r * cos(θ) + R * cos(φ)) + i(r * sin(θ) + R * sin(φ)). While there is a straightforward relationship for the product of complex numbers, the sum requires converting to rectangular coordinates to simplify the addition. The final argument can be calculated using the arctangent function, but some prefer to avoid this method due to difficulties with specific angles. Ultimately, converting to rectangular form may be the most effective approach for finding the argument of z1 + z2.
Mentallic
Homework Helper
Messages
3,802
Reaction score
95

Homework Statement


If given two complex numbers z1 and z2 that have arguments \theta and \phi, and moduli r and R respectively, then find an expression for the mod-arg form of z1+z2


Homework Equations


z=x+iy=re^{i\theta}=rcis\theta


The Attempt at a Solution


I can't seem to find a way to relate z1+z2 since I would need to somehow combine the trigonometry terms of:
z_1+z_2=rcis\theta+Rcis\phi=rcos\theta+Rcos\phi+i(rsin\theta+Rsin\phi)

In a similar fashion, z_1z_2=rcis\theta.Rcis\phi=rRcis(\theta+\phi) which does have a relationship. Can I do anything to that equation to find the argument of the new complex number z1+z2?

I'm aware that I can convert both complex numbers into x+iy form and then go from there and also if there are some simple values for r and R, such as r=R then the arg(z_1+z_2)=(\theta+\phi)/2
 
Physics news on Phys.org
When you add complex numbers it is the same as adding 2d vectors.
so your
radius = sqrt[ (x1+x2)^2 + (y1+y2)^2]
angle = tan-1 [(y1+y2)/(x1+x2)]

x=radius*cos (angle)
y=radius*sin(angle)

After some expansion and trig formulas
r= sqrt[r^2 + R^2 + 2rRcos(theta-phi)]
angle=tan-1[ rsin(theta)+Rsin(phi) / rcos(theta) + Rsin(phi)
 
Seems like it would be a lot easier to convert the two complex numbers to rectangular form, and then add components, then convert the sum back to polar form. It might be that's what korican04 was saying...
 
Korican04, the final result you obtain doesn't help my situation. Thanks for the attempt though :smile:

Mark, the reason why I wanted to avoid converting to rectangular form is because when I was helping someone with a question which required to find arg(z1+z2) where z1 and z2 were some known complex numbers which I don't remember right now, the answer turned out to be 3\pi/8 and both me and the guy I was helping haven't been taught to easily recognize the number x=tan(3\pi/8).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top