计算导数

任务
计算并绘制多项式函数的导数.
探索作图...
指导
[table][tr][td]1.[/td][td]将函数 [math]f(x)=2x^3-7x^2+5x-1[/math] 输入[i]指令栏, [/i]然后按 [i]Enter[/i].[/td][/tr][tr][td]2.[/td][td]将 [math]f'\left(x\right)[/math] 输入[i]指令栏[/i]以计算 [i]f(x) [/i]的导数. [/td][/tr][tr][td][br][/td][td][b]注意: [/b]您也可以用以下指令 [math]Derivative(f)[/math] 或虚拟键盘上的 [math]\frac{d}{dx}[/math] 键输入 [i]Derivative[/i] 指令.[/td][/tr][tr][td]3.[/td][td]为了计算 [i]f(x)[/i] 在 [i]x = 0[/i] 处的斜率, 将 [math]f'(0)[/math] 输入到[i]指令栏, [/i]然后按[i] Enter[/i].[/td][/tr][tr][td]4.[/td][td]使用指令 [math]Derivative(f,2)[/math] 以计算 [i]f(x)[/i] 的二阶导数.[/td][/tr][tr][td][/td][td][b]窍门:[/b] 您可以使用虚拟键盘上的 [math]\frac{d}{dx}[/math] 键输入 [i]Derivative[/i] 指令或将 [math]f''(x)[/math] 输入到[i]指令栏[/i].[/td][/tr][/table]
自己试试...
任务
探索其他函数的导数, 并计算多变量函数的偏导数.
探索作图...
指导
[table][tr][td]1.[/td][td]Define the function [math]f(x)=e^{k\cdot x}[/math] for which [i]k[/i] is a constant parameter by entering its equation into the [i]Input Bar[/i].[/td][/tr][tr][td]2.[/td][td]Compute the first derivative of [i]f(x)[/i] by typing [math]f'(x)[/math] into the [i]Input Bar[/i] and pressing [i]Enter[/i].[/td][/tr][tr][td]3.[/td][td]Define the function [math]g\left(x\right)=a\cdot sin\left(b\cdot x+c\right)+d[/math] for which [i]a[/i], [i]b[/i], [i]c[/i] and [i]d[/i] are constant parameters.[/td][/tr][tr][td]4.[/td][td]Compute the first derivative of [i]g(x)[/i] by typing [math]g'\left(x\right)[/math] into the [i]Input Bar[/i] and pressing [i]Enter[/i].[/td][/tr][tr][td]5.[/td][td]Compute the fifth derivative of [i]g(x)[/i] by using the command [math]Derivative\left(g,5\right)[/math].[/td][/tr][tr][td]6.[/td][td]Define the function [i]h(x,y)[/i] with two variables by entering [math]h\left(x,y\right)=x^2\cdot y+x\cdot cos\left(y\right)-y^3\cdot\sqrt{x}[/math] into the [i]Input Bar[/i]. [/td][/tr][tr][td]7.[/td][td]Compute the partial derivative with respect to [i]x[/i] for [i]h(x,y) [/i]by using the command [math]Derivative\left(h,x\right)[/math].[/td][/tr][tr][td]8.[/td][td]Compute the partial derivative with respect to [i]y[/i] for [i]h(x,y) [/i]by using the command [math]Derivative\left(h,y\right)[/math].[/td][/tr][/table]
自己试试...

Information: 计算导数