The teacher hasn't uploaded a solution for this question yet.
We have $5 + 4x - x^2$. To complete the square, we rewrite it as: $5 - (x^2 - 4x)$. Now, we add and subtract $(4/2)^2 = 4$ inside the parenthesis: $5 - (x^2 - 4x + 4 - 4) = 5 - ((x - 2)^2 - 4) = 5 - (x - 2)^2 + 4 = 9 - (x - 2)^2$.
Now we can rewrite the integral as: $\int \frac{1}{9 - (x - 2)^2} dx = \int \frac{1}{3^2 - (x - 2)^2} dx$.
We use the formula $\int \frac{1}{a^2 - x^2} dx = \frac{1}{2a} \ln \left| \frac{a + x}{a - x} \right| + C$. In our case, $a = 3$ and $x$ is replaced by $(x - 2)$. So, $\int \frac{1}{3^2 - (x - 2)^2} dx = \frac{1}{2(3)} \ln \left| \frac{3 + (x - 2)}{3 - (x - 2)} \right| + C = \frac{1}{6} \ln \left| \frac{1 + x}{5 - x} \right| + C$.
Therefore, the integral is: $\int \frac{1}{5 + 4x - x^2} dx = \frac{1}{6} \ln \left| \frac{x + 1}{5 - x} \right| + C$.
Final Answer: $\frac{1}{6} \ln \left| \frac{x+1}{5-x} \right| + C$
AI generated content. Review strictly for academic accuracy.