-1
votes
1answer
90 views

Simulating a car in an intersection

I'm somewhat confused. I want to simulate in real-time an intersection where cars have to turn left, right or go straight. What I have are 2 way points: One at the beginning of the intersection on ...
2
votes
2answers
167 views

Ideal 2D Unicycle Kinematics

A particle is connected to a massive wheel by a rigid rod. The wheel can roll without slipping on a horizontal surface. The particle is free to rotate around the centre of the wheel. I believe the ...
0
votes
1answer
650 views

How do I know an initial speed of a thrown object using the max height [closed]

The simulation being referred to is in box2d An object is thrown to the max height of $h$ with gravity of $g$, what is it initial speed? I tried the following: $v = v_0 - g t$ $0 = v_0 - g t$ $t ...
1
vote
1answer
616 views

How to find acceleration given position and velocity?

Sorry for this very simple question but I am still very new to the laws of motion. I am dealing with 2-dimensional vectors in my programming environment and I'm following these slides to learn about ...