_N3WTON_
- 350
- 3
Homework Statement
Show that if \lambda > \frac{1}{2} there does not exist a real-valued function 'u' such that for all x in the closed interval 0 <= x <= 1, u(x) = 1 + \lambda\int_{x}^{1} u(y)u(y-x)\,dy
Homework Equations
The Attempt at a Solution
I started off by assuming that such a function does in fact exist, so:
u(x) = 1 + \lambda\int_{x}^{1}u(y)u(y-x)\,dy
\lambda > \frac{1}{2}
0 <= x <= 1
\mu = \int_{0}^{1} u(x)\,dx
= \int_{0}^{1}\,dx + \int_{0}^{1}\int_{x}^{1} u(y)u(y-x) dy \hspace{1 mm} dx
Here, I changed the order of integration:
= 1 + \lambda\int_{0}^{1}\int_{0}^{y} u(y)u(y-x)dx \hspace{1 mm} dy
= 1 + \lambda\int_{0}^{1}u(y)\int_{0}^{y}u(y-x)dx \hspace{1 mm} dy
At this point I am a bit confused about where to go, so I am starting to think that perhaps I am not going in the right direction; I was hoping someone could give me some advice. Thanks :)