I m doing an assignment and this is what is asks: (c) Find the sum of the squares of the cosines of the corresponding coordinate direction angles found above. (Measure the cosines of the corresponding coordinate direction angles from the x-y plane.)

Im not quite sure what it is asking me to do. Part a and b got me to find angles alpha, beta and gamma for 2 vectors with the same magnitude but different directions.

If someone can explain to me what I should be doing that would be great. If you need the values or some other info let me know.
Thanks

I am sorry, I have no idea what these angles alpha, beta and gamma are for the two vectors. Are they in three dimensions and the angles to the x, y and z axes? In that case the three angles do not define the direction of a vector. The direction depends not only on the angle to the three axes but also the ORDER in which you do the rotations.

I bet it is 2 d

say angle alpha above x axis in xy plane
same vector is angle beta to y axis
call vector length h
then cos alpha = x/h and cos^2 = x^2/h^2
cos beta = y/h and cos^2 = y^2/h^2
sum = (x^2+y^2)/h^2
BUT
h is hypotenuse = sqrt(x^2 + y^2)
so we have h^2/h^2 = 1
perhaps this is what they mean.

Of course you could do that much more easily with geometry :)

To understand what the assignment is asking you to do, let's break down the question into smaller parts:

1. "Find the sum of the squares of the cosines."
- This means you need to calculate the cosine of each of the coordinate direction angles and then square each value.

2. "of the corresponding coordinate direction angles found above."
- This refers to the alpha, beta, and gamma angles that you found in parts a and b of the assignment.

3. "Measure the cosines of the corresponding coordinate direction angles from the x-y plane."
- This means you should measure the cosines of the angles with respect to the x-y plane.

To calculate the sum of the squares of the cosines, follow these steps:

1. Recall the values you found for angles alpha, beta, and gamma.
2. Calculate the cosine of each angle by using a scientific calculator or trigonometric function, like cos(alpha), cos(beta), and cos(gamma).
3. Square each cosine value.
4. Add up the squares of the cosines.

Here's an example to help you understand:

Suppose you found the following values for the angles:

- alpha = 30 degrees
- beta = 45 degrees
- gamma = 60 degrees

1. Calculate the cosines:
- cos(30) ≈ 0.866
- cos(45) ≈ 0.707
- cos(60) = 0.5

2. Square each cosine:
- (0.866)^2 ≈ 0.75
- (0.707)^2 ≈ 0.50
- (0.5)^2 = 0.25

3. Add up the squares of the cosines:
- 0.75 + 0.50 + 0.25 = 1.5

Therefore, the sum of the squares of the cosines of the corresponding coordinate direction angles would be 1.5 in this example.

Make sure to substitute the appropriate values from your own calculations to find the correct answer for your assignment.