MHB Maximizing $y=|4x^3+ax^2+bx+c|$ in $[-1,1]$

  • Thread starter Thread starter anemone
  • Start date Start date
Click For Summary
The discussion focuses on maximizing the function y=|4x^3+ax^2+bx+c| over the interval [-1,1], establishing that the maximum value K must be at least 1. Participants explore the conditions under which equality, K=1, holds true, analyzing the roles of the coefficients a, b, and c. Various mathematical approaches, including calculus and polynomial behavior, are examined to determine the specific values of a, b, and c that achieve this equality. The conversation emphasizes the importance of understanding the function's behavior at critical points and endpoints within the specified interval. Ultimately, the goal is to identify the precise conditions for maximizing the function effectively.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let $a,\,b$ and $c$ be real numbers and let $K$ be the maximum of the function $y=|4x^3+ax^2+bx+c|$ in the interval $[-1,1]$. Show that $K\ge 1$. For which $a,\,b$ and $c$ is the equality occurs?
 
Mathematics news on Phys.org
Let $p(x) = -ax^2 - bx - c$, so $p(x)$ is a quadratic (or lower degree) polynomial, and we want to find the smallest possible value of $K = \max\{|4x^3 - p(x)|:-1\leqslant x\leqslant 1\}.$

Notice that if $|4x^3 - p(x)| \leqslant K$ for $-1\leqslant x\leqslant 1$, then $|4(-x)^3 - p(-x)| = |4x^3 + p(-x)| \leqslant K$ for $-1\leqslant x\leqslant 1$. Therefore $|4x^3 - q(x)| \leqslant K$ for $-1\leqslant x\leqslant 1$, where $q(x) = \frac12(p(x) - p(-x))$. But $q(x)$ is an odd function. So to find the function that minimises $K$ we need only look at odd functions, and the only odd polynomials of degree at most $2$ are multiples of $x$.

Therefore in the polynomial $p(x) = -ax^2 - bx - c$ we should take $a=c=0$, and it is easy to see that the optimum value of $b$ is $-3$. Then (as in the diagram below) the graph of $y= 4x^3$ lies between the lines $y = 3x\pm1$ in the interval $[-1,1]$, and $1 = \max\{|4x^3 - 3x|:-1\leqslant x\leqslant 1\}$ is the smallest possible value for $K$.

[TIKZ][xscale=4,yscale=5]
\draw [step=0.25cm, help lines] (-1.1,-1.1) grid (1.1,1.1) ;
\draw (-1.1,0) -- (1.1,0) ;
\draw (0,-1.1) -- (0,1.1) ;
\draw[very thick, domain=-1.1:1.1] plot (\x,{\x^3});
\draw [thick] (-1.1, -0.825) -- (1.1,0.825) ;
\draw [dashed,thin] (-1.1, -1.075) -- (1.1,0.575) ;
\draw [dashed,thin] (-1.1, -0.575) -- (1.1,1.075) ;
\foreach \x in {-1,0.5,1} \draw (\x,-0.07) node [fill=black!8] {$\x$} ;
\foreach \y in {-4,-3,...,4} \draw (-0.13,\y/4) node [fill=black!8] {$\y$} ;[/TIKZ]
 
Last edited:

Similar threads

Replies
7
Views
1K
Replies
2
Views
1K
Replies
6
Views
2K
Replies
1
Views
1K
Replies
1
Views
1K
Replies
1
Views
1K