Struggling with this one:
Find the equation with the general form:
$$f(x)\to ax^3+bx^2+cx+d=0$$
$$f(x)'\to 3ax+2bx+c=0$$
$$f(x)''\to 6ax+2b=0$$
Points given:
- curve cuts x-axis at (-3|0)
- curve has high/low point at (-2|?)
- curve has infliction point at (-2/3|?)
Solution is given just for self correction: $$f(x)\to x³+2x²-4x-3=0$$
I defined three equations but fail to find the fourth one: $$(I)\to f(x)\to -27a+9b-3c+d=0$$ $$(II)\to f(x)'\to 12a-4b+c=0$$ $$(III)\to f(x)''\to -4a+2b=0$$
Is my approach wrong to find the fourth equation so I can calculate the four unknowns?
Edit:
The suggestion is that the fourth equation should be 1:
$$(IV)\to f(x)'''\to 6a=0$$
$$(IV)\to f(x)'''\to 6a=6$$
$$(IV)\to f(x)'''\to a=1$$
This gives the following values for the solver:
(I) -27 | 9 | -3 | 1 | 0
(II) 12 | -4 | 1 | 0 | 0
(III) -4 | 2 | 0 | 0 | 0
(IV) 1 | 0 | 0 | 0 | 1
Result: a=1 b=2 c=-4 d=-3