You can verify it quickly that
\(u\)-sub doesnβt work here. So Richard will try using the formula he gave in the hint.
To use the formula in the hint, observe that the constant term in the square root must be a \(1\text{.}\) To make it happen, the trick to do here is factoring.
\begin{align*}
\int_0^\frac{3}{2}\frac{dx}{\sqrt{9 - 4x^2}} \amp= \int_0^\frac{3}{2} \frac{dx}{\sqrt{9\left(1 - \frac{4}{9}x^2\right)}} \\
\amp= \int_0^\frac{3}{2} \frac{dx}{3\sqrt{1 - \frac{4}{9}x^2}} \\
\amp= \frac{1}{3} \int_0^\frac{3}{2} \frac{dx}{\sqrt{1 - \frac{4}{9}x^2}}
\end{align*}
Now we made the constant term in the square root to be
\(1\text{!}\) In order to use the formula, we need a perfect square after the subtraction in the square root. This is an easy fix since
\(\frac{4}{9}x^2 = \left(\frac{2}{3}x\right)^2\) is a perfect square (a simple
\(u\)-sub here will make the problem matching up even more with the formula).
Let \(u = \frac{2}{3}x\text{.}\) Then \(du = \frac{2}{3}\, dx\text{,}\) which implies that \(dx = \frac{3}{2}\, du\text{.}\) Furthermore, when \(x = 0\text{,}\) \(u = \frac{2}{3}\cdot 0 = 0\text{;}\) when \(x = \frac{3}{2}\text{,}\) \(u = \frac{2}{3}\cdot \frac{3}{2} = 1\) Now we obtain
\begin{align*}
\int_0^\frac{3}{2} \frac{dx}{\sqrt{9 - 4x^2}} \amp= \frac{1}{3} \int_0^\frac{3}{2} \frac{dx}{\sqrt{1 - \frac{4}{9}x^2}} \\
\amp= \frac{1}{3} \int_0^\frac{3}{2} \frac{dx}{\sqrt{1 - \left(\frac{2}{3}x\right)^2}} \\
\amp= \frac{1}{3} \int_0^1 \frac{\frac{3}{2}\, du}{\sqrt{1 - u^2}} \\
\amp= \frac{1}{2} \int_0^1 \frac{du}{1 - u^2}
\end{align*}
Observe that the integral now matches up perfectly with the formula! We can now evaluate this integral using FTC.
\begin{align*}
\frac{1}{2} \int_0^1 \frac{du}{1 - u^2} \amp= \frac{1}{2}\cdot \sin^{-1}(u)\bigg|_0^1 \\
\amp= \frac{1}{2}\left(\sin^{-1}(1) - \sin^{-1}(0) \right) \\
\amp= \frac{1}{2}\left(\frac{\pi}{2} - 0\right) \\
\amp= \frac{\pi}{4}
\end{align*}