two forces F1 and F2 acting on an object find the resultant force on the object and direction of the resultant force F1=60N and F2= 90n?

2015-12-02 5:20 pm
更新1:

angle=30 on f2 and angle=60 f1

回答 (1)

2015-12-02 7:56 pm
You are looking for R = F1 + F2 in vectors; so convert these into XX YY components.

Rx = F1x + F2x = F1 cos(60) + F2 cos(30)
Ry = F1 sin(60) + F2 sin(30)

So R = sqrt(Rx^2 + Ry^2) at theta = ATAN(Ry/Rx)

R = sqrt((60 * cos(radians(60)) + 90 * cos(radians(30)))^2 + (60 * sin(radians(60)) + 90 * sin(radians(30)))^2) = 1.450968E+02 ~ 145 N at theta = ATAN(((60 * sin(radians(60)) + 90 * sin(radians(30)))/((60 * cos(radians(60)) + 90 * cos(radians(30))))) = 41.9 deg re XX axis. ANS.


收錄日期: 2021-04-21 15:39:43
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20151202092054AAWgjDS

檢視 Wayback Machine 備份