I have the problem: Given that $g(x)$ is a quadratic function; that is in the form $g(x) = ax^2+bx+c$ for some constants $a,b,c$. Find the values of the constants $a,b,c$ given that $g(1)=6$, $g'(2)=24$, and $g''(3)=-4$.
I'm confused because it doesn't give me a the value for $g(0)$ so I don't know how i would start this problem.
You have three equations with three unknowns. Take the first derivative to get
$$g'(x)=2ax+b$$
and the second derivative
$$g''(x)=2a$$.
Now, we know that the second derivative at $x=3$ is -4. So,
$$g''(3)=2a=-4$$,
therefore, $a=-2$.
Now, we know that $g'(2)=24$, so
$$-4(2)+b=24$$ $$b=32.$$
Finally, we know that $g(1)=6$, so
$$-2(1)^2+32+c=6,$$
$$30+c=6$$
$$c=-24$$.