Let , where , and are real numbers . In order for to be invertible, and must be related as: , where , and are also real numbers.
Find the mimimum value of .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The Calculus approach:
Note that in order for a cubic function to be invertible, it must either be monotonically increasing or monotonically decreasing. It can have no local minima or maxima, only a single inflection point.This means that f ′ ( x ) ≥ 0 or f ′ ( x ) ≤ 0 for x ∈ R
Note that f ′ ( x ) = 3 x 2 + 2 a x + b , which is a quadratic. This quadratic can have at most one root, which means its discriminant must be less than or equal to 0.
Therefore,
( 2 a ) 2 − 4 ( 3 ) ( b ) ≤ 0
4 a 2 − 4 ( 3 ) ( b ) ≤ 0
a 2 − 3 b ≤ 0
a 2 ≤ 3 b
b a 2 ≤ 3
2 + 1 + 3 = 6.
A purely algebraic approach is forthcoming but more of a pain. The approach I personally would take is finding the vertex (h,k) in terms of a, b, and c. Then the function is invertible iff f(x)=k has only one real solution. This could be determined using the cubic discriminant.