Let $g(x)$ be a continuous function for any $x \in R$ that satisfies:
$$2x^5 + 64 = \int_c^x g(t) \,dt$$
Find the value of $c$ or prove it does not exist.
I suppose the starting point is the following:
$$2(x^5 + 2^5) = \int_c^x g(t) \,dt$$ $$x^5 = \frac{\int_c^x g(t) \,dt}{2} - 2^5$$ $$x^5 = \frac{G(x) - G(c)}{2} - 2^5$$
But what should follow afterwards?
Thanks in advance.
Well put $x=c$ in your equation, which will give $\int_c^{c} g(t)dt = 0$. You will simply get $-2c^5 = 64 \iff c = -2$.