Find the angle between 2 vectors w=i+3j, vector v=<5, 2>

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Elissa89
Messages
52
Reaction score
0
I know how to find the cos(theta) between two vectors but I do not know how to find the sin(theta).

vector w=i+3j

vector v=<5, 2>
 
Physics news on Phys.org
Elissa89 said:
I know how to find the cos(theta) between two vectors but I do not know how to find the sin(theta).

vector w=i+3j

vector v=<5, 2>

find the cosine, then use a form of the Pythagorean identity ...

$\sin{t} = \sqrt{1-\cos^2{t}}$