Green's Function for Newtons Force Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
JesseC
Messages
247
Reaction score
2
This isn't so much a problem as a step in some maths that I don't understand: (I'm trying to follow a very badly written help sheet)

Here's how it goes:

Given Newtons equation

[tex]m \ddot{x} = F[/tex]

The Green's function for this equation is given by

[tex]\ddot{G}(t,t^\prime)=\delta(t-t^\prime)[/tex] (1)

With initial conditions

[tex]G(t_1,\acute{t})=G(t_2,t^\prime)=0[/tex]

We obtain the Green's function for t not equal to t':

[tex]G=A(t-t_1), \ t<t^\prime[/tex]
[tex]G=B(t-t_2), \ t>t^\prime[/tex] (2)

Now I'm new to greens functions so I don't understand how you get from (1) to (2), and why are there two solutions for different domains. Are we guessing solutions of the form given in (2) and seeing if it works or is it just 'obvious' and I'm not seeing why. Thanks to anyone who can help me understand!
 
Physics news on Phys.org
The delta function splits the interval [t1,t2] into two pieces at t=t'. The idea is to solve the differential equation in each region and then match them up at the boundary t=t'.

When t≠t', δ(t-t')=0, so you're looking for solutions to

[tex]\ddot{G(t)} = 0[/tex]

in each region. When you impose the initial conditions G(t1)=G(t2)=0, you get the two solutions given, where A and B are arbitrary constants.

The next step would be to require G(t) be continuous at t=t', and that will give you a relationship between A and B.
 
Thanks, I understand that now!