a. Show $ quadratic polynomial $f(x)=ax^2+bx+c $, point c in Mean Value is midpoint.
For a: I know Mean Value Theorem states that (conditions being satisfied f(x) is continuous on $[g,h]$, f(x) is differentiable on $(g,h)$. $f'(c)=f(h)-f(g)/(h-g)$. So I take derivative of our function and get $2ax+b$. $f'(c)=2ac+b$. Thus we have $2ac+b=f(h)-f(g)/(h-g)$. Solving for c we get: $c=((f(h)-f(g)/(h-g)) -b)/2a$ Plugging in, we get: $((ah^2+bh+c)-(ag^2+bg+c)/(h-g)-b)/2a$. And,I'm not getting c to be the midpoint, so I think I'm doing something completely wrong.
$$f'(c)=b+2ac$$
$$\frac{f(h)-f(g)}{h-g}=\frac{-a g^2+a h^2-b g+b h}{h-g}$$
$$b+2ac=\frac{-a g^2+a h^2-b g+b h}{h-g}$$
$$2ac=\frac{-a g^2+a h^2-b g+b h}{h-g}-b$$
$$2ac =\frac{-a g^2+a h^2-b g+b h-bh+bg}{h-g}$$
$$c=\frac{a(h+g)(h-g)}{2a(h-g)}$$
$$c=\frac{h+g}{2}$$
Hope this helps