diye said:
f(x) = x^3/3-2x^2 + 3x +8
first derivative: x^2 - 4x + 3 ... x = 3 x = 1
second derivative: 2x - 4 ... x = 2
You have too much stuff.
f'(x) = x^2 - 4x + 3 PERIOD
f''(x) = 2x - 4 PERIOD
Now if you wanted to solve the equation f'(x) = 0, which you said nothing about, you would get x = 3 or x = 1. But the first derivative, or f'(x) is just x^2 - 4x + 3.
Similarly for the second derivative: f''(x) = 2x -4.
diye said:
s(0) = 8
s(1) = 9 1/3
s(2) = 8 2/3
s(3) = 8
so now
time | velocity | acceleration | speed
0 < x <1
1< x < 2
2< x < 3
x> 3
how would I find out the velocity acceleration speed?
You didn't identify a function with a letter in your first post, but it now appears that what you started with was s(t) = 1/3 * x^3 - 2x^2 + 3x + 8.
The first and second derivatives, s'(t) and s''(t) are what you found.
If s(t) is the position at time t, s'(t) is the velocity, and s''(t) is the acceleration. The speed is |s'(t)|.
Apparently you have to fill out a table, but I don't know what's supposed to go into the table. You can't put an interval (e.g., 0 < x < 1) into a function.