Angle-Vector Problem: Solving for the Angle Between Two Vectors z1 and z2

  • Thread starter Thread starter JJHK
  • Start date Start date
JJHK
Messages
24
Reaction score
1

Homework Statement



Consider a vector z defined by the equation z = z1z2, where z1 = a + jb, z2 = c + jd

Show that the angle between z and the x-axis is the sum of the angles made by z1 and z2 separately.

(EDIT): PLEASE LOOK AT MY BELOW POST!
 
Last edited:
Physics news on Phys.org
Hi JJHK! :wink:

show us what you've tried, and where you're stuck, and then we'll know how to help! :smile:
 
Okay, well here's actually the first part of the problem. I also forgot to define what j is. It is an instruction to perform a counterclockwise rotation of 90°.

Now here's the first part:

Consider a vector z defined by the equation z = z1z2, where z1 = a + jb, z2 = c + jd

(a) Show that the length of z is the product of the lengths of z1 and z2

I first found the length of z1 and z2, L(z1) and L(z2):

L(z1) = √(a2+b2)

L(z2) = √(c2+d2)

Now I'm going to find the length of z, L(z):

L(z) = √((ac-bd)2+(ad+bc)2)
= √(a2c2+a2d2+b2c2+b2d2)

I'm going to show that the above solution is equal to L(z1)L(z2)

L(z1)L(z2) = √(a2+b2)√(c2+d2)
= √(a2c2+a2d2+b2c2+b2d2)

Therefore, L(z) = L(z1)L(z2)

Now part 2:

(b)Show that the angle between z and the x-axis is the sum of the angles made by z1 and z2 separately.

I first found the angles of z1 and z2, θ(z1) and θ(z2):

θ(z1) = arctan(b/a) and θ(z2) = arctan(d/c)

and the angle for z is:

θ(z) = arctan((ad+bc)/(ac-bd))

Now I'm stuck, how do I equate θ(z) = θ(z1) + θ(z2) ??

THanks for the help!
 
so far so good! :smile:

hint: if tan-1A = tan-1B + tan-1C,

then A = tan(tan-1B + tan-1C) …

and what's the formula for tan of a sum? :wink:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top