Honors Calculus Notes for [3 Differentiation]
Definition
Def. 3.1 Derivative
Let \(f:D\rightarrow \mathbb R\) be a function, and \(a\in D\). We denote:
and it is called the derivative of \(f\) at \(a\).
Notation
Def. 3.2 Differentiable Functions
We say \(f\) is differentiable at \(a\) if the following condition holds:
- \(\lim_{h\rightarrow 0}\frac{f(a+h)-f(a)}{h}\)
exists.
Furthermore, if \(f\) is differentiable at every point \(a\) in an interval \(I\), then we say that \(f\) is differentiable on \(I\). If \(f\) is differentiable on \(\mathbb R\), we may also say \(f\) is differentiable everywhere.
Def. 3.3 One-Sided Derivatives
Given a function \(f:\mathbb R\rightarrow\mathbb R\), we define:
which is called the right/left-hand derivatives respectively.
\(f\) is differentiable at \(a\) if and only if both \(f^{\prime}_{+}(a)\) and \(f^{\prime}_{-}(a)\) exist and they are equal.
Def. 3.4 Little-o, Big-O
Given two functions \(f(x)\) and \(g(x)\), we say \(f(x)\in o(g(x))\) as \(x\rightarrow a\) if \(\lim_{x\rightarrow a}\frac{f(x)}{g(x)}=0\).
Given two functions \(f(x)\) and \(g(x)\), we say \(f(x)\in O(g(x))\) as \(x\rightarrow a\) if there exist constants \(C>0\) and \(\delta>0\) such that if \(0<|x-a|<\delta\), then \(|f(x)|\leq C|g(x)|\).
Def. 3.5 Monotonicity
Let \(f:[a, b]\rightarrow\mathbb R\) be a differentiable function. We say:
-
\(f\) is monotone increasing on \([a,b]\), if \(\forall x,y\in[a,b] \text{ with } x<y\), we have \(f(x)\leq f(y)\).
-
\(f\) is monotone decreasing on \([a,b]\), if \(\forall x,y\in[a,b] \text{ with } x<y\), we have \(f(x)\geq f(y)\).
Def. 3.6 Global/Local Maximum/Minimum.
Given a function \(f:D\rightarrow\mathbb R\), we say:
-
\(f\) has an global maximum at \(c\) if \(f(c)\geq f(x)\) for any \(x\in D\).
-
\(f\) has an global minimum at \(c\) if \(f(c)\leq f(x)\) for any \(x\in D\).
-
\(f\) has an local maximum at \(c\) if there exists \(\delta>0\) such that \(f(c)\geq f(x)\) for any \(x\in (c-\delta, c+\delta)\cap D\)
-
\(f\) has an local minimum at \(c\) if there exists \(\delta>0\) such that \(f(c)\leq f(x)\) for any \(x\in (c-\delta, c+\delta)\cap D\)
If \(f\) has an global maximum at \(c\), then we say \((c, f(c))\) is an global maximum point and \(f(c)\) is the global maximum value.
Def. 3.7 Real analytic functions
A function \(f\) is said to be real analytic at \(x=a\) if there exists \(\delta>0\) such that
for any \(x\in(a-\delta, a+\delta)\). If \(f\) is real analytic at any \(a\) in an open interval \(I\), we may say it is real analytic on \(I\).
Def. 3.7 Convex/Concave Function
A function \(f\) is convex on an interval if for any \(x, y\) in the interval, the straight line \(L_{x, y}\) connecting the points \((x, f(x))\) and \((y, f(y))\) lies above the part of the graph of \(f\) over \([x, y]\). This means
A function \(f\) is convex on an interval if for any \(x, y\) in the interval, the straight line \(L_{x, y}\) connecting the points \((x, f(x))\) and \((y, f(y))\) lies below the part of the graph of \(f\) over \([x, y]\). This means
Proposition & Theorem
Theo. 3.1
If \(f\) is differentiable at \(a\), then \(f\) is also continuous at \(a\).
Proof Theo. 3.1
Let \(x=a+h\) (regarding \(a\) is fixed and \(h\) is the variable), we have:
Then:
This shows \(\lim_{x\rightarrow a}=f(a)\). Therefore, \(f\) is continuous at \(a\).
Pro. 3.2
A function \(f(x)\) is differentiable at \(x=a\) if and only if there exists a constant \(m\in\mathbb R\) such that
as \(x\rightarrow a\). In such case, it is necessary that \(m=f^{\prime}(a)\).
Proof Pro. 3.2
Necessity:
If \(f(x)\) is differentiable at \(x=a\), then \(f^\prime(a)=\lim_{x\rightarrow a}\frac{f(x)-f(a)}{x-a}\) exists, which means \(\lim_{x\rightarrow a}[\frac{f(x)-f(a)}{x-a}-f^\prime(a)]=\lim_{x\rightarrow a}\frac{f(x)-[f(a)+f^\prime(a)(x-a)]}{x-a}=0\).
Let \(g(x-a)=f(x)-[f(a)+f^\prime(a)(x-a)]\), with Def. 3.4, \(g(x-a)\in o(x-a)\).
Rewrite the above equation, we have \(f(x)=f(a)+f^\prime(a)(x-a)+g(x-a)\), which means \(f(x)=f(a)+f^\prime(a)(x-a)+o(x-a)\).
Thus we find a constant \(m=f^\prime(a)\), which meets the above conditions.
Sufficiency:
If the condition:
- \(f(x)=f(a)+m(x-a)+o(x-a)\) as \(x\rightarrow a\)
holds, then we rewrite this condition:
Divide both sides of the equation by \((x-a)\) simultaneously:
With Def. 3.4, we have \(\lim_{(x-a)\rightarrow 0}\frac{o(x-a)}{x-a}=0\).
\(\therefore \lim_{x\rightarrow a}(\frac{f(x)-f(a)}{x-a}-m)=0\), which means \(m=\lim_{x\rightarrow a}\frac{f(x)-f(a)}{x-a}=f^\prime(a)\).
As the constant \(m\) exists, we can conclude that \(f^\prime(a)\) exists, which means \(f(x)\) is differentiable at \(x=a\).
Pro. 3.3 Product rule & quetient rule
If \(f\) and \(g\) are differentiable at \(a\), then so does \(f\pm g\) and \(fg\), and if \(g(a)\neq 0\), then so do \(\frac{f}{g}\). Also, we have:
Proof Pro. 3.3.1
We have
as \(x\rightarrow a\). It is clear that
If \(p(x), q(x)\in o(x-a)\), then clearly \(p(x)+q(x)\in o(x-a)\). Therefore, we have
which is in linear approximation form. Therefore, \(f(x)+g(x)\) is differentiable at \(x=a\), with \((f+g)^\prime(a)=f^\prime(a)+g^\prime(a)\) which is the coefficient of \(x-a\).
The proof of \(f-g\) is silimar with the above proof.
So we can conclude that:
Proof Pro. 3.3.2
We have
as \(x\rightarrow a\). It is clear that
Clearly \((x-a)^2\in o(x-a)\).
If \(p(x)\in o(x-a)\), then clearly \(p(x)q(x)\in o(x-a)\). Therefore, we have
which is in linear approximation form. Therefore, \(f(x)g(x)\) is differentiable at \(x=a\), with \((fg)^\prime(a)=f^\prime(a)g(a)+f(a)g^\prime(a)\) which is the coefficient of \(x-a\).
So we can conclude that:
Pro. 3.4 Chain rule
Suppose \(g(x)\) is differentiable at \(x=a\), and \(f(y)\) is differentiable at \(y=g(a)\), then \((f\circ g)(x):=f(g(x))\) is differentiable at \(x=a\) with \((f\circ g)^\prime(a)=f^\prime(g(a))g^\prime(a)\).
Proof Pro. 3.4
Given that
Given any \(\epsilon>0\), with \(k(y)\in o(y-g(a))\) there exists \(\delta>0\) such that if \(0<|y-g(a)|<\delta\), then
Since \(k(y)\) is nothing but just \(f(y)-f(g(a))-f^\prime(g(a))(y-g(a))\), so \(k(y=g(a))=0\). Therefore, in fact we have:
(It is this subtle modification that allows us to let \(y=g(x)\) without worrying whether \(y\) could be equal to \(g(a)\) or not when \(x\) is near \(a\).)
Now as \(x\rightarrow a\), we have \(|g(x)\rightarrow g(a)|\), so with the \(\delta>0\) above, there exists \(\eta >0\) such that if \(0<|x-a|<\eta\), we have \(|g(x)-g(a)|<\delta\), and so by the conclusion above we have
Now, consider \(f(y)=f(g(a))+f^\prime(g(a))(y-g(a))+k(y)\), which holds even when \(y=g(a)\), we can substitute \(y=g(x)\) and get:
It is clear that \(f^\prime(g(a))h(x)\in o(x-a)\). As for \(k(g(x))\), as long as \(0<|x-a|<\eta\), we have
As \(\left|\frac{g(x)-g(a)}{x-a}\right|\rightarrow|g^\prime(a)|\) as \(x\rightarrow a\), by comparison rule \(\exists \eta^{\prime}>0\) such that if \(0<|x-a|<\eta^{\prime}\), then
Hence, for any \(\epsilon>0\), by taking \(\theta=\min\lbrace\eta, \eta^\prime\rbrace\), we have \(0<|x-a|<\theta\) implies
By replacing \(\epsilon\) by \(\frac{\epsilon}{|g^\prime(a)|+c}\), we have proved that \(k(g(k))\in o(x-a)\) as \(x\rightarrow a\). Therefore, we finished the proof that
Pro. 3.5
Let \(f:(a, b)\rightarrow \mathbb R\) be a differentiable function whose inverse \(f^{-1}:f(\mathbb R)\rightarrow (a,b)\) exists. Then, for any \(y_0\in f(\mathbb R)\) such that \(f^\prime(x_0)\neq 0\) where \(x_0=f^{-1}(y_0)\), then \(f^{-1}\) is differentiable at \(y_0\), and
Proof Pro. 3.5
Pro. 3.6
Let \(f:[a, b]\rightarrow\mathbb R\) be a differentiable function. We say:
-
If \(f\) is monotone increasing on \([a,b]\), then \(f^\prime(x)\geq 0\) for any \(x\in(a, b)\).
-
If \(f\) is monotone decreasing on \([a,b]\), then \(f^\prime(x)\leq 0\) for any \(x\in(a, b)\).
Pro. 3.7
If \(c\in(a,b)\) is an interior local maximum or minimum of \(f:[a, b]\to \mathbb R\) and \(f(x)\) is differentiable at \(x=c\), then \(f^\prime(c)=0\).
Local extrema must be in the following cases:
-
end points of the interval.
-
\(f'(x)\) is not defined.
-
\(f'(x) = 0\).
Second or Higher Derivative Test
Theorem: Suppose \(f(x) = f(a) + \Delta x^n + o(\Delta x^n)\),
-
If \(n\) is odd, \(c \neq 0\), then \(f(x)\) is not a local extreme.
-
If \(n\) is even, \(c > 0\), then \(f(x)\) is a local minimum.
-
If \(n\) is even, \(c < 0\), then \(f(x)\) is local maximum.
where \(f'(a) = f''(a) = \cdots = f^{(n-1)}(a) = 0\) and \(c \triangleq f^{(n)}(a) \neq 0\).
Theo. 3.8 Mean Value Theorem (MVT)
Suppose \(f:[a,b]\rightarrow \mathbb R\) is a function such that:
- \(f\) is continuous on \([a,b]\), and
- \(f\) is differentiable on \((a,b)\)
Then, there exists at least one \(c\) in \((a, b)\) such that:
Proof Theo. 3.8
Given a function \(f:[a, b]\rightarrow \mathbb R\) which is continuous on \([a, b]\) and differentiable on \((a, b)\), we define a new function \(g:[a, b]\rightarrow\mathbb R\) by
The graph
is a straight line joining the points \((a, f(a))\) and \((b, f(b))\), so \(g(x)\) is measuring the gap between \(f(x)\) and this straightline.
It is geometrically clear that \(g(a)=g(b)\).
By Coro 3.11 (Rolle's Theorem), there exists \(c\in(a, b)\) such that \(g^\prime(c)=0\). Note that
\(g^\prime(x)=f^\prime(x)-\frac{f(b)-f(a)}{b-a}\)
Therefore \(g^\prime(c)=0\) implies that \(f^\prime(c)=\frac{f(b)-f(a)}{b-a}\).
Pro. 3.9
Given a differentiable function \(f:[a,b]\rightarrow \mathbb R\), then:
-
If \(f^\prime(x)>0\) on \((a, b)\), then \(f(x)\) is strictly increasing on \([a, b]\).
-
If \(f^\prime(x)<0\) on \((a, b)\), then \(f(x)\) is strictly decreasing on \([a, b]\).
-
\(f^\prime(x)\geq 0\) on \((a, b)\) if and only if \(f(x)\) is monotone increasing on \([a, b]\).
-
\(f^\prime(x)\leq 0\) on \((a, b)\) if and only if \(f(x)\) is monotone decreasing on \([a, b]\).
-
\(f^\prime(x)= 0\) on \((a, b)\) if and only if \(f(x)\) is a constant function on \([a, b]\).
Proof Pro. 3.9
Only prove the last one.
Assuming that \(f^\prime(x)= 0\) on \((a, b)\).
According to MVT, we have \(\forall x\in[a, b], \exists c\in(a, x) \text{ such that }\)
Since \(c\in [a, b]\), \(f^\prime(c)=0\), which means
\(\therefore \forall x\in[a, b], f(x)=f(a)\).
\(\therefore f(x)\) is a constant function on \([a, b]\)
Theo. 3.10 Lagrange's Extreme Value Theorem (EVT)
Suppose \(f:[a, b]\rightarrow \mathbb R\) is continuous on the closed and bounded interval \([a, b]\), then \(f\) must have a global maximum and global minimum.
i.e., there exist \(c_1, c_2\in[a,b]\) such that
Proof Pro. 3.10
Assuming there exists such a function that is not bounded from above, then for any \(n\in \mathbb N, \exists x_n\in[a, b]\) such that \(f(x_n)>N\). Although \(\lbrace x_n \rbrace\)
may not have a limit, Bolzano-Weiestrass Theorem shows the interval \([a, b]\) being bounded implies there exists a converging subsequence \(\lbrace x_{n_k}\rbrace^{\infty}_{k=1}\). Suppose \(x_{n_k}\rightarrow L\) as \(k\rightarrow \infty\), then by \(a\leq x_{n_k}\leq b\) for any \(k\) we see that \(L\in[a, b]\).
However, by continuity of \(f\), we have
However, by \(f(x_{n_k})>n_k\) and \(n_k\rightarrow \infty\), we get that
which is a contradiction. This shows \(f\) is bounded from above.
Now by the Completeness Axiom, the set \(\lbrace f(x):x\in[a, b]\rbrace\) which is bounded from above has a supremum. Denote
\(M:=\sup\lbrace f(x):x\in[a, b]\rbrace\text{.}\)
Then, for any \(n\in\mathbb N\), by considering \(M-\frac{1}{n}\) which is strictly less than \(M\), there must exist \(y_n\in[a, b]\) such that \(M-\frac{1}{n}<f(y_n)\leq M\), otherwise \(M\) would not be the least upper bound for \(\lbrace f(x):x\in[a, b]\rbrace\). Applying Bolzano-Weiestrass Theorem again, there exists a converging subsequence \(\lbrace y_{n_k}\rbrace\) such that \(y_{n_k}\rightarrow c\) for some \(c\in[a, b]\). Applying squeeze theorem on \(M-\frac{1}{n}<f(y_n)\leq M\), we conclude that
and by continuity of \(f\) it shows \(f(c)=M\). Recall that \(M\) is an upper bound for \(f(x)\), so we conclude that \(f(x)\leq f(c)\) for any \(x\in[a, b]\).
Similar argument shows there exists \(c^\prime\in[a, b]\) such that \(f(c^\prime)\leq f(x)\) for any \(x\in[a, b]\).
Corollary 3.11 Rolle's Theorem
Suppose \(f\) is continuous on \([a, b]\), differentiable on \((a, b)\) and \(f(a)=f(b)\), then there exists \(c\in(a, b)\) such that \(f^\prime(c)=0\).
Proof Coro. 3.11
By EVT, there exist \(c_1, c_2\) such that
If \(f(a)=f(b)=f(c_1)=f(c_2)\), we can see that \(f\) is a constant function. Therefore \(\forall x\in(a, b), f^\prime(x)=0\).
If not, \(c_1\) or \(c_2\) is not equal to neither \(a\) nor \(b\). Thus \(c_1\in(a, b)\) or \(c_2\in(a, b)\).
By Pro. 3.7, we have \(f^\prime(c_1)=0\) or \(f^\prime(c_2)=0\).
Theo. 3.12 Cauthy's Mean Value Theorem
Let \(f\) and \(g\) be real-valued functions continuous on \([a, b]\) and differentiable on \((a, b)\). And for any \(x\in(a, b)\), \(g^\prime(x)\neq 0\).
Then there exists \(c\in (a, b)\) such that \(\frac{f(b)-f(a)}{g(b)-g(a)}=\frac{f^\prime(c)}{g^\prime(c)}\).
Proof Theo. 3.12
\(F(x):=[f(b)-f(a)][g(x)-g(a)]-[g(b)-g(a)][f(x)-f(a)]\)
Obviously \(F(x)\) is continuous on \([a, b]\) and differentiable on \((a, b)\). And \(F(a)=F(b)\).
According to Rolle's Theorem, there exists \(c\in(a, b)\) such that \(F^\prime(c)=[f(b)-f(a)]g^\prime(c)-[g(b)-g(a)]f^\prime(c)=0\).
\(\because g^\prime(c)\neq 0\)
\(\therefore \frac{f(b)-f(a)}{g(b)-g(a)}=\frac{f^\prime(c)}{g^\prime(c)}\)
Theo. 3.13 L'Hospital's Rule
Suppose there exists \(\delta >0\) such that \(f(x)\) and \(g(x)\) are differentiable on \((a-\delta, a+\delta)\setminus\lbrace a\rbrace\), and they satisfy:
If \(\lim_{x\rightarrow a}\frac{f^\prime(x)}{g^\prime(x)}\) exists, then we have \(\lim_{x\rightarrow a}\frac{f(x)}{g(x)}=\lim_{x\rightarrow a}\frac{f^\prime(x)}{g^\prime(x)}\).
Proof Theo. 3.13
Part one
Now given
we need to show \(\lim_{x\rightarrow a}\frac{f(x)}{g(x)}=\lim_{x\rightarrow a}\frac{f^\prime(x)}{g^\prime(x)}=L.\)
First note that the limit of a function as \(x\rightarrow a\) is not relevant to the value of the function at \(x=a\), and in view of the assumption that \(\lim_{x\rightarrow a}f(x)=\lim_{x\rightarrow a} g(x)=0\), it is not a problem to assume without loss of generality that \(f(a)=g(a)=0\) so that \(f\) and \(g\) would be continuous at \(x=a\). By the result of Cauthy's Mean Value Theorem, there exists \(c\in(a, x)\) such that
Note that \(a<c<x\), so if \(x\rightarrow a^+\), by squeeze theorem, \(c\rightarrow a^+\) as well. Thereofore,
and hence \(\lim_{x\rightarrow a^+}\frac{f(x)}{g(x)}=\lim_{x\rightarrow a^+}\frac{f^\prime(x)}{g^\prime(x)}=L\).
Similar argument can prove that \(\lim_{x\rightarrow a^-}\frac{f(x)}{g(x)}=\lim_{x\rightarrow a^-}\frac{f^\prime(x)}{g^\prime(x)}=L\)
Part two
Select \(x_0\in(a, a+\epsilon)\), \(x\in(a, x_0)\), where \(\epsilon\rightarrow 0\).
Then \(f(x),g(x)\) is continuous on \([x, x_0]\) and differentiable on \((x, x_0)\).
According to Cauthy's Mean Value Theorem, there exists \(c\in(x, x_0)\) such that \(\frac{f(x_0)-f(x)}{g(x_0)-g(x)}=\frac{f^\prime(c)}{g^\prime(c)}\)
\(\therefore \frac{f(x)}{g(x)}=\frac{f^\prime(c)}{g^\prime(c)}\cdot\frac{g(x)-g(x_0)}{g(x)}+\frac{f(x_0)}{g(x)}\)
\(\because x_0\rightarrow a^+, x\rightarrow a^+\)
\(\therefore c\rightarrow a^+\)
\(\because \lim_{x\rightarrow a^+}g(x)=\infty\)
\(\therefore \lim_{x\rightarrow a^+}\frac{f(x)}{g(x)}=\lim_{x\rightarrow a^+}\left(\frac{f^\prime(c)}{g^\prime(c)}-\frac{g(x_0)\cdot\frac{f^\prime(c)}{g^\prime(c)}}{g(x)}+\frac{f(x_0)}{g(x)}\right)=\lim_{x\rightarrow a^+}\frac{f^\prime(c)}{g^\prime(c)}=L\)
Pro. 3.14
Given that \(f\) is \(n\)-times differentiable at \(x=a\), then
The polynomial \(\sum_{k=0}^n\frac{f^{(k)}(a)}{k!}(x-a)^k\) is called the \(n\)-th degree Taylor polynomial/approximation of \(f\) near \(x=a\).
Theo. 3.15 Lagrange Remainder
Suppose \(f\) be \((n+1)\)-times differentiable function on an open interval \(I\) containing \(a\), then for each \(x\in I\setminus\lbrace a\rbrace\), there exists \(c\in(a, x)\) or \(c\in(x, a)\), which may depend on \(x, a\) and $ n$, such that
Theo. 3.16 Cauchy's remainder
Given \(f\) is \((n+1)\)-times differentiable on an open interval \(I\) containing \(a\). Then, for any \(x\in I\setminus \lbrace a\rbrace\), there exists \(c\in(a, x)\) or \((x, a)\) such that
Theo. 3.17 Convex and Concave (differentiable function)
A differentiable function \(f(x)\) on an interval is convex if and only if \(f^\prime(x)\) is increasing. If \(f(x)\) has second order derivative, then this is equivalent to \(f^{\prime\prime}(x)\geq 0\).
A differentiable function \(f(x)\) on an interval is concave if and only if \(f^\prime(x)\) is decreasing. If \(f(x)\) has second order derivative, then this is equivalent to \(f^{\prime\prime}(x)\leq 0\)
Theo. 3.17 Leibniz formula
Proof Theo. 3.17
This clearly holds when \(n=1\).
Assuming that this holds when \(n=t\).
When \(n=t+1\), we have
Samples
Smp. 3.1 Derivative of Inverse Trigonometric Functions
Proof Smp. 3.1
Since \(\cos(\sin^{-1} x)=\sqrt{1-x^2}\). Therefore we have
Other proofs are similar to those mentioned above.
Smp. 3.2
- Let \(g(x)\) be a function which is continuous on \([a, b]\), and differentiable on \((a,b)\), and given that \(g^\prime(x)\) is strictly decreasing on \([a, b]\), and \(g(a)=g(b)=0\). There exists \(c\in(a, b)\) such that \(g\) is strictly decreasing on \([a, c]\), and strictly decreasing on \([c,b]\). Hence, \(g(x)\geq 0\) for all \(x\in [a, b]\).
Proof Smp. 3.2.1
According to MVT, there exists \(c_0\in(a, b)\) such that \(g(b)-g(a)=g^\prime(c_0)(b-a)\).
Since \(g(a)=g(b)=0\) and \(a\neq b\), we have \(g^\prime(c_0)=0\)
Since \(g^\prime(x)\) is strictly decreasing, we have \(g^\prime(x)>0\) for all \(x\in (a, c_0)\) and \(g^\prime(x)<0\) for all \(x\in (c_0, b)\).
According to Pro. 3.9, we have \(g(x)\) is strictly increasing on \([a, c_0]\) and strictly decreasing on \([c_0, b]\).
- Let \(f(x)\) be a twice differentiable function such that \(f^{\prime\prime}(x)>0\) on \([a, b]\). Consider the function $$h(x)=(b-x)f(a)+(x-a)f(b)-(b-a)f(x), x\in [a, b]\text{,}$$ show that $$f(x)\leq\frac{b-x}{b-a}f(a)+\frac{x-a}{b-a}f(b) \text{, } \forall x\in[a, b]\text{.}$$
Sol. Smp. 3.2.2
\(h(a)=h(b)=0\).
\(h^\prime(x)=f(b)-f(a)-(b-a)-f^\prime(x)\).
Since \(f^{\prime\prime}(x)>0\) on \([a, b]\), according to Pro. 3.9, we have \(f^{\prime}(x)\) is strictly increasing on \([a, b]\).
\(\therefore h^\prime(x)\) is strictly decreasing on \([a, b]\).
Since \(f(x)\) is differentiable on \([a, b]\), \(h(x)\) is differentiable on \([a, b]\).
According to Smp 3.1.1, we have \(h(x)\geq 0\) for all \(x\in[a,b]\).
\(\therefore f(x)=\frac{b-x}{b-a}f(a)+\frac{x-a}{b-a}f(b)-\frac{h(x)}{b-a}\leq \frac{b-x}{b-a}f(a)+\frac{x-a}{b-a}f(b)\).
Smp. 3.3
as \(x\rightarrow 0\)

浙公网安备 33010602011771号