The first thing to do is to recognize the meaning of the variables in the equation:
Y = 0.247X^2 + 0.035X + 1.75
We are told that this equation gives the displacement as a function of
time. That means "Y" in this equation is the position of the ball at
a given time, and "X" is the time. Comparing this equation to the
kinematic equation, x = x_i + v_i*t + 1/2*a*t^2 would be clearer and
easier if we use the same sympols for the variables, and reorder the
terms on the right hand side so that the powers of "t" are increasing:
x = 1.75 + 0.035 * t + 0.247 * t^2
x = x_i + v_i * t + 1/2*a * t^2
Now equate the coefficients of terms that contain "t" raised to the
same power, while noting that the units of the experimentally
determined equation are meters and seconds:
x_i = 1.75 meters
v_i = 0.035 meters/second
1/2*a = 0.247 meters/second^2, which implies that a = 2 * 0.247
meters/second^2, a = 0.594 meters/second^2
Calculating the position of the ball at 2.5 seconds is left as an
excercise to the reader. (Substitute 2.5 seconds for "t" in the
experimentally determined equation and calculate the value of x) |