Show that there is no solution to:
$$v(x)=1+3 \int_0^1 xy v(y) dy$$ When the solution $v(x)$ must be of the form $1+cx$ for some constant $c$.
I tried solving this I am getting $x=0$. What am I doing wrong?
Show that there is no solution to:
$$v(x)=1+3 \int_0^1 xy v(y) dy$$ When the solution $v(x)$ must be of the form $1+cx$ for some constant $c$.
I tried solving this I am getting $x=0$. What am I doing wrong?
I assume $y$ is a dummy variable for the integration and independent of $x$. Pull the $x$ out of the integral, and write $v(y)=1+cy$; then this says
$$1+cx=1+3x\int_0^1 y+cy^2dy$$
Integrating gives $\frac {y^2}2+c\frac{y^3}3$, so after evaluating this becomes $$1+cx = 1+3x\left(\frac 13 c+\frac 12\right)=1+cx+\frac 32x$$ So what we've said here is that $v(x)=v(x)+\frac 32x$ as functions (in other words, this equality is true for all values of $x$.) But that's just silly: it says, for instance, that $v(2)=v(2)+3$, so $3=0$.
Let $$\frac c3=\int_0^1 yv(y)dy$$ then $$v(x)=1+cx$$ hence we find $$\frac c3=\int_0^1y(1+cy)dy=\frac12+\frac c3$$ which impossible.
See that
LHS: $1+cx$
RHS: $$1+3\int_{0}^{1}xy(1+cy)dy=1+3x\int_{0}^{1}y+cy^2dy=1+x[\frac{1}{2}y^2+\frac{c}{3}y^3]^{1}_{0}=1+3x(\frac{1}{2}+\frac{c}{3})$$So if it should be equal we have that $$ c=3(\frac{1}{2}+\frac{c}{3})\Rightarrow 0=\frac{3}{2} $$ which is clearly impossible