惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Full Disclosure
博客园 - 聂微东
博客园_首页
人人都是产品经理
人人都是产品经理
N
News | PayPal Newsroom
云风的 BLOG
云风的 BLOG
U
Unit 42
T
Tailwind CSS Blog
Recent Announcements
Recent Announcements
Security Archives - TechRepublic
Security Archives - TechRepublic
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
The Register - Security
The Register - Security
The Hacker News
The Hacker News
博客园 - Franky
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Check Point Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
有赞技术团队
有赞技术团队
TaoSecurity Blog
TaoSecurity Blog
博客园 - 司徒正美
GbyAI
GbyAI
G
Google Developers Blog
B
Blog
G
GRAHAM CLULEY
Y
Y Combinator Blog
雷峰网
雷峰网
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
V
V2EX
罗磊的独立博客
Know Your Adversary
Know Your Adversary
AWS News Blog
AWS News Blog
T
Troy Hunt's Blog
S
SegmentFault 最新的问题
P
Privacy & Cybersecurity Law Blog
T
Threat Research - Cisco Blogs
H
Help Net Security
N
Netflix TechBlog - Medium
Help Net Security
Help Net Security
L
LangChain Blog
D
Docker

Ridic

一个关于映射度的问题 买原版书遇到的坑 区域不变性及相关应用 Klein瓶的高维推广 待解决的问题 一些待整理的资料 记录一些想看的书和课程 在服务器中部署Overleaf 高等代数习题课-记录 关于学习过程的“参数权重”设置 从今天开始写一些东西 不定积分练习 国内Docker镜像代理 《上海高考指南》数学部分阅读与分析 函数关于两点对称问题 数学笔记-第八周 数学笔记-第七周 二模前复习总结 6 将 word 中的 Mathtype 公式转为 Latex 原创一题 为什么高中数学题越来越难 有趣的开源项目整理 5 4 3 上海高考数学压轴题 2023年普通高中学业水平模拟测试 2 1 典型难题整理 Linux 相关操作 参加 TACA 考试 一些导数题 博客加入数学公式支持 新买的乒乓球拍 数学综合卷 使用 Git Hook 将网站部署到服务器 利用BurpSuite和Charles进行抓包 关于window.opener 2023上海英语春考 解决Mac开机界面壁纸不同的问题 迁移到了新域名 期中考复习试卷 关于 友链 Helloworld 随时随地写代码--基于Code-server部署自己的云开发环境 GAN CFOP 学校的电脑 嘀咕
数学笔记-第六周
Tom · 2024-03-17 · via Ridic

组合数有关的一些求和公式

(1)$\mathrm{C}^m_n=\mathrm{C}^{m-1}_{n-1}+\mathrm{C}^{m}_{n-1}$

(2)$m\mathrm{C}^m_n=n\mathrm{C}^{m-1}_{n-1}$

(3)$\mathrm{C}^k_n\mathrm{C}^m_k=\mathrm{C}^m_n\mathrm{C}^{k-m}_{n-m}$

(4)$\mathrm{C}^0_n+\mathrm{C}^1_n+\mathrm{C}^2_n+\cdots+\mathrm{C}^n_n=2^n$

(5)$(\mathrm{C}^0_n)^2+(\mathrm{C}^1_n)^2+(\mathrm{C}^2_n)^2+\cdots+(\mathrm{C}^n_n)^2=\mathrm{C}^{n}_{2n}$

(6)$1\mathrm{C}^1_n+2\mathrm{C}^2_n+3\mathrm{C}^3_n+\cdots+n\mathrm{C}^n_n=n\cdot2^{n-1}$

(7)$1^2\mathrm{C}^1_n+2^2\mathrm{C}^2_n+3^2\mathrm{C}^3_n+\cdots+n^2\mathrm{C}^n_n=n(n+1)\cdot2^{n-2}$

(8)(※)$\mathrm{C}^0_n+\frac{1}{2}\mathrm{C}^1_n+\frac{1}{3}\mathrm{C}^2_n+\cdots+\frac{1}{n+1}\mathrm{C}^n_n=\frac{1}{n+1}(2^{n+1}-1)$

(9)(※)$\dfrac{\mathrm{C}^1_n}{1}-\dfrac{\mathrm{C}^2_n}{2}+\dfrac{\mathrm{C}^3_n}{3}-\cdots+(-1)^{n-1}\dfrac{\mathrm{C}^n_n}{n}=1+\dfrac{1}{2}+\dfrac{1}{3}+\cdots+\dfrac{1}{n}$

几道题目

1.(1)等比数列$\{a_n\}$中,$a_1=2,a_8=4$,函数$f(x)=x(x-a_1)(x-a_2)\cdots(x-a_8)$,则$f^{′}(0)=$__________.
(2)函数$f(x)=(x-1)(x-2)(x-3)(x-4)$在$x=3$处的导数为__________.
(3)函数$f(x)=(x-1)(x-2)\cdots(x-n)$,则$\displaystyle\sum_{k=1}^{n}\frac{1}{f^{′}(x)}=$__________.  题源:蓝宝书P143

2.(1)设$I$为$\Delta ABC$的内心,$AB=5,AC=6,BC=7.\overrightarrow{IP}=x\overrightarrow{IA}+y\overrightarrow{IB}+z\overrightarrow{IC},0\leq{x,y,z}\leq{1}$,则动点$P$的轨迹所覆盖的平面区域的面积等于__________.
(2)点$O$是正四面体$A_1A_2A_3A_4$的中心,$|OA_i|=1(i=1,2,3,4).$若$\overrightarrow{OP}=\lambda_1\overrightarrow{OA_1}+\lambda_2\overrightarrow{OA_2}+\lambda_3\overrightarrow{OA_3}+\lambda_4\overrightarrow{OA_4},$其中$0\leq\lambda_i\leq1(i=1,2,3,4),$则动点$P$扫过的区域的体积为__________.  题源:(2)为高三上第一次月考11题

3.构造定义域为$\mathbf{R}$函数$f,g$,使得$f[g(x)]$严格单调递增,$g[f(x)]$严格单调递减. 详细解答  题源:2011罗马尼亚大师杯、月考改编