I have a math question showing a cubic function on a graph but there aren't 3 x-intercepts points to use to find the equation of the graph there is only one point where the function passes through at x=0 and then there is an inflection point at (2, 2.7) and then the function continues to increase. So whats the formula to figure out the equation in this case? Thanks!
Assuming you meant the value of y (the cubic equation) was zero when you said "...there is only one point where the function passes through at x=0 ...", we have a point (0,0) on the curve and a point of inflection at (2,2.7). First the point of inflection: At a point of inflection (x
0, y
0), the first and second derivative is zero and (for a cubic) the third derivative is not zero. The latter just says the coefficient of x
3 isn't zero. If f is a cubic, f' is a quadratic, and f'' is linear. Since f'' is zero at x=x
0,
f''(x) = 6 a(x-x
0)
for some constant a and, integrating and using f'(x
0) = 0,
f'(x) = 3 a (x-x
0)
2
Thus, integrating and using f(0) = 0, we have
f(x) = a (x-x
0)
3 + a x
03 = a [ (x-x
0)
3 + x
03 ]
Now, since the point of inflection is at (2, 2.7), x
0 = 2 and f(x
0) = 2.7 or
a x
03 = 2.7
or
a = 2.7/8
Thus the function is
f(x) = 2.7 [
81 (x - 2)
3 + 1]
If you wanted to play around it could be reformulated.
EDIT: Fix dumb mistake