A Systematic Approach to Problem Solving

Solving problems in dynamics, especially those involving multiple bodies and forces, requires a systematic approach. The most crucial tool is the Free-Body Diagram (FBD).

The Free-Body Diagram

A Free Body Diagram (FBD) is a simplified diagram of an object isolated from its environment, showing all the external forces acting on it. Internal forces within the object are not shown.

Purpose of FBDs:

  • To analyze forces acting on a single object
  • To apply Newton’s laws effectively
  • To identify net force and direction of acceleration

Steps to Draw an FBD:

  1. Isolate the object from its surroundings.
  2. Represent the object as a point or a box.
  3. Draw vectors to show all external forces:
  • Gravitational force (mg)
  • Normal force
  • Tension
  • Friction
  • Applied force

Free body diagram example with forces

Key Tips:

  • Do not include internal forces
  • Use coordinate axes wisely
  • Label all vectors with magnitude and direction
  • For inclined planes, resolve forces along the incline

Common Situations:

  • Block on rough surface: include friction
  • Block hanging by rope: include tension and weight
  • Elevator motion: account for apparent weight
  • Inclined plane: decompose weight into components

Pulleys, Strings, and Constraint Motion

Pulleys and strings are common in problems involving multiple objects connected through ideal or non-ideal systems.

Ideal Assumptions:

  • Massless and inextensible strings
  • Frictionless and massless pulleys
  • Tension same throughout the string

Tension (TT):

  • Force transmitted by a string, same throughout if ideal
  • Acts away from the object

Constraint Relation: When multiple bodies are connected by a string, their accelerations are related through constraints:

  • For two-block system with pulley: if one goes up, the other goes down
  • Relation: a1=a2a_1 = -a_2

Common Systems:

-Atwood Machine: Two masses hanging over a pulley

  • Acceleration: a=m1m2m1+m2ga = \frac{m_1 - m_2}{m_1 + m_2}g
  • Tension: T=2m1m2m1+m2gT = \frac{2m_1 m_2}{m_1 + m_2}g

-Pulley on Table: One block on table, other hanging

  • Use Newton’s laws with tension and acceleration

Key Observations:

  • If pulley is massive or has friction, tension is not equal on both sides
  • Use free body diagrams for each object and apply Newton’s second law individually
  • Combine equations using constraint relations

Solving Problems Using Newton’s Laws

Newton’s laws form the backbone of classical mechanics.

Steps to Solve Problems using Newton's Laws:

  1. Identify the System: Clearly define the object or system of objects you are analyzing.
  2. Draw a Free-Body Diagram: For each object in your system, draw a separate FBD. Represent the object as a point mass. Draw and label all external forces acting on it (e.g., gravity (mg), normal force (N), tension (T), friction (f), applied forces (F)).
  3. Choose a Coordinate System: For each FBD, choose a convenient set of perpendicular axes (e.g., x-y). It is often advantageous to align one axis with the direction of acceleration.
  4. Resolve Forces: Resolve any forces that do not lie along your chosen axes into their components along those axes.
  5. Apply Newton's Second Law: For each object, write down the equations for Newton's Second Law for each axis: Fx=max\sum F_x = ma_x Fy=may\sum F_y = ma_y
  6. Solve the System of Equations: You will now have a set of simultaneous equations. Solve these equations algebraically for the unknown quantities (e.g., acceleration, tension, friction).

Important Tips:

  • Carefully consider directions of acceleration and net force
  • Watch for hidden forces (e.g., normal, friction, reaction forces)
  • For inclined planes, use mgsinθmg\sin\theta and mgcosθmg\cos\theta components
  • Always define positive directions clearly and consistently

Common Systems:

Diagram of common systems

Example 1:

Question: A 5 kg block is resting on a rough horizontal surface with coefficient of friction 0.3. Draw the FBD.

Answer: Forces:

  • Weight: mg=5×9.8=49Nmg = 5 \times 9.8 = 49\, N downward
  • Normal force: 49 N upward
  • Frictional force: μN=0.3×49=14.7N\mu N = 0.3 \times 49 = 14.7\, N (opposes motion)
  • Applied force: if any, draw it as a vector in the applied direction

Example 2:

Question: A 10 kg box is pulled on a rough horizontal surface by a 50 N force at 30° to the horizontal. Coefficient of kinetic friction is 0.2. Find acceleration.

Solution:

Resolve the force:

  • Horizontal: Fx=50cos30°=43.3NF_x = 50\cos30° = 43.3\,N

  • Vertical: Fy=50sin30°=25NF_y = 50\sin30° = 25\,N

Normal force: N=mgFy=9825=73NN = mg - F_y = 98 - 25 = 73\,N

Friction: fk=μN=0.2×73=14.6Nf_k = \mu N = 0.2 \times 73 = 14.6\,N

Net force: Fnet=Fxfk=43.314.6=28.7NF_{net} = F_x - f_k = 43.3 - 14.6 = 28.7\,N

Acceleration: a=Fnet/m=28.7/10=2.87m/s2a = F_{net}/m = 28.7/10 = 2.87\,m/s^2

Example (Connected Bodies) 3:

Two masses m1=4 kgm_1 = 4\ kg and m2=6 kgm_2 = 6\ kg are connected by a string of negligible mass passing over a frictionless pulley. The mass m2m_2 hangs freely and m1m_1 is on a rough horizontal table (μk=0.3\mu_k = 0.3). Find the acceleration of the system and the tension in the string. (Take g=10 m/s2g = 10\ m/s^2)

Solution:

  1. FBD for mass m1m_1 (on table):

    • Vertical forces: Normal force NN upwards, weight m1gm_1g downwards. Since there is no vertical acceleration, N=m1g=4×10=40 NN = m_1g = 4 \times 10 = 40\ N.
    • Horizontal forces: Tension TT to the right, kinetic friction fkf_k to the left. The block accelerates to the right with acceleration 'a'.
    • Equation of motion: Tfk=m1aT - f_k = m_1a.
    • fk=μkN=0.3×40=12 Nf_k = \mu_k N = 0.3 \times 40 = 12\ N.

    So, T12=4aT - 12 = 4a (Equation 1)

  2. FBD for mass m2m_2 (hanging):

    • Vertical forces: Weight m2gm_2g downwards, Tension TT upwards. The block accelerates downwards with the same acceleration 'a'.
    • Equation of motion: m2gT=m2am_2g - T = m_2a. So, 60T=6a60 - T = 6a (Equation 2)
  3. Solve the system of equations: We have two equations:

    1) T=4a+12T = 4a + 12

    2) 60T=6a60 - T = 6a

    Substitute (1) into (2):

    60(4a+12)=6a60 - (4a + 12) = 6a

    6012=6a+4a60 - 12 = 6a + 4a 48=10a    a=4.8 m/s248 = 10a \implies a = 4.8\ m/s^2.

    Now find the tension using Equation 1: T=4(4.8)+12=19.2+12=31.2 NT = 4(4.8) + 12 = 19.2 + 12 = 31.2\ N.

The acceleration of the system is 4.8 m/s24.8\ m/s^2 and the tension in the string is 31.2 N.