Find minimum value of the expression

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


Let n be a positive integer. Determine the smallest possible value of $$|p(1)|^2+|p(2)|^2 + ...+ |p(n+3)|^2 $$ over all a monic polynomials p with degree n.


The Attempt at a Solution



Let the polynomial be [itex]x^n+c_{n-1} x^{n-1} +...+ c_1x+c_0[/itex]

p(1) = [itex]c_0+c_1+c_2+...+1[/itex]

Similarly I can write p(2) and so on, square them and add them together to get a messy expression. But after this, I don't see how to find its minimum value. The final expression is itself difficult to handle. I'm sure I'm missing an easier way to this problem.
 
Physics news on Phys.org
mfb said:
You don't need the full expressions to find derivatives with respect to the coefficients.

Derivative wrt to which coefficient? There are so many.
 
utkarshakash said:
Derivative wrt to which coefficient? There are so many.

Yo have n variables ##c_0,c_1, \ldots, c_{n-1}## and a function
[tex]f(c_0,c_2, \ldots, c_{n-1}) = \sum_{k=1}^{n+3} [k^n + c_{n-1} k^{n-1} + \cdots + c_1 k + c_0]^2[/tex]
You minimize ##f## by setting all its partial derivatives to zero; that is, by setting up and solving the equations
[tex]\frac{\partial f}{\partial c_i} = 0, \: i = 0, 1, 2, \ldots, n-1[/tex]