Using double integral fund the area of region enclosed by √x+√y=√a and x+y=a
Area bounded by the two curves = "\\displaystyle\\iint_{R}dydx".
The limits of the integral are obtained from the given equations.
"\\sqrt{x} + \\sqrt{y} = \\sqrt{a} \\implies\\sqrt{y} = \\sqrt{a}-\\sqrt{x} \\implies y = (\\sqrt{a}-\\sqrt{x})^2\\\\\nx+y=a \\implies y = a-x"
The limits for x are obtained from the two equations of the curve.
"\\begin{aligned}\n(\\sqrt{a} - \\sqrt{x})^{2} &= a - x\\\\\na - 2\\sqrt{ax} + x &= a - x\\\\\n2x &= 2\\sqrt{ax}\\\\\n4x^{2} &= 4ax \\quad\\text{(Squaring both sides)}\\\\ \n4x^{2} - 4ax &= 0\\\\\n4x(x-a) &= 0\n\\end{aligned}"
which gives, "x = 0~ \\&~ x=a".
Hence, y varies from "y = (\\sqrt{a}-\\sqrt{x})^2 \\text{ to } y = a-x" and x varies from "x = 0 \\text{ to } x = a."
Therefore,
"\\begin{aligned}\n\\text{Area bounded by the curves } &= \\displaystyle\\int_{0}^{a}\\int_{(\\sqrt{a}-\\sqrt{x})^2}^{a-x}dydx\\\\\n&= \\displaystyle\\int_{0}^{a} y\\Bigg|_{(\\sqrt{a}-\\sqrt{x})^2}^{a-x} dx\\\\\n&= \\displaystyle\\int_{0}^{a} ((a-x)-(\\sqrt{a}-\\sqrt{x})^2)dx\\\\\n&= \\displaystyle\\int_{0}^{a} (a - x - a - x +2\\sqrt{ax})dx\\\\\n&= \\displaystyle\\int_{0}^{a} ( - 2x + 2\\sqrt{ax})dx\\\\ \n&= 2\\displaystyle\\int_{0}^{a} ( \\sqrt{ax} - x)dx\\\\ \n&= 2 \\Big(\\sqrt{a} ~\\frac{x^{\\frac{3}{2}}}{(\\frac{3}{2})} - \\frac{x^2}{2}\\Big)\\Bigg|_0^a\\\\\n&= 2 \\Big(\\frac{2}{3}\\sqrt{a}\\cdot a^{\\frac{3}{2}} - \\frac{a^2}{2}\\Big)\\\\\n&= 2 \\Big(\\frac{2a^2}{3} - \\frac{a^2}{2}\\Big)\\\\\n&= \\frac{a^2}{3}\n\\end{aligned}"
Comments
Leave a comment