twoflower
- 363
- 0
Hi,
I just started playing with higher order ODEs and I'm stuck in one particular step. Here it is:
<br /> y^{''} + y = \frac{1}{\cos x}<br />
1. step: I find fundamental solution system, which in this case is
<br /> [\cos x, \sin x]<br />
So general solution looks like this:
<br /> y(x) = \alpha\cos x + \beta \sin x<br />
Using the method of variation of parameters, \alpha and \beta become functions of x:
<br /> y(x) = \alpha(x)\cos x + \beta(x) \sin x<br />
<br /> y'(x) = \alpha^{'}(x)\cos x - \alpha(x)\sin x + \beta^{'}(x) \sin x + \beta(x) \cos x<br />
Now I don't understand the condition
<br /> \alpha^{'}(x)\cos x + \beta^{'}(x) \sin x = 0<br />
Why does it have to be so?
Thanks for explanation!
I just started playing with higher order ODEs and I'm stuck in one particular step. Here it is:
<br /> y^{''} + y = \frac{1}{\cos x}<br />
1. step: I find fundamental solution system, which in this case is
<br /> [\cos x, \sin x]<br />
So general solution looks like this:
<br /> y(x) = \alpha\cos x + \beta \sin x<br />
Using the method of variation of parameters, \alpha and \beta become functions of x:
<br /> y(x) = \alpha(x)\cos x + \beta(x) \sin x<br />
<br /> y'(x) = \alpha^{'}(x)\cos x - \alpha(x)\sin x + \beta^{'}(x) \sin x + \beta(x) \cos x<br />
Now I don't understand the condition
<br /> \alpha^{'}(x)\cos x + \beta^{'}(x) \sin x = 0<br />
Why does it have to be so?
Thanks for explanation!