proof

I haven't had time to read JeffM's post, but I'll share this thought in case it helps. If you rewrite the inequality as follows then you should be able to prove it for the cases x=0 and x>0 but I can't see an easy way for x<0.

[math]3(x^3 - 1)^2 > -4x^5[/math]
Nvm, my logic doesn't work for x<0
 
[math]\text{For}\, x>0\Rightarrow 3(x^3-1)^2>0>-4x^5\Rightarrow3(x^3-1)^2>-4x^5 \Rightarrow 3(x^3-1)^2 + 4x^5>0[/math]
but it should be:
[math]\text{for}\,\,x>0:\,\,3(x^3-1)^2\red{\geq}0>-4x^5\Rightarrow3(x^3-1)^2+4x^5>0[/math]
 
My turn :). For [imath]x > 0[/imath] : [imath]f(x) = x^6 +4x^5-6x^3+3 = 3(x^3-1)^2 + 4x^5 > 0[/imath], and we know that [imath]f(0) = 3 > 0[/imath].
Now, it is enough to prove that [imath]f^\prime(x) \leq 0[/imath] for [imath]x < 0[/imath].
[imath]\frac{1}{2x^2}f^\prime(x) = 9x^3+10x^2-9 = 9x(x+1)^2 - (8x^2+9x+9) = g(x) - h(x)[/imath]
But [imath]g(x) \leq 0[/imath] when [imath]x \leq 0[/imath], and [imath]h(x)>0[/imath] for all [imath]x[/imath].
 
Can't see the way that it can help ;/
It helps because it leads to a simple and elegant proof for half the domain of x. Now you just have to prove it for x<0

EDIT: I see that @blamocur has provided that for you in post#26
 
Last edited:
That's good reasoning, what about x>0 then? In case of x=0 is obvious
I start by repeating what I wrote in post # 12

[math]y(x) = 3x^6+4x^5-6x^3+3 \implies y' = 18x^5 + 20x^4 - 18x^2.[/math]
[math]a(x) = (3x^6 - 6x^3) \text { and } b(x) = 4x^5 + 3 \implies\\ a + b = y.[/math]
[math]a' = 18x^5 - 18x^2 = 18x^2(x^3 - 1) \implies a > - 3 \text { if } x \ne 1 \text { and } a(1) = - 3.[/math]
[math]b(0) = 3 \text { and } b > 3 \text { if } x > 0.[/math]
[math]y(0) = 3 > 0, \ y(1) = 4 > 0.\\ 0 < x < 1 \implies b > 3 \text { and } a > - 3 \implies y = a + b > 0.\\ 1 < x \implies b > 7 \text { and } a > - 3 \implies a + b > 4 > 0.[/math]
[math]\therefore x \ge 0 \implies y > 0.[/math]
[math]b' = 20x^4 > 0 \text { if } x \ne 0 \text { and } b'(0) = 0 \implies\\ b \text { is monotonically increasing.}[/math]
[math]x < 0 \implies a > 0. \\ b \left ( \left \{ - \dfrac{3}{4} \right \}^{1/5} \right ) = 0.\\ \left ( - \dfrac{3}{4} \right )^{1/5} \le x < 0 \implies y > 0.[/math]
Putting that together with the previous result, we have

[math]\left ( - \dfrac{3}{4} \right )^{1/5} \le x \implies y > 0.[/math]
At this point we need a different decomposition of y.

[math]c(x) = 4x^5 - 6x^3 = 2x^3(2x^2 - 3) \text { and } d(x) = 3x^6 + 3 \implies c + d = y.[/math]
[math]x = - \sqrt{\dfrac{3}{2}} \implies c = 0 \text { and } - \sqrt{\dfrac{3}{2}} < x < 0 \implies c > 0.[/math]
[math]\text {But } d \ge 3 \text { for all } x \implies y \ge 0 + 3 > 0 \text { if } - \sqrt{\dfrac{3}{2}} < x < 0.[/math]
Putting that together with the previous result, we have

[math]- \sqrt{\dfrac{3}{2}} \le x \implies y > 0.[/math]
I am running out of time here. Do you see the last step? Give it a go. I'll be back in an hour or two.
 
You can obtain a tighter bound using this, rather obvious :rolleyes:, equivalent...

\(\displaystyle 3x^6 + 4x^5 - 6x^3 + 3 \)
\(\displaystyle =\left( (4x^3 + 5x^2 - 6x)^2 + (6x^3 + 4x^2 - 5)^2 + (2x^3 - 2x^2)^2 + 4x^6 + 3x^4 + 4x^2 \right)/20 + \frac{7}{4}\)
\(\displaystyle \ge 1\frac{3}{4} > 0\)

( It probably would have been quicker if I'd reinvented calculus from scratch rather than finding the above expression ? )
 
You can obtain a tighter bound using this, rather obvious :rolleyes:, equivalent...

\(\displaystyle 3x^6 + 4x^5 - 6x^3 + 3 \)
\(\displaystyle =\left( (4x^3 + 5x^2 - 6x)^2 + (6x^3 + 4x^2 - 5)^2 + (2x^3 - 2x^2)^2 + 4x^6 + 3x^4 + 4x^2 \right)/20 + \frac{7}{4}\)
\(\displaystyle \ge 1\frac{3}{4} > 0\)

( It probably would have been quicker if I'd reinvented calculus from scratch rather than finding the above expression ? )
That is called perseverance...
 
Top