How can I show b^2 > 24c in a cubic with one maximum and one minimum?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 4K views
camrocker
Messages
5
Reaction score
0
Hello, been thinking on this one for a little while, and can't seem to figure it out. Problem statement is:

The cubic curve [tex]y = 8x^3 + bx^2 + cx + d[/tex] has two distinct points P and Q, where the gradient is zero.

Show that [tex]b^2 > 24c[/tex].

It seems simple enough, but I can't logic it out. This equation has two distinct points where gradient is zero, so one maximum and one minimum, right? I played around with an online graphing calculator and saw that [tex]b^2 > 24c[/tex] for two points of zero gradient is in fact true, but don't see how to mathematically prove/show this.

What direction should I be taking to show that [tex]b^2 > 24c[/tex]? Thanks for any tips!
 
Mathematics news on Phys.org
The gradient of the curve $$y = 8x^3 + bx^2 + cx + d$$ is $$y' = 24x^2 + 2bx + c$$

Since it is a second order polynomial it has two roots when the discriminant $\Delta$ is $>0$.

$$\Delta>0 \Rightarrow 4b^2-4 \cdot 24 c>0 \Rightarrow 4b^2>4 \cdot 24c \Rightarrow b^2>24c$$
 
mathmari said:
The gradient of the curve $$y = 8x^3 + bx^2 + cx + d$$ is $$y' = 24x^2 + 2bx + c$$

Since it is a second order polynomial it has two roots when the discriminant $\Delta$ is $>0$.

$$\Delta>0 \Rightarrow 4b^2-4 \cdot 24 c>0 \Rightarrow 4b^2>4 \cdot 24c \Rightarrow b^2>24c$$

Thank you so much! I finally got to the discriminant point some time after posting this, but I tossed it aside because I forgot that b was 2b not just b, so I got [tex]b^2 > 96c[/tex]. Thanks for the help!