First Order ODE Help: Troubleshooting Tips for Solving Differential Equations

  • Thread starter Thread starter gomes.
  • Start date Start date
  • Tags Tags
    First order Ode
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: 404
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
\frac{dy}{4y}= \frac{dx}{x}[/itex]<br /> You then integrate to get <br /> 4 ln(y)= ln(x)+ C<br /> <br /> That is incorrect: <br /> \int \frac{dy}{4y}= \frac{1}{4}\int\frac{dy}{y}= \frac{1}{4}ln(y)<br /> NOT &quot;4 ln(y)&quot;.<br /> <br /> You should then have ln(y^{1/4})= ln(cx) where C= ln(c).<br /> <br /> That will then give you y^{1/4}= cx or y= c^4x^4 which you could also write as y= C&amp;#039; x^4 with C&amp;#039;= c^4.<br /> <br /> It would have been better to have left the &quot;4&quot; on the right side of the equation:]<br /> \frac{dy}{y}= \frac{4dx}{x}
 
thanks, I've got it now :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top