Motivated by the following thread What is integration by parts, really?, I started looking at the integral of $e^{x}\cos(x)$ by noting that $$\frac{d}{dx} e^{ax}\cos(bx) = ae^{ax}\cos(bx) -e^{ax}\sin(bx).$$ However, instead of using the standard integration by parts trick to solve this problem, you could instead write $$\frac{d}{dx} e^{ax} \sin(bx) = be^{ax}\cos(bx)+ ae^{ax}\sin(bx) $$ and use these two equations to find the matrix representation of the differentiation operator with respect to the basis $\{e^{ax}\cos(bx),e^{ax}\sin(bx)\}$. To me, this seems wonderful, the product rule or integration by parts seems to allow you to decompose a complicated function into linear pieces with respect to a basis.
Using this seems to let you integrate even more complicated functions like $e^{af(x)}\cos(bf(x))$ since $f$ only changes your coordinates and not the matrix representation of the operator.
I was able to solve a few other integrals, and I turned my attention to what would happen if I tried to use this technique on Fresnel integrals, the error function, $\sin(x)/x$ and other integrals with no closed form solution in terms of elementary functions, but everything seems to fail because I need a non-finite basis.
At this point, I have a few questions:
1) Is this really just integration by parts in disguise? I ask this because the product rule looks like it is just helping me find an ansatz basis to use for my inverse transformation.
2) Are there any interesting well known integrals that be solved more easily doing this instead of more common integration techniques?
3) If we are given an elementary function as the integrand, it kind of looks like I can get a hint as to whether or not its integral is also an elementary function by examining the size of the basis I would need to write down inverse operator of the derivative. Intuitively, I don't think the dimension should tell me anything, does it? I feel like this should be an obvious corollary of Taylor's theorem, but I cannot see it.
$$T = \begin{bmatrix} a &b\ -b & a \end{bmatrix}$$
with respect to the basis $B = {2xe^{ax^{2}}\cos(bx^{2}), 2xe^{ax^{2}}\sin(bx^{2})}$. Of course, $a$ and $b$ need to be given so that the matrix is non-singular.
– JessicaK Jun 16 '14 at 00:38