How do I show that 2 moving objects collide?

AI Thread Summary
To demonstrate the collision of two moving objects, their positions must be equal at the same time. The expressions for the boat and branch positions were derived using equations, leading to the equation (2i, +j)t^2 = (-4i, +j)t - (16i, +2j). The discussion highlighted the importance of separating the vector equation into scalar components for accurate analysis. Attempts to factorize the resulting equations revealed mistakes, particularly in the j component. Ultimately, graphing the positions over time confirmed the collision visually, aligning with the question's requirement to show that they collide.
SueJ
Messages
3
Reaction score
2
Homework Statement
We have a boat sailing at a uniform acceleration of (4i, +2j) from the origin, and a branch floating at a uniform velocity of (-4i, +j) starting from position (16i, +2j). Show that they collide, and give the time of the collision
Relevant Equations
1. d=ut+1/2(at^2)
2. v^2=u^2+2ad
3. v=u+at
4. d=t(u+v)/2
They collide when their positions are the same, so I plugged the information for the boat into equation 1 to get an expression for d which is (2i, +j)t^2

Then I used equation 4 to get an expression for d for the branch, which is (-4i, +j)t

I would need to take into account the different starting position for the branch by subtracting it from the branch side

So they collide when (2i, +j)t^2 = (-4i, +j)t - )16i, +2j)

I then tried to factorise it, and this is where I got stuck!
 
Physics news on Phys.org
SueJ said:
by subtracting it from the branch side
Have another think about that.
SueJ said:
I then tried to factorise
Don’t forget that a 2D vector equation is really two scalar equations. Try writing them separately.
 
yep, you are right, thanks - ADD it to the branch side.
I did try separating the i and the j so I ended up with 2 quadratics - the one for i did factorise fine, the j one didnt - I may have made a mistake obviously - did you try it, and if so, did it factorise?
In order to SHOW that they collide, I just drew a graph of the postion of boat and branch at increasing t just to show that they cross - is this what would be expected for the question 'show that they collide'?
 
haruspex said:
Have another think about that.

Don’t forget that a 2D vector equation is really two scalar equations. Try writing them separately.
oh yes I did make a mistake and I got the same t for both I and j this time, thanks
 
  • Like
Likes berkeman
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top