Understanding Differential Equations and their Solutions

  • Thread starter Thread starter beetle2
  • Start date Start date
  • Tags Tags
    Differential
beetle2
Messages
110
Reaction score
0

Homework Statement



Hi Guys,
I've got a couple of examples of de's in my lecture notes. one is:
y'=1+x^2
which has a general solution of y= x+\frac{x^3}{3} + c
which i I understand they have taken the integral wrt x


the second is

y'=1+y^2 which has a general solution of y=tan(x+c)

Can some one please explain to me how that got the second solution?
 
Physics news on Phys.org
beetle2 said:

Homework Statement



Hi Guys,
I've got a couple of examples of de's in my lecture notes. one is:
y'=1+x^2
which has a general solution of y= x+\frac{x^3}{3} + c
which i I understand they have taken the integral wrt x


the second is

y'=1+y^2 which has a general solution of y=tan(x+c)

Can some one please explain to me how that got the second solution?
Both problems can be done by the technique of separation of variables.

For the first, you have
dy/dx = 1 + x^2
==> dy = (1 + x^2)dx
Integrate both sides to get what you already have shown.

For the second, you have
dy/dx = 1 + y^2
==> dy/(1 + y^2) = dx
Now integrate both sides to get
arctan(y) = x + C ==> y = tan(x + C).
 
Thanks mate I had forgoten about separation of variables.
I was integrating both sides wrt x in the second example.
 
beetle2 said:
Thanks mate I had forgoten about separation of variables.
I was integrating both sides wrt x in the second example.
And good luck with that!:biggrin:
 
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