InterviewSolution
Saved Bookmarks
| 1. |
At what angle do the two forces (P + Q) and (P – Q) act so that the resultant is sqrt(3P^(2)+Q^(2)). |
|
Answer» Solution :Use`R= sqrt(A^(2)+B^(2)+2AB COS Q)` `R=sqrt(3P^(2)+Q^(2)), A=P+Q`, `B=P-Q` solve, `theta=60^(@)` |
|