Difficulty: Easy
Correct Answer: R = √( (ΣH)^2 + (ΣV)^2 )
Explanation:
Introduction / Context:
Vector addition of forces is fundamental. When multiple forces act at a point, we commonly resolve them into orthogonal components and then recombine to find a single equivalent resultant force.
Given Data / Assumptions:
Concept / Approach:
The resultant of orthogonal components follows the Pythagorean relationship. If R has components (ΣH, ΣV), then the magnitude of R is given by R = sqrt( (ΣH)^2 + (ΣV)^2 ). The direction θ satisfies tan(θ) = ΣV / ΣH.
Step-by-Step Solution:
Verification / Alternative check:
Check special case: If ΣH = 0, then R = |ΣV|; if ΣV = 0, then R = |ΣH|. This is consistent with the square root expression.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to take the square root; sign errors when summing components; incorrect angle quadrant due to signs of ΣH and ΣV.
Final Answer:
R = √( (ΣH)^2 + (ΣV)^2 )
Discussion & Comments