早稲田大学 創造理工学研究科 経営システム工学専攻 2014年8月実施 微积分
Author
思齐塾, 祭音Myyura
Description
関数(function) f(x,y)=cosxy に対して、次式の関係が成り立つことを示せ。
x∂x∂f(x,y)+y∂y∂f(x,y)=x2(∂x)2∂2f(x,y)+2xy∂x∂y∂2f(x,y)+y2(∂y)2∂2f(x,y)
题目描述
对于函数
f(x,y)=cosxy(x=0),
证明
x∂x∂f(x,y)+y∂y∂f(x,y)=x2(∂x)2∂2f(x,y)+2xy∂x∂y∂2f(x,y)+y2(∂y)2∂2f(x,y).
Kai
Let's verify the given relation.
First, compute the first-order partial derivatives:
∂x∂f=∂x∂cos(xy)=−sin(xy)⋅(−x2y)=x2ysin(xy)
∂y∂f=∂y∂cos(xy)=−sin(xy)⋅(x1)=−x1sin(xy)
Next, compute the second-order partial derivatives:
∂x2∂2f=∂x∂(x2ysin(xy))=y[x3−2sin(xy)+x21cos(xy)(−x2y)]=x3−2ysin(xy)−x4y2cos(xy)
∂x∂y∂2f=∂x∂(−x1sin(xy))=−[−x21sin(xy)+x1cos(xy)(−x2y)]=x21sin(xy)+x3ycos(xy)
∂y2∂2f=∂y∂(−x1sin(xy))=−x1cos(xy)⋅x1=−x21cos(xy)
Now, substitute these into the given equation:
x∂x∂f+y∂y∂f=x(x2ysin(xy))+y(−x1sin(xy))=xysin(xy)−xysin(xy)=0
x2∂x2∂2f+2xy∂x∂y∂2f+y2∂y2∂2f=x2(x3−2ysin(xy)−x4y2cos(xy))+2xy(x21sin(xy)+x3ycos(xy))+y2(−x21cos(xy))
=x−2ysin(xy)−x2y2cos(xy)+x2ysin(xy)+x22y2cos(xy)−x2y2cos(xy)=0
Since both sides are equal to 0, the given relation holds.