Is There a General Method for Finding Polynomial Annihilators?

  • Thread starter Thread starter Mechdude
  • Start date Start date
  • Tags Tags
    Polynomial
Mechdude
Messages
108
Reaction score
1

Homework Statement


is there a general method for obtaining polynomial annihilators?


Homework Equations


for stuff like: \beginarray {<br /> x $+ e^{x}sin(2x) $ \\<br /> 7e^{x} $+ e^{x} $ \\ <br /> e^{2x} $ + sin(5x) $ \\<br /> e^{3x} $ (3cos(2x) - $ sin(2x) ) <br /> } <br />


The Attempt at a Solution


i know of how to do the second one (its a solution to the homogenous linear d.e. Whose auxilliary equation has the roots -1and 1, hence the auxilliary equation is factored from (r-1)(r+1)=0 and the corresponding annihilator; (D^2 - 1) ) is there a general method ?
 
Physics news on Phys.org
There are a few. The brute force way is to take lots of derivatives (enough that all further derivatives will be linear combinations of previous ones). Then write the derivative operator as a matrix with the functions you want to annilate. The characteristic polynomial of this matix is an annihilator of the basic by cayley hamilton theorem. A slightly more efficient method is to take each function and write it in the form
p(x)exp(c x)cos(ax+b) where p(x) is a polynomial and a, b, and c are constants
then (D-(c+ai))^(n+1) where n is the degree of p will be a factor of the annihilator
so take the least common multiple of all such factors and if a real annihilator is wanted also include complex conjugates that is use
(D-(c+ai))^(n+1)(D-(c-ai))^(n+1) instead of(D-(c+ai))^(n+1) whenever a is not zero
 
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