Integral equation with endpoint singularity

rplcs
Messages
2
Reaction score
0
I am trying to solve this integral equation numerically. The kernel has a singularity at the endpoint 1. Any suggestions??

f(s) = \int_0^1 \frac{1+st}{(1-st)^3} f(t) dt
 
Physics news on Phys.org
rplcs said:
I am trying to solve this integral equation numerically. The kernel has a singularity at the endpoint 1. Any suggestions??

f(s) = \int_0^1 \frac{1+st}{(1-st)^3} f(t) dt
Which numerical algorithm are you using? Most will quite happily handle end-point singularities.
 
Hootenanny said:
Which numerical algorithm are you using? Most will quite happily handle end-point singularities.

I am looking at methods based on quadrature rules like Nystrom method. But the question is are these method applicable to this integral equation. Nystrom like methods are suitable for very specific singular kernels.

please suggest which method is suitable for this integral equation.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top