同济高数 第9章 第9-1-6题

教材习题

📝 题目

6.求下列各极限: (1) $\displaystyle{\lim} _{(x, y) \rightarrow(0,1)} \frac{1-x y}{x^{2}+y^{2}}$ ; (2) $\displaystyle{\lim} _{(x, y) \rightarrow(1,0)} \frac{\ln \left(x+\mathrm{e}^{y}\right)}{\sqrt{x^{2}+y^{2}}}$ ; (3) $\displaystyle{\lim} _{(x, y) \rightarrow(0,0)} \frac{2-\sqrt{x y+4}}{x y}$ ; (4) $\displaystyle{\lim} _{(x, y) \rightarrow(0,0)} \frac{x y}{\sqrt{2-\mathrm{e}^{x y}}-1}$ ; (5) $\displaystyle{\lim} _{(x, y) \rightarrow(2,0)} \frac{\tan (x y)}{y}$ ; (6) $\displaystyle{\lim} _{(x, y) \rightarrow(0,0)} \frac{1-\cos \left(x^{2}+y^{2}\right)}{\left(x^{2}+y^{2}\right) \mathrm{e}^{x^{2} y^{2}}}$ .

💡 答案解析

[AI解答]

[AI解答]

**(1)** 求极限 $$ \lim_{(x,y)\to(0,1)} \frac{1-xy}{x^2+y^2}. $$ 由于分母在点 $(0,1)$ 处为 $0^2+1^2=1\neq 0$,分子为 $1-0\cdot 1=1$,因此直接代入得 $$ \frac{1}{1}=1. $$ 故极限为 $1$.

---

**(2)** 求极限 $$ \lim_{(x,y)\to(1,0)} \frac{\ln(x+e^y)}{\sqrt{x^2+y^2}}. $$ 直接代入 $(1,0)$:分子 $\ln(1+e^0)=\ln 2$,分母 $\sqrt{1^2+0^2}=1$,所以极限为 $$ \ln 2. $$

---

**(3)** 求极限 $$ \lim_{(x,y)\to(0,0)} \frac{2-\sqrt{xy+4}}{xy}. $$ 令 $t=xy$,则当 $(x,y)\to(0,0)$ 时 $t\to 0$,原式化为 $$ \lim_{t\to 0}\frac{2-\sqrt{t+4}}{t}. $$ 分子有理化: $$ \frac{2-\sqrt{t+4}}{t} = \frac{(2-\sqrt{t+4})(2+\sqrt{t+4})}{t(2+\sqrt{t+4})} = \frac{4-(t+4)}{t(2+\sqrt{t+4})} = \frac{-t}{t(2+\sqrt{t+4})} = \frac{-1}{2+\sqrt{t+4}}. $$ 当 $t\to 0$ 时,分母趋于 $2+\sqrt{4}=4$,所以极限为 $$ -\frac{1}{4}. $$

---

**(4)** 求极限 $$ \lim_{(x,y)\to(0,0)} \frac{xy}{\sqrt{2-e^{xy}}-1}. $$ 令 $t=xy$,则当 $(x,y)\to(0,0)$ 时 $t\to 0$,原式化为 $$ \lim_{t\to 0} \frac{t}{\sqrt{2-e^{t}}-1}. $$ 分子分母同时乘以共轭式 $\sqrt{2-e^{t}}+1$: $$ \frac{t}{\sqrt{2-e^{t}}-1} = \frac{t(\sqrt{2-e^{t}}+1)}{(2-e^{t})-1} = \frac{t(\sqrt{2-e^{t}}+1)}{1-e^{t}}. $$ 利用等价无穷小:当 $t\to 0$ 时,$1-e^{t}\sim -t$,因此 $$ \frac{t(\sqrt{2-e^{t}}+1)}{1-e^{t}} \sim \frac{t(\sqrt{2-1}+1)}{-t} = \frac{2}{-1} = -2. $$ 故极限为 $-2$.

---

**(5)** 求极限 $$ \lim_{(x,y)\to(2,0)} \frac{\tan(xy)}{y}. $$ 令 $t=xy$,则当 $y\to 0$ 时 $t\to 0$,且 $x\to 2$,原式可写为 $$ \lim_{y\to 0} \frac{\tan(2y)}{y}. $$ 利用等价无穷小 $\tan(2y)\sim 2y$,得 $$ \frac{\tan(2y)}{y} \sim \frac{2y}{y}=2. $$ 故极限为 $2$.

---

**(6)** 求极限 $$ \lim_{(x,y)\to(0,0)} \frac{1-\cos(x^2+y^2)}{(x^2+y^2)e^{x^2y^2}}. $$ 令 $r^2 = x^2+y^2$,则当 $(x,y)\to(0,0)$ 时 $r\to 0$,且 $e^{x^2y^2}\to e^0=1$。利用等价无穷小:当 $r\to 0$ 时,$1-\cos(r^2)\sim \frac{1}{2}r^4$,因此 $$ \frac{1-\cos(r^2)}{r^2 e^{x^2y^2}} \sim \frac{\frac12 r^4}{r^2\cdot 1} = \frac12 r^2 \to 0. $$ 故极限为 $0$.

📋 详细解题步骤

步骤 1/6
目标:计算极限 (1)
直接代入 (x,y)=(0,1):分子=1-0*1=1,分母=0^2+1^2=1,极限=1/1=1。
提示:分母非零时可直接代入。
步骤 2/6
目标:计算极限 (2)
直接代入 (x,y)=(1,0):分子=ln(1+e^0)=ln2,分母=√(1^2+0^2)=1,极限=ln2。
提示:分母非零时可直接代入。
步骤 3/6
目标:计算极限 (3)
令 t=xy,则 t→0。原式=lim_{t→0} (2-√(t+4))/t。分子有理化:分子分母同乘(2+√(t+4)),得 (-t)/(t(2+√(t+4)))=-1/(2+√(t+4)),极限=-1/4。
公式:分子有理化:a-√b = (a^2-b)/(a+√b)
提示:注意 t=xy 的替换,极限与路径无关。
步骤 4/6
目标:计算极限 (4)
令 t=xy,则 t→0。原式=lim_{t→0} t/(√(2-e^t)-1)。分子分母同乘共轭式(√(2-e^t)+1),得 t(√(2-e^t)+1)/(1-e^t)。利用等价无穷小:1-e^t ~ -t,故原式~ t(√(2-1)+1)/(-t)=2/(-1)=-2。
公式:等价无穷小:1-e^t ~ -t (t→0)
提示:注意共轭有理化和等价无穷小的使用。
步骤 5/6
目标:计算极限 (5)
令 t=xy,当 y→0 时 t→0,且 x→2,故原式=lim_{y→0} tan(2y)/y。利用等价无穷小:tan(2y)~2y,得极限=2。
公式:等价无穷小:tan(ax)~ax (x→0)
提示:注意变量替换后极限形式。
步骤 6/6
目标:计算极限 (6)
令 r^2=x^2+y^2,则 r→0,且 e^{x^2y^2}→1。利用等价无穷小:1-cos(r^2)~1/2 r^4,故原式~ (1/2 r^4)/(r^2*1)=1/2 r^2→0。
公式:等价无穷小:1-cos(u)~1/2 u^2 (u→0)
提示:注意 r^2 替换和 e^{x^2y^2}→1。

📷 拍照上传批改

拍照上传批改功能已预留入口,后续接入图片上传、OCR识别与AI批改。