Diffrential equation subject qs

  • Context: Undergrad 
  • Thread starter Thread starter ishterz
  • Start date Start date
  • Tags Tags
    Diffrential
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
ishterz
Messages
14
Reaction score
0
Hello,

I managed to solve the differential equation : dx/dt= 0.1 (x-250)

with the information when t=0 x=1000 and dx/dt= 75, I also found "C" and got
ln lx-250l = 0.1t + ln750

However, I am having trouble obtaining the expression for x in terms of t

I got x= e^0.1t +1000 which is wrong

Please help

Thank you for your time
 
Physics news on Phys.org
In

ln lx-250l = 0.1t + ln750

nothing authorised the ln750 - maybe you were trying to take too many steps at a time. Just write a general integration constant K, or better lnK and then find out what it must be and it all works out.
 
You get [itex]ln|x-250|= 0.1t+ C[/itex]. Setting t= 0 and x= 1000, you get [itex]ln(1000- 250)= ln(750)= C[/itex] so, contrary to epenguin, you are correct- [itex]ln|x- 250|= 0.1t+ 250[/itex].

Now, take the exponential of both sides,
[tex]x- 250= e^{0.1t+ ln(750)}= e^{0.1t}e^{ln(750)}= 750 e^{0.1t}[/tex]
so that x= 750 e^{0.1t}+ 250.

I suspect you made the mistake of thinking that [itex]e^{a+ b}= e^a+ e^b[/itex] rather than the correct [itex]e^{a+b}= e^ae^b[/itex].

It does happen that that [itex]dx/dt(0)= 75[\itex] but since the equation is first order, integrating gives one undetermined constant so you can only impose one condition, not two.[/itex]