How Do You Prove Trigonometric Identities for Vector Angles?

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
20 replies · 7K views
Oblio
Messages
398
Reaction score
0
First, thanks for all the help so far everyone!

vectors a and b exist in the x,y plane and make angles (alpha) and (beta) with x.

(Ill use A as alpha and B as beta)

prove: cos (A-B) = cos(A)cos(B)+sin(A)sin(B)

prove: sin (A-B) = sin(A)cos(B) - cos(A)sin(B)


I think there is some relationship (for the first one) to this:
r.s= rscos(theta), but I really don't know where to start with this one..
 
Physics news on Phys.org
The angle is some angle (alpha) I guess. I suppose it doesn't matter where you apply each symbol.
 
Oblio said:
The angle is some angle (alpha) I guess. I suppose it doesn't matter where you apply each symbol.

Yes, but what is the angle between the two vectors? If one vector makes an angle A with the x-axis. The other vector makes an angle B... what is the angle between the two vectors.

draw a picture.
 
use the dot product on cos(A)cos(B)+sin(A)sin(B) you mean?
 
Oblio said:
use the dot product on cos(A)cos(B)+sin(A)sin(B) you mean?

No, on the two vectors a and b. Use a.b = |a||b|costheta

What is the angle theta between the two vectors?
 
the angle between them would be 180 - (the absolute value of alpha and beta)
 
Oblio said:
the angle between them would be 180 - (the absolute value of alpha and beta)

Did they give a picture... if you measure the angles counterclockwise from the positive x axis... then the angle would be A-B (assuming A>B).
 
no they didn't provide a picture...
when I drew it I drew (just randomly) alpha in the positive x section and beta in the negative x section. I drew an angle down to the x on both ( so the angle between crosses through the y-axis).
 
Oblio said:
no they didn't provide a picture...
when I drew it I drew (just randomly) alpha in the positive x section and beta in the negative x section. I drew an angle down to the x on both ( so the angle between crosses through the y-axis).

Ah... I see... draw them both from the positive x direction make A the bigger angle... then A-B is the angle between them.
 
ok, lol that seems like a vague question. so A-B is my angle giving:

lal . lbl = lal.lbl cos (A-B)
 
Oblio said:
ok, lol that seems like a vague question. so A-B is my angle giving:

lal . lbl = lal.lbl cos (A-B)

it should be:

a . b = lal.lbl cos (A-B)

try to write a in the form (x,y)... use cosA sinA etc... along with |a|...

then try the same with b... but using cosB sinB and |b|...
 
am i considering each vector independently or together?

i.e. vector a and its angle A to x, or vector a and the angle (A-B) ?
 
Oblio said:
am i considering each vector independently or together?

i.e. vector a and its angle A to x, or vector a and the angle (A-B) ?

to get the x-component and y-component of vector a... so you'd use the angle A to x.
 
so, like before I have extra info...
using the equation: (vectors) a.b = axbx + ayby
I substituted:

cosA(a)cosB(b)+ sinA(a)sinB(b)

I'm close to the answer...
 
Oblio said:
so, like before I have extra info...
using the equation: (vectors) a.b = axbx + ayby
I substituted:

cosA(a)cosB(b)+ sinA(a)sinB(b)

I'm close to the answer...

yes, very you're close... to be precise you should use :
ax = |a|cosA, ay = |a|sinA, bx = |b|cosB, by = |b|sinB.

and get a.b using those...

then substitute your expression into the left side of:
a.b = |a||b|cos(A-B)

then a little simplification and you get the result.
 
doesn't a.b = cosA(a)cosB(b)+ sinA(a)sinB(b) ?
 
Oblio said:
doesn't a.b = cosA(a)cosB(b)+ sinA(a)sinB(b) ?

remember a and b are vectors... we need magnitudes on the right hand side.

The x-component of a vector is the magnitude of the vector times costheta from the positive x-axis.

The y-component of a vector is the magnitude of the vector times sintheta from the positive x-axis.

I'll give an example... take the vector (-3,4)... It has a magnitude of 5, and an angle with the positive x-axis of 143.1

so (-3,4) = (5cos143.1, 5sin143.1)

take another vector (1,1) = (1.41cos45, 1.41sin45)

(-3,4).(1,1) =
(5cos143.1,5sin143.1).(1.41cos45,1.41sin45) =

5cos143.1*1.41cos45 + 5sin143.1*1.41sin45

The reason I did this example, is to show that it is the magnitudes 5 and 1.41 that appear in the formula...

So a = (|a|cosA,|a|sinA)
b = (|b|cosB,|b|sinB)

so:

a.b = |a|cosA|b|cosB + |a|sinA|b|sinB
 
comprendez.

Thanks a lot man