I was working on a physics problem and I have reduced it down to a simple integral equation with two boundary conditions:
$$\int_0^{l-t}y(x, t) dx = lh$$
With the conditions:
$$y(0, t) = y(l-t, t) = h$$
I am looking for $y(x, t)$. $l$, $h$ and $t$ are positive real numbers.
Unfortunately, I don't know how to solve it. So, I need a little help there.
Also, I am curious if this same problem could be converted into a differential equation.
Let the antiderivative (wrt $x$) of $y(x,t)$ be $Y(x,t)$. Then
$$Y(l-t,t)-Y(0,t)=lh$$ and deriving on $l$,
$$y(l-t,t)=h.$$
The given conditions are automatically fulfilled, and the last identity establishes an implicit relation between $l$ and $t$, which depends on the particular expression of $y$. But you can't solve for $y$ just with the available information.