yep but when you put it in the form
isnt b,c the point of inflection so in your case it would be 2,3 which isnt the point of inflection
Firstly, a distinction - in the form y=a(x-h)^3+k, (h, k) is the STATIONARY point of inflection. ALL cubics have a point of inflection, but the TP cubic is special in that it's the only one with a STATIONARY point of inflection.
Now, you must remember that when you differentiate a function, you get an x-value, not a y-value. So, by differentiating and finding an x-value, you can then use this to find your k. For example, let's use my function as earlier.
1) Differentiate, dy/dx=9x^2-36x+36
2) Solve for zero, x^2-4x+4=0 ===> (x-2)^2=0 ===> x=2
3) Substitute this into the cubic:
f(x)=3x^3-18x^2+36x-21
f(2)=3(2)^3-18(2)^2+36(2)-21=24-72+72-21=3
So, our cubic is of the form f(x)=a(x-2)^3+3. An expansion of this would quickly show that the x^3 has no coefficient, which means a 3 must have been factorised out of the original, so we can put it as f(x)=3(x-2)^3+3, which is exactly what I found earlier with inspection.