FT to solve 2nd order ODE; only one solution

  • Thread starter Thread starter bdforbes
  • Start date Start date
  • Tags Tags
    2nd order Ode
bdforbes
Messages
149
Reaction score
0
If I solve a simple 2nd order ODE using a Fourier transform, I only get one solution. E.g.:
\frac{d^2f}{dx^2}=\delta
(2\pi ik)^2\tilde{f}=1
\tilde{f}=\frac{1}{(2\pi ik)^2}
f = \frac{1}{2}xsgn(x)

However, the general solution is

f = \frac{1}{2}xsgn(x) + Cx + D

Why do I only get one of the solutions? Are the solutions with C and D non-zero not also valid distributions whose second derivatives are the delta distribution?
 
Physics news on Phys.org
My current thinking on this is that we could start with
f=\frac{1}{2}xsgn(x) + x + 1
but as soon as we take the derivatives, we lose the last two terms, and the Fourier transform is then effectively operating on the C=D=0 solution. So it's not really surprising that we only get one solution from the Fourier transform method.
 
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