Find a number which satisfies the equation $|x^6-3x^3+5x| \leq Q$ whenever $|x|$ $\leq$ $2$?

627 Views Asked by At

NOTE (EDIT): I have noticed that no one noticed that a TRIANGLE INEQUALITY is being used. Hence, part of the confusion in my comments of the solution.

TRIANGLE INEQUALITY:

$|x+y| \leq |x|+|y|$, important part to note that there is $\leq$ symbol.

So there this question in which a number has to be found such that it satisfys the following equation (whenever $|x|$ $\leq$ $2$):

Also: this is strictly a proofs question and no calculus is allowed. Thanks.

$|x^6-3x^3+5x| \leq Q$ whenever $|x|$ $\leq$ $2$

$(1)$ $\leq |x^6+(-3x^3)+5x|$

$(2)$ $\leq |x^6|+|-3x^3|+|5x|$

$(3)$ $\leq |x|^6+3*|x|^3+5*|x|$

$(4)$ $\leq 2^6 + 3*2^3 + 5*2 = 98$

The question is: what is the problem asking for? Does it say to find a number in which it satisfies an expression between the interval of $x$ in $[-2, 2]$? Why do you substitute $|x|$ with $2$ specifically and not any other numbers? And, apparently, this solution can be done in another way to end up with another answer... because any number higher than 98 is also the answer? Thanks.

2

There are 2 best solutions below

32
On BEST ANSWER

Yes we have that for $|x|\le 2$

$$0-24-10\le x^6-3x^3+5x\le 64+24+10 \implies |x^6-3x^3+5x|\le 98$$

Note that the problem is not asking for the "minimum value $Q$ such that..." but simply for any value $Q$ which satisfy the inequality. Therefore the solution $Q=98$, even if it is not the minimal possible answer, is correct as any other $Q\ge 98$.

1
On

For $-2\le x\le 2$, we have $0\le x^2\le 4$, hence $-5\le 3x^2-5 \le 7$, and $$\tag1|x^6-3x^3+5x|\le |x|^6+|3x^3-5|\cdot|x|\le 64+7\cdot 2=78. $$ Hence you can pick $Q=78$ or any value $\ge 78$ (in particular, $Q=98$ is valid and apparently easier shown to be good). Note that $x=-2$ leads to $x^6-3x^3+5x=78$, hence the bound $(1)$ cannot be improved.