Thomas2 said:
No, there are in fact only two points involved here: the observer A and the car B (betweeen which the light signal is exchanged). Point C only enters into the picture if you assume that the light signal is an independent entity that can be classically described as having a velocity c with regard to A and c-v with regard to B (see also my reply to Doc Al below).
Sorry, that's not how it works. Refering to the diagram below, let us assign coordinates to analyze the problem. We will assign the coordinates t=0 and x=0 to point A. We will assign the coordinates t=0 and x=S to point B.
A--------------B-------C
---------------S
Given that the speed of light is 'c', we can describe the position of the light signal as a function of time via an equation.
The general equation for ANY moving body moving at a constant velocity will be a linear equation
position = velocity * time + offset
The value of offset is the starting position of the body, because at t=0, position = constant.
The velocity of the object is defined as the slope (derivative) of the straight line which plots the position as a function of time.
Using this general result, we can then write the equation which describes the motion of the light as a function of time:
light(t) = c*t (eq 1)
We can do this because the velocity of light is 'c', and because the position of the light at t=0 is 0, setting the value of the offset in the general equation.
We can in a similar manner describe the position of the car as a function of time
car(t) = S + v*t. (eq 2)
We can do this because we know that at time t=0, the car is at x=S, and that it moves at a velocity v.
We can find the time and position at which the car meets the light beam by solving the equation for the value of time at which
car(t) = light(t)
We substitute in the results from eq(1) and eq(2)
S+v*t = c*t
This is the equation that Doc Al derived. I am just deriving it more slowly and explaining it in full detail, one small step at a time.
We can re-write the equation
S = c*t - v*t = (c-v)*t
thus t = S / (c-v)
We can find the position of the car and light at time t, and insure that they are the same, this will also solve for the location of point 'C".
car = S+v*(S/(c-v)) = S*(c-v)+v*S / (c-v) = S*c - S*v + v*s / c-v =
S*c/(c-v)
light = c*S/(c-v)
Thus we confirm that the position of both the car and the light signal at time
t = S/(c-v) is the positoin c*S/(c-v).