[Math] How does the laplace transform diagonalize the derivative operator

diagonalizationlaplace transform

I was reading this post here and I got really confused at the part where the claim is that the laplace transform diagonalize the derivative operator (http://www.quora.com/What-is-the-purpose-of-Laplace-transforms-in-controls-theory)

In my mind the diagonalization process is where by a matrix $A = P^{-1}\Sigma P$, where $\Sigma$ is our diagonal matrix. How does this have to do with laplace transform is very unclear.

So two questions:

  1. What does it mean for an operator to be diagonalized? (can someone explain this as simply as possible)

  2. How does diagonalization change the basis? In the case of laplace transform the claim is that the laplace transform changes the basis of impulse functions to the eigenvector…can someone verify?

Best Answer

Due to the identity

$\frac{d}{dt}e^{-st}=-se^{-st}$

analogous to $Ax=\lambda x$ for the Laplace transform you have the eigenvector $e^{-st}$ with ist Eigenvalue $-s$. In functional Analysis, functions are regarded as generalized vectors and Operators like Differentiation as generalized matrices.

For example, you have the differential equation: $\frac{d}{dt}x + x = (\frac{d}{dt}+1)x = 0$. For some functions $x(t)$ you will see that the Operator $\Delta:=\frac{d}{dt}+1$ Change the function (similar as a Matrix makes a vector completely different). But when you do the Laplace transform to this differential equation you will get $sL(x)+L(x)=(s+1)L(x)$ and you observe that the Laplace transform diagonalized the Operator $\Delta$, because the new "Basis" $L(x)$ is only multiplied by $s+1$ (similar to Eigenvalues in linear algebra). The Operator $\Delta$ was diagonalized. Hence, the Basis transform was performed via Laplace transform $x \rightarrow L(x)$.