【总结】函数的三大性质及抽象函数的做法

单调性

增函数

\(\forall x_{1},x_{2} \in I\)

\(x_{1}<x_{2}\)\(f(x_{1})<f(x_{2})\)

\(f(x)\)\(I\) 单调递增。

减函数

\(\forall x_{1},x_{2} \in I\)

\(x_{1}<x_{2}\)\(f(x_{1})>f(x_{2})\)

\(f(x)\)\(I\) 单调递减。

奇偶性

奇函数

1: 定义域和函数图像关于原点对称

2: \(f(-x)=-f(x)\)

偶函数

1: 定义域关于原点对称

2: 图像关于 \(y\) 轴对称

对称性

中心对称

轴对称

没有什么好说的。

这篇文章的重点——抽象函数

抽象函数是指没有具体的解析式的函数。

需代数来做。

例题

已知定义在 \(R\) 的函数 \(f(x)\) 满足对任意实数 \(x,y\),都有 \(f(x+y+1)=f(x-y+1)-f(x)f(y)\);又 \(f(1)=2\)。 判断函数 \(f(x)\) 的奇偶性,并加以证明。

\(x=y=0\)

\(\therefore f(1)=f(1)+f(0)^{2}\)

\(f(0)=0\)

在令 \(x=-1,y=1\)

\(f(1)=f(-1)-f(-1)f(1)\)

\(\therefore 2=f(-1)-2f(-1)\)

\(f(-1)=-2\)

所以是奇函数。

例题2

\((3x+y)^{2021}+x^{2021}+4x+y=0\),求 \(4x+y\)

原式 \(=(3x+y)^{2021}+3x+y+x^{2021}+x\)

\(F(x)=x^{2021}+x\)

原式 \(=F(3x+y)+F(x)=0\)

明显 \(F(x)\) 为奇函数

\(\therefore 3x+y+x=4x+y=0\)

posted @ 2024-05-01 00:30  Kcjhfqr  阅读(96)  评论(0)    收藏  举报
.poem-wrap { position: relative; width: 1000px; max-width: 80%; border: 2px solid #797979; border-top: none; text-align: center; margin: 40px auto; } .poem-left { left: 0; } .poem-right { right: 0; } .poem-border { position: absolute; height: 2px; width: 27%; background-color: #797979; } .poem-wrap p { width: 70%; margin: auto; line-height: 30px; color: #797979; } .poem-wrap h1 { position: relative; margin-top: -20px; display: inline-block; letter-spacing: 4px; color: #797979; font-size: 2em; margin-bottom: 20px; } #poem_sentence { font-size: 25px; } #poem_info { font-size: 15px; margin: 15px auto; }