快速指南
不要忘記使用頁面查找功能
CTRL + F

| 極限 | 單側(cè) | 無窮 |
|---|---|---|
| lim sin2x/(e^x-1), x->0 | lim arctan(1/x) as x->0+ | lim x^2 sin(3/x^2)) , x->oo |
| lim xsinx/(e^x-1), x->0 | lim exp(1/x) as x->0- | lim arctan(x), x->-oo |

| 一階導(dǎo)數(shù) 文本 | 一階導(dǎo)數(shù) 分式 | 一階導(dǎo)數(shù) 一撇 |
|---|---|---|
| derivative (2x^2+3)sin(x) | d/dx (2x^2+3)sin(x) | ((2x^2+3)sin(x))' |
| derivative (2x^2+3)sin(x) at x=3 | d/dx (2x^2+3)sin(x) at x=3 | ((2x^2+3)sin(x))' at x=3 |
| 二階導(dǎo)數(shù) 文本 | 二階導(dǎo)數(shù) 分式 | 二階導(dǎo)數(shù) 兩撇 |
|---|---|---|
| second derivative of sin(2x^2+3) | 2nd derivative sin(2x^2+3) | (sin(2x^2+3))'' |
| 三階導(dǎo)數(shù) | 十階導(dǎo)數(shù) | x= 處的 階導(dǎo)數(shù) |
|---|---|---|
| (sin(2x^2+3))''' | 10th derivative 1/(1+x) | (exp(x)cos(2x^2))'' at x=1 |
| ------ | d10/dx10(1/(1+x)) | 7th derivative of 1/(1+x) at 0 |

| 參數(shù)方程的導(dǎo)數(shù) | ------ | 隱函數(shù)的導(dǎo)數(shù) |
|---|---|---|
| x=2t^2, y=sint 的導(dǎo)數(shù):dy/dx | x=sin2t, y=cost 在 t=pi/6 處的導(dǎo)數(shù) | 方程 y=1-xe^y 的導(dǎo)數(shù):dy/dx |
| (sin(t))'/(2t^2)' | (cost)'/(sin2t)' at t=pi/6 | -( d/dx( 1-xexp(y)-y ) )/( d/dy( 1-xexp(y)-y ) ) |
| 解方程求根(包括復(fù)根) | 只求實根(real root) | ------ |
|---|---|---|
| solve x3+1.1*x2+0.9*x-1.4=0 | real root x3+1.1*x2+0.9*x-1.4=0 | ------ |
| 駐點:stationary point | 極小值:local min | 極大值:local max |
|---|---|---|
| stationary point of x^3-2x+3 | local min x/(x^2+2) | local max x/(x^2+2) |
| 拐點:inflection point | 指定區(qū)間內(nèi)的最小值 | 指定區(qū)間內(nèi)的極大值 |
|---|---|---|
| inflection point of x/(x^2+2) | global min of 2sin(2x)2-(5/2)cos(x/2)2 for 1<=x<=3 | local max 2sin(2x)^2-(5/2)cos(x/2), x=0 to pi |
| 不定積分 | 定積分 | 廣義積分 |
|---|---|---|
| integrate x^2+sin(x)+1 | integrate x^2+sin(x)+1 from 0 to 1 | int xexp(-2x) from 0 to oo |
| int xarctan(x) | int 1/sqrt(1-x^2) , x= 0 ..1/2 | int 1/(x^2+3) , x= -oo .. oo |
求積分變限函數(shù)
integrate texp(-t) from 0 to x
積分上限函數(shù)
d/dx ( int texp(-t) from 0 to x )
積分上限函數(shù)求導(dǎo)
F(x)==integrate texp(-t) from ln(x) to x^2
積分變限函數(shù)
d/dx (integrate texp(-t) from ln(x) to x^2 )
積分變限函數(shù)求導(dǎo)
曲線與 x 軸之間的面積
area between 2-x^2 and x-axis
曲線y=2-x^2與x軸之間的面積
曲線下方的面積
area under 3-x^2
曲線y=3-x^2與x軸之間的面積
求兩曲線之間的面積
area between x and x^2
曲線y=x與y=x^2之間的面積
求兩曲線的交點
曲線y=x2與y=x3的交點
求兩曲線之間的面積
area between sin(x) and cos(2x) from x=0 to pi
曲線y=sinx與y=cos2x
(0<x<pi) 之間的面積
旋轉(zhuǎn)體的體積
V=pi*Integrate (sin(x)^2, x=0..2)
曲線y=sinx (0<x<2) 與x軸 之間的區(qū)域繞x軸旋轉(zhuǎn)
旋轉(zhuǎn)體的體積
V=pi*Integrate (x2-sin(x)2, x=0..pi)
曲線y=x與y=sinx (0<x<pi) 之間的區(qū)域繞x軸旋轉(zhuǎn)
求曲線的弧長
int sqrt(1+ ( (x^2)' )^2), x=1..3
曲線 y=x^2 (1<x<3) 的弧長
int sqrt( (sin(t^3))' 2+(t)'2 ), t=-1..1
參數(shù)曲線 x=sin(t^3), y=t
(-1<t<1) 的弧長
向量的點積
向量的叉積
求偏導(dǎo)數(shù)
高階偏導(dǎo)數(shù)
d/dx d/dx x3*y2 - 3xy^3 - x*y + 1
d/dy d/dx x3*y2 - 3xy^3 - x*y + 1
隱函數(shù)的偏導(dǎo)數(shù)
-( d/dx( exp(z)-xyz ) )/( d/dz (exp(z)-xyz) )
方程e^z=xyz的偏導(dǎo)數(shù):dz/dx
向****量函數(shù)的導(dǎo)數(shù)
速度
向量函數(shù)的二階導(dǎo)數(shù)
加速度
求梯度
求方向?qū)?shù)
derivative of x^2+cos(2y) in the direction (2,-3) at (1,2)
求二元函數(shù)的駐點
stationary point of x3-y3+3x^2+3y^2-9*x
求二元函數(shù)的極值
極大值
或 maximize x3-y3+3x^2+3y^2-9*x
求二元函數(shù)的最值
minimize 2(xy+2/x+2/y) for x>0, y>0
求條件極值
maximize xyz on 2(xy + yz + zx) =1, x>0,y>0,z>0
maximize sqrt(x2+y2+z^2) on z=x2+y2 and x+y+z=1
兩個約束條件
二重積分
矩形區(qū)域
先y, 后x
先x, 后y
三重積分
int x , x=0..1, y=0..(1-x)/2, z=0..1-x-2y
積分次序::z,y,x
級數(shù)求和
等比級數(shù)求和
p-級數(shù)求和
交錯級數(shù)求和
冪級數(shù)的和函數(shù)
sum (-1)(n+1)*x(2n-1)/(2n-1),n=1...oo
函數(shù)的泰勒公式
xsinx在x=0處的5階泰勒公式
e^x在x=1處的5階泰勒公式
解微分方程
直接輸入微分方程
求特解
(1+x^2)y’’=2xy’, y(0)=1, y’(0)=3
二階微分方程的特解
高階線性微分方程
通解
y’’+y+sin(2x)=0, y(pi)=1, y’(pi)=1
特解
一元函數(shù)圖形
兩條曲線
隱函數(shù)的圖形
plot x3+y3=6xy, x=-4..4, y=-4..4
指定范圍
兩條曲線
參數(shù)曲線
parametric plot (t(1-sint),tcost) from t=-10 to 10
參數(shù)方程 x=t(1-sint), y=tcost 的圖形
極坐標(biāo)曲線
極坐標(biāo)方程 r=1+cost 的圖形
曲面作圖