Cubic function
Encyclopedia : C : CU : CUB : Cubic function
In mathematics, a cubic function is a function of the form
- [f(x)=ax^3+bx^2+cx+d,\,]
Derivative
The derivative [f'(x)=3ax^2+2bx+c\,] will yield [x=\frac}] when [f'(x)=0\,]. Bearing its resemblance to the quadratic formula, this formula can be used to find the critical points of a cubic function. It turns out that, if [b^2-3ac > 0\,], then the cubic function will have two critical points — a local maximum and a local minimum; if [b^2-3ac = 0\,], then there is one critical point, and it will yield the inflection point; and if [b^2-3ac < 0\,], then there are no critical points.Bipartite cubics
The graph of
- [y^2 = x(x-a)(x-b)\,]
You can graph a bipartite cubic on a graphing device by graphing the function
- [f(x) = \sqrt\,]
- [(0,a) \cup (b,+\infty).\,]
Root-finding formula
The formula for finding the roots of a cubic function is fairly complicated. Therefore, it is common for some students to use the rational root test or a numerical solution instead.
If we have
- [f(x) = ax^3 + bx^2 + cx + d = a(x - x_1)(x - x_2)(x - x_3)\,]
- [q = \frac] and
- [r = \frac]
- [s = \sqrt[3]} + \sqrt}}] and
- [t = \sqrt[3]} - \sqrt}}]
- [x_1 = s+t-\frac]
- [x_2=-\frac(s+t)-\frac+\frac(s-t)i]
- [x_3=-\frac(s+t)-\frac-\frac(s-t)i]
See also: cubic equation, spline.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
