Thread: Problem 24
View Single Post
  #5  
Old May 28th, 2007, 03:40 PM
ecMathGeek's Avatar
ecMathGeek ecMathGeek is offline
Senior Member
 
Join Date: Mar 2007
Posts: 436
Country:
Thanks: 29
Thanked 151 Times in 142 Posts
ecMathGeek will become famous soon enoughecMathGeek will become famous soon enough
Default

Quote:
Originally Posted by ThePerfectHacker View Post
Let f be continously differenciable on \mathbb{R}. Solve the integral equation:

[f(x)]^2 = \int_0^x [f(t)]^2+[f'(t)]^2dt
I would much rather deal with a differential equation. Hopefully this works.

\frac{d}{dx}[f(x)]^2=\frac{d}{dx}\int_0^x [f(t)]^2+[f'(t)]^2dt

2[f(x)]f'(x) = [f(x)]^2+[f'(x)]^2

[f(x)]^2-2 [f(x) \cdot f'(x)] + [f'(x)]^2 = 0

[f(x) - f'(x)]^2=0

f(x)-f'(x)=0
f(x)=f'(x)
f(x) = Ae^x

Am I right?