What is the variation of parameter method for solving differential equations?

jbord39
Messages
74
Reaction score
0

Homework Statement



(D^2 + 2D + 1)y = ln(x)/(xe^x)

Homework Equations



D = d/dx

The Attempt at a Solution



First I find the roots of the left side of the equation, -1 of multiplicity 2.
This leads to
y(c) = Ae^(-x) + Bxe^(-x)

Substituting A and B with a' and b' and dividing both sides by e^(-x) I find the two equations:

-a' + (1-x)b' = ln(x)/x
a' + xb' = 0

Which leads to a' = -ln(x) and b' = ln(x)/x

Integrating by parts leads to:

a = x(1-ln(x))
b = (1/2)[ln(x)]^2

Which leads to

y(p) = ae^(-x) + bxe^(-x)
= xe^(-x)[1-ln(x) + (1/2)(ln(x))^2]

So y = xe^(-x)[1 - ln(x) + (1/2)(ln(x))^2 + A/x + B]

Does this seem correct?
 
Physics news on Phys.org
It matches what I get. You might notice that the '1' doesn't need to be there, you could just merge it into the constant B.
 
Thanks a bunch for the reply. I am new to these forums and wondering if there is a "Thank" button or anything like I've seen on other similar forums.
 
jbord39 said:
Thanks a bunch for the reply. I am new to these forums and wondering if there is a "Thank" button or anything like I've seen on other similar forums.

Not that I know of. But thanks for looking for it.
 
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