Derivatives of standard functions and applications
Combining the standard derivatives table with the rules of differentiation, you can differentiate almost any expression in this chapter. Then a few applications make the calculus pay off: finding tangent lines, rates of change, and simple optimisation.
Quick recap
| f | f′ |
|---|
| xn | nxn−1 |
| sinx,cosx | cosx,−sinx |
| tanx,cotx | sec2x,−csc2x |
| secx,cscx | secxtanx,−cscxcotx |
| ex,ax | ex,axlna |
| lnx | 1/x |
Combine with R1–R5 from the previous subtopic.
Deriving the trig derivatives
We proved (sinx)′=cosx from first principles. Similarly, (cosx)′=−sinx.
For tanx=sinx/cosx, apply the quotient rule:
(tanx)′=cos2xcosx⋅cosx−sinx⋅(−sinx)=cos2xcos2x+sin2x=sec2x.
Similarly for cot,sec,csc.
Tangent line
The tangent to y=f(x) at x=a has slope f′(a) and passes through (a,f(a)). Equation:
y−f(a)=f′(a)(x−a).
The normal line is perpendicular to the tangent; its slope is −1/f′(a).
Rate of change
If y=f(x) and x changes at a known rate, then y changes at rate dxdy⋅dtdx (chain rule, formalised in Class XII; here we mostly stay with dy/dx).
Worked examples
Example 1. Find the equation of the tangent to y=x2−3x+2 at x=1.
f(1)=1−3+2=0. f′(x)=2x−3, so f′(1)=−1. Tangent: y−0=−1(x−1)⇒y=−x+1.
Example 2. Find the points on y=x3−3x where the tangent is horizontal.
f′(x)=3x2−3=0⇒x=±1. Points: (1,−2) and (−1,2).
Example 3. Differentiate f(x)=exsinx.
By product rule: f′(x)=exsinx+excosx=ex(sinx+cosx).
Example 4. Differentiate f(x)=x+2x2+1.
By quotient rule: f′(x)=(x+2)22x(x+2)−(x2+1)=(x+2)2x2+4x−1.
Example 5. Find dxd[1+tanx1].
Quotient rule: (1+tanx)20⋅(1+tanx)−1⋅sec2x=(1+tanx)2−sec2x.
Some computations beyond the basics
Logarithmic differentiation. For y=xx (here x>0): take ln. lny=xlnx. Differentiate (implicitly, a hint of Class XII): yy′=lnx+1, so y′=xx(lnx+1).
This trick is sometimes useful even in Class XI for products of many factors.
Try it yourself
- Differentiate f(x)=x4−2x3+7x−5.
- Differentiate f(x)=3sinx−2cosx.
- Differentiate f(x)=xtanx.
- Find the tangent to y=x2 at x=3.
- Find points on y=x3−6x2+9x+1 where the tangent is horizontal.
- Differentiate f(x)=xsinx.
- Differentiate f(x)=(x+1)sinx.
- Differentiate f(x)=1+sinx1−sinx.
- Find f′(0) for f(x)=xex.
- Find the slope of the tangent to y=lnx at x=e.
- Find the normal line to y=x2 at x=1.
- A particle has position s(t)=t3−6t2+9t. Find the velocity and acceleration at t=2. (v=s′, a=v′.)
Pitfalls / Tricks
- Use the right rule: product for uv, quotient for u/v.
- Memorise the standard derivatives table.
- For tangent line problems, plug in x=a after differentiating.
- Insight. Differentiation is mechanical: identify the structure (sum / product / quotient), apply the corresponding rule, and use standard derivatives. Once you internalise this, almost every Class XI derivative is a matter of seconds.