Refraction
- 21
- 0
Homework Statement
Looks like I'm back with another question already

Homework Equations
\int^3_{0} \int^9_{y} \sqrt{x}cos(x) dx dy
The Attempt at a Solution
With the changed order of integration it needs two integrals added together, this is what I came up with:
\int^3_{0} \int^x_{0} \sqrt{x}cos(x) dy dx + \int^9_{3} \int^3_{0} \sqrt{x}cos(x) dy dx
And I planned to work them both out separately, but didn't get too far with the first one:
= \int^3_{0} \left[y\sqrt{x}cos(x)\right]^{x}_{0} dx
= \int^3_{0} x\sqrt{x}cos(x) dx
I'm not sure if I've made a mistake getting here, but it looks like I need to integrate x\sqrt{x}cos(x) and there doesn't seem to be an easy way to do that at all.