
Approach
- Separation (full separation / partial separation)
- Case analysis (use special points to narrow the range)
- Special value → necessity → sufficiency
- Use bounding → sufficiency → necessity (proof by contradiction)
A Good Problem
Let f(x)=ex−1−x−ax2.
(I) If a=0, find the monotonic intervals of f(x).
Monotonically decreasing on (−∞,0), monotonically increasing on (0,+∞); steps omitted.
(II) If f(x)≥0 for x≥0, find the range of values for a.
Method 1
f(x)≥0 is equivalent to ex−1−x≥ax2
(1) x=0: holds
(2) x>0: a≤x2ex−x−1
Let g(x)=x2ex−x−1, then g′(x)=x3(x−2)ex+x+2
Let t(x)=(x−2)ex+x+2, then t′(x)=(x−1)ex+1, t′′(x)=xex
∵t′′(x)=xex>0
∴t′(x) is monotonically increasing, t′(x)>t′(0)=0
∴t(x) is monotonically increasing, t(x)>t(0)=0, g′(x)>0
∴g(x)>limx→0g(x)
x→0limg(x)=x→0limx2ex−x−1
By L’Hopital’s rule backup
=x→0lim2xex−1
=x→0lim2ex
=21
∴a≤21
Method 2
Taylor expansion (background)
Idea
∵ex=1+x+2!x2+3!x3+...
∴ex≥1+x+ax2⇒a≤21
Execution
We can prove ex≥1+x+21x2; sufficiency is obvious, but necessity is hard to establish this way.
Method 3
Derivatives
Idea
f(x)≥f(0)=0; intuitively, f′(x) should be greater than or equal to 0 near x=0.
f′(x)=ex−2ax−1, f′(0)=0, so f′′(x) should be greater than or equal to 0 near x=0.
f′′(x)=ex−2a, so f′′(0)≥0, i.e. a≤21 (necessary)
Execution
Suppose a>21, then f′′(0)<0, so there exists an interval near x=0 where f′′(x)<0; call it [0,x0).
∵f′′(x)<0,x∈[0,x0)
∴f′(x) is monotonically decreasing on x∈(0,x0), so f′(x0)<f′(0)=0, and f′(x)<0,x∈(0,x0)
∵f′(x)<0,x∈(0,x0)
∴f(x) is monotonically decreasing on x∈[0,x0), so f(x0)<f(0)=0, which contradicts the problem’s requirement
∴a≤21 (necessary)
Combining Method 2 and Method 3 proves the necessary-and-sufficient condition.
Method 4

Handout