There's a vehicle that starts at $P(0|0)$ oriented in positive y direction. This vehicle has two wheels that are a certain distance $d$ apart, have a diameter of $\frac{10}\pi cm$, are parallel to each other and can move at different speeds ($v_r$ and $v_l$) backwards and forwards. $d$, $v_l$ and $v_r$ are known constants.
I'm wondering if it is possible to calculate the vehicles coordinates at any point in time.
A concrete example would be for $d=8cm; \; v_l=-1\frac{rev}{s}; v_r=3\frac{rev}{s}$
Here's a visualization of the above description:

Note that this is only a model representation and the scale might not be perfectly correct.
Edit: The black dots in the first and in the second figure represent the center of the vehicle and not the point $P(0|0)$. I just marked the point in the first figure to clarify, that the vehicle's center is starting at $(0|0)$.
I've noticed that there always seems to be a point where both wheels are rotating around. If this is true finding this point could help also finding the location of the vehicle but I'm not 100% sure


With the help of this sketch:
We know that the length of an arc is $l=\beta R$
Let the center of rotation be
O, located in the x-axis, at distancesfrom the y-axisIn a time $dt$ the right wheel goes $l_1=v_1dt$, while the left wheel moves $l_2=v_2dt$
So, $l_1=v_1dt=d\beta (\frac{L}{2}+s)$ and $l_2=-v_2dt=-d\beta (\frac{L}{2}-s)$
Notice the "-" sign for $v_2$ as it goes as "-y".
The angle $d\beta$ is the same for both wheels, so:
$\frac{v_1dt}{\frac{L}{2}+s } \; =\;\frac{-v_2dt}{\frac{L}{2}-s }$
$v_1\frac{L}{2} - v_1s \;=\; -v_2\frac{L}{2} - v_2s$
$(v_1+v_2)\frac{L}{2} \;=\; (v_1-v_2)s$
$s= \frac {v_1+v_2}{v_1-v_2}\frac{L}{2}$
That formula works for all values of $v_1$ and $v_2$, except for the case $v_1=v_2$ when the vehicle draws a straight (radius=$\infty$) and not a curve.
Also notice that if both wheels spin in the same direction then $s>\frac{L}{2}$, out of AB zone.
You see, the distance "s" is the same over time, which means that the path of every point in the wheel-axis is a circumference, centered at point
O.Then, the path for the middle point of the wheel-axis (your black box) is also a circumference centered at $(-s,0)$ and radius $R=s$
$(x+s)²+y²=s²$
Expressed with parametrics and time:
$x=s·cos (\frac{v_1·t}{\frac{L}{2}+s}) - s\;\;\;$ and $\;\;\; y=s·sin (\frac{v_1·t}{\frac{L}{2} +s})\;\;\;$ if $v_1 \neq 0$
or
$x=s·cos (\frac{v_2·t}{\frac{L}{2}-s}) - s\;\;\;$ and $\;\;\; y=s·sin (\frac{v_2·t}{\frac{L}{2} -s})\;\;\;$ if $v_2 \neq 0$
In the above formulas the velocities are expressed in linear units per time. If you have
rev/syou need the radiusaof the wheel to find $v_i= v_{rev}·a$