陕西师范大学 2022年数学分析第0题
📝 题目
6. $\iint_{D} \sqrt{\left|y-x^{2}\right|} d x d y, D: 0 \leq x \leq 1,0 \leq y \leq 1$ .(类似题目讲过小题样,只是范围不一样)
💡 答案解析
暂无答案解析
📋 详细解题步骤
步骤 1/5
目标:划分积分区域,处理绝对值
在正方形区域 $D: 0 \le x \le 1, 0 \le y \le 1$ 内,曲线 $y = x^2$ 将区域分为两部分:
- $D_1$:曲线下方,即 $y \le x^2$,此时 $|y - x^2| = x^2 - y$。
- $D_2$:曲线上方,即 $y \ge x^2$,此时 $|y - x^2| = y - x^2$。
原积分可写为:
$$I = \iint_{D_1} \sqrt{x^2 - y} \, dy\,dx + \iint_{D_2} \sqrt{y - x^2} \, dy\,dx$$
公式:$I = \iint_{D_1} \sqrt{x^2 - y} \, dy\,dx + \iint_{D_2} \sqrt{y - x^2} \, dy\,dx$
提示:注意绝对值处理时,要明确被积函数在分界线两侧的表达式,并正确确定积分限。
步骤 2/5
目标:计算区域 $D_1$ 上的积分 $I_1$
对于固定的 $x \in [0,1]$,在 $D_1$ 中 $y$ 从 $0$ 到 $x^2$,则:
$$I_1 = \int_0^1 \int_0^{x^2} \sqrt{x^2 - y} \, dy \, dx$$
先对 $y$ 积分,令 $u = x^2 - y$,则 $du = -dy$,当 $y=0$ 时 $u=x^2$,当 $y=x^2$ 时 $u=0$,所以:
$$\int_0^{x^2} \sqrt{x^2 - y} \, dy = \int_{x^2}^0 \sqrt{u} \, (-du) = \int_0^{x^2} u^{1/2} \, du = \frac{2}{3} (x^2)^{3/2} = \frac{2}{3} x^3$$
于是:
$$I_1 = \int_0^1 \frac{2}{3} x^3 \, dx = \frac{2}{3} \cdot \frac{1}{4} = \frac{1}{6}$$
公式:$\int_0^{x^2} \sqrt{x^2 - y} \, dy = \frac{2}{3} x^3$
提示:换元时注意积分限的变换,以及 $x^2$ 视为常数。
步骤 3/5
目标:计算区域 $D_2$ 上的积分 $I_2$
对于固定的 $x \in [0,1]$,在 $D_2$ 中 $y$ 从 $x^2$ 到 $1$,则:
$$I_2 = \int_0^1 \int_{x^2}^1 \sqrt{y - x^2} \, dy \, dx$$
先对 $y$ 积分,令 $t = y - x^2$,则 $dt = dy$,当 $y=x^2$ 时 $t=0$,当 $y=1$ 时 $t = 1 - x^2$,所以:
$$\int_{x^2}^1 \sqrt{y - x^2} \, dy = \int_0^{1-x^2} t^{1/2} \, dt = \frac{2}{3} (1 - x^2)^{3/2}$$
于是:
$$I_2 = \int_0^1 \frac{2}{3} (1 - x^2)^{3/2} \, dx$$
公式:$\int_{x^2}^1 \sqrt{y - x^2} \, dy = \frac{2}{3} (1 - x^2)^{3/2}$
提示:注意积分限的变换,$1-x^2$ 可能为0,但积分仍成立。
步骤 4/5
目标:计算积分 $J = \int_0^1 (1 - x^2)^{3/2} \, dx$
令 $x = \sin \theta$,则 $dx = \cos \theta \, d\theta$,当 $x=0$ 时 $\theta=0$,当 $x=1$ 时 $\theta = \pi/2$,且 $1-x^2 = \cos^2 \theta$,所以:
$$(1 - x^2)^{3/2} = (\cos^2 \theta)^{3/2} = \cos^3 \theta$$
于是:
$$J = \int_0^{\pi/2} \cos^3 \theta \cdot \cos \theta \, d\theta = \int_0^{\pi/2} \cos^4 \theta \, d\theta$$
利用降幂公式:
$$\cos^4 \theta = \left(\frac{1+\cos 2\theta}{2}\right)^2 = \frac{1}{4} (1 + 2\cos 2\theta + \cos^2 2\theta)$$
而 $\cos^2 2\theta = \frac{1+\cos 4\theta}{2}$,代入得:
$$\cos^4 \theta = \frac{1}{4}\left(1 + 2\cos 2\theta + \frac{1+\cos 4\theta}{2}\right) = \frac{3}{8} + \frac{1}{2}\cos 2\theta + \frac{1}{8}\cos 4\theta$$
在 $[0, \pi/2]$ 上积分,$\cos 2\theta$ 和 $\cos 4\theta$ 的积分为0,所以:
$$J = \int_0^{\pi/2} \frac{3}{8} \, d\theta = \frac{3}{8} \cdot \frac{\pi}{2} = \frac{3\pi}{16}$$
公式:$\int_0^{\pi/2} \cos^4 \theta \, d\theta = \frac{3\pi}{16}$
提示:三角代换后注意化简,利用倍角公式降幂,积分时注意余弦函数在周期内的积分特性。
步骤 5/5
目标:计算 $I_2$ 并求和得到最终结果
由 $I_2 = \frac{2}{3} J$,得:
$$I_2 = \frac{2}{3} \cdot \frac{3\pi}{16} = \frac{\pi}{8}$$
原积分为:
$$I = I_1 + I_2 = \frac{1}{6} + \frac{\pi}{8}$$
因此,最终结果为:
$$\boxed{\frac{1}{6}+\frac{\pi}{8}}$$
公式:$I = \frac{1}{6} + \frac{\pi}{8}$
提示:最后合并结果时,注意分数通分或保留原形式,确保答案简洁。
📷 拍照上传批改
拍照上传批改功能已预留入口,后续接入图片上传、OCR识别与AI批改。