First-order equations causing some trouble (for newbie)

  • Thread starter Thread starter Pzi
  • Start date Start date
Pzi
Messages
26
Reaction score
0
Hi.

So I'm new to differential equations (it has been a month since I started attending this course).

Code:
\[3{x^2} - y = y'\sqrt {{x^2} + 1} \]
http://img641.imageshack.us/img641/9833/eqn7464.png

A linear equation, quite obviously... However I'm pretty much not able to proceed due to complicated integration.
And I expected something reasonably elegant...

----------

Code:
\[5y + {(y')^2} = x(x + y')\]
http://img36.imageshack.us/img36/4629/eqn8105.png

I tried to solve for y' , which seems to be
Code:
\[y' = \frac{{x \pm \sqrt {5{x^2} - 20y} }}{2}\]
http://img99.imageshack.us/img99/3154/eqn6514.png

But once more I am not able to proceed...
 
Last edited by a moderator:
Physics news on Phys.org
Yes, that's just not a good way to proceed. Not every differential equation can be immediately reduced to an integral.

You are correct that this equation is linear which means it is relatively easy to find an "integrating factor".

We can write the equation as y'\sqrt{x^2+ 1}+ y= 3x^2. That is equivalent to y'+ (x^2+1)^{-1/2} 2x^2(x^2+1)^{-1/2}

Now we look for a function, \mu(t), such that
\mu(x)(y'+ (x^2+1)^{1/2}y)= \mu(x) y'+ \mu(x)(x^2+1)^{-1/2}y= \frac{d(\mu y)}{dx}
(\mu is the "integrating factor".)

Since, by the product rule, d(\mu(x)y)/dx= \mu y'+ \mu'y we must have \mu'= (x^2+1)^{-1/2}/mu which is a separable equation for \mu:
\frac{d\mu}{\mu}= (x^2+ 1)^{-1/2}dx
 
HallsofIvy said:
Yes, that's just not a good way to proceed. Not every differential equation can be immediately reduced to an integral.

You are correct that this equation is linear which means it is relatively easy to find an "integrating factor".

We can write the equation as y'\sqrt{x^2+ 1}+ y= 3x^2. That is equivalent to y'+ (x^2+1)^{-1/2} 2x^2(x^2+1)^{-1/2}

Now we look for a function, \mu(t), such that
\mu(x)(y'+ (x^2+1)^{1/2}y)= \mu(x) y'+ \mu(x)(x^2+1)^{-1/2}y= \frac{d(\mu y)}{dx}
(\mu is the "integrating factor".)

Since, by the product rule, d(\mu(x)y)/dx= \mu y'+ \mu'y we must have \mu'= (x^2+1)^{-1/2}/mu which is a separable equation for \mu:
\frac{d\mu}{\mu}= (x^2+ 1)^{-1/2}dx

Thanks for response!

<br /> \begin{array}{l}<br /> \frac{{d\mu }}{\mu } = \frac{{dx}}{{\sqrt {{x^2} + 1} }}\\<br /> \ln \left| \mu \right| = \ln \left| {x + \sqrt {{x^2} + 1} } \right|\\<br /> \mu = x + \sqrt {{x^2} + 1} <br /> \end{array}<br />

Which means

<br /> \begin{array}{l}<br /> y&#039; + \frac{y}{{\sqrt {{x^2} + 1} }} = \frac{{3{x^2}}}{{\sqrt {{x^2} + 1} }}\\<br /> y&#039; \cdot (x + \sqrt {{x^2} + 1} ) + \frac{{y(x + \sqrt {{x^2} + 1} )}}{{\sqrt {{x^2} + 1} }} = \frac{{3{x^2}(x + \sqrt {{x^2} + 1} )}}{{\sqrt {{x^2} + 1} }}\\<br /> \left( {y \cdot (x + \sqrt {{x^2} + 1} )} \right)&#039; = \frac{{3{x^3}}}{{\sqrt {{x^2} + 1} }} + 3{x^2}\\<br /> y \cdot (x + \sqrt {{x^2} + 1} ) = {x^3} + \int {\frac{{3{x^3}dx}}{{\sqrt {{x^2} + 1} }}} <br /> \end{array}<br />

And I'd be good to go from here. Can you confirm?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top