MHB Maximizing a in $ax^3+bx^2+cx+d$ with Constraints | POTW #424 07/06/2020

  • Thread starter Thread starter anemone
  • Start date Start date
Click For Summary
The discussion focuses on maximizing the coefficient 'a' in the cubic polynomial function f(x)=ax^3+bx^2+cx+d under the constraint that the derivative's absolute value is limited to 1 within the interval [0, 1]. Participants explore various mathematical approaches and techniques to derive the maximum value of 'a' while adhering to the given conditions. The correct solution was provided by user castor28, who successfully navigated the constraints to find the optimal value. The thread emphasizes the importance of understanding calculus and optimization in polynomial functions. Overall, the challenge highlights the intersection of algebra and calculus in maximizing polynomial coefficients.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Given that $f(x)=ax^3+bx^2+cx+d$ and $|f'(x)|\le 1$ for $0\le x \le 1$. Find the maximum value of $a$.

-----

 
Physics news on Phys.org
Congratulations to castor28 for his correct solution (Cool) , which you can find below:
We must fit the parabola $y=f'(x)=3x^2+2bx+c$ within the rectangle $[0,1]\times[-1,1]$.

To get the largest value of $a$ (the steepest parabola), we must have $f'(0)=f'(1)=1$, the axis at $x=\dfrac12$, and $f'\left(\dfrac12\right)=-1$:

424s.png


This gives $f'(x)= 8\left(x-\dfrac12\right)^2-1= 8x^2-8x+1$ and $\bf a=\dfrac83$.

More precisely, the condition will be satisfied for $\lvert a\rvert\le\dfrac83$.