How to Solve y''+4y = x*sin2x Using Undetermined Coefficients?

  • Thread starter Thread starter kasse
  • Start date Start date
kasse
Messages
383
Reaction score
1
y''+4y = x*sin2x

Find a particular solution using the method of undetermined coefficients.
---------------------------------------------------------------------

No idea what to do here. My table has no suggestion for a particular solution when r(x) = x*sin2x.
 
Physics news on Phys.org
The RHS consists of the product of a Polynomial of degree one and a trig function

so the P.I. would be (P.I.of the polynomial)*(P.I. for the trig function)
 
kasse said:
y''+4y = x*sin2x

Find a particular solution using the method of undetermined coefficients.
---------------------------------------------------------------------

No idea what to do here. My table has no suggestion for a particular solution when r(x) = x*sin2x.
You don't learn mathematics by using tables, you learn mathematics by using concepts. For sin(2x) on the right hand side your first thought should be Acos(2x)+ Bsin(2x). With "x" you would try Ax+ B. As rockfreak667 said, combine those ideas:
try y= (Ax+B)sin(2x)+ (Cx+ D)cos(2x)

HOWEVER, sin(2x) and cos(2x) already satisfy the differential equation! I'm sure you already know what to do in that situation- multiply by x. Try (Ax2+ Bx)sin(2x)+ (Cx2+ Dx)cos(2x).

I suspect that, since the equation only involves "even" derivatives, you don't need all of those coefficients- some will be 0- but I see no good way to figure out which in advance.
 
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