Find an explicit solution of the given initial-value problem

  • Thread starter Thread starter fd25t6
  • Start date Start date
  • Tags Tags
    Explicit
fd25t6
Messages
10
Reaction score
0
Hello all, hoping to get a bit of help with a diff eq problem that goes like this:

Find an explicit solution of the given initial-value problem,

x^2*(dy/dx)=y-xy ; y(-1) = -6

I separated my variables to get:

S (1-x)/x^2 dx = S 1/y dy

Integration of left via partial fractions:

S 1/x^2 dx - S 1/x dx = -1/x - ln|x|

Integration of right :

S 1/y dy = ln|y|

therefore :

-1/x - ln|x| = ln|y| + C

Now this is the first Calc class I have taken in a while so I am assuming more than one error here:

e^(-1/x) -x = y + e^C
y = e^(-1/x) -e^C - x
y = e^(1/x - C) -x

Did I solve for y correctly here? If not is my issue in the integration? Also at what point is it best to solve for C in this equation?

Thank you in advance for any assistance.
 
Physics news on Phys.org
fd25t6 said:
Hello all, hoping to get a bit of help with a diff eq problem that goes like this:

Find an explicit solution of the given initial-value problem,

x^2*(dy/dx)=y-xy ; y(-1) = -6

I separated my variables to get:

S (1-x)/x^2 dx = S 1/y dy

Integration of left via partial fractions:

S 1/x^2 dx - S 1/x dx = -1/x - ln|x|

Integration of right :

S 1/y dy = ln|y|

therefore :

-1/x - ln|x| = ln|y| + C

You had it right up to here. That's definitely good.

Now this is the first Calc class I have taken in a while so I am assuming more than one error here:

e^(-1/x) -x = y + e^C
y = e^(-1/x) -e^C - x
y = e^(1/x - C) -x

Did I solve for y correctly here? If not is my issue in the integration? Also at what point is it best to solve for C in this equation?

Thank you in advance for any assistance.

You're kinda applying the exponential operator all wrong here. Your first step should look like

e^{-\frac{1}{x} - ln|x|} = e^{ln|y| + C}

From there, you'll want to separate the terms on the left via the exponential rule:

e^{a+b} = e^a e^b

You should get something akin to e^{-1/x} \times \frac{1}{x} on the left side, and of course e^C y on the right side. From there, it should be rather easy to simplify and plug in your initial condition to solve for e^C.
 
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