Question:medium

Evaluate: \[ \int_0^{\frac{\pi^2}{4}} \frac{\sin\sqrt{x}}{\sqrt{x}} \, dx \]

Show Hint

For definite integrals, simplify the integrand using substitution or trigonometric identities before integrating. Ensure the limits of integration are updated when substitution is used.
Updated On: Jan 13, 2026
Show Solution

Solution and Explanation

Let \( I = \int_0^{\frac{\pi^2}{4}} \frac{\sin\sqrt{x}}{\sqrt{x}} \, dx \).

Let \( t = \sqrt{x} \) be the substitution. This implies \( x = t^2 \), \( dx = 2t \, dt \), and \( \sqrt{x} = t \). Substituting these into the integral yields: \[ I = \int_0^{\frac{\pi}{2}} \frac{\sin t}{t} \cdot 2t \, dt = 2 \int_0^{\frac{\pi}{2}} \sin t \, dt. \] 

The integral simplifies to: \[ I = 2 \left[ -\cos t \right]_0^{\frac{\pi}{2}}. \] Evaluating the definite integral gives: \[ I = 2 \left[ -\cos\left(\frac{\pi}{2}\right) + \cos(0) \right] = 2 \left[ 0 + 1 \right] = 2. \] 

Answer: \[ \int_0^{\frac{\pi^2}{4}} \frac{\sin\sqrt{x}}{\sqrt{x}} \, dx = 2. \] \bigskip

Was this answer helpful?
0