Can I Solve This Complicated Equation with a Dirac Delta Function?

In summary, The conversation discusses a differential equation involving the Dirac delta function and constants k and M. The individual is having difficulty solving it using Mathematica version 9.0.1 and is seeking help. They mention a potential solution using an interpolating function and an infinite series, but are struggling to find the correct approach. They also discuss the continuity and derivative continuity of the function.
  • #1
Goddar
205
16
Hi there, my version of Mathematica may be too old and I'm not finding this one by hand so any help would be appreciated:
ψ''(z)=[k2/4 –M2 –kδ(z)]ψ(z),
where δ(z) is the Dirac delta, k and M constants.

i can solve the same equation without the M^2 term by exp(k|z|/2), but this one proves to be much more complicated.

Please note that this is part of a problem where solving the D.E. is actually not the issue: I'm supposed to use a software or anything that helps so I'm really just trying to get the answer.. thanks!
 
Physics news on Phys.org
  • #2
Version 9.0.1 DSolve can't crack it.

Perhaps this will help

In[1]:= k = 1; m = 2;
f = s[z] /. NDSolve[{s''[z] == (k^2/4 - m^2 - k DiracDelta[z]) s[z], s[0] == 0, s'[0] == 1/2}, s[z], {z, 0, 10}]

Out[2]= InterpolatingFunction[{{0., 10.}}, <>][z]}

In[3]:= Plot[f, {z, 0, 10}]

Out[3]= ...PlotSnipped...
 
  • #3
Thank you Bill, I'm going to look into this "interpolating function"...
Actually, exp[–k|z|/2]cos(Mz) almost works but i pick up an extra term in the D.E.; maybe an infinite series would do the job, i just can't find it so far...
 
  • #4
you don't need Mathematica or anything, just solve the simple second order DE for z<0 and z>0 (the delta function term is zero here) and then match them at z=0. The function itself should be continuous and then there is a jump in the derivative at z=0 due to the delta function.
 
  • #5
Thank you, you're right. It's good to remember what these functions really are sometimes!..
I'm going to try that.
 

FAQ: Can I Solve This Complicated Equation with a Dirac Delta Function?

What is the "SOLDE with delta function"?

The SOLDE with delta function is a mathematical equation that is a special type of differential equation. It involves a delta function, which is a mathematical tool used to represent a concentrated point of mass or energy. It is commonly used in physics and engineering to model physical phenomena that involve sudden changes or impulses.

What are the applications of "SOLDE with delta function"?

The SOLDE with delta function has many applications in physics and engineering. It is commonly used to model processes such as radioactive decay, quantum mechanical tunneling, and electrical circuits with sudden changes in current or voltage. It can also be used to solve boundary value problems and to study the behavior of systems with discontinuities.

What is the significance of the delta function in "SOLDE with delta function"?

The delta function plays a crucial role in the SOLDE with delta function because it allows us to model sudden changes or impulses in a system. It has properties that make it useful for solving differential equations, such as the property of being zero everywhere except at one point, where it has an infinite value. This allows us to approximate a sudden change in a system by using the delta function.

How is the "SOLDE with delta function" solved?

The SOLDE with delta function can be solved using a variety of methods, depending on the specific equation and its boundary conditions. One common method is to use the Laplace transform, which converts the differential equation into an algebraic equation that can be solved for the unknown function. Another approach is to use the Green's function, which is a solution to the homogeneous equation that can be used to find the particular solution for the non-homogeneous equation.

What are the limitations of using "SOLDE with delta function"?

While the SOLDE with delta function is a powerful tool for modeling physical phenomena, it also has some limitations. It can only be used to model systems with sudden changes or impulses, and it may not accurately represent more gradual changes in a system. Additionally, the use of the delta function can introduce mathematical singularities that may need to be addressed in the solution of the equation.

Similar threads

Replies
1
Views
2K
Replies
15
Views
929
Replies
2
Views
5K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
13
Views
2K
Back
Top