- #1
shockawave
- 1
- 0
Predicting Collisions of 2 objects (EDITED)
Object 1 is at the origin. Object 2 is currently at 10 meters east and 20 meters north(10, 20) moving directly north at 30m/s . If Object 1 is moving at 70m/s, at what angle would Object 1 have to travel in order to collide with Object 2. Approximately where would they intersect?
I believe it you could use a system of equations.
mx+b = mx + b
To be honest with you it has been a while since i have taken physics and i don't really think we covered this type of scenario. This isn't my homework but it is vital that i know how to do this kind of problem because it relates to a video game that i am making.
I have no clue where to begin in finding the direction.
I thought you would be able to solve a system of equations to find the coordinates so that
ycollision = m1x1+y1-m2x2
I would also use the same method to find the x coordinate. However, i don't know how to calculate m1 since the slope would also require a direction, which i do not know how to find..
Homework Statement
Object 1 is at the origin. Object 2 is currently at 10 meters east and 20 meters north(10, 20) moving directly north at 30m/s . If Object 1 is moving at 70m/s, at what angle would Object 1 have to travel in order to collide with Object 2. Approximately where would they intersect?
Homework Equations
I believe it you could use a system of equations.
mx+b = mx + b
To be honest with you it has been a while since i have taken physics and i don't really think we covered this type of scenario. This isn't my homework but it is vital that i know how to do this kind of problem because it relates to a video game that i am making.
The Attempt at a Solution
I have no clue where to begin in finding the direction.
I thought you would be able to solve a system of equations to find the coordinates so that
ycollision = m1x1+y1-m2x2
I would also use the same method to find the x coordinate. However, i don't know how to calculate m1 since the slope would also require a direction, which i do not know how to find..
Last edited: