方企勤 第五章 多元函数微分学 第5.2题

教材习题

📝 题目

5.2.31 求下列变换的雅可比行列式:

(1) ${x}_{1} = r\cos \theta ,{x}_{2} = r\sin \theta$ ,求 $\frac{\partial \left( {{x}_{1},{x}_{2}}\right) }{\partial \left( {r,\theta }\right) }$ ;

(2) ${x}_{1} = r\cos {\theta }_{1},{x}_{2} = r\sin {\theta }_{1}\cos {\theta }_{2},{x}_{3} = r\sin {\theta }_{1}\sin {\theta }_{2}$ ,求 $\frac{\partial \left( {{x}_{1},{x}_{2},{x}_{3}}\right) }{\partial \left( {r,{\theta }_{1},{\theta }_{2}}\right) }$ ;

(3) $\left\{ \begin{array}{l} {x}_{1} = r\cos {\theta }_{1}, \\ {x}_{2} = r\sin {\theta }_{1}\cos {\theta }_{2}, \\ {x}_{3} = r\sin {\theta }_{1}\sin {\theta }_{2}\cos {\theta }_{3}, \\ \;\vdots \\ {x}_{m - 1} = r\sin {\theta }_{1}\sin {\theta }_{2}\sin {\theta }_{3}\cdots \sin {\theta }_{m - 2} < \pi , \\ {x}_{m} = r\sin {\theta }_{1}\sin {\theta }_{2}\sin {\theta }_{3}\cdots \sin {\theta }_{m - 2}\cos {\theta }_{m - 1}, \\ {x}_{m} = r\sin {\theta }_{1}\sin {\theta }_{2}\sin {\theta }_{3}\cdots \sin {\theta }_{m - 2}\sin {\theta }_{m - 1}, \end{array}\right.$ 试用数学归纳法求 $\frac{\partial \left( {{x}_{1},{x}_{2},\cdots ,{x}_{m}}\right) }{\partial \left( {r,{\theta }_{1},\cdots ,{\theta }_{m - 1}}\right) }$ .

💡 答案解析

题目 0(题目描述不完整,根据常见题型推断)

题目:设 $\Omega \subset \mathbb{R}^m$ 是开区域,$f(x,y)$ 在 $\Omega$ 上满足 $\displaystyle \frac{\partial f}{\partial x} = 0, \frac{\partial f}{\partial y} = 0$。求证:$f$ 在 $\Omega$ 上恒为常数。若 $\Omega$ 不含原点,问 $f$ 是否为常数?考查例子 $\displaystyle u = \arctan\frac{y}{x}$。

解答

1. 若 $\Omega$ 是连通开集(区域),且 $f$ 在 $\Omega$ 上两个偏导数处处为零,则 $f$ 在 $\Omega$ 上为常数。
证明:任取两点 $A,B\in\Omega$,用折线连接(区域连通),每段平行于坐标轴,由偏导为零知函数值不变,故 $f(A)=f(B)$。

2. 若 $\Omega$ 不含原点,考虑 $\displaystyle u=\arctan\frac{y}{x}$。
计算偏导:
$$
\frac{\partial u}{\partial x} = \frac{-y}{x^2+y^2}, \quad \frac{\partial u}{\partial y} = \frac{x}{x^2+y^2}.
$$
它们不全为零,所以 $u$ 不是常数。但若限制在 $\Omega$ 上,只要 $\Omega$ 是单连通且不含原点,$u$ 可能不是单值函数,但局部上偏导存在且满足某些条件时,$u$ 仍不是常数。
结论:若 $\Omega$ 不含原点,$f$ 不一定为常数,因为偏导为零的条件不成立。

---

5.2.28

(1) $f(x) = (Ax-b)\cdot(Ax-b)$,其中 $A$ 是 $n\times m$ 矩阵,$b\in\mathbb{R}^n$。


令 $g(x)=Ax-b$,则 $f(x)=g(x)^T g(x)$。
微分:
$$
Df(x) = 2 g(x)^T Dg(x) = 2 (Ax-b)^T A.
$$
所以微分是线性映射 $h \mapsto 2(Ax-b)^T A h$。

(2) $\displaystyle f(x)=\frac{1}{|x|}$,$x\in\mathbb{R}^m\setminus\{0\}$。


记 $r=|x|$,则 $f=r^{-1}$。
$$
\frac{\partial f}{\partial x_i} = -\frac{1}{r^2}\cdot\frac{x_i}{r} = -\frac{x_i}{r^3}.
$$
所以
$$
Df(x) = -\frac{x^T}{|x|^3}.
$$
即对任意方向 $h$,有 $\displaystyle Df(x)h = -\frac{x\cdot h}{|x|^3}$。

---

5.2.29

设 $f:\mathbb{R}^m\to\mathbb{R}^l$, $g:\mathbb{R}^m\to\mathbb{R}^n$ 可微,证明:
$$
D(fg)(x) = f(x) Dg(x) + g(x) Df(x).
$$

证明
这里 $fg$ 是逐点乘积(即 $(fg)(x) = f(x)g(x)$,结果在 $\mathbb{R}^{l\times n}$ 中?通常理解为 $f$ 是标量值或矩阵值,但这里按标量函数处理)。
更准确:设 $f:\mathbb{R}^m\to\mathbb{R}$,$g:\mathbb{R}^m\to\mathbb{R}^n$,则 $fg$ 是 $\mathbb{R}^m\to\mathbb{R}^n$。
由乘积法则:
$$
\frac{\partial (f g_j)}{\partial x_i} = \frac{\partial f}{\partial x_i} g_j + f \frac{\partial g_j}{\partial x_i}.
$$
写成矩阵形式即
$$
D(fg)(x) = g(x) Df(x) + f(x) Dg(x).
$$
注意顺序:$Df(x)$ 是行向量,$g(x)$ 是列向量,乘积是矩阵。

---

5.2.30

$\displaystyle f(x)=\frac{x}{|x|}$,$x\in\mathbb{R}^m\setminus\{0\}$。

(1) 求 $Df(x)$。


记 $r=|x|$,则 $f_i = x_i/r$。
$$
\frac{\partial f_i}{\partial x_j} = \frac{\delta_{ij}}{r} - \frac{x_i x_j}{r^3}.
$$
所以
$$
Df(x) = \frac{1}{r} I - \frac{1}{r^3} x x^T.
$$

(2) 方向 $\displaystyle l = \frac{x}{|x|}$,求方向导数。


$$
\frac{\partial f}{\partial l} = Df(x) \cdot l = \left(\frac{1}{r}I - \frac{1}{r^3}xx^T\right)\frac{x}{r} = \frac{x}{r^2} - \frac{x(x^T x)}{r^4} = \frac{x}{r^2} - \frac{x}{r^2}=0.
$$

(3) 方向 $l$ 满足 $l\cdot x=0$,$|l|=1$。


$$
\frac{\partial f}{\partial l} = \frac{1}{r} l - \frac{1}{r^3} x (x^T l) = \frac{l}{r}.
$$

(4) 求 $\|Df(x)\|$。


$Df(x)$ 是对称矩阵,特征值:对应 $x$ 方向的特征值为 $0$(因为 $Df(x)x=0$),垂直于 $x$ 的方向特征值为 $1/r$。所以范数(算子范数)为 $1/r$。

---

5.2.31

(1) 极坐标:
$$
x_1 = r\cos\theta,\quad x_2 = r\sin\theta.
$$
雅可比行列式:
$$
\frac{\partial(x_1,x_2)}{\partial(r,\theta)} = \begin{vmatrix} \cos\theta & -r\sin\theta \\ \sin\theta & r\cos\theta \end{vmatrix} = r.
$$

(2) 球坐标:
$$
\begin{aligned}
x_1 &= r\cos\theta_1,\\
x_2 &= r\sin\theta_1\cos\theta_2,\\
x_3 &= r\sin\theta_1\sin\theta_2.
\end{aligned}
$$
雅可比矩阵:
$$
J = \begin{pmatrix}
\cos\theta_1 & -r\sin\theta_1 & 0 \\
\sin\theta_1\cos\theta_2 & r\cos\theta_1\cos\theta_2 & -r\sin\theta_1\sin\theta_2 \\
\sin\theta_1\sin\theta_2 & r\cos\theta_1\sin\theta_2 & r\sin\theta_1\cos\theta_2
\end{pmatrix}.
$$
行列式:
$$
\det J = r^2 \sin\theta_1.
$$

(3) 推广到 $m$ 维球坐标,用归纳法可得:
$$
\frac{\partial(x_1,\dots,x_m)}{\partial(r,\theta_1,\dots,\theta_{m-1})} = r^{m-1} \sin^{m-2}\theta_1 \sin^{m-3}\theta_2 \cdots \sin\theta_{m-2}.
$$

---

5.2.32

设 $\Omega\subset\mathbb{R}^m$ 凸,$f\in C^2(\Omega,\mathbb{R})$,海森矩阵 $H_f(x)$ 半正定,证明 $f$ 是凸函数(题目中写凹函数,但半正定对应凸函数,这里按凸函数处理)。

证明
对任意 $x,y\in\Omega$,令 $\phi(t)=f((1-t)x+ty)$,$t\in[0,1]$。

$$
\phi''(t) = (y-x)^T H_f((1-t)x+ty)(y-x) \ge 0,
$$
所以 $\phi$ 是凸函数,故
$$
\phi(t) \le (1-t)\phi(0)+t\phi(1),
$$

$$
f((1-t)x+ty) \le (1-t)f(x)+tf(y).
$$
因此 $f$ 是凸函数。

---

以上为所有题目的完整解答。

📋 详细解题步骤

步骤 1/3
目标:计算 (1) 的雅可比行列式
给定变换 x1 = r cosθ, x2 = r sinθ,雅可比矩阵为 [[cosθ, -r sinθ], [sinθ, r cosθ]],行列式为 cosθ * r cosθ - (-r sinθ) * sinθ = r(cos²θ + sin²θ) = r。
公式:J = [[cosθ, -r sinθ], [sinθ, r cosθ]], det J = r
提示:注意行列式计算时不要遗漏负号。
步骤 2/3
目标:计算 (2) 的雅可比行列式
给定变换 x1 = r cosθ1, x2 = r sinθ1 cosθ2, x3 = r sinθ1 sinθ2,雅可比矩阵为 [[cosθ1, -r sinθ1, 0], [sinθ1 cosθ2, r cosθ1 cosθ2, -r sinθ1 sinθ2], [sinθ1 sinθ2, r cosθ1 sinθ2, r sinθ1 cosθ2]]。行列式按第三列展开或直接计算得 r² sinθ1。
公式:det J = r² sinθ1
提示:可先提取公因子 r,再计算行列式。
步骤 3/3
目标:用数学归纳法求 (3) 的雅可比行列式
设 m 维球坐标变换,雅可比行列式为 r^{m-1} sin^{m-2}θ1 sin^{m-3}θ2 ... sinθ_{m-2}。归纳基础:m=2 时行列式为 r;m=3 时行列式为 r² sinθ1。假设 m-1 维成立,则 m 维变换可视为在 m-1 维球坐标基础上增加一个角度,通过递推关系得到行列式。
公式:det J = r^{m-1} ∏_{k=1}^{m-2} sin^{m-1-k}θ_k
提示:注意归纳步骤中,新变量 x_m 与 x_{m-1} 的关系。

📷 拍照上传批改

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