I need to show that $$\frac{4x^3(x^2+y^2)-2x(x^4+y^4)}{(x^2+y^2)^2} \leq 6|x|$$
by starting with the left side of the inequality and working from there.
Hints from the textbook said to work from these inequality "tricks,"
$$2|ab| \leq a^2 + b^2$$ $$|a| + |b| \leq \sqrt{2} \sqrt{a^2+b^2}$$
And the triangle inequality,
$$|a+b| \leq |a| + |b|$$
Expanding the numerator gives us
$$\frac{2x^5 + 4x^3y^2 - 2xy^4}{(x^2 + y^2)^2}$$
For starters, I use the triangle inequality theorem to make the numerator look like this:
$$|2x^5 + 4x^3y^2 - 2xy^4| \leq |2x^5|+|4x^3y^2|+|2xy^4|$$
Also, in regard to the denominator, since it is even, it is always positive and thus equal to its absolute value. Then, I multiply both sides by the denominator, $(x^2+y^2)^2$. This gives us
$$|2x^5|+|4x^3y^2|+|2xy^4| \leq 6|x||x^4 + 2x^2y^2+y^4|$$ $$|2x^5|+|4x^3y^2|+|2xy^4| \leq 6|x^5+2x^3y^2+xy^4|$$
My question is, since $|a+b| \leq |a|+|b|$, I feel as though I cannot violate that rule and am stuck. What trick(s) can I use from here? If there were no absolute value symbols, it would be as simple as simplifying the inequality since the orders match up. However, it would not be true for all (x,y) as the right side of the inequality is odd.
We have
$$|4x^3(x^2+y^2)-2x(x^4+y^4)|\le4|x|x^2(x^2+y^2)+2|x|(x^2+y^2)^2\\\le6|x|(x^2+y^2)^2$$ and then the result is immediate by canceling the factor $(x^2+y^2)^2$.