Bryson G. answered 04/25/21
Dedicated STEM Tutor Passionate for Teaching for Understanding
I'm going to name F1 = 11.8 N , F2 = 22.9 N , θ1 = 53.7° , θ2 = -15.8°, m =15.5 kg
This problem truly only relies on two points. Firstly is the equation F = ma, or more appropriately, the sum of the forces ∑F = ma. Next is the magnitude equation which is Pythagorean's Theorem a2 + b2 = c2, or more appropriately, a2 = ax2 + ay2 where ax is the horizontal acceleration and ay is the vertical acceleration. Thus the forces F1 and F2 will need to be broken into components to find ∑Fx and ∑Fy :
F1cos(θ1) + F2cos(θ2) = 11.8 N * cos(53.7°) + 22.9 N * cos(-15.8°) = 29.021 N = ∑Fx
F1sin(θ1) + F2sin(θ2) = 11.8 N * sin(53.7°) + 22.9 N * sin(-15.8°) = 3.275 N = ∑Fy
Now we can find ax and ay with ∑F = ma by dividing the mass (m) :
ax = ∑Fx / m = 29.021 N / 15.5 kg = 1.872 m/s2
ay = ∑Fy / m = 3.275 N / 15.5 kg = 0.211 m/s2
And finally a2 = ax2 + ay2 → a = SQRT(ax2 + ay2) = SQRT( (1.872 m/s2)2 + (0.211 m/s2)2 ) = 1.884 m/s2
Alternatively, the same magnitude concept can be used to instead find a single consolidated force (FR) then using that FR = ma which saves one division-by-m step as shown :
FR = SQRT(∑Fx2 + ∑Fy2) = SQRT( (29.021 N)2 + (3.275 N)2 ) = 29.205 N
a = FR / m = 29.205 N / 15.5 kg = 1.884 m/s2
However, as the systems become more complex, it actually becomes easier to solve by analyzing the motions caused kept in separate x and y directions as shown in the former way.