Step 5 of 6 Find acceleration component in y direction y 05
Solution
He has simply make derivatives of the equation y=0.5*x2 with respect to time t.
In the first step he has made differential equation dy/dt = x dx/dt
General rule of differential equation: x*y = x dy/dt + y dx/dt
here 0.5 is constant so, x2(0.5/dt) + (2x*0.5)*(dx/dt) = x dx/dt
here dx/dt will be your velocity in x direction.
further make a step of differential equation for acceleration in y direction
that will be d2y/dt2 = (dx/dt)2 + x d2x/dt
d2y/dt2 shows that it is the second differential of dy/dt ,while second differential of x dx/dt will be like (dx/dt)2 + x d2x/dt from the General rule of differential equation: x*y = x dy/dt + y dx/dt
d2y/dt2 acceleration in y direction = ay
dx/dt velocity in x direction = vx
d2x/dt = acceleration in x direction = ax
then he has simply put values of ay,vx,ax in last differential equation.
New equation will be like ay=vx2+xax
and finally put all values and got the answer
