Let f(x) = 2x^3 − kx^2 + 2x − k. For what values of the real number k does the graph y = f(x) have two distinct real stationary points? (MAT 2017 q1.A)

A point a is a stationary point if and only if f'(a) = 0.
Let's compute the derivative:
f'(x) = (2x^3 − kx^2 + 2x − k)' = 6x^2 - 2kx + 2.  (-k is a constant so it cancells out)
f'(x) = 0 iff 6x^2 -2kx + 2 = 0
We want the equation above to have two different real roots. These exist if and only if the discriminant is strictly positive, i.e. :
(-2k)^2 - 462 > 0
4k^2 > 4*12
k^2 > 12
|k| > 2√3
Hence, our solution is: k > 2√3 or k < -2√3 

JG

Related MAT University answers

All answers ▸

How many 0's are at the end of 100! (100 factorial)?


How many distinct solutions does the following equation have? log(base x^2 +2) (4-5x^2 - 6x^3) = 2 a)None, b)1, c)2, d)4, e)Infinitely many


If a_(n+1) = a_(n) / a_(n-1), find a_2017


Let a and b be positive real numbers. If x^2 + y^2<=1 then what is the largest that ax+by can get?