InterviewSolution
Saved Bookmarks
| 1. |
5)If the resultant of two vectors of equal magnitude is equal tothe magnitude of either vector, then, what is the anglebetween the vectors? |
|
Answer» Let R , Q are two vector which magnitude is equal also resultant of it also equal to either e.g | R | = | Q | and resultant = R + Q magnitude of resulatant = | R | = | Q| so, | R | = | R + Q | | R | = √( | R|² + | Q|² +2|R | |Q| cos∅) take square of both sides R² = R² + Q² + 2|R| |Q| cos∅ put | R| =|Q| R² = R² + R² +2R² cos∅ cos∅ = -1/2 ∅ = 2π/3 |
|