
William W. answered 05/31/21
Math and science made easy - learn from a retired engineer
I'm going to make the assumption that "USING THE LONG METHOD" means using the limit definition of the derivative and that you are looking for the derivative of "x" with respect the "t".
So dx/dt (also known as x') = limit (as h approaches zero) of (f(t + h) - f(t))/h
where f(t + h) = 1/2(t + h)4 - 5(t + h) - 3
f(t + h) = 1/2(t + h)2(t + h)2 - 5(t + h) - 3
f(t + h) = 1/2(t2 + 2th + h2)(t2 + 2th + h2) - 5t - 5h - 3
f(t + h) = 1/2(t4 + 4t3h + 6t2h2 + 4th3 + h4) - 5t - 5h - 3
f(t + h) = 1/2t4 + 2t3h + 3t2h2 + 2th3 + 1/2h4 - 5t - 5h - 3
So f(t + h) - f(t) = 1/2t4 + 2t3h + 3t2h2 + 2th3 + 1/2h4 - 5t - 5h - 3 - (1/2t4 - 5t - 3)
f(t + h) - f(t) = 1/2t4 + 2t3h + 3t2h2 + 2th3 + 1/2h4 - 5t - 5h - 3 - 1/2t4 + 5t + 3
f(t + h) - f(t) = 2t3h + 3t2h2 + 2th3 + 1/2h4 - 5h
f(t + h) - f(t) = h(2t3 + 3t2h + 2th2 + 1/2h3 - 5)
And [f(t + h) - f(t)]/h = h(2t3 + 3t2h + 2th2 + 1/2h3 - 5)/h = 2t3 + 3t2h + 2th2 + 1/2h3 - 5
The limit as h approaches zero is 2t3 - 5
So x' = 2t3 - 5