Consider the follwoing equation:
\(-x_0 = vt + \frac{1}{2}at^2\)
Note that the above equation is not in the standard form of a quadratic equation, so we will need to rearrange it before we can apply the quadratic formula.
First add \(x_0\) from both sides of the equation:
\((-x_0)+x_0 = (vt + \frac{1}{2}at^2)+x_0\)
which results in:
\(0 = x_0 + vt + \frac{1}{2}at^2\)
Note that in the above step we "subtracted \(x_0\) from both sides". Another commom way to say this is: "subtract \(x_0\) to the other side", since the end result is "moving" \(x_0\) from one side to the other.
Consider the standard form of a quadratic equation: \(ax^2 + bx + c = 0 \text{.}\) While we don’t have to rewrite our equation in the standard form to use the quadratic formula, it can be helpful to identify the values of \(a\text{,}\) \(b\text{,}\) and \(c\) by comparing our equation to the standard form. Doing this gives:\(\frac{1}{2}at^2 + vt + x_0 = 0\)
Now it is a bit easier to directly identify the values of \(a\text{,}\) \(b\text{,}\) and \(c\text{:}\)
\(a = \frac{1}{2}a\)
\(b = v\)
\(c = x_0\)
Now we can use the quadratic formula to solve for \(t\text{.}\) The quadratic formula is: \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \text{.}\) Substituting in our values of \(a\text{,}\) \(b\text{,}\) and \(c\) gives:
\(t = \frac{-v \pm \sqrt{v^2 - 4(\frac{1}{2}a)(x_0)}}{2(\frac{1}{2}a)}\)
which simplifies to:
\(t = \frac{-v \pm \sqrt{v^2 - 2ax_0}}{a}\)
The above solution gives two possible values for \(t\text{,}\) one using the plus sign, and one using the minus sign. So the above equation for \(t\) is the answer. However, to be more explicit in this example, we can write out the two possible values for \(t\) as:
\(t_1 = \frac{-v + \sqrt{v^2 - 2ax_0}}{a}\)
\(t_2 = \frac{-v - \sqrt{v^2 - 2ax_0}}{a}\)
Notice that the solution written as \(t = \frac{-v \pm \sqrt{v^2 - 2ax_0}}{a}\) does not use subscripts. In this case, the \(\pm\) symbol already indicates that two possible values for \(t\) exist: one obtained using the plus sign and one obtained using the minus sign.
When these two solutions are written as separate equations, it becomes useful to distinguish between them using subscripts: \(t_1\) and \(t_2\text{.}\) This is a common convention in mathematics and science. In general, unique quantities should be represented by unique symbols. Using the same symbol for multiple values can create ambiguity and make equations more difficult to interpret. By writing the solutions as \(t_1\) and \(t_2\text{,}\) we clearly indicate that they represent two distinct values of time. Also note that "1" and "2" subscritps are arbitrary labels, you could have used \(t_3\) and \(t_4\text{,}\) or \(t_{\text{☺}}\) and \(t_{\text{☹}}\) as long as you are consistent in your labeling.