Question
Question: ∫sqrt(1-4x^2)dx...
∫sqrt(1-4x^2)dx
\frac{x}{2}\sqrt{1-4x^2} + \frac{1}{4}\sin^{-1}(2x) + C
Solution
To evaluate the integral ∫1−4x2dx, we can use a substitution method to transform it into a standard integral form.
1. Rewrite the integrand: The expression inside the square root can be written as 1−(2x)2. So, the integral becomes ∫1−(2x)2dx.
2. Perform substitution: Let u=2x. Differentiating both sides with respect to x, we get: du=2dx From this, we can express dx as: dx=21du
3. Substitute into the integral: Substitute u and dx into the integral: ∫1−u2(21du)=21∫1−u2du
4. Apply the standard integral formula: This integral is now in the standard form ∫a2−x2dx, where a=1 and the variable is u. The standard formula for this type of integral is: ∫a2−x2dx=2xa2−x2+2a2sin−1(ax)+C Applying this formula with a=1 and variable u: 21[2u1−u2+212sin−1(1u)]+C =21[2u1−u2+21sin−1(u)]+C
5. Substitute back the original variable: Now, substitute u=2x back into the expression: 21[22x1−(2x)2+21sin−1(2x)]+C =21[x1−4x2+21sin−1(2x)]+C Distribute the 21: =2x1−4x2+41sin−1(2x)+C
The final answer is 2x1−4x2+41sin−1(2x)+C.
Explanation of the solution:
The integral ∫1−4x2dx is transformed into a standard form using the substitution u=2x, which implies dx=21du. This yields 21∫1−u2du. Applying the standard integral formula ∫a2−x2dx=2xa2−x2+2a2sin−1(ax)+C with a=1 and substituting back u=2x gives the result.