Help on Fredholm Eqn of the First Kind

  • Thread starter Thread starter Steve Zissou
  • Start date Start date
AI Thread Summary
The discussion revolves around solving the Fredholm equation of the first kind, specifically the equation g(s) = ∫_0^∞ K(t,s) f(t) dt. Participants note that the condition K(t,s) = K(t-s) is insufficient for applying the Fourier transform method, as the integration limits must be ±∞. A suggestion is made to use numerical methods, such as quadrature, to treat the problem as a linear algebra issue. The conversation also explores the possibility of using Laplace and Mellin transforms to derive f(t,s) from g(s), emphasizing the complexities and potential infinite solutions involved. Ultimately, the challenge lies in finding a suitable generalization of g(s) that allows for a meaningful solution for f(t,s).
Steve Zissou
Messages
75
Reaction score
4
Hello humans,
Can you offer advice on the following situation?
g(s)=\int_{a}^{b}K(t,s)f(t)dt
However I understand that if K can be expressed as
K(t,s)=K(t-s)
then we can say
f(t)=\mathcal{F}^{-1}\left [ \frac{\mathcal{F}[g(t)]}{\mathcal{F}[K(t)]} \right ]
Where the fancy F is Fourier, natch. Although I am fuzzy on what happened to a and b. Anyway, in my case, my function looks like this:
g(s)=\int_{0}^{\infty}t f(t)dt
Can you offer any tips, advice, et cetera?
Thanks
 
Mathematics news on Phys.org
By the way the idea here is to solve for f, knowing g.
Thanks
 
Steve Zissou said:
Hello humans,
Can you offer advice on the following situation?
g(s)=\int_{a}^{b}K(t,s)f(t)dt
However I understand that if K can be expressed as
K(t,s)=K(t-s)
then we can say
f(t)=\mathcal{F}^{-1}\left [ \frac{\mathcal{F}[g(t)]}{\mathcal{F}[K(t)]} \right ]
Where the fancy F is Fourier, natch. Although I am fuzzy on what happened to a and b. Anyway, in my case, my function looks like this:
g(s)=\int_{0}^{\infty}t f(t)dt
Can you offer any tips, advice, et cetera?
Thanks

K(t,s) = K(t-s) is not a good enough condition to be able to use the Fourier transform method to solve the equation. Your integration limits also have to be \pm \infty.

You could solve the equation numerically using quadrature methods, since then it's basically a linear algebra problem \mathbf{g} = K\mathbf{f}.
 
Thanks man. I appreciate it.
 
followup:
What if we say
t=e^{\omega u/2}, so dt=\frac{\omega}{2}e^{\omega u/2}du
and then
g=\int_{0}^{\infty}\frac{\omega}{2}e^{\omega u}f(u)du
which means just taking the inverse Laplace transform of g in order to get f?
Just an idea?
 
Steve Zissou said:
followup:
What if we say
t=e^{\omega u/2}, so dt=\frac{\omega}{2}e^{\omega u/2}du
and then
g=\int_{0}^{\infty}\frac{\omega}{2}e^{\omega u}f(u)du
which means just taking the inverse Laplace transform of g in order to get f?
Just an idea?

I overlooked the part of your original post where you said your equation was

g(s) = \int_0^\infty dt~t f(t).

Unless g(s) happens to be a constant, that is an ill-formed equation. The integration kernel does not depend on s, so the integral is a constant. If g is constant, you can have infinitely many solutions for f.
 
Good point, you're right, in the interest of expedience I haven't written it right. The real problem looks like this:
g(s)=\int_{0}^{\infty}tf(t,s)dt
I know g, I am trying to find f.
 
Last edited:
Hm, well, general solutions to integral equations are hard to come by. You can't apply the Laplace transform as is, for instance, since it will only decouple the integrand if the upper limit is s. You could try, for example, assuming that f(t,s) = \tilde{f}(s-t)\Theta(s-t), where Theta is a Heaviside side function. Then your equation would be of the form

g(s) = \int_0^s dt~t \tilde{f}(s-t),

and the Laplace transform would factor the integral for you:

\mathcal L g(u) = \frac{\mathcal L f(u)}{u},
which you could then inverse Laplace transform. However, since you have to assume a particular form of the solution here, it might not be general, or perhaps the inverse transform won't exist, etc.

Another possibility is to consider the Mellin transform. The Mellin transform of a function f(x) is

\varphi(y) = \int_0^\infty dx x^{y-1} f(x).
(it's actually related to the Laplace transform by a change of variables). This is almost the form of your equation, if your g were g(s,y=2). If you can choose a suitable generalization of g(s) to some g(s,y), then the solution to

g(s,y) = \int_0^\infty dt~t^{y-1} f(t,s)
would simply be the inverse Mellin transform of g:

f(t,s) = \frac{1}{2\pi i}\mathcal M^{-1}[g(s,y)](t) = \int_{c-i\infty}^{c+i\infty} dy t^{-y} g(s,y).

(see the wikipedia page for the Mellin transform definition and what the inverse equation means)

But I'm not sure if you can really get the f(t,s) that you actually want out of that solution.

Another cause for concern that I have with this approach is that there are effectively infinitely many ways you might generalize g(s) to g(s,y) such that g(s,2) is the g(s) you're starting with. I don't know if that means there are infinitely many solutions, or if some solutions just won't work (e.g., the inverse Mellin transform doesn't exist because your g doesn't satisfy the Mellin inversion theorem requirements), or something else.
 
Last edited:
My immediate reaction is to get rid of the t factor by change of variable, u = t2, f(t) = 2h(u).
If g(s) can be written as Ʃans-n, n > 0, then there's a solution h(u, s) = e-usƩanun-1/(n-1)! (the details may be wrong).
Given any solution h = h(u, s), h + k(u,s) is also a solution iff ∫0k(u,s)du is identically 0.
 
Back
Top