未读
最新文章数学笔记01:函数与极限
函数
函数定义域
①分母不为零 \[1\over f(x)\] \[f(x)\neq0\]
②偶次根式 \[\sqrt[2n]{f(x)}\]
\[f(x)\geq0\]
③对数函数 \[lnf(x)\] \[f(x)>0\]
④反三角函数 \[arcsin f(x)\] \[ arccosf(x) \] \[ -1\leq f(x)\leq 1\]
例1:求函数\[y=ln{x \over
x-2}+arcsin{3x-1\over5}\]的定义域
解: \[
\left\{
\begin{array}{c}
{x\over x-2}>0\\
-1\leq{3x-1\over5}\leq 1\\
\end{array}
\right.\\
\Rightarrow -{4\over3}\leq x \leq 0
\]
例2:\[f(2x+3)=x^2\],求\[f(x)\]
解: \[
令t=2x+3 \Rightarrow x={t-3\over2}\\
得f( ...
未读
Hello World
Welcome to Hexo! This is your very
first post. Check documentation for
more info. If you get any problems when using Hexo, you can find the
answer in troubleshooting or
you can ask me on GitHub.
Quick Start
Create a new post
1$ hexo new "My New Post"
More info: Writing
Run server
1$ hexo server
More info: Server
Generate static files
1$ hexo generate
More info: Generating
Deploy to remote sites
1$ hexo deploy
More info: Deployment