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

推荐订阅源

S
SegmentFault 最新的问题
Spread Privacy
Spread Privacy
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
SecWiki News
SecWiki News
腾讯CDC
P
Privacy International News Feed
Webroot Blog
Webroot Blog
J
Java Code Geeks
爱范儿
爱范儿
A
About on SuperTechFans
S
Secure Thoughts
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
D
DataBreaches.Net
Cloudbric
Cloudbric
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Security Latest
Security Latest
Forbes - Security
Forbes - Security
小众软件
小众软件
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cybersecurity and Infrastructure Security Agency CISA
T
Threatpost
量子位
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
Vercel News
Vercel News
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
S
Security @ Cisco Blogs
T
The Exploit Database - CXSecurity.com
Help Net Security
Help Net Security
V
Visual Studio Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 聂微东
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs

社团活动 – 百品博客

暂无文章

高一数学错题分析 - 百品博客
MX文章作者勇敢打破裂缝,阳光就会洒满其中。 · 2021-02-11 · via 社团活动 – 百品博客

warning 说明
此为数学社社团作业,顺便发布于此。有些分析在dalao看来可能非常二,不喜勿喷。

一、公式代错

传说中有这样一个极其简单的公式:

但是,请看以下解题过程:

3 cos⁡(2x-π/4)
=-3 sin⁡(2x+π/4)
=3 sin⁡(-x+3π/4)
=3 sin⁡(-2x-π/4)
=-3sin⁡(2x+π/4)②

乍一看,貌似没什么问题。但是,如果将过程②分解,就易发现端倪:

首先,令

,代入公式①,易得

cos⁡(2x-π/4+π/2)=-sin⁡(2x-π/4)

整理得:

cos⁡(2x+π/4)=-sin⁡(2x-π/4)

发现问题了?公式①看似是用于过程②的第一个等号,但如果细究就会发现,根本得不出过程②的结果。现在,再把过程②的第一个等号拿来:

3 cos⁡(2x-π/4)=-3 sin⁡(2x+π/4)

对其使用公式:

令,

代入公式③,得

sin⁡(2x-π/4+π/2)=cos⁡(2x-π/4)

整理,两边同乘3,得

3 sin⁡(2x+π/4)=3cos⁡(2x-π/4)

这时,你会发现过程②的第一个等号是错的了。

为什么错?

这其实是不熟练的新手易发生的错误,如果规规矩矩地赋值代入公式,反而不会这样。为了防止发生这类错误,应知悉:

1.公式中的是指式子前一项(即要使用公式的那一项)

2.之后要输出哪一个名称(sin/cos/tan),公式就应以哪个名称开头

二、Δ﹥0?Δ﹤0?

请看这样一题:已知函数

的值域为R+,试问a的取值范围?

有些人是这样解的:

【解1】由题意

∆<0,
∴b²-4ac=a²-4<0
∴a∈(-2,2)

还有人这样解:

【解2】由题意得

∆≥0,
∴b²-4ac=a²-4≥0
∴a∈(-∞,-2)∪(2,+∞)

哪个是对的?画个图便知:

https://www.baipin.pw/wp-content/uploads/2021/02/021121_0312_1.png

它要值域为R+,即根号内要取得全体正数,无需管它会不会无意义(无意义的不取就是了),反正能取全体正数即可,所以【解2】才为正解。

那么【解1】是用来干什么的?如果把题改一下,【解1】就成为了正解:

已知函数

定义域为R,试问a的取值范围?

三、总结

今日所列这些题,看似极其简单,但若不留意,却可成为考卷上的扣分点。所谓”失之毫厘谬以千里”即为此。