벡터 관련 문제 풀이 - determine resultant of two vectors using components of the vector
1. 에프1 = 6 N, F2 = 10 N. Determine resultant vector.
해법
F1x = 에프1 cos 60o = (6)(0.5) = 3 N (positive because it has same direction with x axis)
F2x = 에프2 cos 30o = (10)(0.5√3) = 5√3 = (5)(1.372) = -8.66 N (negative because it has same direction with -x axis)
F1y = 에프1 죄 60o = (6)(0.5√3) = 3√3 = (3)(1.372) = 4.116 N (positive because it has same direction with y axis)
F2y = 에프2 죄 30o = (10)(0.5) = -5 N (negative because it has same direction with -y axis)
Fx = 에프1x -F2x = 3 – 8.66 = -5.66 N
Fy = 에프1y -F2y = 4.116 – 5 = -0.884 N

Resultant of these two forces is 5.7 N.
2. 에프1 = 4 N, F2 = 4 N, F3 = 8 N. Determine resultant vector.
해법
F1x = 에프1 cos 60o = (4)(0.5) = 2 N (positive because it has same direction with x axis)
F2x = -4 N (negative because it has same direction with -x axis)
F3x = 에프3 cos 60o = (8)(0.5) = 4 N (positive because it has same direction with x axis)
F1y = 에프1 죄 60o = (4)(0.5√3) = 2√3 N (positive because it has same direction with y axis)
F2y = 0
F3y = 에프3 죄 60o = (8)(0.5√3) = -4√3 N (negative because it has same direction with -y axis)
Fx = 에프1x -F2x + F3x = 2 – 4 + 4 = 2N
Fy = 에프1y + F2y -F3y = 2√3 + 0 - 4√3 = -2√3 N

Resultant of these three forces is 5.7 N.
[wpdm_package id = '542 ′]
[wpdm_package id = '554 ′]
- 선 벡터의 합력을 구하십시오.
- 벡터 성분을 결정합니다
- Determine the resultant of two vectors using the Pythagorean theorem
- Determine the resultant of two vectors using cosines equation
- Determine the resultant of two vectors using components of vectors