I've got a problem where I need to find the IFT of
$$F(\omega) = \frac{1 + i\omega}{6-\omega^2+5i\omega}$$
I've been trying to solve it through partial fractions, but that gives us
$$\frac{1 + i\omega}{6-\omega^2+5i\omega} = \frac{1 + i\omega}{(-\omega + 3i)(\omega-2i)} = \frac{i(\omega - i)}{(-\omega+3i)(\omega-2i)}= \frac{A(\omega-2i) + B(-\omega+3i)}{(-\omega + 3i)(\omega-2i)} $$
and I'm not entirely certain how to solve for A and B here.
Substituting it into the IFT formula give us
$$\frac 1{2\pi} \int_{-\infty}^\infty \frac{1 + i\omega}{6-\omega^2+5i\omega} \cdot e^{i\omega t} \ d\omega$$
or any combination of the above factorizations, but I have no idea how to even begin integrating something like this.
Anything, even a hint at what I should do in such a situation like this would help.
Thanks a lot for taking a look!
By using partial fractions we have \begin{align} \frac{i\omega +1}{6-\omega^2+5i\omega}&=\frac{i\omega+1}{(i\omega+2)(i\omega+3)}\\ &=\frac{A}{i\omega+3}+\frac{B}{i\omega+2} \end{align} Where $A$ and $B$ are constants such that \begin{align} A(i\omega+2)+B(i\omega+3)&=i\omega+1\\ (A+B)i\omega+2A+3B&=i\omega+1 \end{align} Then, solving the linear system of equations \begin{align} A+B&=1\\ 2A+3B&=1 \end{align} we get $\color{red}{A=2}$ and $\color{red}{B=-1}$. Hence \begin{align} \frac{i\omega +1}{6-\omega^2+5i\omega}&=\frac{2}{i\omega+3}-\frac{1}{i\omega+2} \end{align} From here you can apply the inverse FT: \begin{align} \mathscr{F}^{-1}\left\{\frac{i\omega +1}{6-\omega^2+5i\omega}\right\}&=2\mathscr{F}^{-1}\left\{\frac{1}{i\omega+3}\right\}-\mathscr{F}^{-1}\left\{\frac{1}{i\omega+2}\right\}\\[5pt] &=\color{blue}{\boxed{\left(2e^{-3t}-e^{-2t}\right)u(t)}} \end{align}