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θ=OppF\sin\theta = \frac{Opp}{F}
    • cosθ=AdjF\cos\theta = \frac{Adj}{F}
    • tanθ=OppAdj\tan\theta = \frac{Opp}{Adj}
  • If the angle θ is measured from the +x axis, the standard component formulas are:
    • Fx=FcosθF_x = F\cos\theta
    • Fy=FsinθF_y = F\sin\theta
  • 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θF_x = F\sin\theta
    • Fy=FcosθF_y = F\cos\theta
  • 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θiF<em>{ix} = F</em>i\cos\theta_i
    • F<em>iy=F</em>isinθiF<em>{iy} = F</em>i\sin\theta_i
  • Step 3: Sum the components separately:
    • F<em>x=</em>iFix\sum F<em>x = \sum</em>i F_{ix}
    • F<em>y=</em>iFiy\sum F<em>y = \sum</em>i F_{iy}
    • 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)2F<em>R = \sqrt{(\sum F</em>x)^2 + (\sum F_y)^2}
    • Direction: θ<em>R=tan1(F</em>yFx)\theta<em>R = \tan^{-1}\left(\frac{\sum F</em>y}{\sum F_x}\right)
    • 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θF<em>x = F\cos\theta, \quad F</em>y = F\sin\theta
    • Using the angle with the y-axis:

      • F<em>x=Fsinθ,F</em>y=FcosθF<em>x = F\sin\theta, \quad F</em>y = F\cos\theta
  • 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θF<em>x = 150\cos\theta, \quad F</em>y = 150\sin\theta
    • 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 1 (two forces):
    • Force 1: magnitude 100 N at θ1 = 30° (above +x).
    • F1x=100cos3086.60F_{1x} = 100\cos 30^{\circ} \approx 86.60
    • F1y=100sin30=50.0F_{1y} = 100\sin 30^{\circ} = 50.0
    • Force 2: magnitude 150 N at θ2 = 120°.
    • F2x=150cos120=75.0F_{2x} = 150\cos 120^{\circ} = -75.0
    • F2y=150sin120129.90F_{2y} = 150\sin 120^{\circ} \approx 129.90
    • Net components:
    • Fx=86.60+(75.0)11.60\sum F_x = 86.60 + (-75.0) \approx 11.60
    • Fy=50.0+129.90179.90\sum F_y = 50.0 + 129.90 \approx 179.90
    • Resultant:
    • Magnitude: FR=(11.60)2+(179.90)2180.0 NF_R = \sqrt{(11.60)^2 + (179.90)^2} \approx 180.0\ \text{N}
    • Direction: θR=tan1(179.9011.60)86.3\theta_R = \tan^{-1}\left(\frac{179.90}{11.60}\right) \approx 86.3^{\circ} (nearly vertical up).
  • Example 2 (alternate numbers from the transcript):
    • Suppose a force with magnitude 450 N at θ = 25° (from +x).
    • Fx=450cos25450×0.9063408F_x = 450\cos 25^{\circ} \approx 450 \times 0.9063 \approx 408
    • Fy=450sin25450×0.4226190F_y = 450\sin 25^{\circ} \approx 450 \times 0.4226 \approx 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θiF<em>{ix} = F</em>i\cos\theta_i
    • F<em>iy=F</em>isinθiF<em>{iy} = F</em>i\sin\theta_i
  • If using the angle from the +y axis (or the other acute angle):
    • F<em>ix=F</em>isinθiF<em>{ix} = F</em>i\sin\theta_i
    • F<em>iy=F</em>icosθiF<em>{iy} = F</em>i\cos\theta_i
  • Sum of components:
    • F<em>x=</em>iFix\sum F<em>x = \sum</em>i F_{ix}
    • F<em>y=</em>iFiy\sum F<em>y = \sum</em>i F_{iy}
  • Resultant magnitude and direction:
    • F<em>R=(F</em>x)2+(Fy)2F<em>R = \sqrt{(\sum F</em>x)^2 + (\sum F_y)^2}
    • θ<em>R=tan1(F</em>yFx)\theta<em>R = \tan^{-1}\left(\frac{\sum F</em>y}{\sum F_x}\right)
    • 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.