跳到主要内容

早稲田大学 創造理工学研究科 経営システム工学専攻 2015年8月実施 微积分

Author

思齐塾, 祭音Myyura

Description

次の関数について、 dzdt\frac{dz}{dt} を求めよ。

z=3x2+y2x2+3y2,x=et,y=etz = \frac{3x^2 + y^2}{x^2 + 3y^2}, \quad x = e^t, \quad y = e^{-t}

题目描述

已知

z=3x2+y2x2+3y2,x=et,y=et.z=\frac{3x^2+y^2}{x^2+3y^2},\qquad x=e^t,\qquad y=e^{-t}.

dzdt\frac{dz}{dt}

Kai

We have

z=3x2+y2x2+3y2z = \frac{3x^2 + y^2}{x^2 + 3y^2}

,

x=etx = e^t

,

y=ety = e^{-t}

. We want to find dzdt\frac{dz}{dt} . Using the chain rule:

dzdt=zxdxdt+zydydt\frac{dz}{dt} = \frac{\partial z}{\partial x} \frac{dx}{dt} + \frac{\partial z}{\partial y} \frac{dy}{dt}

First, we calculate the partial derivatives:

zx=(6x)(x2+3y2)(3x2+y2)(2x)(x2+3y2)2=6x3+18xy26x32xy2(x2+3y2)2=16xy2(x2+3y2)2\frac{\partial z}{\partial x} = \frac{(6x)(x^2 + 3y^2) - (3x^2 + y^2)(2x)}{(x^2 + 3y^2)^2} = \frac{6x^3 + 18xy^2 - 6x^3 - 2xy^2}{(x^2 + 3y^2)^2} = \frac{16xy^2}{(x^2 + 3y^2)^2}
zy=(2y)(x2+3y2)(3x2+y2)(6y)(x2+3y2)2=2x2y+6y318x2y6y3(x2+3y2)2=16x2y(x2+3y2)2\frac{\partial z}{\partial y} = \frac{(2y)(x^2 + 3y^2) - (3x^2 + y^2)(6y)}{(x^2 + 3y^2)^2} = \frac{2x^2y + 6y^3 - 18x^2y - 6y^3}{(x^2 + 3y^2)^2} = \frac{-16x^2y}{(x^2 + 3y^2)^2}

Next, we calculate the derivatives with respect to t:

dxdt=et=x\frac{dx}{dt} = e^t = x
dydt=et=y\frac{dy}{dt} = -e^{-t} = -y

Now, we substitute these into the chain rule formula:

dzdt=16xy2(x2+3y2)2(x)+16x2y(x2+3y2)2(y)=16x2y2+16x2y2(x2+3y2)2=32x2y2(x2+3y2)2\frac{dz}{dt} = \frac{16xy^2}{(x^2 + 3y^2)^2} (x) + \frac{-16x^2y}{(x^2 + 3y^2)^2} (-y) = \frac{16x^2y^2 + 16x^2y^2}{(x^2 + 3y^2)^2} = \frac{32x^2y^2}{(x^2 + 3y^2)^2}

Since x=etx = e^t and y=ety = e^{-t} , we have xy=etet=1xy = e^t e^{-t} = 1 , so x2y2=1x^2y^2 = 1 .

dzdt=32(x2+3y2)2=32(e2t+3e2t)2\frac{dz}{dt} = \frac{32}{(x^2 + 3y^2)^2} = \frac{32}{(e^{2t} + 3e^{-2t})^2}

So,

dzdt=32(e2t+3e2t)2\frac{dz}{dt} = \frac{32}{(e^{2t} + 3e^{-2t})^2}