Is this a linear or seperable differential equation?

pegasi
Messages
2
Reaction score
0

Homework Statement



Solve the initial value problem of the following DE, given that y(0) = 0

dy/dx = (20-2y)/(5-x)


Homework Equations



Integrating factor for Linear DE's: e ^ (\intP(x)dx) where Linear DE is of form dy/dx + P(x)y = Q(x).


The Attempt at a Solution



Hi,
I'm having trouble understanding why my technique doesen't work. I suspect this differential equation needs to be treated as a linear one, but if this is the case I have no idea why it must be treated this way? Why does my approach not work?


Instead of solving for a linear DE, I thought that this equation could be separated:

1/(20-2y) dy = 1/(5-x) dx

integrate both sides:
\int1/(20-2y) dy = \int1/(5-x) dx

-1/2 ln|10-y| = -ln|5-x| + C

ln|10-y| = 2ln|5-x| - 2C

10-y = (5-x)^2 + e^(-2C)

rewrite e^(-2C) as C...

10-y = (5-x)^2 + C

sub in x=0 and y=0

10 = 25 + C

C = -15

10-y = (5-x)^2 - 15

y = 10x - x^2


However my book states that the answer is actually y = 4x - (2/5)x^2


Any help anyone could provide will be very much appreciated. I don't need this done for me, I just want to know why my approach does not work (or what trivial mistake I have made and overlooked), and what alternative approach I should use instead.

Thanks in advance

PS, apologies for the strange formatting, the latex integral signs are oversized, I do not know how to write latex...
 
Physics news on Phys.org
pegasi said:

Homework Statement



Solve the initial value problem of the following DE, given that y(0) = 0

dy/dx = (20-2y)/(5-x)


Homework Equations



Integrating factor for Linear DE's: e ^ (\intP(x)dx) where Linear DE is of form dy/dx + P(x)y = Q(x).


The Attempt at a Solution



Hi,
I'm having trouble understanding why my technique doesen't work. I suspect this differential equation needs to be treated as a linear one, but if this is the case I have no idea why it must be treated this way? Why does my approach not work?


Instead of solving for a linear DE, I thought that this equation could be separated:

1/(20-2y) dy = 1/(5-x) dx

integrate both sides:
\int1/(20-2y) dy = \int1/(5-x) dx

-1/2 ln|10-y| = -ln|5-x| + C

ln|10-y| = 2ln|5-x| - 2C

10-y = (5-x)^2 + e^(-2C)
Here's your error. e^{a+b}e^ae^b, not e^a+ e^b
You should have 10- y= (5-x)^2e^{-2C} and, writing e^{-2C} as "C" as you do below, [/quote]10- y= C(5- x)^2[/quote]

rewrite e^(-2C) as C...

10-y = (5-x)^2 + C

sub in x=0 and y=0

10 = 25 + C

C = -15

10-y = (5-x)^2 - 15

y = 10x - x^2


However my book states that the answer is actually y = 4x - (2/5)x^2


Any help anyone could provide will be very much appreciated. I don't need this done for me, I just want to know why my approach does not work (or what trivial mistake I have made and overlooked), and what alternative approach I should use instead.

Thanks in advance

PS, apologies for the strange formatting, the latex integral signs are oversized, I do not know how to write latex...
 
Thank you! I'm glad it was an algebraic error not some kind of misconception. I need to give constants more thought it seems.
 
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