Solving an equation with an integral

121 Views Asked by At

I need to solve the following equation for $v(x)$: $$\int_0^tv(x)(x+1)dx=f(t)$$ I am given the function $f(t)$. I've done this so far:

If we derive both sides by $t$, we get $v(t)(t+1)=f'(t)$ and $\bar{v}(t)=\frac{f'(t)}{t+1}$. The problem is that I am still off by a constant, i.e., the above only guarantees that : $\int_0^t\bar{v}(x)(x+1)dx+c=f(t)$ which is not enough for me.

2

There are 2 best solutions below

0
On BEST ANSWER

It is easy to see that the constant $c$ in your post is in fact $f(0)$. Furthermore, a little thought shows that your equations cannot be solved unless $f(0)=0$ (just plug in $t=0$ in your equation and you find $0=f(0)$).

2
On

I don't see what is the problem here. Obsviously $f(0)=0$ (for the equation to have a solution) and by deriving as you said, we get $$v(t)=\frac{f^{\prime}(t)}{t+1}$$ If we substitue this back in the orginal equation we have $$f(t)=\int_{0}^{t}f^{\prime}(x)dx=f(t)-f(0)=f(t)$$ which is true