Question
Question: integrate: x+2/sqrt (4x+x^2)...
integrate: x+2/sqrt (4x+x^2)
sqrt(x^2+4x) + C
Solution
To integrate the given function 4x+x2x+2, we can use a substitution method by observing the relationship between the numerator and the expression inside the square root.
Let the integral be I=∫4x+x2x+2dx.
Consider the expression inside the square root in the denominator: 4x+x2. Let u=x2+4x. Now, find the derivative of u with respect to x: dxdu=dxd(x2+4x)=2x+4. We can factor out 2 from the derivative: du=(2x+4)dx=2(x+2)dx.
From this, we can express (x+2)dx in terms of du: (x+2)dx=21du.
Now, substitute u and du into the integral: I=∫u1⋅21du I=21∫u−1/2du.
Now, integrate u−1/2 with respect to u using the power rule for integration, ∫xndx=n+1xn+1+C: I=21(−1/2+1u−1/2+1)+C I=21(1/2u1/2)+C I=21(2u1/2)+C I=u1/2+C I=u+C.
Finally, substitute back u=x2+4x: I=x2+4x+C.
To verify the result, differentiate x2+4x: dxd(x2+4x)=2x2+4x1⋅dxd(x2+4x) =2x2+4x1⋅(2x+4) =2x2+4x2(x+2) =x2+4xx+2. This matches the original integrand, confirming the solution.
The final answer is x2+4x+C.
Explanation of the solution: The integral ∫4x+x2x+2dx is solved by recognizing that the numerator (x+2) is directly related to the derivative of the term inside the square root, x2+4x. Let u=x2+4x. Then du=(2x+4)dx=2(x+2)dx. This means (x+2)dx=21du. Substituting these into the integral transforms it into ∫u1⋅21du=21∫u−1/2du. Integrating u−1/2 gives 1/2u1/2=2u. So, the integral becomes 21(2u)+C=u+C. Substituting back u=x2+4x yields the final result x2+4x+C.