sin(x) = t2 + t
differentiate implicitly:
cos(x) dx/dt = 2t + 1
dx/dt = (2t+1)/cos(x)
Make a right triangle with vertical side t2+t and hypotenuse 1 (That means sin(x) = t2+t). The cos(x) will be sqrt(1-(t2+1)2)/1 = sqrt(1-(t2+1)2) having used the definition of the cos and that the horizontal side from Pyth. Thm.
dx/dt = (2t+1)/sqrt(1-(t2+t)2) Plug in t = 0 to obtain v(0) = +/- 1 (we may have to eliminate one of these in order to satisfy a > 1)
You could take the derivative of this to calculate d2x/dt2 using quotient rule or you can use the form with cos(x) in it, except make it multiplication by sec(x) rather than division by cos(x) and use product rule:
d(dx/dt)/dt = d/dt ((2t+1)sec(x)) = (2sec(x) + (2t+1)sec(x)tan(x))dx/dt
Maybe easiest is just to implicitly take the derivative of
cos(x)dx/dt = 2t + 1
-sin(x)dx/dt +cos(x)d2x/dt2 = 2
Substitute for dx/dt, cos(x), and sin(x) and solve for d2x/dt2 as a function of t.
Pick your poison and sub in t = 0 to find a(0) and only take the positive value. Plot the curve in Desmos to see that there are an infinite number of x values, but only 2 possible v and a values.