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?
Asked
Active
Viewed 2,656 times
-2
-
Hint: from your information we know that $y(1) = -4$ and $\frac{\mathrm{d}y(1)}{\mathrm{d}x} = 0$. – molarmass Jul 04 '15 at 15:38
3 Answers
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
-
1The 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$.
Ángel Mario Gallegos
- 19,882