First Order ODE Help: Troubleshooting Tips for Solving Differential Equations

  • Thread starter Thread starter gomes.
  • Start date Start date
  • Tags Tags
    First order Ode
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
gomes.
Messages
58
Reaction score
0
Having a bit of trouble, what do i do next? Thanks.
 

Attachments

  • 123346456456456.jpg
    123346456456456.jpg
    16.5 KB · Views: 429
Physics news on Phys.org
Uh, you've already solved the problem. There's nothing left for you to do here.
I do see that you didn't find an explicit version of y (i.e. nothing of the form y=...), but in many cases of ODE's, this is not even possible or desirable. The solution you provided is implicit, but it's a valid solution nonetheless. Except when your instructor told you to find an explicit solution, then you're not done yet...
 
You have the equation xy'- 4y= 0 and have separated it as
[tex]\frac{dy}{4y}= \frac{dx}{x}[/itex]<br /> You then integrate to get <br /> [tex]4 ln(y)= ln(x)+ C[/tex]<br /> <br /> That is incorrect: <br /> [tex]\int \frac{dy}{4y}= \frac{1}{4}\int\frac{dy}{y}= \frac{1}{4}ln(y)[/tex]<br /> NOT "4 ln(y)".<br /> <br /> You should then have [itex]ln(y^{1/4})= ln(cx)[/itex] where C= ln(c).<br /> <br /> That will then give you [itex]y^{1/4}= cx[/itex] or [itex]y= c^4x^4[/itex] which you could also write as [itex]y= C' x^4[/itex] with [itex]C'= c^4[/itex].<br /> <br /> It would have been better to have left the "4" on the right side of the equation:]<br /> [tex]\frac{dy}{y}= \frac{4dx}{x}[/tex][/tex]
 
thanks, I've got it now :)