Let $g(x) = 3x^2 + mx + n$
I'm trying to solve this problem.
- First, I calculate $g(2) = 4$, which implies $-8 = 2m + n$
- After, I calculate the derivative of $g(x)$, which is $g'(x) = 6x + m$
The problem I'm facing right now is that I need the exact value of $g'(x)$ to get $m$.
What can I do to solve this problem?
Quadratic with coefficient of $x^2$ +ve is upward opening parabola with minimum at vertex. $$Let \,\,y=ax^2+bx+c $$ Minimum exist at vertex whose coordinates are $(-\frac{b}{2a},-\frac{D}{4a})$ $$ $$ For given equation a=3 , b=m , c=n $$\therefore -\frac{m}{6}=2 \,\,and\,\,-(\frac{m^2-12n}{12})=4$$ $$\therefore m=-12 , n=16 $$