$x(t)+\int_0^t(t-\tau)x(\tau)=t^2$
Is $x(\tau)$ the equivalent of $d\tau$? How do I solve this particular equation?
$x(t)+\int_0^t(t-\tau)x(\tau)=t^2$
Is $x(\tau)$ the equivalent of $d\tau$? How do I solve this particular equation?
The $\,d\tau$ was just missing. That integral $\displaystyle\int_{0}^{t}(t-\tau)x(\tau)\,d\tau$ is $t$ convolved with $x(t)$.
Your first step should be to take the Laplace transform of both sides. Remember convolution in the time domain corresponds to multiplication in the Laplace domain.
$x(t) + \displaystyle\int_{0}^{t}(t-\tau)x(\tau)\,d\tau = t^2$
$X(s) + \dfrac{1}{s^2}X(s) = \dfrac{2}{s^3}$.
Now solve for $X(s)$.
Hint:
Define: $$y(t):=x(t)+\int_0^t(t-\tau)x(\tau)-t^2=0......(1)$$ Then $$y''(t)=x''(t)+x(t)-2=0......(2)$$
You may then solve (2) for $x(t)$.
$$x(t)=2+c_1 \cos t+c_2\sin t$$