大家好,欢迎来到IT知识分享网。
泰勒展开式
T a y l o r ′ s f o r m u l a : f ( x ) = f ( x 0 ) + f ′ ( x 0 ) ( x − x 0 ) + ⋯ + f ( n ) ( x 0 ) n ! ( x − x 0 ) n + o ( ( x − x 0 ) n ) Taylor’s formula:f(x)=f(x_0)+f'(x_0)(x-x_0) +\dots+ \frac{f^{(n)}(x_0)}{n!}(x-x_0)^{n}+o((x-x_0)^{n}) Taylor′sformula:f(x)=f(x0)+f′(x0)(x−x0)+⋯+n!f(n)(x0)(x−x0)n+o((x−x0)n)
泰勒展开式使用前提: 极限 → 无穷小 泰勒展开式使用前提:\red{极限 \to无穷小} 泰勒展开式使用前提:极限→无穷小
推导原理 : 麦克劳林公式 f ( x ) = f ( 0 ) + f ′ ( 0 ) x + ⋯ + f ( n ) ( 0 ) n ! x n + o ( x n ) 推导原理:麦克劳林公式f(x)=f(0)+f'(0)x +\dots+ \frac{f^{(n)}(0)}{n!}x^n+o(x^n) 推导原理:麦克劳林公式f(x)=f(0)+f′(0)x+⋯+n!f(n)(0)xn+o(xn)
x n 对应的系数设为 a n , 则 f ( n ) ( 0 ) = a n ⋅ n ! x^n 对应的系数设为a_n,则f^{(n)}(0)=a_n \cdot n! xn对应的系数设为an,则f(n)(0)=an⋅n!
助记: s i n x , t a n x 分别与 a r c s i n x , a r c t a n x 的 x 3 符号相反 , f ( 0 ) = 1 含有 1 【注意别漏 O ( x n ) 】 当 x 0 = 0 时 : 助记:sinx,tanx分别与arcsinx,arctanx的x^3符号相反,f(0)=1含有1~~~【注意别漏O(x^n)】\\当x_0=0时:\\~ 助记:sinx,tanx分别与arcsinx,arctanx的x3符号相反,f(0)=1含有1 【注意别漏O(xn)】当x0=0时:
1. s i n x = x − 1 3 ! x 3 + 1 5 ! x 5 + o ( x 5 ) 1.~~sinx=x-\frac{1}{3!}x^3+\frac{1}{5!}x^5+o(x^5) 1. sinx=x−3!1x3+5!1x5+o(x5)
2. c o s x = 1 − 1 2 ! x 2 + 1 4 ! x 4 + o ( x 4 ) 2.~~cosx=1-\frac{1}{2!}x^2+\frac{1}{4!}x^4+o(x^4) 2. cosx=1−2!1x2+4!1x4+o(x4)
3. t a n x = x + 1 3 x 3 + o ( x 3 ) 3.~~tanx=x+\frac{1}{3}x^3+o(x^3) 3. tanx=x+31x3+o(x3)
4. a r c s i n x = x + 1 6 x 3 + o ( x 3 ) 4.~~arcsinx=x+\frac{1}{6}x^3+o(x^3) 4. arcsinx=x+61x3+o(x3)
5. a r c t a n x = x − 1 3 x 3 + o ( x 3 ) 5.~~arctanx=x-\frac{1}{3}x^3+o(x^3) 5. arctanx=x−31x3+o(x3)
6. l n ( 1 + x ) = x − 1 2 x 2 + 1 3 x 3 − 1 4 x 4 + o ( x 4 ) 6.~~ln(1+x)=x- \frac{1}{2}x^2+ \frac{1}{3}x^3-\frac{1}{4}x^4+o(x^4) 6. ln(1+x)=x−21x2+31x3−41x4+o(x4)
7. e x = 1 + x + 1 2 x 2 + 1 3 ! x 3 + ⋅ ⋅ ⋅ + 1 n ! x n + o ( x n ) 7.~~e^x=1+x+\frac{1}{2}x^2+\frac{1}{3!}x^3+\cdot \cdot \cdot+\frac{1}{n!}x^n+o(x^n) 7. ex=1+x+21x2+3!1x3+⋅⋅⋅+n!1xn+o(xn)
8. ( 1 + x ) α = 1 + α x + α ( α − 1 ) 2 x 2 + o ( x 2 ) 8.~~(1+x)^{\alpha}=1+{\alpha}x+\frac{
{\alpha}({\alpha}-1)}{2}x^2+o(x^2) \\~ 8. (1+x)α=1+αx+2α(α−1)x2+o(x2)
当 x → 0 时: 当x\rightarrow0时: 当x→0时:
1. 变型: 1 + f ( x ) α − 1 = ( 1 + f ( x ) ) 1 α − 1 ∼ 1 α f ( x ) 【 f ( x ) 为无穷小量才可 T 】 l n ( f ( x ) ) = l n ( 1 + ( f ( x ) − 1 ) ) ∼ f ( x ) − 1 【 f ( x ) − 1 为无穷小量才可 T 】 e f ( x ) − e g ( x ) = e g ( x ) ( e f ( x ) − g ( x ) − 1 ) = e g ( x ) ( f ( x ) − g ( x ) ) [ e g ( x ) 为非零因子 , 代入 ] 1.变型:\\~ \\~ \sqrt[\alpha]{1+f(x)}-1=(1+f(x))^\frac{1}{\alpha}-1\sim \frac{1}{\alpha}f(x) 【f(x)为无穷小量才可T】 \\~ \\~ ln(f(x))=ln(1+(f(x)-1))\sim f(x)-1 【f(x)-1为无穷小量才可T】 \\~ \\~e^{f(x)}-e^{g(x)}=e^{g(x)}(e^{f(x)-g(x)}-1)=e^{g(x)}(f(x)-g(x)) ~~~~~~[e^{g(x)}为非零因子,代入] \\~ 1.变型: α1+f(x)−1=(1+f(x))α1−1∼α1f(x)【f(x)为无穷小量才可T】 ln(f(x))=ln(1+(f(x)−1))∼f(x)−1【f(x)−1为无穷小量才可T】 ef(x)−eg(x)=eg(x)(ef(x)−g(x)−1)=eg(x)(f(x)−g(x)) [eg(x)为非零因子,代入]
2. 组合: s i n x − t a n x = − 1 2 x 3 + o ( x 3 ) a r c s i n x − a r c t a n x = 1 2 x 3 + o ( x 3 ) 2.组合:\\sinx-tanx=-\frac{1}{2}x^3+o(x^3) \\arcsinx-arctanx=\frac{1}{2}x^3+o(x^3) \\~ 2.组合:sinx−tanx=−21x3+o(x3)arcsinx−arctanx=21x3+o(x3)
3. 等价无穷小 ( 等价无穷小是泰勒公式的一种特殊情况 ) 3.等价无穷小(等价无穷小是泰勒公式的一种特殊情况) 3.等价无穷小(等价无穷小是泰勒公式的一种特殊情况)
s i n x ∼ x , l n ( 1 + x ) ∼ x , t a n x ∼ x , e x − 1 ∼ x a r c s i n x ∼ x , a r c t a n x ∼ x , 1 − c o s x ∼ 1 x 2 , ( 1 + x ) α − 1 ∼ α x \ sinx\sim x,~~ln(1+x)\sim x ,~~tanx\sim x ,~~e^x-1\sim x \\arcsinx\sim x ,~~arctanx\sim x,~~1-cosx\sim \frac{1}{x^2},~~(1+x)^\alpha-1\sim \alpha x sinx∼x, ln(1+x)∼x, tanx∼x, ex−1∼xarcsinx∼x, arctanx∼x, 1−cosx∼x21, (1+x)α−1∼αx
无穷小 o ( x 低阶 ) + o ( x 高阶 ) = o ( x 低阶 ) \\无穷小~o(x^{低阶})+o(x^{高阶})=o(x^{低阶}) 无穷小 o(x低阶)+o(x高阶)=o(x低阶)
求导公式
助记 : 名称带有 ” 余 ” 字,如余弦 c o s 、余割 c s c 、余切 c o t ,求导都带负号 助记:名称带有”余”字,如余弦cos、余割csc、余切cot,求导都带负号 助记:名称带有“余“字,如余弦cos、余割csc、余切cot,求导都带负号
( 1 ) ( C ) ′ = 0 (1)~~~~(C)’=0 (1) (C)′=0
( 2 ) ( x u ) ′ = u x u − 1 (2)~~~~(x^u)’=ux^{u-1} (2) (xu)′=uxu−1
( 3 ) ( s i n x ) ′ = c o s x (3)~~~~(sinx)’=cosx (3) (sinx)′=cosx
( 4 ) ( c o s x ) ′ = − s i n x (4)~~~~(cosx)’=-sinx (4) (cosx)′=−sinx
( 5 ) ( t a n x ) ′ = s e c 2 x = 1 c o s 2 x (5)~~~~(tanx)’=sec^2x=\frac{1}{cos^2x} (5) (tanx)′=sec2x=cos2x1
( 6 ) ( c o t x ) ′ = − c s c 2 x = − 1 s i n 2 x (6)~~~~(cotx)’=-csc^2x=-\frac{1}{sin^2x} (6) (cotx)′=−csc2x=−sin2x1
( 7 ) ( s e c x ) ′ = s e c t a n x (7)~~~~(secx)’=sectanx (7) (secx)′=sectanx
( 8 ) ( c s c x ) ′ = − c s c c o t x (8)~~~~(cscx)’=-csccotx (8) (cscx)′=−csccotx
( 9 ) ( a x ) ′ = a x l n a (9)~~~~(a^x)’=a^xlna (9) (ax)′=axlna
( 10 ) ( e x ) ′ = e x (10)~~~(e^x)’=e^x (10) (ex)′=ex
( 11 ) ( l o g a x ) ′ = 1 x l n a (11)~~~(log_a^x)’=\frac{1}{xlna} (11) (logax)′=xlna1
( 12 ) ( l n x ) ′ = 1 x (12)~~~(lnx)’=\frac{1}{x} (12) (lnx)′=x1
( 13 ) ( a r c s i n x ) ′ = 1 1 − x 2 (13)~~~(arcsinx)’=\frac{1}{\sqrt{1-x^2}} (13) (arcsinx)′=1−x21
( 14 ) ( a r c c o s x ) ′ = − 1 1 − x 2 (14)~~~(arccosx)’=-\frac{1}{\sqrt{1-x^2}} (14) (arccosx)′=−1−x21
( 15 ) ( a r c t a n x ) ′ = 1 1 + x 2 (15)~~~(arctanx)’=\frac{1}{1+x^2} (15) (arctanx)′=1+x21
( 16 ) ( a r c c o t x ) ′ = − 1 1 + x 2 (16)~~~(arccotx)’=-\frac{1}{1+x^2} (16) (arccotx)′=−1+x21
( 17 ) [ l n ( x + x 2 + 1 ) ] ′ = − 1 x 2 + 1 (17)~~~\small[ln(x+\sqrt{x^2+1})]’=-\frac{1}{\sqrt{x^2+1}} (17) [ln(x+x2+1)]′=−x2+11
( 18 ) [ l n ( x + x 2 − 1 ) ] ′ = − 1 x 2 − 1 (18)~~~\small[ln(x+\sqrt{x^2-1})]’=-\frac{1}{\sqrt{x^2-1}} (18) [ln(x+x2−1)]′=−x2−11
求导组合运算 : 求导组合运算: 求导组合运算:
( 1 ) ( u + v ) ′ = u ′ + v ′ (1)~~~~(u+v)’=u’+v’ (1) (u+v)′=u′+v′
( 2 ) ( C u ) ′ = C u ′ (2)~~~~(Cu)’=Cu’ (2) (Cu)′=Cu′
( 3 ) ( u v ) ′ = u ′ v + u v ′ (3)~~~~(uv)’=u’v+uv’ (3) (uv)′=u′v+uv′
( 4 ) ( u v ) ′ = u ′ v − u v ′ v 2 (4)~~~~(\frac{u}{v})’=\frac{u’v-uv’}{v^2} (4) (vu)′=v2u′v−uv′
推导: 推导:\\~ 推导:
( t a n x ) ′ = ( s i n x c o s x ) ′ = ( s i n x ) ′ c o s x − s i n x ( c o s x ) ′ c o s 2 x = ( c o s 2 x + s i n 2 x ) c o s 2 x = 1 c o s 2 x = s e c 2 x (tanx)’=(\frac{sinx}{cosx})’=\frac{(sinx)’cosx-sinx(cosx)’}{cos^2x}=\frac{(cos^2x+sin^2x)}{cos^2x}=\frac{1}{cos^2x}=sec^2x \\~ (tanx)′=(cosxsinx)′=cos2x(sinx)′cosx−sinx(cosx)′=cos2x(cos2x+sin2x)=cos2x1=sec2x
【简记分母 c o s 2 x , c o t x 为 t a n x 倒数则相反分母 s i n 2 x 】 【简记分母cos^2x,cotx为tanx倒数则相反分母sin^2x】 【简记分母cos2x,cotx为tanx倒数则相反分母sin2x】
三角函数
奇变偶不变,符号看象限
t a n ( π 2 x + π 2 ) = − c o t π 2 x tan(\frac{\pi}{2}x+\frac{\pi}{2})=-cot\frac{\pi}{2}x \\~ tan(2πx+2π)=−cot2πx
s i n 2 α = 1 − c o s 2 α 2 sin^2\alpha=\frac{1-cos2\alpha}{2} sin2α=21−cos2α
c o s 2 α = 1 + c o s 2 α 2 cos^2\alpha=\frac{1+cos2\alpha}{2} cos2α=21+cos2α
s i n ( α + β ) = s i n α c o s β + c o s α s i n β sin(\alpha+\beta)=sin\alpha cos\beta+cos\alpha sin\beta sin(α+β)=sinαcosβ+cosαsinβ
c o s ( α + β ) = c o s α c o s β − s i n α s i n β cos(\alpha+\beta)=cos\alpha cos\beta-sin\alpha sin\beta cos(α+β)=cosαcosβ−sinαsinβ
t a n ( α + β ) = t a n α + t a n β 1 − t a n α t a n β ( 与分子同号 ) tan(\alpha+\beta)=\frac{tan\alpha+tan\beta}{1-tan\alpha tan\beta} ~~~\small(与分子同号) tan(α+β)=1−tanαtanβtanα+tanβ (与分子同号)
二倍角公式 + 万能公式( 2 α → α ) : 二倍角公式+万能公式(2\alpha \rightarrow \alpha): \\~ 二倍角公式+万能公式(2α→α):
s i n 2 α = 2 s i n α c o s α = 2 t a n α 1 + t a n 2 α sin2\alpha=2sin\alpha cos\alpha=\frac{2tan\alpha}{1+tan^2\alpha} sin2α=2sinαcosα=1+tan2α2tanα
c o s 2 α = c o s 2 α − s i n 2 α = 1 − t a n 2 α 1 + t a n 2 α cos2\alpha=cos^2\alpha-sin^2\alpha=\frac{1-tan^2\alpha}{1+tan^2\alpha} cos2α=cos2α−sin2α=1+tan2α1−tan2α
t a n 2 α = 2 t a n α 1 − t a n 2 α tan2\alpha=\frac{2tan\alpha}{1-tan^2\alpha} tan2α=1−tan2α2tanα
令 u = t a n α , 则 s i n 2 α = 2 u 1 + u 2 , c o s 2 α = 1 − u 2 1 + u 2 , t a n 2 α = 2 u 1 − u 2 , d x = 2 1 + u 2 【注意 t a n α 对应 s i n 2 α 或 c o s 2 α 两倍关系】 \\~\\ 令u = tan \alpha , 则 sin2\alpha=\frac{2u}{1+u^2},cos 2\alpha=\frac{1-u^2}{1+u^2} ,tan2\alpha=\frac{2u}{1-u^2},dx=\frac{2}{1+u^2}【注意tan \alpha对应sin2 \alpha或cos 2 \alpha两倍关系】 \\~ 令u=tanα,则sin2α=1+u22u,cos2α=1+u21−u2,tan2α=1−u22u,dx=1+u22【注意tanα对应sin2α或cos2α两倍关系】
角α | 0° | 30° | 45° | 60° | 90° |
---|---|---|---|---|---|
sinα | 0 | 1 2 \frac{1}{2} 21 | 2 2 \frac{\sqrt 2}{2} 22 | 3 2 \frac{\sqrt 3}{2} 23 | 1 |
cosα | 1 | 3 2 \frac{\sqrt 3}{2} 23 | 2 2 \frac{\sqrt 2}{2} 22 | 1 2 \frac{1}{2} 21 | 0 |
tanα | 0 0 0 | 3 3 \frac{\sqrt 3}{3} 33 | 1 1 1 | 3 \sqrt 3 3 | − – − |
名称 t a n x 正弦,倒数 c o t x 正切: t a n x c o t x = 1 s i n x 正弦,倒数 c s c x 余割: s i n x c s c x = 1 c o s x 余弦,倒数 s e c x 正割: c o s x s e c x = 1 名称 \\ tanx正弦,倒数cotx正切 :tanxcotx=1 \\ sinx正弦,倒数cscx余割:sinxcscx=1 \\ cosx余弦,倒数secx正割:cosxsecx=1 \\ \\~ 名称tanx正弦,倒数cotx正切:tanxcotx=1sinx正弦,倒数cscx余割:sinxcscx=1cosx余弦,倒数secx正割:cosxsecx=1
常用: t a n 2 x + 1 = s e c 2 x = 1 c o s 2 x c o t 2 x + 1 = c s c 2 x = 1 s i n 2 x 常用:\\ tan^2x+1=sec^2x=\frac{1}{cos^2x}~~~~~~~cot^2x+1=csc^2x=\frac{1}{sin^2x}\\~ 常用:tan2x+1=sec2x=cos2x1 cot2x+1=csc2x=sin2x1
和差化积: s i n α + s i n β = 2 s i n α + β 2 c o s α − β 2 s i n α − s i n β = 2 c o s α + β 2 s i n α − β 2 c o s α − c o s β = 2 c o s α + β 2 c o s α − β 2 c o s α − c o s β = 2 s i n α + β 2 s i n α − β 2 和差化积:\\ sin\alpha +sin\beta=2sin\frac{\alpha +\beta}{2}cos\frac{\alpha -\beta}{2} \\ sin\alpha -sin\beta=2cos\frac{\alpha +\beta}{2}sin\frac{\alpha -\beta}{2} \\ cos\alpha -cos\beta=2cos\frac{\alpha +\beta}{2}cos\frac{\alpha -\beta}{2} \\ cos\alpha -cos\beta=2sin\frac{\alpha +\beta}{2}sin\frac{\alpha -\beta}{2} \\ \\~ 和差化积:sinα+sinβ=2sin2α+βcos2α−βsinα−sinβ=2cos2α+βsin2α−βcosα−cosβ=2cos2α+βcos2α−βcosα−cosβ=2sin2α+βsin2α−β
积化和差:如求 ∫ s i n x s i n 3 x d x [ 1 2 ( c o s ( α − β ) − c o s ( α + β ) ) = s i n α s i n β ] 积化和差:如求\int sinxsin3x~dx \\~[\frac{1}{2}(cos(\alpha-\beta)-cos(\alpha+\beta))=sin\alpha sin\beta] 积化和差:如求∫sinxsin3x dx [21(cos(α−β)−cos(α+β))=sinαsinβ]
诱导公式:
x值 | π − α \pi-α π−α | π + α \pi+α π+α | π 2 + α \frac{\pi}{2}+α 2π+α | π 2 − α \frac{\pi}{2}-α 2π−α | − α -α −α |
---|---|---|---|---|---|
sinx | s i n α sinα sinα | − s i n α -sinα −sinα | c o s α cosα cosα | c o s α cosα cosα | − s i n α -sinα −sinα |
cosx | − c o s α -cosα −cosα | − c o s α -cosα −cosα | − s i n α -sinα −sinα | s i n α sinα sinα | c o s α cosα cosα |
tanx | − t a n α -tanα −tanα | t a n α tanα tanα | − c o t α -cotα −cotα | c o t α cotα cotα | − t a n α -tanα −tanα |
cotx | − c o t α -cotα −cotα | c o t α cotα cotα | − t a n α -tanα −tanα | t a n α tanα tanα | − c o t α -cotα −cotα |
( c o t 与 t a n 同号 ) 周期性: s i n ( 2 k π + α ) = s i n α (cot与tan同号)~~周期性:sin(2k\pi+α)=sinα (cot与tan同号) 周期性:sin(2kπ+α)=sinα
百度文库
c o s ( 3 π 2 − α ) [ 周期 ] = c o s ( − π 2 − α ) = c o s ( π 2 + α ) = s i n α cos(\frac{3\pi}{2}-\alpha)~[周期]=cos(-\frac{\pi}{2}-\alpha)=cos(\frac{\pi}{2}+\alpha)=sin\alpha \\~ cos(23π−α) [周期]=cos(−2π−α)=cos(2π+α)=sinα
s i n ( 3 π 2 + α ) = s i n ( π + π 2 + α ) = − s i n ( π 2 + α ) = − c o s α sin(\frac{3\pi}{2}+\alpha)=sin(\pi+\frac{\pi}{2}+\alpha)=-sin(\frac{\pi}{2}+\alpha)=-cos \alpha sin(23π+α)=sin(π+2π+α)=−sin(2π+α)=−cosα
百度词条
裴蜀定理
中国剩余定理
欧几里德算法
欧几里德算法扩展
洛必达
在 x = x 0 可洛 L ′ 的使用条件三个: 在x=x_0可洛L’的使用条件三个: 在x=x0可洛L′的使用条件三个:
① 0 0 型或 ∞ ∞ 型 ①\frac{0}{0}型或\frac{\infty}{\infty} 型 ①00型或∞∞型
②在 x = x 0 的去心邻域内可导 ②在x=x_0的去心邻域内可导 ②在x=x0的去心邻域内可导
③ F ′ ( x ) f ′ ( x ) 存在 ( 0 0 或 ∞ ∞ ) → F ( x ) f ( x ) 可洛 ③\frac{F'(x)}{f'(x)}存在(\frac{0}{0}或\frac{\infty}{\infty}) \rightarrow \frac{F(x)}{f(x)}可洛 \\~ ③f′(x)F′(x)存在(00或∞∞)→f(x)F(x)可洛
不能 L ′ 的情况: ①题目仅仅说明 f ( x ) 在 x = x 0 可导 ② x → 0 时含有 s i n 1 x , c o s 1 x 因子或 x → ∞ 含有 s i n x , c o s x 因子 ③用完后极限不存在,说明 L ′ 不行,不代表极限不存在 不能L’的情况:\\ ①题目仅仅说明f(x)在x=x_0可导 \\ ②x \rightarrow 0 时含有sin\frac{1}{x},cos\frac{1}{x}因子 或 x \rightarrow \infty 含有sinx,cosx因子 \\ ③用完后极限不存在,说明L’不行,不代表极限不存在 \\~ 不能L′的情况:①题目仅仅说明f(x)在x=x0可导②x→0时含有sinx1,cosx1因子或x→∞含有sinx,cosx因子③用完后极限不存在,说明L′不行,不代表极限不存在
函数图像
反三角函数:
(反三角函数:三角函数的反函数,其图像为三角函数x,y轴互换后的图像)
看图像可记住:
a r c s i n x + a r c c o s x = π 2 ( x ∈ [ − 1 , 1 ] ) arcsinx+arccosx=\frac{\pi}{2}~~~~(x\in[-1,1]) arcsinx+arccosx=2π (x∈[−1,1])
a r c s t a n x + a r c c o t x = π 2 ( x ∈ ( − ∞ , ∞ ) ) arcstanx+arccotx=\frac{\pi}{2}~~~~(x\in(-\infty,\infty)) arcstanx+arccotx=2π (x∈(−∞,∞))
x > 0 时 , a r c t a n x + a r c t a n 1 x = π 2 x>0时,arctanx+arctan\frac{1}{x}=\frac{\pi}{2}\quad x>0时,arctanx+arctanx1=2π
x < 0 时 , a r c t a n x + a r c t a n 1 x = − π 2 x<0时,arctanx+arctan\frac{1}{x}=-\frac{\pi}{2}\quad x<0时,arctanx+arctanx1=−2π
( 证明:设 y = a r c t a n x + a r c t a n 1 x , y ′ = 0 ( 无变化为常数代入得值 ) , x = 1 时 , y = π 2 ; x = − 1 时 , y = − π 2 ) (证明:设y=arctanx+arctan\frac{1}{x},y’=0(无变化为常数代入得值),\\x=1时,y=\frac{\pi}{2};x=-1时,y=-\frac{\pi}{2})\\~ (证明:设y=arctanx+arctanx1,y′=0(无变化为常数代入得值),x=1时,y=2π;x=−1时,y=−2π)
补充: [ 函数与反函数复合 ] 补充:[函数与反函数复合] 补充:[函数与反函数复合]
a r c s i n ( s i n x ) = x ( x ∈ [ − π 2 , π 2 ] ) s i n ( a r c s i n x ) = x ( x ∈ [ − 1 , 1 ] ) arcsin(sinx)=x~~~~(x\in[-\frac{\pi}{2},\frac{\pi}{2}]) \\ sin(arcsinx)=x~~~~(x\in[-1,1])\\~ arcsin(sinx)=x (x∈[−2π,2π])sin(arcsinx)=x (x∈[−1,1])
同理 a r c t a n ( t a n ( □ ) ) = t a n ( a r c t a n ( □ ) ) = □ 同理 arctan(tan(\square))=tan(arctan(\square))=\square 同理arctan(tan(□))=tan(arctan(□))=□
心形线(外摆线的一种):
摆线:
规律公式
∑ k = 1 n k 2 = n ( n + 1 ) ( 2 n + 1 ) 6 \sum\limits_{k=1}^nk^2=\frac{n(n+1)(2n+1)}{6} k=1∑nk2=6n(n+1)(2n+1)
( 1 + 2 + 3 + . . . + n ) = ( 1 + n ) n 2 = ( 首项 + 末项 ) ∗ 项数 / 2 [ 等差数列求和 ] (1+2+3+…+n) = \frac{(1+n)n}{2}=(首项+末项)*项数~/~2~~[等差数列求和] (1+2+3+…+n)=2(1+n)n=(首项+末项)∗项数 / 2 [等差数列求和]
补充: ( x − 1 ) 3 = x 3 − 3 x 2 + 3 x − 1 = C 3 0 x 3 ( − 1 ) 0 + C 3 1 x 2 ( − 1 ) 1 + C 3 2 x 1 ( − 1 ) 2 + C 3 3 x 0 ( − 1 ) 3 补充: \\ (x-1)^3=x^3-3x^2+3x-1=C_3^0 x^3(-1)^0+C_3^1 x^2(-1)^1+C_3^2 x^1(-1)^2+C_3^3 x^0(-1)^3 补充:(x−1)3=x3−3x2+3x−1=C30x3(−1)0+C31x2(−1)1+C32x1(−1)2+C33x0(−1)3
( x + 1 ) 3 = x 3 + 3 x 2 + 3 x + 1 (x+1)^3=x^3+3x^2+3x+1 (x+1)3=x3+3x2+3x+1
a 3 − b 3 = ( a − b ) ( a 2 + a b + b 2 ) a^3-b^3=(a-b)(a^2+ab+b^2) a3−b3=(a−b)(a2+ab+b2)
a 3 + b 3 = ( a + b ) ( a 2 − a b + b 2 ) a^3+b^3=(a+b)(a^2-ab+b^2) a3+b3=(a+b)(a2−ab+b2)
等差数列前 n 项和: ( a 1 + a n ) ⋅ n 2 = ( 首项 + 末项 ) ⋅ 项数 2 = n a 1 + n ( n − 1 ) 2 d 等差数列前n项和:\frac{(a_1+a_n)\cdot n}{2}=\small\frac{(首项+末项)\cdot 项数}{2}=na_1+\frac{n(n-1)}{2}d 等差数列前n项和:2(a1+an)⋅n=2(首项+末项)⋅项数=na1+2n(n−1)d
等比数列 ( a 1 首项 , q 为公比 ) = { a 1 ( 1 − q n ) 1 − q q ≠ 1 n a 1 q = 1 等比数列(a_1首项,q为公比)=\begin{cases} \frac{a_1(1-q^n)}{1-q}~~~~~~q \ne 1\\ na_1~~~~~~~q=1\\ \end{cases} 等比数列(a1首项,q为公比)={
1−qa1(1−qn) q=1na1 q=1
曲率公式: y = f ( x ) 在 x 点的曲率为 k = ∣ y ′ ′ ∣ ( 1 + y ′ 2 ) 3 2 曲率公式:y=f(x)在x点的曲率为~~\large k=\frac{|y”|}{(1+y’^2)^{\frac{3}{2}}}~~~~~~~ 曲率公式:y=f(x)在x点的曲率为 k=(1+y′2)23∣y′′∣ 曲率半径 ρ = 1 k 曲率半径\rho=\frac{1}{k} 曲率半径ρ=k1
设直线 L 的方程为 A x + B y + C = 0 ,点 P 的坐标为( x 0 , y 0 ) 则点 P 到直线 L 的距离就是: ∣ A x 0 + B x 0 + C ∣ A 2 + B 2 设直线 L 的方程为Ax+By+C=0,点 P 的坐标为(x_0,y_0) \\则点 P 到直线 L 的距离就是:\frac{|Ax_0+Bx_0+C|}{\sqrt{A^2+B^2}} 设直线L的方程为Ax+By+C=0,点P的坐标为(x0,y0)则点P到直线L的距离就是:A2+B2∣Ax0+Bx0+C∣
韦达定理
a 2 x + b x + c = 0 , 若方程有两个实根 x 1 , 2 = − b ± b 2 − 4 a c 2 a 则 { x 1 + x 2 = − b + b 2 − 4 a c 2 a + − b − b 2 − 4 a c 2 a = − b a x 1 x 2 = − b + b 2 − 4 a c 2 a × − b − b 2 − 4 a c 2 a = c a a^2 x+bx+c=0 ,若方程有两个实根x_{1,2}=\frac{-b\pm\sqrt{b^2-4ac}}{2a}\\ 则\begin{cases} x_1+x_2=\frac{-b+\sqrt{b^2-4ac}}{2a}+\frac{-b-\sqrt{b^2-4ac}}{2a}=-\frac{b}{a}\\ x_1x_2=\frac{-b+\sqrt{b^2-4ac}}{2a}\times\frac{-b-\sqrt{b^2-4ac}}{2a}=\frac{c}{a} \end{cases} a2x+bx+c=0,若方程有两个实根x1,2=2a−b±b2−4ac则{
x1+x2=2a−b+b2−4ac+2a−b−b2−4ac=−abx1x2=2a−b+b2−4ac×2a−b−b2−4ac=ac
不等式
三角不等式: ∣ ∣ b ∣ − ∣ a ∣ ∣ ⩽ ∣ b − a ∣ ⩽ ∣ a ∣ + ∣ b ∣ 三角不等式:||b|-|a|| \leqslant |b-a| \leqslant |a|+|b|~~~~~ 三角不等式:∣∣b∣−∣a∣∣⩽∣b−a∣⩽∣a∣+∣b∣ (两边之和大于第三边)
均值不等式: a 2 + b 2 ⩾ 2 a b , 或 ∣ a b ∣ ⩽ a 2 + b 2 2 a + b ⩾ 2 a b 均值不等式:a^2+b^2 \geqslant 2ab,或|ab| \leqslant \large\frac{a^2+b^2}{2}\quad \small a+b\geqslant 2\sqrt{ab} 均值不等式:a2+b2⩾2ab,或∣ab∣⩽2a2+b2a+b⩾2ab
均值不等式一般化 [ a i ⩾ 0 ] : a 1 + a 2 + . . . + a n n ⩾ a 1 a 2 . . . a n n 均值不等式一般化[a_i \geqslant 0]:\frac{a_1+a_2+…+a_n}{n} \geqslant \sqrt[n]{a_1 a_2 …a_n} 均值不等式一般化[ai⩾0]:na1+a2+…+an⩾na1a2…an
x x + 1 ⩽ l n ( 1 + x ) ⩽ x ( x > 0 ( x = 0 等号成立 ) ) \frac{x}{x+1}\leqslant ln(1+x) \leqslant x \quad(x>0\quad(x=0等号成立)) x+1x⩽ln(1+x)⩽x(x>0(x=0等号成立))
s i n x < x < t a n x ( 0 < x < π 2 ) sinx < x < tanx ~~~~~~~(0< x <\frac{\pi}{2}) sinx<x<tanx (0<x<2π)
e x ⩾ x + 1 ( x ∈ R ) e^x \geqslant x+1 ~~~~~~~(x \in R) ex⩾x+1 (x∈R)
[ x ] ⩽ x ⩽ [ x ] + 1 [x] \leqslant x \leqslant[x] +1 [x]⩽x⩽[x]+1 (向下取整)
m ( b − a ) ≤ ∫ a b f ( x ) d x ≤ M ( b − a ) , m , M 为区间分别最小值,最大值 如 f ( x ) 单调减, f ( k + 1 ) ≤ ∫ k k + 1 f ( x ) d x ≤ f ( k ) , ( ( k + 1 ) − k = 1 ) , 长度 1 m(b-a)\le\int_a^b{f(x)dx}\le M(b-a) ,m,M为区间分别最小值,最大值\\ 如 f(x)单调减,f(k+1)\le\int_{k}^{k+1}{f(x)dx} \le f(k) ,((k+1 )-k=1),长度1 m(b−a)≤∫abf(x)dx≤M(b−a),m,M为区间分别最小值,最大值如f(x)单调减,f(k+1)≤∫kk+1f(x)dx≤f(k),((k+1)−k=1),长度1
旋转体
积分微元,旋转 2 π r , 距离 r ( x , y ) 积分微元,旋转2\pi r,距离r(x,y) 积分微元,旋转2πr,距离r(x,y)
质心
( 未给面密度 p ( x ) , , 默认 p ( x ) 取 1 , 视为均匀 , 此时质心与形心重合 ) (未给面密度p(x),,默认p(x)取1,视为均匀,此时质心与形心重合) (未给面密度p(x),,默认p(x)取1,视为均匀,此时质心与形心重合)
细棒(线) 细棒(线) 细棒(线)
X 型 X型 X型
质心: ( x ˉ , y ˉ ) , x ˉ = ∫ a b x ρ ( x ) d x ∫ a b ρ ( x ) d x 质心:(\bar{x},\bar{y}),\large\bar{x}=\frac{\int_a^bx\rho(x)dx}{\int_a^b\rho(x)dx} 质心:(xˉ,yˉ),xˉ=∫abρ(x)dx∫abxρ(x)dx
形心: ( x ˉ , y ˉ ) , x ˉ = ∫ a b x d x ∫ a b d x 形心:(\bar{x},\bar{y}),\large \bar{x}=\frac{\int_a^bxdx}{\int_a^bdx} 形心:(xˉ,yˉ),xˉ=∫abdx∫abxdx
平面板(平面) 平面板(平面) 平面板(平面)
质心: ( x ˉ , y ˉ ) , x ˉ = ∬ D x ρ ( x ) d x d y ∬ D ρ ( x ) d x d y 质心:(\bar{x},\bar{y}),\large\bar{x}=\frac{\iint\limits_{D}x\rho(x)dxdy}{\iint\limits_{D}\rho(x)dxdy} 质心:(xˉ,yˉ),xˉ=D∬ρ(x)dxdyD∬xρ(x)dxdy
形心: ( x ˉ , y ˉ ) , x ˉ = ∬ D x d x d y S D 区域面积 形心:(\bar{x},\bar{y}),\large \bar{x}=\frac{\iint\limits_{D}x dxdy}{S_D区域面积} 形心:(xˉ,yˉ),xˉ=SD区域面积D∬xdxdy
存疑 形心单独 d x : x ˉ = ∬ D x d x S D 区域面积 , y ˉ = ∬ D y d x S D 区域面积 形心单独dx:\bar{x}=\frac{\iint\limits_{D}x dx}{S_D区域面积}, \bar{y}=\frac{\iint\limits_{D}y dx}{S_D区域面积} 形心单独dx:xˉ=SD区域面积D∬xdx,yˉ=SD区域面积D∬ydx
点火公式
∫ 0 π 2 f ( s i n x ) d x = ∫ 0 π 2 f ( c o s x ) d x ( 注意 f ( s i n x ) 可以是 s i n x , ∣ c o s x ∣ , c o s 偶 x ) \large\int_0^{\frac{\pi}{2}}f(sinx)dx=\large\int_0^{\frac{\pi}{2}}f(cosx)dx\small\quad(注意f(sinx)可以是sinx,|cosx|,cos^偶x) ∫02πf(sinx)dx=∫02πf(cosx)dx(注意f(sinx)可以是sinx,∣cosx∣,cos偶x)
∫ 0 π f ( s i n x ) d x = 2 ∫ 0 π 2 f ( s i n x ) d x \large\int_0^{\pi}f(sinx)dx=2\int_0^{\frac{\pi}{2}}f(sinx)dx ∫0πf(sinx)dx=2∫02πf(sinx)dx
∫ 0 π x f ( s i n x ) d x = π 2 ∫ 0 π f ( s i n x ) d x \large\int_0^{\pi}xf(sinx)dx=\frac{\pi}{2}\int_0^{\pi}f(sinx)dx ∫0πxf(sinx)dx=2π∫0πf(sinx)dx
[ 当上下限 ( 可能换元后 ) 为 0 与 π 2 时对 s i n x 和 c o s x 使用 , 计算时尽量先用前面的公式化简 ] [当上下限(可能换元后)为0与\frac{\pi}{2}时对sinx和cosx使用,计算时尽量先用前面的公式化简] [当上下限(可能换元后)为0与2π时对sinx和cosx使用,计算时尽量先用前面的公式化简]
I n = ∫ 0 π 2 s i n n x d x = ∫ 0 π 2 c o s n x d x = { ( n − 1 ) ! ! ( n ) ! ! × π 2 = ( n − 1 ) n ⋅ ( n − 3 ) n − 2 ⋯ 1 2 ⋅ π 2 n 为正偶数 ( n − 1 ) ! ! ( n ) ! ! = ( n − 1 ) n ⋅ ( n − 3 ) n − 2 ⋯ 2 3 n 为 > 1 的正奇数 I_n=\large\int_0^\frac{\pi}{2}sin^nxdx=\int_0^\frac{\pi}{2}cos^nxdx \\ =\begin{cases} \frac{(n-1)!!}{(n)!!} \times \frac{\pi}{2}=\frac{(n-1)}{n}\cdot \frac{(n-3)}{n-2}\cdots\frac{1}{2}\cdot \frac{\pi}{2}~~~~~~~~~\small n为正偶数 \\ \frac{(n-1)!!}{(n)!!}=\frac{(n-1)}{n}\cdot \frac{(n-3)}{n-2}\cdots\frac{2}{3}~~~~~~~~~~~~~~~~\small n为>1的正奇数 \end{cases} In=∫02πsinnxdx=∫02πcosnxdx=⎩
⎨
⎧(n)!!(n−1)!!×2π=n(n−1)⋅n−2(n−3)⋯21⋅2π n为正偶数(n)!!(n−1)!!=n(n−1)⋅n−2(n−3)⋯32 n为>1的正奇数
极限求导积分
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://haidsoft.com/152257.html