Well, I've been trying to figure out a problem which I imposed on myself, so no literal values included. Unfortunately, my brain is not cooperating.
The problem states:
What is the height from which an object was dropped if it travelled the last $x$ units of distance in $t_x$ units of time?
Specific values and units are not important. It's just a thought problem, for the sake of it.
I was thinking along the lines:
The total height would be $h_0$ and total time would be $t_0$. The equation for the height can be obtained as an indefinite integration of the function $v(t)$ or through more common channels which do the same thing.
$h_0 = \frac{gt_0^2}{2}$ (1)
Right, that much is clear. This much is also true:
$h_0 = h + x$ (2)
$t_0 = t + t_x$ (3)
Which enables us to restate the equation (1) as:
$h+x= \frac{g}{2}(t+t_x)^2$
Now, we know the values of $x$ and $t_x$ and the value of gravitational acceleration, $g= ~9.80665$ $m/s^2$
All that remains is $h$ and $t$ and I just can't express it, everything I try to do doesn't give me an insight into their values. Is the system of equations under-constrained? I would really appreciate some insight, even if it is just to show the error of my ways.
I apologize for not consulting textbooks and other materials, I have the tendency to attempt to discover things on my own, if I can, of course.