南京师范大学 2021年数学分析第0题

考研真题

📝 题目

七、设 $\displaystyle f(x, y)=\left\{\begin{array}{l}\frac{x^{2} y}{x^{4}+y^{2}}, x^{2}+y^{2} \neq 0 \\ 0, x^{2}+y^{2}=0\end{array}\right.$ ,证明 (1).$\displaystyle f(x, y)$ 在 $\displaystyle (0,0)$ 处任意方向的方向导数都存在; (2).$\displaystyle f(x, y)$ 在 $\displaystyle (0,0)$ 处不可微.(15分)

💡 答案解析

暂无答案解析

📋 详细解题步骤

步骤 1/5
目标:证明任意方向的方向导数存在
设任意方向由单位向量 $\mathbf{l}=(\cos\theta,\sin\theta)$ 给出。方向导数的定义为: $$ \frac{\partial f}{\partial \mathbf{l}}(0,0)=\lim_{t\to 0}\frac{f(t\cos\theta,t\sin\theta)-f(0,0)}{t} $$ 由于 $f(0,0)=0$,且当 $t\neq0$ 时,代入函数表达式: $$ f(t\cos\theta,t\sin\theta)=\frac{(t\cos\theta)^2 (t\sin\theta)}{(t\cos\theta)^4+(t\sin\theta)^2} = \frac{t^3\cos^2\theta\sin\theta}{t^4\cos^4\theta + t^2\sin^2\theta} $$ 分子分母同时提取 $t^2$: $$ = \frac{t^3\cos^2\theta\sin\theta}{t^2(t^2\cos^4\theta+\sin^2\theta)} = \frac{t\cos^2\theta\sin\theta}{t^2\cos^4\theta+\sin^2\theta} $$ 于是方向导数为: $$ \frac{\partial f}{\partial \mathbf{l}}(0,0)=\lim_{t\to 0} \frac{t\cos^2\theta\sin\theta}{t(t^2\cos^4\theta+\sin^2\theta)} = \lim_{t\to 0} \frac{\cos^2\theta\sin\theta}{t^2\cos^4\theta+\sin^2\theta} $$
公式:$$\frac{\partial f}{\partial \mathbf{l}}(0,0)=\lim_{t\to 0} \frac{\cos^2\theta\sin\theta}{t^2\cos^4\theta+\sin^2\theta}$$
提示:注意分情况讨论:当 $\sin\theta=0$ 时分子为0,极限为0;当 $\sin\theta\neq0$ 时分母极限为 $\sin^2\theta>0$,极限为 $\frac{\cos^2\theta}{\sin\theta}$。
步骤 2/5
目标:分情况讨论方向导数的极限值
对极限 $\lim_{t\to 0} \frac{\cos^2\theta\sin\theta}{t^2\cos^4\theta+\sin^2\theta}$ 分情况: - 若 $\sin\theta=0$,即方向沿 $x$ 轴,分子为0,极限为0。 - 若 $\sin\theta\neq0$,则分母极限为 $\sin^2\theta>0$,所以极限为: $$ \frac{\cos^2\theta\sin\theta}{\sin^2\theta}=\frac{\cos^2\theta}{\sin\theta} $$ 因此,对任意方向,极限都存在且有限,故任意方向的方向导数都存在。
公式:$$\frac{\partial f}{\partial \mathbf{l}}(0,0)=\begin{cases} 0, & \sin\theta=0 \\ \frac{\cos^2\theta}{\sin\theta}, & \sin\theta\neq0 \end{cases}$$
提示:注意 $\sin\theta=0$ 时方向沿 $x$ 轴,此时方向导数为0,不要遗漏。
步骤 3/5
目标:计算偏导数以准备可微性证明
由偏导数定义: $$ f_x(0,0)=\lim_{h\to 0}\frac{f(h,0)-0}{h}= \lim_{h\to 0}\frac{0}{h}=0 $$ $$ f_y(0,0)=\lim_{h\to 0}\frac{f(0,h)-0}{h}= \lim_{h\to 0}\frac{0}{h}=0 $$ 所以 $f_x(0,0)=0$,$f_y(0,0)=0$。
公式:$$f_x(0,0)=0,\quad f_y(0,0)=0$$
提示:注意沿坐标轴代入时分子恒为0,因此偏导数为0。
步骤 4/5
目标:利用可微定义推导必要条件
如果函数在原点可微,则应有: $$ f(x,y)-f(0,0)-f_x(0,0)x-f_y(0,0)y = o\left(\sqrt{x^2+y^2}\right) $$ 代入 $f(0,0)=0$,$f_x(0,0)=0$,$f_y(0,0)=0$,得: $$ f(x,y)=o\left(\sqrt{x^2+y^2}\right) \quad \text{当 } (x,y)\to(0,0) $$ 即要求: $$ \lim_{(x,y)\to(0,0)}\frac{f(x,y)}{\sqrt{x^2+y^2}}=0 $$
公式:$$\lim_{(x,y)\to(0,0)}\frac{f(x,y)}{\sqrt{x^2+y^2}}=0$$
提示:可微的必要条件是函数增量能被线性函数近似,且余项为高阶无穷小。
步骤 5/5
目标:选取特殊路径反证不可微
取路径 $y=x^2$,则当 $x\to 0$ 时: $$ f(x,x^2)=\frac{x^2\cdot x^2}{x^4+x^4}=\frac{x^4}{2x^4}=\frac12 $$ 分母 $\sqrt{x^2+x^4} \sim |x|$,因此: $$ \frac{f(x,x^2)}{\sqrt{x^2+x^4}} \sim \frac{1/2}{|x|} \to \infty $$ 极限不是0,故函数在原点不可微。
公式:$$\frac{f(x,x^2)}{\sqrt{x^2+x^4}} \sim \frac{1}{2|x|} \to \infty$$
提示:选择路径 $y=x^2$ 是因为它使分母 $x^4+y^2$ 与分子 $x^2y$ 同阶,从而极限非零。
步骤 6/6
目标:判断极限是否为零,得出结论
当 $x\to 0$ 时,$\frac{1}{2|x|\sqrt{1+x^2}}\to +\infty$,极限不为 0。因此不满足可微条件,故 $f(x,y)$ 在 $(0,0)$ 处不可微。
公式:$$\lim_{x\to 0}\frac{1}{2|x|\sqrt{1+x^2}}=+\infty$$
提示:注意这里极限是无穷大,不是 0,因此直接否定了可微性。也可选择其他路径如 $y=kx^2$ 得到非零常数,同样可证。
步骤 7/7
目标:总结结论
由以上推导可得: (1) 对任意方向 $\mathbf{l}=(\cos\theta,\sin\theta)$,方向导数都存在,且表达式为分段形式。 (2) 由于沿曲线 $y=x^2$ 趋近原点时,差商 $\frac{f(h,k)}{\sqrt{h^2+k^2}}$ 不趋于0,故函数在原点处不可微。
公式:\text{方向导数存在,但不可微}
提示:方向导数存在只是可微的必要条件,而非充分条件;本例说明即使所有方向导数都存在,函数仍可能不可微。

📷 拍照上传批改

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