Solution by variation of parameters

asdf1
Messages
734
Reaction score
0
i'm confused about that method:

1) when proving that method works, why do you have to make u and v satisfy the 2nd condition u`y1+v`y2=0

2) when you're integrating to find yp, why do you leave out the constant that results from the integration?
 
Physics news on Phys.org
asdf1 said:
i'm confused about that method:
1) when proving that method works, why do you have to make u and v satisfy the 2nd condition u`y1+v`y2=0
2) when you're integrating to find yp, why do you leave out the constant that results from the integration?

When you let:

y=A(x)y_1(x)+B(x)y_2(x)

where y_1(x) and y_2(x) are solutions to the homogeneous equation, and you substitute that into:

y^{''}+p(x)y^{'}+q(x)y=R(x)

Letting:

A^{'}y_1+B^{'}y_2=0

reduces the complexity of the resulting equation to the simplified form:

A^{'}y_1^{'}+B^{'}y_2^{'}=R(x)

Technically you could let it be any non-zero function but zero makes the math easier.

As far as ignoring the constants of integration, note you're looking only for a particular solution to the original DE right: homogeneous part+particular part=solution. And a partcular solution does not contain any arbitrary constants.
 
thank you very much for clearing those things up! :)
 
Remember that there are, in general, an infinite number of functions
A(x), B(x) such that y=A(x)y_1(x)+B(x)y_2(x)
Requiring that A'y_1+ B'y_2= 0
just "narrows the field" and guaranties that there will not be any second derivatives of A or B in the final equations.
 
Last edited by a moderator:
thank you very much! :)
 
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