Calculus · real student question

Evaluate the double integral of sin(x²) + cos(y²) over the region 0 ≤ x ≤ 1, 0 ≤ y ≤ 1.

Question

Evaluate

01 ⁣ ⁣01(sin(x2)+cos(y2))dydx\int_0^1\!\!\int_0^1 \left(\sin(x^2) + \cos(y^2)\right) dy\,dx

Step-by-step solution

  1. Split the sum into two double integrals. Integration is linear, so

    (sin(x2)+cos(y2))dA=sin(x2)dA+cos(y2)dA\iint \left(\sin(x^2) + \cos(y^2)\right)dA = \iint \sin(x^2)\,dA + \iint \cos(y^2)\,dA

    This is the key move: each piece now depends on a single variable, even though neither can be antidifferentiated in closed form.

  2. Collapse each piece using the fact that one variable is absent. In the first piece sin(x2)\sin(x^2) does not involve yy, so the inner yy-integration just multiplies by the interval length 11:

    01 ⁣ ⁣01sin(x2)dydx=01sin(x2)(01dy)dx=01sin(x2)dx\int_0^1\!\!\int_0^1 \sin(x^2)\,dy\,dx = \int_0^1 \sin(x^2)\left(\int_0^1 dy\right)dx = \int_0^1 \sin(x^2)\,dx

    The same argument (integrating in xx first) reduces the second piece to 01cos(y2)dy\int_0^1 \cos(y^2)\,dy.

  3. Recognise the remaining integrals as Fresnel integrals. Renaming both dummy variables to tt:

    I=01sin(t2)dt+01cos(t2)dtI = \int_0^1 \sin(t^2)\,dt + \int_0^1 \cos(t^2)\,dt

    Neither sin(t2)\sin(t^2) nor cos(t2)\cos(t^2) has an elementary antiderivative — they define the Fresnel functions SS and CC (up to the usual π/2\pi/2 scaling). So the exact answer is π2[S ⁣(2π)+C ⁣(2π)]\sqrt{\tfrac{\pi}{2}}\left[S\!\left(\sqrt{\tfrac{2}{\pi}}\right) + C\!\left(\sqrt{\tfrac{2}{\pi}}\right)\right], and a numerical value is the practical answer.

  4. Evaluate both numerically. High-order Gauss-Legendre quadrature gives

    01sin(t2)dt=0.3102683,01cos(t2)dt=0.9045242\int_0^1 \sin(t^2)\,dt = 0.3102683, \qquad \int_0^1 \cos(t^2)\,dt = 0.9045242

    The series expansions confirm the sizes: sin(t2)t2\sin(t^2) \approx t^2 integrates to about 13\tfrac13, and cos(t2)1t42\cos(t^2) \approx 1 - \tfrac{t^4}{2} integrates to about 1110=0.91 - \tfrac{1}{10} = 0.9.

  5. Add and check against direct 2-D quadrature.

    I0.3102683+0.9045242=1.2147925I \approx 0.3102683 + 0.9045242 = 1.2147925

    Evaluating the original double integral numerically over the square, without splitting, gives 1.214792541.21479254 — identical to eight decimals, confirming both the split and the two one-dimensional values.

Answer

01sin(t2)dt+01cos(t2)dt1.21479\int_0^1 \sin(t^2)\,dt + \int_0^1 \cos(t^2)\,dt \approx 1.21479

Need to solve a different problem like this? Open the solver →