(Related question here).
Is there a way to calculate the function $f(x)$ in this integral in terms of $x$ without using $a,b,c$:
$$\int_{a}^{b} f(x)dx=c$$
Two examples $\rightarrow$ how do find these functions $f(x)$:
1) How do find that $f(x)$ can be $x^2$?:$$\int_{0}^{1}f(x)dx=\frac{1}{3}\Longleftrightarrow f(x)=x^2$$
2) How do find that $f(x)$ can be $\frac{x^4(1-x)^4}{1+x^2}$?:$$\int_{0}^{1}f(x)dx=\frac{22}{7}-\pi\Longleftrightarrow f(x)=\frac{x^4(1-x)^4}{1+x^2}$$
Short answer: You can't, even if you limit the kind of function to polynomial or rational.
You can't tell what the limits $a$ and $b$ are, since you can choose any for your given value. For example, if you have $\int_a^b f(x)\,dx=c$ where $a\ne b$ then you also have
$$\int_0^1 (b-a)f(a+(b-a)u)\,du=c$$
The value of $c$ is also meaningless, since you also have, if $c\ne 0$,
$$\int_0^1 \frac{(b-a)}cf(a+(b-a)u)\,du=1$$
If the original $f$ was polynomial/rational, so is our new integrand.