Undetermined Coefficients / Variation of Parameters

amcavoy
Messages
663
Reaction score
0
I know how to solve the following ODE with variation of parameters:

y''+4y=4\sec{\left(2t\right)}.

Is there any way to solve this with undetermined coefficients? So far I have tried Yp=Acos(2t)+Bsin(2t), but that didn't work.

Thanks for the help.
 
Physics news on Phys.org
Now that I try different methods, it seems that reduction of order won't work. At least, I come up with a function I can't integrate:

Y=vyh

v'=u

u=\frac{2c_1t-2c_2\ln{\left(\cos{2t}\right)}}{c_1\cos{2t}+c_2\sin{2t}}
 
apmcavoy said:
I know how to solve the following ODE with variation of parameters:
y''+4y=4\sec{\left(2t\right)}.
Is there any way to solve this with undetermined coefficients? So far I have tried Yp=Acos(2t)+Bsin(2t), but that didn't work.
Thanks for the help.

The method of undetermined coefficients is applicable only if the RHS of the non-homogeneous equation is itself a particular solution of some homogeneous linear differential equation with constant coefficients. Since Sec(2t) is not such a solution, this method is not applicable.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top