예제·유제 · Examples & Exercises
함수 $f(x,y)=x^2+3xy+y-1$에 대하여 $(4,-5)$에서의 $\partial f/\partial x$와 $\partial f/\partial y$의 값을 구하여라.
풀이. $f_x=\dfrac{\partial f}{\partial x}=2x+3y$이므로 $f_x(4,-5)=2(4)+3(-5)=8-15=-7$이다.
$f_y=\dfrac{\partial f}{\partial y}=3x+1$이므로 $f_y(4,-5)=3(4)+1=13$이다.
For the function $f(x,y)=x^2+3xy+y-1$, find the values of $\partial f/\partial x$ and $\partial f/\partial y$ at $(4,-5)$.
Solution. Since $f_x=\dfrac{\partial f}{\partial x}=2x+3y$, we have $f_x(4,-5)=2(4)+3(-5)=8-15=-7$.
Since $f_y=\dfrac{\partial f}{\partial y}=3x+1$, we have $f_y(4,-5)=3(4)+1=13$.
- 함수 $f(x,y)=y\sin xy$에 대하여 $\partial f/\partial y$를 구하여라.
- 함수 $f(x,y)=\dfrac{2y}{y+\cos x}$에 대하여 $f_x$와 $f_y$를 구하여라.
- 함수 $f(x,y,z)=x\sin(y+3z)$에 대하여 $\partial f/\partial z$를 구하여라.
풀이.
(1) $f(x,y)=y\sin xy$이므로 곱미분법에 의해
$$\frac{\partial f}{\partial y}=\sin xy+y\cdot\cos(xy)\cdot x=\sin xy+xy\cos xy$$이다.
(2) $f(x,y)=\dfrac{2y}{y+\cos x}$이다. $x$에 대해 미분하면 (몫미분법, 분자는 $x$를 포함하지 않으므로 미분값 $0$)
$$f_x=\frac{0\cdot(y+\cos x)-2y\cdot(-\sin x)}{(y+\cos x)^2}=\frac{2y\sin x}{(y+\cos x)^2}$$이고, $y$에 대해 미분하면
$$f_y=\frac{2\cdot(y+\cos x)-2y\cdot1}{(y+\cos x)^2}=\frac{2\cos x}{(y+\cos x)^2}$$이다.
(3) $f(x,y,z)=x\sin(y+3z)$이므로
$$\frac{\partial f}{\partial z}=x\cos(y+3z)\cdot3=3x\cos(y+3z)$$이다.
- For the function $f(x,y)=y\sin xy$, find $\partial f/\partial y$.
- For the function $f(x,y)=\dfrac{2y}{y+\cos x}$, find $f_x$ and $f_y$.
- For the function $f(x,y,z)=x\sin(y+3z)$, find $\partial f/\partial z$.
Solution.
(1) Since $f(x,y)=y\sin xy$, the product rule gives
$$\frac{\partial f}{\partial y}=\sin xy+y\cdot\cos(xy)\cdot x=\sin xy+xy\cos xy$$(2) We have $f(x,y)=\dfrac{2y}{y+\cos x}$. Differentiating with respect to $x$ (quotient rule; the numerator does not contain $x$, so its derivative is $0$),
$$f_x=\frac{0\cdot(y+\cos x)-2y\cdot(-\sin x)}{(y+\cos x)^2}=\frac{2y\sin x}{(y+\cos x)^2}$$and differentiating with respect to $y$,
$$f_y=\frac{2\cdot(y+\cos x)-2y\cdot1}{(y+\cos x)^2}=\frac{2\cos x}{(y+\cos x)^2}$$(3) Since $f(x,y,z)=x\sin(y+3z)$,
$$\frac{\partial f}{\partial z}=x\cos(y+3z)\cdot3=3x\cos(y+3z)$$방정식 $yz-\ln z=x+y$으로 주어진 $x,y$에 대한 함수 $z$에 대하여 $\partial z/\partial x$를 구하시오.
풀이. 방정식 $yz-\ln z=x+y$의 양변을 $x$에 대해 편미분하면 ($y$는 상수로 취급, $z=z(x,y)$)
$$y\frac{\partial z}{\partial x}-\frac{1}{z}\frac{\partial z}{\partial x}=1$$이다. 좌변을 정리하면
$$\frac{\partial z}{\partial x}\left(y-\frac{1}{z}\right)=1 \quad\Leftrightarrow\quad \frac{\partial z}{\partial x}\cdot\frac{yz-1}{z}=1$$이므로
$$\frac{\partial z}{\partial x}=\frac{z}{yz-1}$$이다.
For the function $z$ of $x,y$ given by the equation $yz-\ln z=x+y$, find $\partial z/\partial x$.
Solution. Differentiating both sides of $yz-\ln z=x+y$ with respect to $x$ (treating $y$ as constant, $z=z(x,y)$),
$$y\frac{\partial z}{\partial x}-\frac{1}{z}\frac{\partial z}{\partial x}=1$$Rearranging the left side,
$$\frac{\partial z}{\partial x}\left(y-\frac{1}{z}\right)=1 \quad\Leftrightarrow\quad \frac{\partial z}{\partial x}\cdot\frac{yz-1}{z}=1$$so
$$\frac{\partial z}{\partial x}=\frac{z}{yz-1}$$포물면 $z=x^2+y^2$과 $x=1$의 교선 위의 점 $(1,2,5)$에서 $y$에 대한 $z$의 순간변화율을 구하여라.
풀이. 교선 위에서는 $x=1$이 고정되므로 $z=1+y^2$이다. 따라서 이 교선을 따라 $y$에 대한 $z$의 순간변화율은
$$\frac{dz}{dy}=2y$$이고, $x$가 상수 $1$로 고정된 단면을 따르는 것이므로 이는 $\partial z/\partial y$와 같다. 점 $(1,2,5)$에서 $y=2$이므로 구하는 순간변화율은
$$\left.\frac{\partial z}{\partial y}\right|_{(1,2)}=2(2)=4$$이다.
Find the instantaneous rate of change of $z$ with respect to $y$ at the point $(1,2,5)$ on the curve of intersection of the paraboloid $z=x^2+y^2$ and $x=1$.
Solution. Along the curve of intersection, $x=1$ is fixed, so $z=1+y^2$. Hence the instantaneous rate of change of $z$ with respect to $y$ along this curve is
$$\frac{dz}{dy}=2y$$and since this is the cross-section with $x$ held at the constant $1$, it agrees with $\partial z/\partial y$. At the point $(1,2,5)$ we have $y=2$, so the rate of change is
$$\left.\frac{\partial z}{\partial y}\right|_{(1,2)}=2(2)=4$$저항값이 $R_1,R_2,R_3$인 세 저항이 병렬 연결된 회로의 합성저항의 저항값 $R$은 다음과 같이 주어진다.
$$\frac{1}{R}=\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}$$$R_1=30$, $R_2=45$, $R_3=90$일 때 $\partial R/\partial R_2$를 구하시오. (단, 단위는 $\Omega$)
풀이. $R_1=30,R_2=45,R_3=90$일 때 $R$의 값을 먼저 구하면
$$\frac{1}{R}=\frac{1}{30}+\frac{1}{45}+\frac{1}{90}=\frac{3}{90}+\frac{2}{90}+\frac{1}{90}=\frac{6}{90}=\frac{1}{15}$$이므로 $R=15\,\Omega$이다.
$\dfrac{1}{R}=\dfrac{1}{R_1}+\dfrac{1}{R_2}+\dfrac{1}{R_3}$의 양변을 $R_2$에 대해 편미분하면 ($R_1,R_3$는 상수, $R=R(R_1,R_2,R_3)$)
$$-\frac{1}{R^2}\frac{\partial R}{\partial R_2}=-\frac{1}{R_2^2}$$이므로
$$\frac{\partial R}{\partial R_2}=\left(\frac{R}{R_2}\right)^2=\left(\frac{15}{45}\right)^2=\left(\frac{1}{3}\right)^2=\frac{1}{9}\ (\Omega)$$이다.
The resistance $R$ of the combined (equivalent) resistance of a circuit in which three resistors with resistances $R_1,R_2,R_3$ are connected in parallel is given as follows.
$$\frac{1}{R}=\frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_3}$$When $R_1=30$, $R_2=45$, $R_3=90$, find $\partial R/\partial R_2$. (Here the unit is $\Omega$.)
Solution. With $R_1=30,R_2=45,R_3=90$, we first find the value of $R$:
$$\frac{1}{R}=\frac{1}{30}+\frac{1}{45}+\frac{1}{90}=\frac{3}{90}+\frac{2}{90}+\frac{1}{90}=\frac{6}{90}=\frac{1}{15}$$so $R=15\,\Omega$.
Differentiating both sides of $\dfrac{1}{R}=\dfrac{1}{R_1}+\dfrac{1}{R_2}+\dfrac{1}{R_3}$ with respect to $R_2$ ($R_1,R_3$ constant, $R=R(R_1,R_2,R_3)$),
$$-\frac{1}{R^2}\frac{\partial R}{\partial R_2}=-\frac{1}{R_2^2}$$so
$$\frac{\partial R}{\partial R_2}=\left(\frac{R}{R_2}\right)^2=\left(\frac{15}{45}\right)^2=\left(\frac{1}{3}\right)^2=\frac{1}{9}\ (\Omega)$$함수 $f(x,y)=\begin{cases}0 & (xy\neq 0)\\ 1 & (xy=0)\end{cases}$에 대해 다음 물음에 답하시오.
- $f$는 $(0,0)$에서 연속인가?
- $\partial f/\partial x$와 $\partial f/\partial y$는 원점에서 존재하는가?
증명.
(1) 원점 근방에서 $x$축 위의 점 $(x,0)$ $(x\neq0)$을 생각하면 $xy=0$이므로 $f(x,0)=1$이 모든 $x$에 대해 성립한다. 따라서 점열 $(x_n,0)\to(0,0)$ $(x_n\neq0)$을 따라가면 $f(x_n,0)=1\to1$이다.
반면 직선 $y=x$ 위의 점 $(x,x)$ $(x\neq0)$을 생각하면 $xy=x^2\neq0$이므로 $f(x,x)=0$이다. 따라서 점열 $(x_n,x_n)\to(0,0)$ $(x_n\neq0)$을 따라가면 $f(x_n,x_n)=0\to0$이다.
두 경로에서 얻은 극한값이 각각 $1$과 $0$으로 서로 다르므로 $\displaystyle\lim_{(x,y)\to(0,0)}f(x,y)$는 존재하지 않는다. 그러므로 $f$는 $(0,0)$에서 연속이 아니다.
(2) 편도함수는 정의를 이용해 직접 계산한다. $y=0$을 고정하면 $xy=0$이므로 임의의 $h\neq0$에 대해 $f(h,0)=1$이고, $f(0,0)=1$이다. 따라서
$$\frac{\partial f}{\partial x}(0,0)=\lim_{h\to0}\frac{f(h,0)-f(0,0)}{h}=\lim_{h\to0}\frac{1-1}{h}=\lim_{h\to0}0=0$$이 존재하고 값은 $0$이다. 마찬가지로 $x=0$을 고정하면 임의의 $h\neq0$에 대해 $f(0,h)=1$이고 $f(0,0)=1$이므로
$$\frac{\partial f}{\partial y}(0,0)=\lim_{h\to0}\frac{f(0,h)-f(0,0)}{h}=\lim_{h\to0}\frac{1-1}{h}=0$$이 존재하고 값은 $0$이다. 즉 $\partial f/\partial x(0,0)=\partial f/\partial y(0,0)=0$으로, 두 편도함수 모두 원점에서 존재한다. (편도함수의 존재가 연속성을 함의하지 않음을 보여주는 예이다.)
For the function $f(x,y)=\begin{cases}0 & (xy\neq 0)\\ 1 & (xy=0)\end{cases}$, answer the following questions.
- Is $f$ continuous at $(0,0)$?
- Do $\partial f/\partial x$ and $\partial f/\partial y$ exist at the origin?
Proof.
(1) Consider points $(x,0)$ on the $x$-axis near the origin, $x\neq0$. Since $xy=0$ there, $f(x,0)=1$ for all $x$. Hence along any sequence $(x_n,0)\to(0,0)$ with $x_n\neq0$, $f(x_n,0)=1\to1$.
On the other hand, consider points $(x,x)$ on the line $y=x$ with $x\neq0$. Then $xy=x^2\neq0$, so $f(x,x)=0$. Hence along any sequence $(x_n,x_n)\to(0,0)$ with $x_n\neq0$, $f(x_n,x_n)=0\to0$.
Since the limits along these two paths are $1$ and $0$, respectively, and they differ, $\displaystyle\lim_{(x,y)\to(0,0)}f(x,y)$ does not exist. Therefore $f$ is not continuous at $(0,0)$.
(2) We compute the partial derivatives directly from the definition. Fixing $y=0$, we have $xy=0$, so $f(h,0)=1$ for every $h\neq0$, and $f(0,0)=1$. Hence
$$\frac{\partial f}{\partial x}(0,0)=\lim_{h\to0}\frac{f(h,0)-f(0,0)}{h}=\lim_{h\to0}\frac{1-1}{h}=\lim_{h\to0}0=0$$exists and equals $0$. Similarly, fixing $x=0$, we have $f(0,h)=1$ for every $h\neq0$ and $f(0,0)=1$, so
$$\frac{\partial f}{\partial y}(0,0)=\lim_{h\to0}\frac{f(0,h)-f(0,0)}{h}=\lim_{h\to0}\frac{1-1}{h}=0$$exists and equals $0$. That is, $\partial f/\partial x(0,0)=\partial f/\partial y(0,0)=0$, so both partial derivatives exist at the origin. (This shows that existence of the partial derivatives does not imply continuity.)
$f(x,y)=x\cos y+ye^x$이라 할 때 다음을 구하시오.
- $\dfrac{\partial^2 f}{\partial x^2}$
- $\dfrac{\partial^2 f}{\partial y\,\partial x}$
- $\dfrac{\partial^2 f}{\partial y^2}$
- $\dfrac{\partial^2 f}{\partial x\,\partial y}$
풀이. 먼저 일계 편도함수를 구하면
$$f_x=\cos y+ye^x, \qquad f_y=-x\sin y+e^x$$이다.
(1) $\dfrac{\partial^2 f}{\partial x^2}=\dfrac{\partial}{\partial x}(f_x)=ye^x$이다.
(2) $\dfrac{\partial^2 f}{\partial y\,\partial x}=\dfrac{\partial}{\partial y}(f_x)=-\sin y+e^x$이다.
(3) $\dfrac{\partial^2 f}{\partial y^2}=\dfrac{\partial}{\partial y}(f_y)=-x\cos y$이다.
(4) $\dfrac{\partial^2 f}{\partial x\,\partial y}=\dfrac{\partial}{\partial x}(f_y)=-\sin y+e^x$이다. (혼합 편도함수가 모두 연속이므로 (2)와 (4)의 값이 일치한다.)
Let $f(x,y)=x\cos y+ye^x$. Find the following.
- $\dfrac{\partial^2 f}{\partial x^2}$
- $\dfrac{\partial^2 f}{\partial y\,\partial x}$
- $\dfrac{\partial^2 f}{\partial y^2}$
- $\dfrac{\partial^2 f}{\partial x\,\partial y}$
Solution. First we find the first-order partial derivatives:
$$f_x=\cos y+ye^x, \qquad f_y=-x\sin y+e^x$$(1) $\dfrac{\partial^2 f}{\partial x^2}=\dfrac{\partial}{\partial x}(f_x)=ye^x$.
(2) $\dfrac{\partial^2 f}{\partial y\,\partial x}=\dfrac{\partial}{\partial y}(f_x)=-\sin y+e^x$.
(3) $\dfrac{\partial^2 f}{\partial y^2}=\dfrac{\partial}{\partial y}(f_y)=-x\cos y$.
(4) $\dfrac{\partial^2 f}{\partial x\,\partial y}=\dfrac{\partial}{\partial x}(f_y)=-\sin y+e^x$. (Since the mixed partials are continuous, the values in (2) and (4) agree.)
함수 $w=xy+\dfrac{e^y}{y^2+1}$에 대해 $\dfrac{\partial^2 w}{\partial x\,\partial y}$를 구하시오.
풀이. 먼저 $x$에 대해 편미분하면 ($e^y/(y^2+1)$ 항은 $x$를 포함하지 않으므로 소거된다)
$$\frac{\partial w}{\partial x}=y$$이다. 이를 다시 $y$에 대해 편미분하면
$$\frac{\partial^2 w}{\partial x\,\partial y}=\frac{\partial}{\partial y}(y)=1$$이다.
For the function $w=xy+\dfrac{e^y}{y^2+1}$, find $\dfrac{\partial^2 w}{\partial x\,\partial y}$.
Solution. Differentiating with respect to $x$ first (the term $e^y/(y^2+1)$ contains no $x$, so it drops out),
$$\frac{\partial w}{\partial x}=y$$Differentiating this again with respect to $y$,
$$\frac{\partial^2 w}{\partial x\,\partial y}=\frac{\partial}{\partial y}(y)=1$$함수 $f(x,y,z)=1-2xy^2z+x^2y$에 대해 $f_{yxyz}$를 구하시오.
풀이. $f_{yxyz}$는 아래첨자 순서대로, 즉 $y\to x\to y\to z$ 순으로 차례로 편미분함을 뜻한다.
먼저 $y$에 대해 미분하면
$$f_y=-4xyz+x^2$$이다. 이어서 $x$에 대해 미분하면
$$f_{yx}=-4yz+2x$$이다. 다시 $y$에 대해 미분하면
$$f_{yxy}=-4z$$이다. 마지막으로 $z$에 대해 미분하면
$$f_{yxyz}=-4$$이다.
For the function $f(x,y,z)=1-2xy^2z+x^2y$, find $f_{yxyz}$.
Solution. $f_{yxyz}$ means differentiating in the order given by the subscripts, i.e. $y\to x\to y\to z$.
Differentiating with respect to $y$ first,
$$f_y=-4xyz+x^2$$then with respect to $x$,
$$f_{yx}=-4yz+2x$$then again with respect to $y$,
$$f_{yxy}=-4z$$and finally with respect to $z$,
$$f_{yxyz}=-4$$아래 함수에 대해 $\dfrac{\partial^2 f}{\partial x\,\partial y}(0,0)$와 $\dfrac{\partial^2 f}{\partial y\,\partial x}(0,0)$를 각각 계산하시오.
$$f(x,y)=\begin{cases}xy\dfrac{x^2-y^2}{x^2+y^2} & (x,y)\neq(0,0)\\[4pt] 0 & (x,y)=(0,0)\end{cases}$$풀이. $(x,y)\neq(0,0)$일 때 몫미분법으로 일계 편도함수를 구하면
$$f_x(x,y)=\frac{x^4y+4x^2y^3-y^5}{(x^2+y^2)^2}, \qquad f_y(x,y)=\frac{x^5-4x^3y^2-xy^4}{(x^2+y^2)^2}$$이다. 원점에서는 이 식이 $0/0$ 꼴이 되므로 정의를 이용해 직접 계산해야 한다. $y=0$이면 분자 $xy(x^2-y^2)=0$이므로 ($x\neq0$이면 분모 $x^2\neq0$) $f(x,0)=0$이 모든 $x$에 대해 성립하고, 마찬가지로 $f(0,y)=0$이 모든 $y$에 대해 성립한다. 따라서
$$f_x(0,0)=\lim_{h\to0}\frac{f(h,0)-f(0,0)}{h}=\lim_{h\to0}\frac{0-0}{h}=0, \qquad f_y(0,0)=\lim_{h\to0}\frac{f(0,h)-f(0,0)}{h}=0$$이다.
$\dfrac{\partial^2 f}{\partial x\,\partial y}(0,0)$의 계산. 이는 $\dfrac{\partial}{\partial x}(f_y)$를 원점에서 계산하는 것이다. $y=0$을 대입하면 $x\neq0$일 때 $f_y(x,0)=\dfrac{x^5}{x^4}=x$이고, $f_y(0,0)=0$이므로 $f_y(x,0)=x$가 모든 $x$에 대해 성립한다. 따라서
$$\frac{\partial^2 f}{\partial x\,\partial y}(0,0)=\lim_{h\to0}\frac{f_y(h,0)-f_y(0,0)}{h}=\lim_{h\to0}\frac{h-0}{h}=1$$이다.
$\dfrac{\partial^2 f}{\partial y\,\partial x}(0,0)$의 계산. 이는 $\dfrac{\partial}{\partial y}(f_x)$를 원점에서 계산하는 것이다. $x=0$을 대입하면 $y\neq0$일 때 $f_x(0,y)=\dfrac{-y^5}{y^4}=-y$이고, $f_x(0,0)=0$이므로 $f_x(0,y)=-y$가 모든 $y$에 대해 성립한다. 따라서
$$\frac{\partial^2 f}{\partial y\,\partial x}(0,0)=\lim_{h\to0}\frac{f_x(0,h)-f_x(0,0)}{h}=\lim_{h\to0}\frac{-h-0}{h}=-1$$이다.
즉 $\dfrac{\partial^2 f}{\partial x\,\partial y}(0,0)=1\neq-1=\dfrac{\partial^2 f}{\partial y\,\partial x}(0,0)$로, 두 혼합 편도함수의 값이 원점에서 서로 다르다. (혼합 편도함수가 원점에서 연속이 아니기 때문에 Clairaut 정리의 결론이 성립하지 않는 표준적인 예이다.)
For the function below, compute $\dfrac{\partial^2 f}{\partial x\,\partial y}(0,0)$ and $\dfrac{\partial^2 f}{\partial y\,\partial x}(0,0)$, respectively.
$$f(x,y)=\begin{cases}xy\dfrac{x^2-y^2}{x^2+y^2} & (x,y)\neq(0,0)\\[4pt] 0 & (x,y)=(0,0)\end{cases}$$Solution. For $(x,y)\neq(0,0)$, the quotient rule gives
$$f_x(x,y)=\frac{x^4y+4x^2y^3-y^5}{(x^2+y^2)^2}, \qquad f_y(x,y)=\frac{x^5-4x^3y^2-xy^4}{(x^2+y^2)^2}$$At the origin these formulas are of the form $0/0$, so the values must be found from the definition. When $y=0$, the numerator $xy(x^2-y^2)=0$ (and the denominator $x^2\neq0$ for $x\neq0$), so $f(x,0)=0$ for all $x$; likewise $f(0,y)=0$ for all $y$. Hence
$$f_x(0,0)=\lim_{h\to0}\frac{f(h,0)-f(0,0)}{h}=0, \qquad f_y(0,0)=\lim_{h\to0}\frac{f(0,h)-f(0,0)}{h}=0$$Computing $\dfrac{\partial^2 f}{\partial x\,\partial y}(0,0)$. This is $\dfrac{\partial}{\partial x}(f_y)$ evaluated at the origin. Setting $y=0$, for $x\neq0$ we get $f_y(x,0)=\dfrac{x^5}{x^4}=x$, and $f_y(0,0)=0$, so $f_y(x,0)=x$ for all $x$. Hence
$$\frac{\partial^2 f}{\partial x\,\partial y}(0,0)=\lim_{h\to0}\frac{f_y(h,0)-f_y(0,0)}{h}=\lim_{h\to0}\frac{h-0}{h}=1$$Computing $\dfrac{\partial^2 f}{\partial y\,\partial x}(0,0)$. This is $\dfrac{\partial}{\partial y}(f_x)$ evaluated at the origin. Setting $x=0$, for $y\neq0$ we get $f_x(0,y)=\dfrac{-y^5}{y^4}=-y$, and $f_x(0,0)=0$, so $f_x(0,y)=-y$ for all $y$. Hence
$$\frac{\partial^2 f}{\partial y\,\partial x}(0,0)=\lim_{h\to0}\frac{f_x(0,h)-f_x(0,0)}{h}=\lim_{h\to0}\frac{-h-0}{h}=-1$$Thus $\dfrac{\partial^2 f}{\partial x\,\partial y}(0,0)=1\neq-1=\dfrac{\partial^2 f}{\partial y\,\partial x}(0,0)$: the two mixed partial derivatives disagree at the origin. (This is the standard example showing that when the mixed partials are not continuous at a point, the conclusion of Clairaut's theorem can fail.)
함수 $f(x,y,z)=\left(x^2+y^2+z^2\right)^{-1/2}$에 대해 $f_{xx}+f_{yy}+f_{zz}$의 값을 계산하시오.
풀이. $r=\sqrt{x^2+y^2+z^2}$라 하면 $f=r^{-1}$이다. $\dfrac{\partial r}{\partial x}=\dfrac{x}{r}$이므로 연쇄법칙에 의해
$$f_x=-r^{-2}\cdot\frac{x}{r}=-xr^{-3}$$이다. 이를 다시 $x$에 대해 미분하면
$$f_{xx}=-r^{-3}-x\cdot(-3r^{-4})\cdot\frac{x}{r}=-r^{-3}+3x^2r^{-5}$$이다. $y,z$에 대해서도 $r$에 대한 대칭성에 의해 동일한 방법으로
$$f_{yy}=-r^{-3}+3y^2r^{-5}, \qquad f_{zz}=-r^{-3}+3z^2r^{-5}$$를 얻는다. 세 식을 더하면
$$f_{xx}+f_{yy}+f_{zz}=-3r^{-3}+3(x^2+y^2+z^2)r^{-5}=-3r^{-3}+3r^2\cdot r^{-5}=-3r^{-3}+3r^{-3}=0$$이다.
For the function $f(x,y,z)=\left(x^2+y^2+z^2\right)^{-1/2}$, compute the value of $f_{xx}+f_{yy}+f_{zz}$.
Solution. Let $r=\sqrt{x^2+y^2+z^2}$, so $f=r^{-1}$. Since $\dfrac{\partial r}{\partial x}=\dfrac{x}{r}$, the chain rule gives
$$f_x=-r^{-2}\cdot\frac{x}{r}=-xr^{-3}$$Differentiating again with respect to $x$,
$$f_{xx}=-r^{-3}-x\cdot(-3r^{-4})\cdot\frac{x}{r}=-r^{-3}+3x^2r^{-5}$$By symmetry in $r$, the same computation for $y$ and $z$ gives
$$f_{yy}=-r^{-3}+3y^2r^{-5}, \qquad f_{zz}=-r^{-3}+3z^2r^{-5}$$Adding the three expressions,
$$f_{xx}+f_{yy}+f_{zz}=-3r^{-3}+3(x^2+y^2+z^2)r^{-5}=-3r^{-3}+3r^2\cdot r^{-5}=-3r^{-3}+3r^{-3}=0$$- $x=\cos t$, $y=\sin t$이고 $w=xy$일 때, $t=\pi/2$에서의 $dw/dt$의 값을 구하시오.
- $w=x+2y+z^2$, $x=r/s$, $y=r^2+\ln s$, $z=2r$일 때, $\partial w/\partial r$과 $\partial w/\partial s$를 구하시오.
풀이.
(1) 연쇄법칙에 의해
$$\frac{dw}{dt}=\frac{\partial w}{\partial x}\frac{dx}{dt}+\frac{\partial w}{\partial y}\frac{dy}{dt}=y\cdot(-\sin t)+x\cdot\cos t=-\sin^2t+\cos^2t=\cos2t$$이다. $t=\pi/2$에서 $\cos2t=\cos\pi=-1$이므로 $\left.\dfrac{dw}{dt}\right|_{t=\pi/2}=-1$이다.
(2) 연쇄법칙에 의해
$$\frac{\partial w}{\partial r}=\frac{\partial w}{\partial x}\frac{\partial x}{\partial r}+\frac{\partial w}{\partial y}\frac{\partial y}{\partial r}+\frac{\partial w}{\partial z}\frac{\partial z}{\partial r}=1\cdot\frac{1}{s}+2\cdot2r+2z\cdot2$$이다. $z=2r$을 대입하면
$$\frac{\partial w}{\partial r}=\frac{1}{s}+4r+4(2r)=\frac{1}{s}+4r+8r=12r+\frac{1}{s}$$이다. 또한
$$\frac{\partial w}{\partial s}=\frac{\partial w}{\partial x}\frac{\partial x}{\partial s}+\frac{\partial w}{\partial y}\frac{\partial y}{\partial s}+\frac{\partial w}{\partial z}\frac{\partial z}{\partial s}=1\cdot\left(-\frac{r}{s^2}\right)+2\cdot\frac{1}{s}+2z\cdot0=-\frac{r}{s^2}+\frac{2}{s}=\frac{2s-r}{s^2}$$이다.
- Given $x=\cos t$, $y=\sin t$, and $w=xy$, find the value of $dw/dt$ at $t=\pi/2$.
- Given $w=x+2y+z^2$, $x=r/s$, $y=r^2+\ln s$, $z=2r$, find $\partial w/\partial r$ and $\partial w/\partial s$.
Solution.
(1) By the Chain Rule,
$$\frac{dw}{dt}=\frac{\partial w}{\partial x}\frac{dx}{dt}+\frac{\partial w}{\partial y}\frac{dy}{dt}=y\cdot(-\sin t)+x\cdot\cos t=-\sin^2t+\cos^2t=\cos2t$$At $t=\pi/2$, $\cos2t=\cos\pi=-1$, so $\left.\dfrac{dw}{dt}\right|_{t=\pi/2}=-1$.
(2) By the Chain Rule,
$$\frac{\partial w}{\partial r}=\frac{\partial w}{\partial x}\frac{\partial x}{\partial r}+\frac{\partial w}{\partial y}\frac{\partial y}{\partial r}+\frac{\partial w}{\partial z}\frac{\partial z}{\partial r}=1\cdot\frac{1}{s}+2\cdot2r+2z\cdot2$$Substituting $z=2r$,
$$\frac{\partial w}{\partial r}=\frac{1}{s}+4r+4(2r)=\frac{1}{s}+4r+8r=12r+\frac{1}{s}$$Also
$$\frac{\partial w}{\partial s}=\frac{\partial w}{\partial x}\frac{\partial x}{\partial s}+\frac{\partial w}{\partial y}\frac{\partial y}{\partial s}+\frac{\partial w}{\partial z}\frac{\partial z}{\partial s}=1\cdot\left(-\frac{r}{s^2}\right)+2\cdot\frac{1}{s}+2z\cdot0=-\frac{r}{s^2}+\frac{2}{s}=\frac{2s-r}{s^2}$$- $x=\cos t$, $y=\sin t$, $z=t$, $w=xy+z$일 때, $dw/dt$를 구하시오.
- $w=x^2+y^2$, $x=r-s$, $y=r+s$일 때, $\partial w/\partial r$과 $\partial w/\partial s$를 구하시오.
풀이.
(1) 연쇄법칙에 의해
$$\frac{dw}{dt}=\frac{\partial w}{\partial x}\frac{dx}{dt}+\frac{\partial w}{\partial y}\frac{dy}{dt}+\frac{\partial w}{\partial z}\frac{dz}{dt}=y(-\sin t)+x\cos t+1=-\sin^2t+\cos^2t+1=\cos2t+1$$이다. ($=2\cos^2t$로도 쓸 수 있다.)
(2) 연쇄법칙에 의해
$$\frac{\partial w}{\partial r}=2x\cdot1+2y\cdot1=2x+2y=2(r-s)+2(r+s)=4r$$ $$\frac{\partial w}{\partial s}=2x\cdot(-1)+2y\cdot1=-2x+2y=-2(r-s)+2(r+s)=4s$$이다.
- Given $x=\cos t$, $y=\sin t$, $z=t$, $w=xy+z$, find $dw/dt$.
- Given $w=x^2+y^2$, $x=r-s$, $y=r+s$, find $\partial w/\partial r$ and $\partial w/\partial s$.
Solution.
(1) By the Chain Rule,
$$\frac{dw}{dt}=\frac{\partial w}{\partial x}\frac{dx}{dt}+\frac{\partial w}{\partial y}\frac{dy}{dt}+\frac{\partial w}{\partial z}\frac{dz}{dt}=y(-\sin t)+x\cos t+1=-\sin^2t+\cos^2t+1=\cos2t+1$$(equivalently $=2\cos^2t$).
(2) By the Chain Rule,
$$\frac{\partial w}{\partial r}=2x\cdot1+2y\cdot1=2x+2y=2(r-s)+2(r+s)=4r$$ $$\frac{\partial w}{\partial s}=2x\cdot(-1)+2y\cdot1=-2x+2y=-2(r-s)+2(r+s)=4s$$$w=f(s^3+t^2)$이고 $f'(x)=e^x$일 때, $\partial w/\partial t$와 $\partial w/\partial s$를 구하여라.
풀이. $u=s^3+t^2$라 하면 $w=f(u)$이고 $f'(u)=e^u$이다. 연쇄법칙에 의해
$$\frac{\partial w}{\partial t}=f'(u)\cdot\frac{\partial u}{\partial t}=e^u\cdot2t=2te^{s^3+t^2}$$ $$\frac{\partial w}{\partial s}=f'(u)\cdot\frac{\partial u}{\partial s}=e^u\cdot3s^2=3s^2e^{s^3+t^2}$$이다.
Given $w=f(s^3+t^2)$ and $f'(x)=e^x$, find $\partial w/\partial t$ and $\partial w/\partial s$.
Solution. Let $u=s^3+t^2$, so $w=f(u)$ and $f'(u)=e^u$. By the Chain Rule,
$$\frac{\partial w}{\partial t}=f'(u)\cdot\frac{\partial u}{\partial t}=e^u\cdot2t=2te^{s^3+t^2}$$ $$\frac{\partial w}{\partial s}=f'(u)\cdot\frac{\partial u}{\partial s}=e^u\cdot3s^2=3s^2e^{s^3+t^2}$$$z=f(x,y)^2$, $x=g(t)$, $y=h(t)$, $f(2,-1)=-1$, $f_x(2,-1)=3$, $f_y(2,-1)=-2$, $g(0)=2$, $h(0)=-1$, $g'(0)=5$, $h'(0)=-4$일 때, $\left.\dfrac{dz}{dt}\right|_{t=0}$을 구하여라.
풀이. $z=f(x,y)^2$이고 $x=g(t)$, $y=h(t)$이므로 연쇄법칙에 의해
$$\frac{dz}{dt}=2f(x,y)\left(f_x\frac{dx}{dt}+f_y\frac{dy}{dt}\right)=2f(x,y)\big(f_x\,g'(t)+f_y\,h'(t)\big)$$이다. $t=0$에서 $x=g(0)=2$, $y=h(0)=-1$이므로 주어진 값들을 대입하면
$$\left.\frac{dz}{dt}\right|_{t=0}=2f(2,-1)\big(f_x(2,-1)g'(0)+f_y(2,-1)h'(0)\big)=2(-1)\big(3\cdot5+(-2)(-4)\big)$$ $$=-2(15+8)=-2\cdot23=-46$$이다.
Given $z=f(x,y)^2$, $x=g(t)$, $y=h(t)$, $f(2,-1)=-1$, $f_x(2,-1)=3$, $f_y(2,-1)=-2$, $g(0)=2$, $h(0)=-1$, $g'(0)=5$, $h'(0)=-4$, find $\left.\dfrac{dz}{dt}\right|_{t=0}$.
Solution. Since $z=f(x,y)^2$ with $x=g(t)$, $y=h(t)$, the Chain Rule gives
$$\frac{dz}{dt}=2f(x,y)\left(f_x\frac{dx}{dt}+f_y\frac{dy}{dt}\right)=2f(x,y)\big(f_x\,g'(t)+f_y\,h'(t)\big)$$At $t=0$ we have $x=g(0)=2$, $y=h(0)=-1$. Substituting the given values,
$$\left.\frac{dz}{dt}\right|_{t=0}=2f(2,-1)\big(f_x(2,-1)g'(0)+f_y(2,-1)h'(0)\big)=2(-1)\big(3\cdot5+(-2)(-4)\big)$$ $$=-2(15+8)=-2\cdot23=-46$$회로의 전압을 $V(\text{V})$, 흐르는 전류를 $I(\text{A})$, 저항을 $R(\Omega)$이라 할 때, 다음 관계식이 성립한다.
$$V=IR$$시각 $t$에서 $R=600\,\Omega$, $I=0.04\,\text{A}$, $dR/dt=0.5\,\Omega/\text{s}$, $dV/dt=-0.01\,\text{V/s}$일 때, $dI/dt$를 구하시오.
풀이. $V=IR$의 양변을 $t$에 대해 미분하면 (곱미분법)
$$\frac{dV}{dt}=\frac{dI}{dt}R+I\frac{dR}{dt}$$이다. 주어진 값 $R=600\,\Omega$, $I=0.04\,\text{A}$, $dR/dt=0.5\,\Omega/\text{s}$, $dV/dt=-0.01\,\text{V/s}$를 대입하면
$$-0.01=\frac{dI}{dt}(600)+(0.04)(0.5)=600\frac{dI}{dt}+0.02$$이므로
$$600\frac{dI}{dt}=-0.01-0.02=-0.03 \quad\Rightarrow\quad \frac{dI}{dt}=-\frac{0.03}{600}=-\frac{1}{20000}=-0.00005\,\text{A/s}$$이다.
Let the voltage of a circuit be $V(\text{V})$, the current flowing through it be $I(\text{A})$, and the resistance be $R(\Omega)$. Then the following relation holds.
$$V=IR$$At time $t$, given $R=600\,\Omega$, $I=0.04\,\text{A}$, $dR/dt=0.5\,\Omega/\text{s}$, $dV/dt=-0.01\,\text{V/s}$, find $dI/dt$.
Solution. Differentiating both sides of $V=IR$ with respect to $t$ (product rule),
$$\frac{dV}{dt}=\frac{dI}{dt}R+I\frac{dR}{dt}$$Substituting $R=600\,\Omega$, $I=0.04\,\text{A}$, $dR/dt=0.5\,\Omega/\text{s}$, $dV/dt=-0.01\,\text{V/s}$,
$$-0.01=\frac{dI}{dt}(600)+(0.04)(0.5)=600\frac{dI}{dt}+0.02$$so
$$600\frac{dI}{dt}=-0.01-0.02=-0.03 \quad\Rightarrow\quad \frac{dI}{dt}=-\frac{0.03}{600}=-\frac{1}{20000}=-0.00005\,\text{A/s}$$- $y^2-x^2-\sin xy=0$일 때, $dy/dx$를 구하시오.
- $x^3+z^2+ye^{xz}+z\cos y=0$일 때, 원점에서의 $\partial z/\partial x$와 $\partial z/\partial y$의 값을 구하시오.
풀이.
(1) $F(x,y)=y^2-x^2-\sin xy$라 하면 $F(x,y)=0$은 $y$를 $x$의 음함수로 정의한다. $F_x,F_y$를 구하면
$$F_x=-2x-y\cos xy, \qquad F_y=2y-x\cos xy$$이므로 음함수 미분법에 의해
$$\frac{dy}{dx}=-\frac{F_x}{F_y}=-\frac{-2x-y\cos xy}{2y-x\cos xy}=\frac{2x+y\cos xy}{2y-x\cos xy}$$이다.
(2) $F(x,y,z)=x^3+z^2+ye^{xz}+z\cos y$라 하면
$$F_x=3x^2+yze^{xz}, \qquad F_y=e^{xz}-z\sin y, \qquad F_z=2z+xye^{xz}+\cos y$$이다. 원점 $(0,0,0)$에서 $F(0,0,0)=0+0+0+0=0$이므로 이 점은 곡면 위에 있고, 이 점에서
$$F_x(0,0,0)=0, \qquad F_y(0,0,0)=e^0-0=1, \qquad F_z(0,0,0)=0+0+\cos0=1$$이다. 따라서
$$\frac{\partial z}{\partial x}\bigg|_{(0,0,0)}=-\frac{F_x}{F_z}=-\frac{0}{1}=0, \qquad \frac{\partial z}{\partial y}\bigg|_{(0,0,0)}=-\frac{F_y}{F_z}=-\frac{1}{1}=-1$$이다.
- Given $y^2-x^2-\sin xy=0$, find $dy/dx$.
- Given $x^3+z^2+ye^{xz}+z\cos y=0$, find the values of $\partial z/\partial x$ and $\partial z/\partial y$ at the origin.
Solution.
(1) Let $F(x,y)=y^2-x^2-\sin xy$, so $F(x,y)=0$ defines $y$ implicitly as a function of $x$. Computing $F_x,F_y$,
$$F_x=-2x-y\cos xy, \qquad F_y=2y-x\cos xy$$so by implicit differentiation,
$$\frac{dy}{dx}=-\frac{F_x}{F_y}=-\frac{-2x-y\cos xy}{2y-x\cos xy}=\frac{2x+y\cos xy}{2y-x\cos xy}$$(2) Let $F(x,y,z)=x^3+z^2+ye^{xz}+z\cos y$. Then
$$F_x=3x^2+yze^{xz}, \qquad F_y=e^{xz}-z\sin y, \qquad F_z=2z+xye^{xz}+\cos y$$At the origin $(0,0,0)$, $F(0,0,0)=0+0+0+0=0$, so the origin lies on the surface, and there
$$F_x(0,0,0)=0, \qquad F_y(0,0,0)=e^0-0=1, \qquad F_z(0,0,0)=0+0+\cos0=1$$Hence
$$\frac{\partial z}{\partial x}\bigg|_{(0,0,0)}=-\frac{F_x}{F_z}=-\frac{0}{1}=0, \qquad \frac{\partial z}{\partial y}\bigg|_{(0,0,0)}=-\frac{F_y}{F_z}=-\frac{1}{1}=-1$$$\sin(x+y)+\sin(y+z)+\sin(z+x)=0$ 위의 점 $(\pi,\pi,\pi)$에서의 $\partial z/\partial x$와 $\partial z/\partial y$의 값을 구하여라.
풀이. $F(x,y,z)=\sin(x+y)+\sin(y+z)+\sin(z+x)$라 하면
$$F_x=\cos(x+y)+\cos(z+x), \qquad F_y=\cos(x+y)+\cos(y+z), \qquad F_z=\cos(y+z)+\cos(z+x)$$이다. 점 $(\pi,\pi,\pi)$이 곡면 위에 있는지 확인하면 $\sin2\pi+\sin2\pi+\sin2\pi=0$이므로 성립한다. 이 점에서 $x+y=y+z=z+x=2\pi$이므로 $\cos(x+y)=\cos(y+z)=\cos(z+x)=1$이고,
$$F_x(\pi,\pi,\pi)=1+1=2, \qquad F_y(\pi,\pi,\pi)=1+1=2, \qquad F_z(\pi,\pi,\pi)=1+1=2$$이다. 따라서
$$\frac{\partial z}{\partial x}=-\frac{F_x}{F_z}=-\frac{2}{2}=-1, \qquad \frac{\partial z}{\partial y}=-\frac{F_y}{F_z}=-\frac{2}{2}=-1$$이다.
Find the values of $\partial z/\partial x$ and $\partial z/\partial y$ at the point $(\pi,\pi,\pi)$ on $\sin(x+y)+\sin(y+z)+\sin(z+x)=0$.
Solution. Let $F(x,y,z)=\sin(x+y)+\sin(y+z)+\sin(z+x)$. Then
$$F_x=\cos(x+y)+\cos(z+x), \qquad F_y=\cos(x+y)+\cos(y+z), \qquad F_z=\cos(y+z)+\cos(z+x)$$Checking that $(\pi,\pi,\pi)$ lies on the surface: $\sin2\pi+\sin2\pi+\sin2\pi=0$, so it does. At this point $x+y=y+z=z+x=2\pi$, so $\cos(x+y)=\cos(y+z)=\cos(z+x)=1$, and
$$F_x(\pi,\pi,\pi)=1+1=2, \qquad F_y(\pi,\pi,\pi)=1+1=2, \qquad F_z(\pi,\pi,\pi)=1+1=2$$Hence
$$\frac{\partial z}{\partial x}=-\frac{F_x}{F_z}=-\frac{2}{2}=-1, \qquad \frac{\partial z}{\partial y}=-\frac{F_y}{F_z}=-\frac{2}{2}=-1$$$w=x^2+y^2+z^2$, $z=x^2+y^2$일 때 각 경우에 대해 $\partial w/\partial x$를 구하여라.
- $x,y$가 독립변수인 경우
- $x,z$가 독립변수인 경우
풀이.
(1) $x,y$가 독립변수이면 $z=z(x,y)=x^2+y^2$이므로 연쇄법칙에 의해
$$\frac{\partial w}{\partial x}=2x+2z\frac{\partial z}{\partial x}=2x+2z(2x)=2x+4xz$$이다. $z=x^2+y^2$을 대입하면
$$\frac{\partial w}{\partial x}=2x+4x(x^2+y^2)=4x^3+4xy^2+2x$$이다.
(2) $x,z$가 독립변수이면 $z=x^2+y^2$으로부터 $y^2=z-x^2$이다. 이를 $w=x^2+y^2+z^2$에 대입하면
$$w=x^2+(z-x^2)+z^2=z+z^2$$이 되어 $w$는 $x$를 전혀 포함하지 않고 $z$만의 함수가 된다. 따라서 $x,z$를 독립변수로 볼 때
$$\frac{\partial w}{\partial x}=0$$이다.
Given $w=x^2+y^2+z^2$ and $z=x^2+y^2$, find $\partial w/\partial x$ for each of the following cases.
- The case where $x,y$ are independent variables
- The case where $x,z$ are independent variables
Solution.
(1) If $x,y$ are independent variables, then $z=z(x,y)=x^2+y^2$, so by the Chain Rule,
$$\frac{\partial w}{\partial x}=2x+2z\frac{\partial z}{\partial x}=2x+2z(2x)=2x+4xz$$Substituting $z=x^2+y^2$,
$$\frac{\partial w}{\partial x}=2x+4x(x^2+y^2)=4x^3+4xy^2+2x$$(2) If $x,z$ are independent variables, then from $z=x^2+y^2$ we get $y^2=z-x^2$. Substituting into $w=x^2+y^2+z^2$,
$$w=x^2+(z-x^2)+z^2=z+z^2$$so $w$ contains no $x$ at all and is a function of $z$ alone. Hence, regarding $x,z$ as independent,
$$\frac{\partial w}{\partial x}=0$$$w=x^2+y^2+z^2$, $z^3-xy+yz+y^3=1$에서 $x,y$가 독립변수일 때, $(x,y,z)=(2,-1,1)$에서 $\partial w/\partial x$의 값을 구하여라.
풀이. $G(x,y,z)=z^3-xy+yz+y^3-1=0$이고 $x,y$가 독립변수이므로 $z=z(x,y)$이다. $G=0$의 양변을 $x$에 대해 편미분하면 ($y$ 고정)
$$3z^2\frac{\partial z}{\partial x}-y+y\frac{\partial z}{\partial x}=0 \quad\Leftrightarrow\quad \frac{\partial z}{\partial x}(3z^2+y)=y$$이므로
$$\frac{\partial z}{\partial x}=\frac{y}{3z^2+y}$$이다. 점 $(x,y,z)=(2,-1,1)$에서
$$\frac{\partial z}{\partial x}=\frac{-1}{3(1)^2+(-1)}=\frac{-1}{2}$$이다. 한편 $w=x^2+y^2+z^2$이고 $x,y$가 독립변수이므로
$$\frac{\partial w}{\partial x}=2x+2z\frac{\partial z}{\partial x}$$이고, $(x,y,z)=(2,-1,1)$과 $\partial z/\partial x=-1/2$를 대입하면
$$\frac{\partial w}{\partial x}=2(2)+2(1)\left(-\frac{1}{2}\right)=4-1=3$$이다.
Given $w=x^2+y^2+z^2$ and $z^3-xy+yz+y^3=1$, where $x,y$ are independent variables, find the value of $\partial w/\partial x$ at $(x,y,z)=(2,-1,1)$.
Solution. Let $G(x,y,z)=z^3-xy+yz+y^3-1=0$; since $x,y$ are independent variables, $z=z(x,y)$. Differentiating $G=0$ with respect to $x$ ($y$ fixed),
$$3z^2\frac{\partial z}{\partial x}-y+y\frac{\partial z}{\partial x}=0 \quad\Leftrightarrow\quad \frac{\partial z}{\partial x}(3z^2+y)=y$$so
$$\frac{\partial z}{\partial x}=\frac{y}{3z^2+y}$$At $(x,y,z)=(2,-1,1)$,
$$\frac{\partial z}{\partial x}=\frac{-1}{3(1)^2+(-1)}=\frac{-1}{2}$$Since $w=x^2+y^2+z^2$ with $x,y$ independent,
$$\frac{\partial w}{\partial x}=2x+2z\frac{\partial z}{\partial x}$$Substituting $(x,y,z)=(2,-1,1)$ and $\partial z/\partial x=-1/2$,
$$\frac{\partial w}{\partial x}=2(2)+2(1)\left(-\frac{1}{2}\right)=4-1=3$$$w=x^2+y-z+\sin t$, $x+y=t$일 때, $\left(\dfrac{\partial w}{\partial x}\right)_{y,z}$를 구하여라.
풀이. $x,y,z$를 독립변수로 두고 $t=x+y$로 결정된다고 하자. $w=x^2+y-z+\sin t$에서 $y,z$를 고정하고 $x$에 대해 편미분하면 ($t$가 $x$에 의존하므로 연쇄법칙을 적용)
$$\left(\frac{\partial w}{\partial x}\right)_{y,z}=2x+0-0+\cos t\cdot\left(\frac{\partial t}{\partial x}\right)_y$$이다. $t=x+y$에서 $y$를 고정하면 $\left(\partial t/\partial x\right)_y=1$이므로
$$\left(\frac{\partial w}{\partial x}\right)_{y,z}=2x+\cos t=2x+\cos(x+y)$$이다.
Given $w=x^2+y-z+\sin t$ and $x+y=t$, find $\left(\dfrac{\partial w}{\partial x}\right)_{y,z}$.
Solution. Take $x,y,z$ as independent variables with $t=x+y$. Differentiating $w=x^2+y-z+\sin t$ with respect to $x$, holding $y,z$ fixed (applying the Chain Rule since $t$ depends on $x$),
$$\left(\frac{\partial w}{\partial x}\right)_{y,z}=2x+0-0+\cos t\cdot\left(\frac{\partial t}{\partial x}\right)_y$$Since $t=x+y$ with $y$ fixed gives $\left(\partial t/\partial x\right)_y=1$,
$$\left(\frac{\partial w}{\partial x}\right)_{y,z}=2x+\cos t=2x+\cos(x+y)$$이상기체의 압력을 $P$, 부피를 $V$, 온도를 $T$라 할 때 관계식 $PV=nRT$이 성립한다. (단, $n,R$은 상수) 이상기체의 내부에너지가 $U=f(P,V,T)$로 주어질 때 $\left(\dfrac{\partial U}{\partial P}\right)_V$, $\left(\dfrac{\partial U}{\partial T}\right)_V$를 구하여라.
풀이. 관계식 $PV=nRT$에 의해 $P,V,T$ 중 둘을 독립변수로 잡으면 나머지 하나는 그 두 변수에 종속된다. $U=f(P,V,T)$는 세 변수 모두에 대해 정의된 함수이지만, 어떤 두 변수를 독립변수로 택하느냐에 따라 편미분의 의미가 달라진다.
$(\partial U/\partial P)_V$의 계산. $V$를 고정하고 $P$를 독립변수로 잡으면, 관계식으로부터 $T=\dfrac{PV}{nR}$이므로 $T$는 $P$ (와 고정된 $V$)에 종속된다. $U=f(P,V,T(P,V))$에 연쇄법칙을 적용하면
$$\left(\frac{\partial U}{\partial P}\right)_V=\frac{\partial f}{\partial P}+\frac{\partial f}{\partial T}\left(\frac{\partial T}{\partial P}\right)_V$$이다. $T=PV/(nR)$에서 $V$를 고정하고 $P$로 미분하면 $\left(\partial T/\partial P\right)_V=V/(nR)$이므로
$$\left(\frac{\partial U}{\partial P}\right)_V=\frac{\partial f}{\partial P}+\frac{\partial f}{\partial T}\cdot\frac{V}{nR}$$이다.
$(\partial U/\partial T)_V$의 계산. 이번에는 $V$를 고정하고 $T$를 독립변수로 잡으므로, 관계식으로부터 $P=\dfrac{nRT}{V}$이고 $P$는 $T$ (와 고정된 $V$)에 종속된다. 같은 방식으로 연쇄법칙을 적용하면
$$\left(\frac{\partial U}{\partial T}\right)_V=\frac{\partial f}{\partial T}+\frac{\partial f}{\partial P}\left(\frac{\partial P}{\partial T}\right)_V$$이다. $P=nRT/V$에서 $V$를 고정하고 $T$로 미분하면 $\left(\partial P/\partial T\right)_V=nR/V$이므로
$$\left(\frac{\partial U}{\partial T}\right)_V=\frac{\partial f}{\partial T}+\frac{\partial f}{\partial P}\cdot\frac{nR}{V}$$이다.
Let the pressure, volume, and temperature of an ideal gas be $P$, $V$, and $T$, respectively; then the relation $PV=nRT$ holds. (Here $n,R$ are constants.) Given that the internal energy of the ideal gas is $U=f(P,V,T)$, find $\left(\dfrac{\partial U}{\partial P}\right)_V$ and $\left(\dfrac{\partial U}{\partial T}\right)_V$.
Solution. The relation $PV=nRT$ means that once two of $P,V,T$ are taken as independent variables, the remaining one is determined by them. Although $U=f(P,V,T)$ is defined as a function of all three variables, the meaning of a partial derivative depends on which two variables are chosen as independent.
Computing $(\partial U/\partial P)_V$. Holding $V$ fixed and taking $P$ as the independent variable, the relation gives $T=\dfrac{PV}{nR}$, so $T$ depends on $P$ (with $V$ fixed). Applying the Chain Rule to $U=f(P,V,T(P,V))$,
$$\left(\frac{\partial U}{\partial P}\right)_V=\frac{\partial f}{\partial P}+\frac{\partial f}{\partial T}\left(\frac{\partial T}{\partial P}\right)_V$$Since $T=PV/(nR)$ with $V$ fixed gives $\left(\partial T/\partial P\right)_V=V/(nR)$,
$$\left(\frac{\partial U}{\partial P}\right)_V=\frac{\partial f}{\partial P}+\frac{\partial f}{\partial T}\cdot\frac{V}{nR}$$Computing $(\partial U/\partial T)_V$. Now holding $V$ fixed and taking $T$ as the independent variable, the relation gives $P=\dfrac{nRT}{V}$, so $P$ depends on $T$ (with $V$ fixed). Applying the Chain Rule in the same way,
$$\left(\frac{\partial U}{\partial T}\right)_V=\frac{\partial f}{\partial T}+\frac{\partial f}{\partial P}\left(\frac{\partial P}{\partial T}\right)_V$$Since $P=nRT/V$ with $V$ fixed gives $\left(\partial P/\partial T\right)_V=nR/V$,
$$\left(\frac{\partial U}{\partial T}\right)_V=\frac{\partial f}{\partial T}+\frac{\partial f}{\partial P}\cdot\frac{nR}{V}$$문제 · Problems
아래 함수에 대해 $\dfrac{\partial f}{\partial x}(0,0)$과 $\dfrac{\partial f}{\partial y}(0,0)$이 존재하는지 판정하고 존재한다면 그 값을 구하시오.
$$f(x,y)=\begin{cases}\dfrac{\sin(x^3+y^4)}{x^2+y^2} & (x,y)\neq(0,0)\\[4pt] 0 & (x,y)=(0,0)\end{cases}$$Determine whether $\dfrac{\partial f}{\partial x}(0,0)$ and $\dfrac{\partial f}{\partial y}(0,0)$ exist for the function below, and if they exist, find their values.
$$f(x,y)=\begin{cases}\dfrac{\sin(x^3+y^4)}{x^2+y^2} & (x,y)\neq(0,0)\\[4pt] 0 & (x,y)=(0,0)\end{cases}$$다음을 만족하는 함수 $f(x,y)$가 존재하는지 판정하고 존재한다면 이를 만족하는 $f(x,y)$를 하나 구하시오.
- $\dfrac{\partial f}{\partial x}=3x^2y^2-2x$, $\dfrac{\partial f}{\partial y}=2x^3y+6y$
- $\dfrac{\partial f}{\partial x}=\dfrac{2y}{(x+y)^2}$, $\dfrac{\partial f}{\partial y}=\dfrac{2x}{(x+y)^2}$
Determine whether a function $f(x,y)$ satisfying the following exists, and if it exists, find one such $f(x,y)$.
- $\dfrac{\partial f}{\partial x}=3x^2y^2-2x$, $\dfrac{\partial f}{\partial y}=2x^3y+6y$
- $\dfrac{\partial f}{\partial x}=\dfrac{2y}{(x+y)^2}$, $\dfrac{\partial f}{\partial y}=\dfrac{2x}{(x+y)^2}$
삼각형 $ABC$에 대해 각 $A,B,C$의 대변의 길이를 $a,b,c$라 할 때, $\partial A/\partial a$와 $\partial A/\partial b$를 구하시오.
For triangle $ABC$, let $a,b,c$ be the lengths of the sides opposite angles $A,B,C$, respectively. Find $\partial A/\partial a$ and $\partial A/\partial b$.
독립변수 $x,y$에 대한 함수 $u,v$가 다음 관계식을 만족한다.
$$x=v\ln u, \quad y=u\ln v$$이때, $v_x$를 계산하시오.
Functions $u,v$ of the independent variables $x,y$ satisfy the following relations.
$$x=v\ln u, \quad y=u\ln v$$Compute $v_x$.
$x,y$에 대한 함수 $f,g$가 다음을 만족시킨다.
$$\frac{\partial f}{\partial y}=\frac{\partial g}{\partial x}, \quad \frac{\partial f}{\partial x}=\frac{\partial g}{\partial y}=0, \quad f(1,2)=g(1,2)=5, \quad f(0,0)=4$$$f(x,y)$와 $g(x,y)$를 구하여라.
Functions $f,g$ of $x,y$ satisfy the following.
$$\frac{\partial f}{\partial y}=\frac{\partial g}{\partial x}, \quad \frac{\partial f}{\partial x}=\frac{\partial g}{\partial y}=0, \quad f(1,2)=g(1,2)=5, \quad f(0,0)=4$$Find $f(x,y)$ and $g(x,y)$.
좌표평면 위의 열린집합 $R$에서 정의된 $f(x,y)$에 대해 $f_x, f_y$가 $R$에서 유계이면 $f$는 $R$에서 연속임을 보이시오.
Show that if $f_x, f_y$ are bounded on $R$ for $f(x,y)$ defined on an open set $R$ of the coordinate plane, then $f$ is continuous on $R$.
직교좌표계에서 표현된 미분가능한 함수 $w=f(x,y)$를 극좌표계로 표현할 때 다음 관계식이 성립함을 보이시오.
$$(f_x)^2+(f_y)^2=\left(\frac{\partial w}{\partial r}\right)^2+\frac{1}{r^2}\left(\frac{\partial w}{\partial \theta}\right)^2$$Show that when a differentiable function $w=f(x,y)$ expressed in rectangular coordinates is expressed in polar coordinates, the following relation holds.
$$(f_x)^2+(f_y)^2=\left(\frac{\partial w}{\partial r}\right)^2+\frac{1}{r^2}\left(\frac{\partial w}{\partial \theta}\right)^2$$좌표평면 위의 점 $(x,y)$에서의 온도 $T(x,y)$는 다음을 만족시킨다.
$$\frac{\partial T}{\partial x}=8x-4y, \quad \frac{\partial T}{\partial y}=8y-4x$$점 $P$가 원 $x^2+y^2=1$을 따라 움직일 때, 온도가 최대가 되는 점 $P$를 구하시오.
The temperature $T(x,y)$ at the point $(x,y)$ on the coordinate plane satisfies the following.
$$\frac{\partial T}{\partial x}=8x-4y, \quad \frac{\partial T}{\partial y}=8y-4x$$As the point $P$ moves along the circle $x^2+y^2=1$, find the point $P$ at which the temperature is maximum.
이급함수 $f(x,y)$가 $n$차 동차함수(homogeneous function of degree $n$)라는 것은 임의의 실수 $t,x,y$에 대해 다음이 성립하는 것이다.
$$f(tx,ty)=t^n f(x,y)$$다음을 보이시오.
- $x\dfrac{\partial f}{\partial x}+y\dfrac{\partial f}{\partial y}=nf(x,y)$
- $x^2\dfrac{\partial^2 f}{\partial x^2}+2xy\left(\dfrac{\partial^2 f}{\partial x\,\partial y}\right)+y^2\dfrac{\partial^2 f}{\partial y^2}=n(n-1)f(x,y)$
That a function of class $C^2$, $f(x,y)$, is a homogeneous function of degree $n$ means that the following holds for arbitrary real numbers $t,x,y$.
$$f(tx,ty)=t^n f(x,y)$$Show the following.
- $x\dfrac{\partial f}{\partial x}+y\dfrac{\partial f}{\partial y}=nf(x,y)$
- $x^2\dfrac{\partial^2 f}{\partial x^2}+2xy\left(\dfrac{\partial^2 f}{\partial x\,\partial y}\right)+y^2\dfrac{\partial^2 f}{\partial y^2}=n(n-1)f(x,y)$
두 번 미분가능한 함수 $f(r)$이 $r=\sqrt{x^2+y^2+z^2}$일 때 다음을 만족시킨다.
$$f_{xx}+f_{yy}+f_{zz}=0$$이때 적당한 상수 $a,b$가 있어 $f(r)=a/r+b$임을 보이시오.
A twice-differentiable function $f(r)$, where $r=\sqrt{x^2+y^2+z^2}$, satisfies the following.
$$f_{xx}+f_{yy}+f_{zz}=0$$Show that there exist suitable constants $a,b$ such that $f(r)=a/r+b$.
아래 라이프니츠 정리(Leibniz rule)을 이용하여 주어진 함수의 도함수를 구하시오.
연속함수 $f(x,y)$의 편도함수 $\partial f/\partial x$가 존재하고 연속이라고 하자. 이때
$$\frac{d}{dx}\int_c^d f(x,y)\,dy=\int_c^d \frac{\partial f}{\partial x}(x,y)\,dy$$가 성립한다.
- $F(x)=\displaystyle\int_0^{x^2}\sqrt{t^4+x^2+1}\,dt$
- $F(x)=\displaystyle\int_{x^3-1}^{x^2+1}\sin(t^2+x^3)\,dt$
Using Leibniz's rule below, find the derivative of the given function.
- $F(x)=\displaystyle\int_0^{x^2}\sqrt{t^4+x^2+1}\,dt$
- $F(x)=\displaystyle\int_{x^3-1}^{x^2+1}\sin(t^2+x^3)\,dt$
$x,y,z$에 대한 관계식 $f(x,y,z)=0$이 성립할 때 다음이 성립함을 보이시오.
$$\left(\frac{\partial x}{\partial y}\right)_z\left(\frac{\partial y}{\partial z}\right)_x\left(\frac{\partial z}{\partial x}\right)_y=-1$$Given that the relation $f(x,y,z)=0$ holds for $x,y,z$, show that the following holds.
$$\left(\frac{\partial x}{\partial y}\right)_z\left(\frac{\partial y}{\partial z}\right)_x\left(\frac{\partial z}{\partial x}\right)_y=-1$$관계식 $f(x,y,z,w)=0$과 $g(x,y,z,w)=0$에 의해 $z,w$가 $x,y$에 대한 미분가능한 함수로 표현가능하다고 하자. $\dfrac{\partial f}{\partial z}\dfrac{\partial g}{\partial w}-\dfrac{\partial f}{\partial w}\dfrac{\partial g}{\partial z}\neq 0$일 때, 다음을 계산하시오.
- $\left(\dfrac{\partial z}{\partial x}\right)_y$
- $\left(\dfrac{\partial w}{\partial y}\right)_x$
Suppose that the relations $f(x,y,z,w)=0$ and $g(x,y,z,w)=0$ allow $z,w$ to be expressed as differentiable functions of $x,y$. When $\dfrac{\partial f}{\partial z}\dfrac{\partial g}{\partial w}-\dfrac{\partial f}{\partial w}\dfrac{\partial g}{\partial z}\neq 0$, compute the following.
- $\left(\dfrac{\partial z}{\partial x}\right)_y$
- $\left(\dfrac{\partial w}{\partial y}\right)_x$