2D Force Decomposition and Free-Body Diagram Notes
Key Concepts
The x-component of a displacement or force is analogous to Δx (the projection along the x-axis); the y-component is analogous to Δy.
For a vector (force) with magnitude F and angle θ, the hypotenuse of the corresponding right triangle is F.
Trigonometric definitions:
sinθ=FOpp
cosθ=FAdj
tanθ=AdjOpp
If the angle θ is measured from the +x axis, the standard component formulas are:
Fx=Fcosθ
Fy=Fsinθ
If you measure θ from a different axis (e.g., from the +y axis), the roles of sine and cosine swap for the x and y components:
Fx=Fsinθ
Fy=Fcosθ
Signs matter: depending on the quadrant, components can be positive or negative; always choose a clear coordinate convention (e.g., +x to the right, +y up).
The two-dimensional technique is to resolve each force into x and y components, then combine them to a single resultant if desired.
2D Free-Body Diagram Procedure
Step 1: Draw each force from its tail on the free-body diagram (F1, F2, F3, …). For each force, mark its x and y components.
Step 2: Resolve each force into its components:
For a force Fi with magnitude Fi and angle θi (from the +x axis):
F<em>ix=F</em>icosθi
F<em>iy=F</em>isinθi
Step 3: Sum the components separately:
∑F<em>x=∑</em>iFix
∑F<em>y=∑</em>iFiy
By convention, arrows to the right are positive for x, and upward arrows are positive for y.
Step 4: (Optional) Replace the multiple forces with a single resultant force that has the same effect:
Magnitude: F<em>R=(∑F</em>x)2+(∑Fy)2
Direction: θ<em>R=tan−1(∑Fx∑F</em>y)
Note: use atan2 for the correct quadrant.
Step 5: Document the full free-body diagram, including the component arrows and the summed components; write down the equations clearly to avoid sign mistakes later.
Practical note: The author emphasizes documenting steps on paper and then transferring them to the equations, to prevent sign and magnitude errors.
Tail-to-Head Method / Axes-Guided Decomposition
A practical mental model: tail-to-head, then follow the axes to reach the head of the resultant.
Start at the tail of the force, project onto the x-axis (horizontal) and y-axis (vertical) components, and then combine to reach the head of the force along the axes.
This approach helps you handle any direction by respecting the coordinate axes and the angle between the vector and the axis.
Angles and Orientation in Examples
The same 90-degree triangle can be used from either acute angle in the triangle:
If the considered angle is the one adjacent to the x-axis, the adjacent side corresponds to the x-component and the opposite side to the y-component.
If you flip which angle you use (the other acute angle in the triangle), the roles of adjacent/opposite swap:
Using the angle with the x-axis:
F<em>x=Fcosθ,F</em>y=Fsinθ
Using the angle with the y-axis:
F<em>x=Fsinθ,F</em>y=Fcosθ
The text emphasizes that, regardless of which angle you choose, you still arrive at the same final components and resultant.
Example Walkthrough (Conceptual Flow)
Setup: Consider a force represented by its magnitude and direction; determine whether you measure θ from the +x axis or from another axis; decide the signs for each component accordingly.
For a force with magnitude 150 and angle θ relative to the x-axis:
If θ is measured from +x:
F<em>x=150cosθ,F</em>y=150sinθ
If the force is not aligned with the axes, decompose using the triangle components: the side along the x-axis represents the x-component and the side along the y-axis represents the y-component.
Example 2 (alternate numbers from the transcript):
Suppose a force with magnitude 450 N at θ = 25° (from +x).
Fx=450cos25∘≈450×0.9063≈408
Fy=450sin25∘≈450×0.4226≈190
The transcript notes a rounded value around 400 for the x-component and about 190 for the y-component; these illustrate the same method of resolving into components.
Practical Tips and Common Pitfalls
Always write down the step-by-step process on paper or in the diagram before plugging into equations.
Free-body diagrams are often where sign mistakes happen; be explicit about directions and positive signs.
For 2D problems, resolve each force separately and then sum x and y components independently.
After obtaining ∑Fx and ∑Fy, you can either keep them as a two-component resultant or convert to a single force with magnitude and direction for simplicity.
Use a consistent coordinate system: +x to the right, +y upward.
When in doubt about the angle definition, draw the vector and the angle on the diagram and read off the correct cos/sin usage for the corresponding component.
Quick Reference Formulas
For a force Fi with magnitude Fi and angle θi from the +x axis:
F<em>ix=F</em>icosθi
F<em>iy=F</em>isinθi
If using the angle from the +y axis (or the other acute angle):
F<em>ix=F</em>isinθi
F<em>iy=F</em>icosθi
Sum of components:
∑F<em>x=∑</em>iFix
∑F<em>y=∑</em>iFiy
Resultant magnitude and direction:
F<em>R=(∑F</em>x)2+(∑Fy)2
θ<em>R=tan−1(∑Fx∑F</em>y)
Note: use the atan2 convention to place the angle in the correct quadrant.
Notation and Conceptual Anchors
Opposite side vs. adjacent side depends on which angle you reference in the triangle.
The long-term goal is to represent the net effect of multiple forces by a single equivalent force (magnitude and direction) or by the sum of its components.
The technique scales to any number of forces: resolve each force, sum components, then either report the two-component resultant or convert to a single resultant.
Final Checkpoints
Verify unit consistency and direction conventions.
Check that the vector sum of components corresponds to the overall expected direction of motion or resultant force.
Ensure all component vectors are clearly labeled on the diagram and equations are clearly documented.