Question
Question: integrate cos root x / root x...
integrate cos root x / root x
2 sin(√x) + C
Solution
To integrate the given function, we use the method of substitution.
Let the given integral be I=∫xcos(x)dx.
Let's make a substitution: Let u=x.
Now, we need to find du in terms of dx. Differentiate u with respect to x: dxdu=dxd(x1/2) dxdu=21x(1/2−1) dxdu=21x−1/2 dxdu=2x1
Now, rearrange to solve for dx/x: 2du=x1dx
Substitute u=x and 2du=x1dx into the integral: I=∫cos(u)⋅(2du) I=2∫cos(u)du
Now, integrate with respect to u: The integral of cos(u) is sin(u). I=2sin(u)+C
Finally, substitute back u=x: I=2sin(x)+C
Where C is the constant of integration.
The final answer is 2sin(x)+C.
Explanation of the solution: The integral ∫xcos(x)dx is solved using substitution. Let u=x. Differentiating gives du=2x1dx, which means 2du=x1dx. Substituting these into the integral yields 2∫cos(u)du. Integrating cos(u) gives sin(u), so the result is 2sin(u)+C. Substituting back u=x, the final answer is 2sin(x)+C.