Solving for x(t) in a Nonlinear Differential Equation - Expert Help Needed

  • Context: Graduate 
  • Thread starter Thread starter Amok
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Amok
Messages
254
Reaction score
1
Hey guys, can you help me to find a solution to this?

[tex]x'(t) = -\alpha_k t x(t) + Ce^{i(\alpha_k - \alpha_m)t^2}[/tex]

Where C and the alphas are known constants and the initial condition is that x(0) equals some constant. I have no idea on where to start.
 
Physics news on Phys.org
That is a "linear equation" so you can find the general solution to the associated homogeneous equation, [itex]x'= -\alpha_kt x[/itex], and a single solution to the entire equation and add them.

Of course, [itex]x'= -\alpha_k tx[/itex] "separates" into
[tex]\frac{dx}{x}= -\alpha_k t dt[/itex]<br /> which can be easily integrated to give <br /> [tex]x= Ae^{-\alpha_k t^2/2[/tex]<br /> <br /> To find a single solution to the entire equation, look for a solution of the form<br /> [tex]x(t)= u(t)e^{-\alpha_k t^2/2}[/itex]<br /> so that <br /> [tex]x'= u' e^{-\alpha_k t^2/2}- \alpha_k t e{-\alpha_k t^2/2}[/itex]<br /> and putting that into the differential equation gives<br /> [tex]u' e^{-\alpha_k t^2/2}- \alpha_k t u e{-\alpha_k t^2/2}= -\alpha_k t u e^{-\alpha_k t^2/2}+ Ce^{i(\alpha_k- \alpha_m)t^2[/tex]<br /> <br /> The <br /> [tex]-\alpha_k t u e^{-\alpha_k t^2}[/itex] <br /> terms cancel leaving <br /> [tex]u'e^{-\alpha_k t^2/2}= Ce^{i(\alpha_k- \alpha_m)t^2[/tex]<br /> so you can now solve for u(t).[/tex][/tex][/tex][/tex]
 
Actually, I knew how to do that. It was pure intellectual laziness (variation of constants), shame on me. Thanks HOI.