Solving an integral equation by iteration

mode1111
Messages
3
Reaction score
0
Hello guys!

I was given a Volterra integral equation y(x)=1/2*x^2+integral(0--->x) [t(t-x)y(t)]dt to solve using iteration. I have no idea how and where to start...

The full problem goes as follows:
Show that the solution y(x) of y''+xy=1, y(0)=y'(0)=1 also satisfies the integral equation (above). Use iteration to solve the integral equation, and compare with the series solution of the differential equation.

The series solution (done with taylor) equals: 1+x+1/2*x^2-1/2*x^3-1/6*x^4-...
when you turn the differential equation to an integral equation it looks the same except it has additional 1+x that come from the initial conditions. So basically, to compare them we need different initial conditions i.e y(0)=y'(0)=0 and not 1. However I've asked my professor, and he said there is no such problem and that the algebra was wrong. I can't find the error...

Please help me figure this out.
Thanks to anyone that tries!
 
Physics news on Phys.org
I don't understand why you would need different initial conditions. You are comparing different solutions to the same initial value problem aren't you? Changing the initial conditions would change the problem.

And why do you want to "turn the differential equation to an integral equation"? You are given the integral equation to begin with.
 
I totally agree with you, however if you try to iterate the integral equation and to solve the differential one using series solution, you'll find that you lack the 1+x part. This fact made me question the initial conditions so i tried to make the two equations look the same. It turned out that they are indeed the same, but the conditions are different, i.e the integral one doesn't have the 1+x part that comes from y(0)=y'(0)=1. Again, I did something wrong here and I don't know what. If you could please explain or write down your solution, I'll be more than grateful to you...
Thank you.
 
mode1111 said:
Hello guys!

I was given a Volterra integral equation y(x)=1/2*x^2+integral(0--->x) [t(t-x)y(t)]dt to solve using iteration. I have no idea how and where to start...

The full problem goes as follows:
Show that the solution y(x) of y''+xy=1, y(0)=y'(0)=1 also satisfies the integral equation (above). Use iteration to solve the integral equation
Well, this can't be right. From the integral equation, y(0)= (1/2)(0)+ \int_0^0 [t^2y(t)dt= 0, not 1. Further, y'(x)= x- \int_0^x ty(t)dt so that y(0)= 0- \int_0^0 ty(t)dt= 0. The differential equation is correct but the initial values are wrong. They should be y(0)= y'(0)= 0.
 
Yeah, that is exactly my point...I guess the my professor was wrong after all.
Thanks, HallsofIvy!
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top