Let me start by saying that I am not an electrical engineer but a mathematician, who just started to dive into the world of analog computing using for the moment Simulink to simulate an analog computer virtually.
Consider the first-order differential equation
$$ \frac{dy(t)}{dt} = c - Fy(t), \quad y(0)=y_0 $$
with explicitly given constant \$c\$. The coefficient \$F\$ is given implicitly by the following integral
$$ c=\int_a^b f(x) dx, $$ where \$f(x)\$ is a computable function that depends the spatial coordinate \$x\$ (but not on \$t\$) and the integration bounds \$a < b\$ are fixed.
I already know how to compute the above differential equations with analog computers using integrators given that \$c\$ and \$F\$ are known constants. Assume that I am not really interested in the transient behaviour of the differential equation but in the steady-state solution
$$ y(t)=c/F. $$
My question is, how can I perform the integration of \$f(x)\$ in the finite bounds \$a<b\$ on a (virtual) analog computer?