Matterwave said:
Doing it the Lorentz transform way gets you to the exact same answer. Notice that if you set x=0 and take x'/t' you get that x'/t'=v. From here you still have to use the fact that t'=gamma*t to obtain v=x'/gamma*t=3.5cm*sqrt(1-v^2/c^2)/t. It's the exact same equation as before just with minor notation convention differences (x->x', t0->t, and t->t'...a bit confusing haha).
The time-dilation and length contraction equations are just simplified forms which are convenient for specific purposes. t0 is the time measured in the rest frame, or equivalently the frame in which the two events happen at the same position (notice that the time-dilation equation falls out naturally from the Lorentz transforms if you set x=0). It's not incredibly difficult to keep track.
Not saying they're wrong, not at all, it's just that knowing when to apply each can get confusing, especially when you're just getting to know the subject when simultaneity and events occurring in the same point in space are still flaky concepts.
Just pedagogically speaking, I think the transform approach is simpler to keep track of, and promotes better understanding.
As for relativistic notation, these symbols usually hold the following meanings:
\gamma = \frac{1}{\sqrt{1-\frac{v^2}{c^2}}} where v is the relative velocity between the two reference frames.
\beta = \frac{v}{c} where v can refer to any velocity, often you'll see \beta ' or \beta_0 or whatever, with the prime or 0 index referring to a particular velocity.
Another thing worth noting is that in the usual relativistic notation, you'll have two reference frame. One which you claim is at rest, the lab frame, or the unprimed frame, S, and another frame which is moving with a velocity v in the +x direction with respect to the lab frame, denoted S', the primed frame.
The usual form of the Lorentz Transform relates the position and velocity of a particle in the primed frame to those in the unprimed frame. If you're ever in doubt on a special relativity question, just go back to the basics, and a bit of algebra later, the answer should pop out:
For the position of an event in the primed frame, based on the position and time coordinates of that event in the unprimed frame:
x'=\gamma(x-vt)
And for the time of an event in the primed frame, based on the position and time coordinates of that event in the unprimed frame:
t'=\gamma(t-\frac{vx}{c^2})
In my previous post I gave the form of the transformation where the primed frame is moving with velocity v in the -x direction, which as you can see, simply meant that I used -v instead of v in the above equations.