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

AI Thread Summary
To find the angle between vectors w = i + 3j and v = <5, 2>, first calculate the cosine of the angle using the dot product formula. The cosine can be derived from the formula cos(θ) = (w · v) / (||w|| ||v||). Once the cosine is determined, the sine can be found using the Pythagorean identity sin(θ) = √(1 - cos²(θ)). This method allows for the complete determination of the angle between the two vectors. Understanding both sine and cosine is essential for solving problems involving vector angles.
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>
 
Mathematics 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}}$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top