博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
数学-基本积分公式
阅读量:7072 次
发布时间:2019-06-28

本文共 636 字,大约阅读时间需要 2 分钟。

  1. $ \int kdx = kx + C $
    1. 特别地 $\int 0dx = C $
  2. $\int x^{\mu}dx = \frac{x^{ \mu +1}}{ \mu+1} + C$
  3. $\int \frac{1}{x}dx = ln\left | x \right | + C$
  4. $\int a^xdx = \frac{a^x}{lna} + C$
    1. 特别地 $\int e^xdx = e^x + C$
  5. $\int cosxdx = sinx + C$
  6. $\int sinxdx = -cosx + C$
  7. $\int sec^2xdx = tanx + C$
  8. $\int csc^2xdx = -cotx + C$
  9. $\int secxtanxdx = secx + C$
  10. $\int cscxcotxdx = -cscx + C$
  11. $\int \frac{dx}{\sqrt{a^2 - x^2}} = arcsin \frac{x}{a} + C$  
    1. 特别地 $\int \frac{dx}{\sqrt{1 - x^2}} = arcsinx + C$
  12. $\int \frac{dx}{a^2 + x^2} = \frac{1}{a}arctan \frac{x}{a} + C$  
    1. 特别地 $\int \frac{dx}{1+x^2} = arctanx + C$

 

转载于:https://www.cnblogs.com/--zz/p/10554140.html

你可能感兴趣的文章
storm的例子,一个非常好的网址
查看>>
Python数据预处理:机器学习、人工智能通用技术(1)
查看>>
原来oracle也有像ibm developernetworks这样的社区,厉害,果然是生态链上游的厂商...
查看>>
猜数游戏系统
查看>>
[jQuery]使用jQuery.Validate进行客户端验证(中级篇-上)——不使用微软验证控件的理由...
查看>>
C#中的Json的序列化和反序列化
查看>>
hdu3015(树状数组)
查看>>
oracle ora-12154 无法解析连接字符串
查看>>
行为的抽象即是接口(Interface)
查看>>
2013渣打科营编程马拉松赛样题
查看>>
XSS零碎指南
查看>>
分享一个SQLSERVER脚本(计算数据库中各个表的数据量和每行记录所占用空间)...
查看>>
ZStack中的编程技巧
查看>>
tcpdump -i eth0 -n -vvv src or dst port 443
查看>>
如何给你的Android 安装文件(APK)瘦身
查看>>
如何把SKYPE的发送消息由enter改为ctrl+enter?
查看>>
GitHub 基本常用知识解答
查看>>
一个有趣的算法题。。。
查看>>
spring - ioc和aop
查看>>
svn branching and merging
查看>>