Why doesn't this diff eq. have two solutions?

  • Context: Graduate 
  • Thread starter Thread starter gsingh2011
  • Start date Start date
  • Tags Tags
    Diff eq
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
gsingh2011
Messages
115
Reaction score
1
Say you have the diff eq. x'=2x(x-13); x(0)=20. After separating and integrating we get,

ln|(x-13)/x|=26t+C

From here, we raise e to the power of each side to get rid of the natural log. Does this get rid of the absolute value signs? If so, why? If not, why is there only one solution (as dictated by wolfram alpha)?
 
Physics news on Phys.org
Wolfram alpha gives a solution. It does not necessarily mean there are not other solutions.

As for this particular problem, you seem to be forgetting the "initial value" part of the intial value problem. If you take the exponential of both sides you get
[tex]\frac{x- 13}{x}= e^{26t+ C}= e^Ce^{26t}= C'e^{26t}[/tex]
where [itex]C'= e^C[/itex]

Yes, C' can be either positive or negative but to satisfy x(0)= 20, we must have
[tex]\frac{20- 13}{20}= \frac{7}{20}=C'[/tex]
so there is only one solution.