Question
Question: integrate: x+2/sqrt (4x-x^2)...
integrate: x+2/sqrt (4x-x^2)
-\sqrt{4x-x^2} + 4 \arcsin\left(\frac{x-2}{2}\right) + C
Solution
The integral to be evaluated is I=∫4x−x2x+2dx.
This is an integral of the form ∫ax2+bx+cPx+Qdx. The general strategy is to express the numerator Px+Q as a linear combination of the derivative of the quadratic expression in the denominator (ax2+bx+c) and a constant term.
Step 1: Express the numerator in terms of the derivative of the quadratic expression. Let the quadratic expression in the denominator be f(x)=4x−x2. The derivative of f(x) is f′(x)=4−2x. We want to write the numerator x+2 in the form A(4−2x)+B. Comparing coefficients: For the x term: 1=−2A⟹A=−21. For the constant term: 2=4A+B. Substitute A=−21 into the constant term equation: 2=4(−21)+B 2=−2+B B=4. So, we can write x+2=−21(4−2x)+4.
Step 2: Split the integral into two simpler integrals. Substitute the expression for x+2 back into the integral: I=∫4x−x2−21(4−2x)+4dx I=−21∫4x−x24−2xdx+4∫4x−x21dx Let I1=−21∫4x−x24−2xdx and I2=4∫4x−x21dx.
Step 3: Evaluate the first integral I1. For I1=−21∫4x−x24−2xdx, let u=4x−x2. Then, du=(4−2x)dx. The integral becomes: I1=−21∫udu=−21∫u−1/2du Using the power rule for integration ∫undu=n+1un+1+C: I1=−21(−1/2+1u−1/2+1)+C1 I1=−21(1/2u1/2)+C1 I1=−21(2u)+C1=−u+C1 Substitute back u=4x−x2: I1=−4x−x2+C1.
Step 4: Evaluate the second integral I2. For I2=4∫4x−x21dx, we need to complete the square for the quadratic expression 4x−x2 in the denominator. 4x−x2=−(x2−4x) To complete the square for x2−4x, we add and subtract (4/2)2=4: x2−4x=(x2−4x+4)−4=(x−2)2−4. So, 4x−x2=−((x−2)2−4)=4−(x−2)2. Now substitute this into I2: I2=4∫4−(x−2)21dx This integral is of the standard form ∫a2−y21dy=arcsin(ay)+C. Here, a2=4⟹a=2, and y=(x−2). So, I2=4arcsin(2x−2)+C2.
Step 5: Combine the results of I1 and I2. I=I1+I2=−4x−x2+4arcsin(2x−2)+C, where C=C1+C2.
The final answer is −4x−x2+4arcsin(2x−2)+C.
Explanation of the solution: The integral ∫4x−x2x+2dx is solved by first decomposing the numerator x+2 into two parts: one part proportional to the derivative of 4x−x2 (which is 4−2x), and a constant part. This decomposition is x+2=−21(4−2x)+4. This allows the original integral to be split into two simpler integrals. The first integral, ∫4x−x2−21(4−2x)dx, is solved using a simple substitution u=4x−x2, yielding −4x−x2. The second integral, ∫4x−x24dx, is solved by completing the square in the denominator, transforming 4x−x2 into 4−(x−2)2. This allows the integral to be recognized as a standard inverse sine form, resulting in 4arcsin(2x−2). Combining these two results gives the final answer.
Answer: The integral of 4x−x2x+2 is −4x−x2+4arcsin(2x−2)+C.