I want to find solutions to the ordinary differential equation
$$f'(x)+f(x)-Kf(-x)=0$$
when $K$ is a nonzero real constant. When $K=1,$ I can find the solution $f(x)=C(x-\tfrac{1}{2}),$ but for more general $K$ it is more challenging. I am able to find power series solutions simply by taking
$$f(x)=\sum\limits_{n=0}^{\infty}a_nx^n$$
but I would really like to have something more insightful here, such as a closed-form solution in terms of whatever functions they may be, or even just some properties that we can say about solutions to this differential equation.
Alternatively, if anyone can give me suggestions on how to proceed with finding out these things for myself, I would welcome any help. The main issue comes from that $f(-x)$ term anyway. Thanks.
Let $g(x)=\frac12(f(x)+f(-x))$ and $h(x)=\frac12(f(x)-f(-x))$ be the even and the odd part of $f$. Then $f(x)=g(x)+h(x)$ and $f(-x)=g(x)-h(x)$, so we have $$ g'(x)+h'(x)+\frac{1-K}2g(x)+\frac{1+K}2h(x)=0.$$ Separating odd and even parts again, $$g'(x)+\frac{1+K}2h(x)=0, \qquad h'(x)+\frac{1-K}2g(x)=0.$$ Taking derivatives once more $$g''(x)+\frac{1+K}2h'(x)=0, \qquad h''(x)+\frac{1-K}2g'(x)=0.$$ From this by elimination, $$ g''(x)-\frac{1-K^2}4g(x)=0, \qquad h''(x)-\frac{1-K^2}4h(x)=0$$ and by addition $$ f''(x)-\frac{1-K^2}4f(x)=0.$$