Loading…

Relative Motion

Physics Classical Mechanics • Motion

View all topics

Compute relative velocity in 1D or 2D, show the vector of A relative to B, and animate the motion of both objects together with a synchronized graph view.

Use positive x for east/right and positive y for north/up. In 1D mode only the x-components are used. The relative velocity of A with respect to B is v_A/B = v_A − v_B.
Ready
Enter the motion data and click “Calculate”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is relative velocity?

Relative velocity is the velocity of one object as observed from another moving object. It is found by subtracting the observer's velocity from the object's velocity.

How do you calculate the velocity of A relative to B?

Use v_A/B = v_A - v_B. In 2D, subtract the x-components and y-components separately to form the relative-velocity vector.

Why can the relative velocity be zero even if both objects are moving?

If A and B have exactly the same velocity vector, then their difference is zero. In that case, neither object moves relative to the other.

How do you find the direction of the relative velocity in 2D?

After finding the relative-velocity components, compute the angle with atan2(v_A/B,y, v_A/B,x). The calculator also converts the result into a compass-style direction.

What is the relative displacement after time t?

If the relative velocity is constant and both objects start from the same origin, then the relative displacement is r_A/B(t) = v_A/B × t.