The teacher hasn't uploaded a solution for this question yet.
Let $t = \sqrt{x}$. Then, $t^2 = x$, and differentiating both sides with respect to $x$, we get $2t \, dt = dx$. Also, we need to change the limits of integration. When $x = 0$, $t = \sqrt{0} = 0$. When $x = \frac{\pi^2}{4}$, $t = \sqrt{\frac{\pi^2}{4}} = \frac{\pi}{2}$.
Substituting $t = \sqrt{x}$ and $dx = 2t \, dt$, the integral becomes: $$ \int_{0}^{\frac{\pi^{2}}{4}}\frac{\sin\sqrt{x}}{\sqrt{x}}dx = \int_{0}^{\frac{\pi}{2}}\frac{\sin t}{t} (2t \, dt) = 2\int_{0}^{\frac{\pi}{2}} \sin t \, dt $$
Now, we evaluate the integral: $$ 2\int_{0}^{\frac{\pi}{2}} \sin t \, dt = 2[-\cos t]_{0}^{\frac{\pi}{2}} = 2\left[-\cos\left(\frac{\pi}{2}\right) - (-\cos(0))\right] = 2[0 - (-1)] = 2(1) = 2 $$
Final Answer: 2
AI generated content. Review strictly for academic accuracy.