Daniel B. answered 04/30/22
A retired computer professional to teach math, physics
In order to talk about direction, let's set up a coordinate system.
Define x and y-axis in the horizontal plane.
Define them so that the original position of the bomb becomes the origin of the two axes.
We also have the freedom to orient the axes in a convenient way --
let's make the positive x-direction be the direction of the first piece.
I would suggest drawing a picture.
Let
m1 = 2.5 kg be the mass of the first piece,
v1 = 22 m/s be the speed of the first piece,
α = 0° be the angle the trajectory of the first piece forms with the positive x-axis,
m2 = 3.2 kg be the mass of the second piece,
v2 = 15.2 m/s be the speed of the second piece,
β = 55.4° be the angle the trajectory of the second piece forms with the positive x-axis,
m3 be the mass of the third piece (to be computed),
v3 = 33.5 m/s be the speed of the third piece,
γ be the angle the trajectory of the third piece forms with the positive x-axis (to be computed).
This is an exercise in conservation of momentum, which was 0 before the explosion.
We can express the conservation of momentum in two equations --
one the the x-axis and one for the y-axis.
Recall that a vector's projection on the x-axis is proportional to the cosine of its angle,
and a vector's projection on the y-axis is proportional to the sine of its angle.
m1v1cos(α) + m2v2cos(β) + m3v3cos(γ) = 0
m1v1sin(α) + m2v2sin(β) + m3v3sin(γ) = 0
The first equation represents the conservation of momentum along the x-axis, and
the second equation represents the conservation of momentum along the y-axis.
Rearrange the two equations to place the unknowns on the left
m3v3cos(γ) = -m1v1cos(α) - m2v2cos(β) (1)
m3v3sin(γ) = -m1v1sin(α) - m2v2sin(β) (2)
Question (a):
Divide equation (2) by equation (1)
tan(γ) = (m1v1sin(α) + m2v2sin(β)) / (m1v1cos(α) + m2v2cos(β)) (3)
Substituting actual numbers
tan(γ) = (2.5×22×sin(0°) + 3.2×15.2×sin(55.4°)) / (2.5×22×cos(0°) + 3.2×15.2×cos(55.4°)) = 0.4846
γ = 25.85° + k×180° (for any integer k) (4)
While (4) describes all the solutions to equation (3),
we are interested only in those solutions where 0° ≤ γ < 360°.
That means only for k = 0 or k = 1.
In addition, not all of those solutions are solutions to (1) and (2).
Equations (1) and (2) contain the additional information that
cos(γ) < 0 and sin(γ) < 0
That happens for γ satisfying 180° < γ < 270°.
Therefore k = 1, and
γ = 205.85°
Question (b)
Calculate m3 from equation (2).
m3 = (-m1v1sin(α) - m2v2sin(β))/(v3sin(γ))
Substituting actual numbers, taking advantage of sin(0) = 0
m3 = (-3.2×15.2×sin(55.4°)))/(33.5×sin(205.85°)) = 2.74 kg
Question (c)
In general, the efficiency of any process is the ratio between the amount of
"useful" output quantity divided by input quantity.
The quantity of interest may be energy, work, force.
What is designated as "useful" depends on the application.
In your example, there is only one quantity that can be discussed -- energy.
We know the kinetic energy of the pieces:
m1v1²/2 + m2v2²/2 + m3v3²/2
Besides this kinetic energy, the explosion yields other forms of energy, for example, heat.
If the objective of the explosion were the kinetic energy of the pieces, then
that would be designated as "useful" and the heat would be waste.
On the other hand, if the objective were the heat, then the kinetic energy
would be considered waste.
In order to calculate the efficiency, we would also need to know the energy
(chemical, nuclear, heat, pressure) of the original bomb.