Bartek said:
Absolutely right (I assume, that d is "lost" height and t is time from start to first saved point).
Its equivalent to pair of equations:
2.3360=Vinit*0.1 + 1/2*a*0.1^2
2.3360+2.4000=Vinit*0.2 * 1/2*a*0.2^2
where Vinit is velocity in 1st saved point. IMHO it is easier way :-)
Then you wrote:
2.336 = 1/2(a(t+0.1)^2) - 1/2(at^2) - right
2.336 = 0.1a(t+0.05) - right
a = (t + 0.05)/.2336 - I'm afraid wrong! a=23.36/(t+0.05)
regards
Bartek
ps
Its beter to consider 1st, 3rd and 4th point in equations instead 1st, 2nd and 3rd - to reduce measurement errors.
Sorry about the mistaken calculation above. I was multitasking doing my own physics homework, then got logged and had retype everything and mistakenly multiplied instead of dividing. Anyway, I wasn't asking if I was right or wrong. Why do people say "I'm afraid" when pointing out an error? Are you really afraid that I'm wrong?
2.336 = 1/2(a(t+0.1)^2) - 1/2(at^2)
2.336 = 0.1a(t+0.05)
a = 23.36/(t+0.05)
4.736 = 1/2(a(t+0.2)^2) - 1/2(at^2)
4.736 = 0.2a(t+0.1)
a = 23.68/(t+0.1)
23.36/(t+0.05) = 23.68/(t+0.1)
t = 3.6
2.336 = 1/2(a(3.7)^2) - 1/2(a(3.6)^2)
2.336 = 0.365a
a = 6.4 m/s^2
Either way, it's an average acceleration, no matter which points you use, it's an average. There's not enough data about the planet or the rock to use the gravitational constant to get a more accurate answer. You're making this problem more complex than it needs to be.
You're not really saying why the other is incorrect either - it's not! Both come to the same answer. And honestly, when I typed out the velocities the first time, it was fairly obvious by the constant displacement by .64 every tenth of a second what the acceleration was.
a = Δv/Δt
a = .64/.1
a = 6.4 m/s^2
Here are some other familiar numbers without using the equal equations.
v(first point to second point) = 23.36 m/s
v(average)1 = (23.36+24)/2 = 23.68 m/s
In this problem, you do not need to use equivalent equations. We are assuming a vacuum and we have enough data to use a less complicated system, I was correct in my original statement, and even I overcomplicated it a bit considering the numbers were very much constant to one acceleration (unlike gravity would ordinarily behave).
My point to begin with is that there is more than one way to get to the right answer. As they say, the more you complicate something simple, the more prone you are to errors.