-2

Find $p$ and $q$ for $y(x)=x^2+px+q$ if the function has minimum equal to $-4$ for $x=1$ Can anyone try to solve this please?

Wolgwang
  • 1,563

3 Answers3

3

with the quadratic having a global min at $(1, -4)$ means we can write $$x^2 + px + q = (x-1)^2 - 4 = x^2 -2x-3.$$

abel
  • 29,170
1

Hint:

$\lambda$ is a maximum or minimum of $f$ implies $f'(\lambda)=0$

YoTengoUnLCD
  • 13,384
  • 1
    The OP asks for a solution rather than a hint. In such cases a brief hint as you propose would better serve as a Comment rather than a full Answer. – hardmath Jul 04 '15 at 15:56
1

Hint:

Since $$x^2+px+q=\left(x+\frac{p}{2}\right)^2+q-\frac{p^2}{4}\ge 0 +q-\frac{p^2}{4}$$ it follows $y$ reaches its minimum value at $x=-p/2$, and the minimum value is $q-p^2/4$.