ポテンシャル関数 積分記号下の微分 指数関数、累乗
続 解析入門 (原書第2版) (S.ラング(著)、松坂 和夫(翻訳)、片山 孝次(翻訳)、岩波書店)の第5章(ポテンシャル関数)、5(積分記号下の微分)の練習問題4、5、6の解答を求めてみる。
4
5
6
コード、入出力結果(Wolfram Language、Jupyter)
Integrate[Exp[y + t], {t, 1, x}]
Plot3D[%, {x, -5, 5}, {y, -5 ,5}, AxesLabel -> Automatic]
Integrate[Exp[y-t], {t, 1, x}]
Plot3D[%, {x, -5, 5}, {y, -5, 5}, AxesLabel -> Automatic]
Integrate[t^2y^3, {t, 0, x}]
Plot3D[%, {x, -2, 2}, {y, -2, 2}, AxesLabel -> Automatic]