
Norbert W. answered 07/29/16
Tutor
4.4
(5)
Math and Computer Language Tutor
dx/dt=x2/3
x-2/3 dx = dt
3 * x1/3 = t + c
For x(0) = 0
3 * 0 = 0 + c => c = 0
Then 3 * x1/3 = t and x(t) = (t/3)3
x(t) represents the function for x when it depends on the variable t.
I am not sure what you mean by "x dot", unless you are referring to dx/dt.
dx/dt = d(x(t))/dt
Check
dx/dt = 3 * (t/3)2 * (1/3) = (t/3)2
= (3*x1/3/3)2 = x2/3