Is My Solution to the Differential Equation Correct?

  • Thread starter Thread starter prace
  • Start date Start date
prace
Messages
99
Reaction score
0
If someone has a chance out there, could you please check my math here and let me know if I am doing this correctly or not.

Problem:

Solve: (2x-1)dx + (3y+7)dy = 0

I would like to solve this using the "Exact" method for solving DE's, so:

\frac{\partial_P}{\partial_y}(2x-1) = 0
\frac{\partial_Q}{\partial_x}(3y+7) = 0

\int{2x-1dx} = x^2-x + g(y)

\frac{\partial_F}{\partial_y}x^2-x+g(y) = g'(y)

g'(y) = 3y+7 -> g(y) = \frac{3}{2}y^2+7y

F(x,y) = x^2-x+\frac{3}{2}y^2+7y

How does that look?
 
Last edited:
Physics news on Phys.org
Also, one quick question. Does the equation have to be in the form of P(x.y)dx + Q(x,y)dy = 0? Can it be minus instead of plus? The reason I ask is because I vaugly remember hearing something about that at the beginning of the school quarter and can't seem to find it in my notes now.

Thanks!
 
prace said:
If someone has a chance out there, could you please check my math here and let me know if I am doing this correctly or not.

Problem:

Solve: (2x-1)dx + (3y+7)dy = 0

I would like to solve this using the "Exact" method for solving DE's, so:

\frac{\partial_P}{\partial_y}(2x-1) = 0
\frac{\partial_Q}{\partial_x}(3y+7) = 0

\int{2x-1dx} = x^2-x + g(y)

\frac{\partial_F}{\partial_y}x^2-x+g(y) = g'(y)

g'(y) = 3y+7 -> g(y) = \frac{3}{2}y^2+7y

F(x,y) = x^2-x+\frac{3}{2}y^2+7y

How does that look?

Incomplete.

x^2-x+\frac{3}{2}y^2+7y=C

would be better.

Daniel.
 
prace said:
Also, one quick question. Does the equation have to be in the form of P(x.y)dx + Q(x,y)dy = 0? Can it be minus instead of plus? The reason I ask is because I vaugly remember hearing something about that at the beginning of the school quarter and can't seem to find it in my notes now.

Thanks!

The minus can always be absorbed into Q, so it's always a "+". Kinda simple of you think about, right? :bugeye:

Daniel.

EDIT: Wow, i hit the "back" button and this reply got into another thread...
 
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