I need to compute $$ \int \frac{dx}{\sqrt{9-16x^2}} $$ using this table of integrals formula: Table of Integrals
I am getting $\arcsin(x/3) + k$ but I know that is wrong. What do I need to do to correctly solve this problem
I need to compute $$ \int \frac{dx}{\sqrt{9-16x^2}} $$ using this table of integrals formula: Table of Integrals
I am getting $\arcsin(x/3) + k$ but I know that is wrong. What do I need to do to correctly solve this problem
Set
$$x = \frac{3}{4}\sin\theta ~~~~~ \text{d}x = \frac{3}{4}\cos\theta\ \text{d}\theta$$
Hence you obtain:
$$\int \frac{\frac{3}{4}\cos\theta\ \text{d}\theta}{\sqrt{9(1 - \sin^2\theta)}} = \int \frac{\frac{3}{4}\cos\theta\ \text{d}\theta}{\sqrt{9\cos^2\theta}} = \int \frac{\frac{3}{4}\cos\theta\ \text{d}\theta}{3\cos\theta} = \frac{1}{4}\int\text{d}\theta = \frac{\theta}{4}$$
Substituting back to $x$, using the substitution we made at the beginning, you have $\theta = \arcsin\left(\frac{4x}{3}\right)$ hence the result is
$$\frac{1}{4}\arcsin\left(\frac{4x}{3}\right)$$