Question:medium

The value of the integral $\int_{0}^{\pi / 2} \sqrt{\cos x \sin 2x} dx$ is equal to

Show Hint

Always look for the derivative of a part of the function appearing as a factor in the integrand. Here, $\cos x$ was perfectly placed to be the $du$ for $u = \sin x$ once the square root was simplified.
Updated On: Jun 26, 2026
  • $\frac{\sqrt{2}}{3}$
  • $\frac{2\sqrt{2}}{3}$
  • $\frac{2}{3}$
  • $\frac{2}{3\sqrt{2}}$
  • $\frac{3\sqrt{2}}{2}$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
We evaluate a definite integral of a trigonometric function. We can simplify the integrand using the double-angle identity to prepare it for substitution.
Step 2: Key Formula or Approach:
Use \(\sin 2x = 2\sin x \cos x\).
Set \(u = \sin x\), finding \(du = \cos x dx\).
Step 3: Detailed Explanation:
Simplify the expression under the square root:
\[ I = \int_{0}^{\pi/2} \sqrt{\cos x (2\sin x \cos x)} dx \] \[ I = \int_{0}^{\pi/2} \sqrt{2\cos^2 x \sin x} dx \] Pull out constants and perfect squares:
Since \(\cos x \geq 0\) on \([0, \pi/2]\), \(\sqrt{\cos^2 x} = \cos x\).
\[ I = \sqrt{2} \int_{0}^{\pi/2} \cos x \sqrt{\sin x} dx \] Use u-substitution. Let \(u = \sin x\).
Then \(du = \cos x dx\).
Change the bounds:
When \(x = 0, u = \sin(0) = 0\).
When \(x = \pi/2, u = \sin(\pi/2) = 1\).
Substitute into the integral:
\[ I = \sqrt{2} \int_{0}^{1} \sqrt{u} \, du = \sqrt{2} \int_{0}^{1} u^{1/2} du \] Integrate:
\[ I = \sqrt{2} \left[ \frac{u^{3/2}}{3/2} \right]_{0}^{1} = \sqrt{2} \left( \frac{2}{3}(1)^{3/2} - 0 \right) \] \[ I = \frac{2\sqrt{2}}{3} \] Step 4: Final Answer:
The value is \(\frac{2\sqrt{2}}{3}\).
Was this answer helpful?
0