kaoyan1basic 高等数学 第238题
📝 题目
## 第238题 (高等数学 - 选择题) 如果 $f(x, y)$ 在 $(0,0)$ 处连续,那么下列命题正确的是 (A)若极限 $\displaystyle \lim _{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{f(x, y)}{|x|+|y|}$ 存在,则 $f(x, y)$ 在 $(0,0)$ 处可微. (B)若极限 $\displaystyle \lim _{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{f(x, y)}{x^{2}+y^{2}}$ 存在,则 $f(x, y)$ 在 $(0,0)$ 处可微. (C)若 $f(x, y)$ 在 $(0,0)$ 处可微,则 $\displaystyle \lim _{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{f(x, y)}{|x|+|y|}$ 存在. (D)若 $f(x, y)$ 在 $(0,0)$ 处可微,则 $\displaystyle \lim _{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{f(x, y)}{x^{2}+y^{2}}$ 存在.
💡 答案解析
**答案**:C **解析**: 步骤1:若$f(x,y)$在$(0,0)$处可微,则$f(x,y)=f(0,0)+f_x'(0,0)x+f_y'(0,0)y+o(\sqrt{x^2+y^2})$,则$\displaystyle \frac{f(x,y)}{|x|+|y|}$当$(x,y)\to(0,0)$时,分子为$O(\sqrt{x^2+y^2})$,分母为$|x|+|y|$,由于$\sqrt{x^2+y^2}\le |x|+|y|$,故比值有界,但极限不一定存在(例如沿不同方向可能不同),但选项C说“存在”是错的?实际上,可微不能保证该极限存在,例如$f(x,y)=x$,则$\displaystyle \frac{x}{|x|+|y|}$沿$y=0$极限为$\pm1$,不存在。故C错误。但题目要求选正确命题,需重新分析。 步骤2:选项A:若极限存在,设$\displaystyle \lim\frac{f(x,y)}{|x|+|y|}=A$,则$f(x,y)=A(|x|+|y|)+o(|x|+|y|)$,但$|x|+|y|$不可微,故$f$不一定可微。 步骤3:选项B:若极限存在,则$f(x,y)=A(x^2+y^2)+o(x^2+y^2)$,此时$f(0,0)=0$,且$f_x'(0,0)=0$,$f_y'(0,0)=0$,但可微要求$f(x,y)-f(0,0)=o(\sqrt{x^2+y^2})$,而这里$f(x,y)=O(x^2+y^2)=o(\sqrt{x^2+y^2})$,故可微。但需注意极限存在隐含$f(0,0)=0$,且$f(x,y)$与$x^2+y^2$同阶,故可微。故B正确。 步骤4:选项C和D反例易举。 **难度**:★★★☆☆