Elissa89
- 52
- 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>
vector w=i+3j
vector v=<5, 2>
The discussion focuses on calculating the angle between two vectors, specifically vector w = i + 3j and vector v = <5, 2>. The participants confirm the method for finding cos(theta) using the dot product and magnitudes of the vectors. To find sin(theta), the Pythagorean identity is applied, specifically using the formula sin(t) = √(1 - cos²(t)). This approach solidifies the relationship between sine and cosine in vector analysis.
PREREQUISITESStudents in mathematics, physics, or engineering fields, as well as anyone interested in vector analysis and trigonometry.
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>