Evaluate $$\int\frac{1}{\sqrt{4-x^2}}dx$$
I had this question on my calc exam today, and I have no clue how it's done. I was trying to factor 4-x² to see if I could see any patterns but no luck.
One thing I did notice was that $$\frac{d}{dx}(\arcsin(x)) =\frac{1}{\sqrt{1-x^2}} $$
You should note that whenever you have a formula, and it differs from your question by a constant (like here 4 instead of 1), then you can simply factor it out, obtaining $$ \int\frac{1}{2}\frac{1}{\sqrt{1-(x/2)^2}}dx $$ Then you can apply the formula that you found out, and it turns out that the substitution $$u=x/2$$ would do the job.