Bob123Bob
- 3
- 0
f(x) = ax^3 + bx^2 + cx + d min(1, -4) max(-2, 1) find a,b,c,d
The discussion focuses on solving a cubic function of the form f(x) = ax^3 + bx^2 + cx + d, given the minimum and maximum values at specific points. The equations derived from the function at points (1, -4) and (-2, 1) lead to a system of four equations. The solution yields the coefficients as (a, b, c, d) = (10/27, 5/9, -20/9, -73/27). The discussion also highlights the use of a Computer Algebra System (CAS) for solving the equations, while providing a manual solving method using algebraic manipulation.
PREREQUISITESMathematicians, students studying calculus, and anyone interested in solving polynomial equations and understanding cubic functions.
Bob123Bob said:f(x) = ax^3 + bx^2 + cx + d min(1, -4) max(-2, 1) find a,b,c,d
Bob123Bob said:Im not too familiar with how to solve using matrices, I am pretty sure you have to make the diagonal equal to positive one and then the section below equal to zero but knowing that the answer is all fractions I am not exactly sure how to solve it that way. Although if you could show how to solve it that way I would do my best to learn it and understand properly, but if you could do it just with equations it would be a lot easier for me