In line.
Hello, I tried using the polynomial line which goes
through the points of degree 2. But the equation given is
y = -2E-06x2 + 0.0023x + 0.236 which I dont understand.
What do you not understand? I'd hazard a guess that the coefficient of
x^2 is not significant. Also, to improve on the rounding, double click
the equation and adjust the number of decimal values.
If I use the method of linest, I am left with y=mx + b, I
can diff but I will not be able to get velocity at each
point as the x would be eliminated once diff.
LINEST, contrary to the documentation, works with non-linear equations.
For one example see Bernard Liengme's
http://www.stfx.ca/people/bliengme/ExcelTips/Polynomial.htm
To be more precise, I have a set of x values which is the
height from 100cm to 190cm. The y values are the time it
takes for the object to fall, in sec.
Huh? You are plotting t=f(s), not s=f(t), where s is distance and t is
time. Since the equation of distance as a function of time is
s=1/2*constant-acceleration*t^2 + initial-speed*t + initial distance,
in your case the result is s=1/2*g*t^2, where g is the acceleration due
to gravity. So, t=Sqrt(2s/g).
any other suggestions
regards
--
Regards,
Tushar Mehta, MS MVP -- Excel
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions