How Do You Solve This Differential Equation Correctly?

roam
Messages
1,265
Reaction score
12
Hello!

Here's a question I was doing but I'm not sure if I'm right...

It says "solve" the following differential equation:
(x^2 +1) \frac{dy}{dx} = 0

So, this is what I've done:

We put it in form \frac{dy}{dx} +p(x)y = q(x)

Then we divide it by x^2 +1 to obtain:
\frac{dy}{dx} + \frac{x}{x^2 +1} y = \frac{1}{x^2 +1} \times 0

you know , in standard form where p(x) = x/x^2 +1

Integrating factor is:
exp[\int p(x) dx = exp[\frac{x dx}{x^2 +1}
= exp[ln(x^2 +1)^{2}]
= (x^2 +1)^{2}

Multiplying the DE by the integrating factor;
(x^2 +1)^{2} \frac{dy}{dx} +x(x^2 +1)y = x . (x^2 +1)^{2}

Now we integrate:
\frac{d}{dx} [(x^2 +1)^{2} y] = x^3 +x

=> [(x^2 +1)^{2} y] = \frac{x^4}{4} + \frac{x^2}{2} + c

Am I right? Please correct me if I'm wrong...

Thank you,
 
Physics news on Phys.org
The only answer is y = c.

You have two things being multiplied together equaling zero. This means that either (x^2+1) = 0 or dy/dx = 0. In the first case, the equation is only true when x = +-i which isn't very useful since we solve DEs over an interval and would also allow for y to be any function of x (again not very useful). In the second case, dy/dx = 0 thus y = c is the only solution.

You can see your solution doesn't work by just plugging it into the original equation.
 
Yes, maybe but could you please show me how the actual calculation goes till we get to y = c? :rolleyes:

Thank you.
 
Last edited:
dy/dx = 0 from my explanation above. The only (continuous) functions with zero derivatives are constant functions.
 
(x^2 +1) \frac{dy}{dx} = 0


The correct answer at the back of the book is y = \frac{c}{\sqrt{x^2 +1}}.

I get your explanation, Vid. But the question is asking me to show working and calculations.
 
Last edited:
roam said:
(x^2 +1) \frac{dy}{dx} = 0


The correct answer at the back of the book is y = \frac{c}{\sqrt{x^2 +1}}.

I get your explanation, Vid. But the question is asking me to show working and calculations.

No, you haven't understood what he is saying. Vid is trying to tell you is that, since x2+ 1 is never 0, you can divide on both sides by it to get dy/dx= 0 which, integrating, gives y= c, a constant. That should be pretty simple mathematics.
y(x)= c\sqrt{x^2+1} satisfies the equation (x^2+1)dy/dx= xy, not 0.
 
Yes, Thanks. :smile:

2) Solve: \frac{dy}{dx} + 2xy = x

This is what I think;

\int 2x dx = x^2

So we multiply both sides by e^{x^2}

\frac{d}{dx} (e^{x^2} y) = xe^{x^2}

e^{x^2}y = \frac{1}{2}e^{x^2} + c

=> y = c e^{x^2} - \frac{1}{2}

c is a constant.

I appreciate that if you could tell me if I made any errors or mistakes..
 
Last edited:
roam said:
e^{x^2}y = \frac{1}{2}e^{x^2} + c
It's correct up to here.

roam said:
=> y = c e^{x^2} - \frac{1}{2}
This is incorrect. You were dividing the RHS by e^{x^2} right? You should get \frac{1}{2} + ce^{-x^2} instead.
 
\frac{1}{2} + ce^{-x^2} or \frac{1}{2} + ce^{x^2}?

Anyway, Thanks a lot for your attention!
 
  • #10
It's the first one. That is what you get when you divide c by e^{x^2}
 
  • #11
Of course!
Many thanks...
 
  • #12
For the first question, if the question was: (x^2 +1) \frac{dy}{dx} +xy = 0
then the solution would be: y = \frac{c}{\sqrt{x^2 +1}}

Hmm, so how do we get that? (that was my question but I missed out +xy).

Does any of my working in the very above post make any sense?

I don't know how do this question so I get y = \frac{c}{\sqrt{x^2 +1}} ...
 
Last edited:
  • #13
What's the integrating factor in this case? Remember you must first express the DE in the form: \frac{dy}{dx} + P(x)y = Q(x)

Your answer appears to be correct, so what's the problem?
 
  • #14
roam said:
Yes, Thanks. :smile:

2) Solve: \frac{dy}{dx} + 2xy = x
So \frac{dy}{dx}= x- 2xy= x(1- 2y)[/itex]<br /> \frac{dy}{1- 2y}= xdx[/itex]&lt;br /&gt; &lt;br /&gt; &lt;blockquote data-attributes=&quot;&quot; data-quote=&quot;&quot; data-source=&quot;&quot; class=&quot;bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch&quot;&gt; &lt;div class=&quot;bbCodeBlock-content&quot;&gt; &lt;div class=&quot;bbCodeBlock-expandContent js-expandContent &quot;&gt; This is what I think;&lt;br /&gt; &lt;br /&gt; \int 2x dx = x^2&lt;br /&gt; &lt;br /&gt; So we multiply both sides by e^{x^2}&lt;br /&gt; &lt;br /&gt; \frac{d}{dx} (e^{x^2} y) = xe^{x^2}&lt;br /&gt; &lt;br /&gt; e^{x^2}y = \frac{1}{2}e^{x^2} + c&lt;br /&gt; &lt;br /&gt; =&amp;gt; y = c e^{x^2} - \frac{1}{2}&lt;br /&gt; &lt;br /&gt; c is a constant.&lt;br /&gt; &lt;br /&gt; I appreciate that if you could tell me if I made any errors or mistakes.. &lt;/div&gt; &lt;/div&gt; &lt;/blockquote&gt;
 
  • #15
Defennder said:
What's the integrating factor in this case? Remember you must first express the DE in the form: \frac{dy}{dx} + P(x)y = Q(x)

Your answer appears to be correct, so what's the problem?

Yes I did put it in the standard form and I found the integrating factor

(x^2 +1) \frac{dy}{dx} +xy = 0

standard form : \frac{dy}{dx} +p(x)y = q(x)

Then we divide it by x^2 +1 to obtain:
\frac{dy}{dx} + \frac{x}{x^2 +1} y = \frac{1}{x^2 +1} \times 0

Integrating factor is:
exp[\int p(x) dx = exp[\frac{x dx}{x^2 +1}

= exp[ln(x^2 +1)^{2}]
= (x^2 +1)^{2}

multiplying it by the integrating factor;
(x^2 +1)^{2} \frac{dy}{dx} +x(x^2 +1)y = x . (x^2 +1)^{2}

Now we integrate: \frac{d}{dx} [(x^2 +1)^{2} y] = x^3 +x


I get: [(x^2 +1)^{2} y] = \frac{x^4}{4} + \frac{x^2}{2} + c

But this is wrong since the correct answer should be: y = \frac{c}{\sqrt{x^2 +1}}

I don't know how to get that.:cry:
 
  • #16
Int(x/(x^2+1) = 1/2ln(x^2+1) = ln|(x^2+1)^(1/2)| not squared. The right side is just zero so the integral is just c; solve for y to get the right answer. Also this DE is easier as a separable equation instead of a first order linear.
 
Last edited:
  • #17
There is no need to use integrating factors: you have a separable equation.
(x^2 +1) \frac{dy}{dx} +xy = 0
Subtractiong xy from both sides and dividing on both sides by x^2+ 1
frac{dy}{dx}= \frac{xy}{x^2+ 1}= \right(\frac{x}{x^2+1}\right) y
ydy= \frac{x dx}{x^2+1}
 
Back
Top