🎓 Class 11MathematicsCBSETheoryCh 12 — Limits and Derivatives⏱ ~30 min
🌐 Language: [gtranslate]
🧠 AI-Powered MCQ Assessment▲
This MCQ module is based on: Derivatives, Algebra of Derivatives and Exercises
📐 Maths Assessment▲
This mathematics assessment will be based on: Derivatives, Algebra of Derivatives and Exercises Targeting Class 11 level in Calculus, with Advanced difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
12.5 Derivatives — Definition
Let \(f\) be a real-valued function defined in an open interval containing a point \(a\). The derivative? of \(f\) at \(a\) is defined as:
\[f'(a)=\lim_{h\to 0}\frac{f(a+h)-f(a)}{h},\]
provided this limit exists. If the limit exists, \(f\) is said to be differentiable at \(a\), and \(f'(a)\) is also denoted by \(\left.\dfrac{df}{dx}\right|_{x=a}\) or \(\left.\dfrac{d}{dx}f(x)\right|_{x=a}\).
Derivative Function
Replacing the fixed number \(a\) by a variable \(x\), we get the derivative function:
\[f'(x)=\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.\]
This gives the derivative at every point where the limit exists.
Fig 12.4: The derivative \(f'(x)\) is the slope of the tangent at \((x,f(x))\), obtained as the limit of secant slopes.
Example 13
Find the derivative of \(f(x)=x^2\) at \(x=3\) from first principles.
Find \(\dfrac{d}{dx}(x^n)\) for a positive integer \(n\).
\(\dfrac{d}{dx}x^n=\lim_{h\to 0}\dfrac{(x+h)^n-x^n}{h}\).
Expand by Binomial: \((x+h)^n=x^n+nx^{n-1}h+\binom{n}{2}x^{n-2}h^2+\dots+h^n\).
So \((x+h)^n-x^n=nx^{n-1}h+h^2\cdot[\text{polynomial in }x,h]\).
Divide by \(h\): \(nx^{n-1}+h\cdot[\dots]\to n\,x^{n-1}\) as \(h\to 0\).
\[\boxed{\ \frac{d}{dx}(x^n)=n\,x^{n-1}\ }\]
(This formula is, in fact, valid for all real \(n\).)
Example 15
Find the derivative of \(f(x)=\sin x\) from first principles.
\(f'(x)=\lim_{h\to 0}\dfrac{\sin(x+h)-\sin x}{h}\).
Use sum-to-product: \(\sin(x+h)-\sin x=2\cos\!\left(x+\tfrac{h}{2}\right)\sin\!\left(\tfrac{h}{2}\right)\).
Divide by \(h\): \(\cos(x+\tfrac{h}{2})\cdot\dfrac{\sin(h/2)}{h/2}\to \cos x\cdot 1=\cos x\).
Hence \(\dfrac{d}{dx}\sin x=\cos x\).
Example 16
Find \(\dfrac{d}{dx}\cos x\) from first principles.
\(\cos(x+h)-\cos x=-2\sin\!\left(x+\tfrac{h}{2}\right)\sin\!\left(\tfrac{h}{2}\right)\).
Divide by \(h\): \(-\sin(x+\tfrac{h}{2})\cdot\dfrac{\sin(h/2)}{h/2}\to -\sin x\). So \(\dfrac{d}{dx}\cos x=-\sin x\).
12.6 Algebra of Derivatives
Differentiation Rules
Let \(u=f(x)\), \(v=g(x)\) be differentiable functions. Then:
Sum / Difference: \(\dfrac{d}{dx}(u\pm v)=\dfrac{du}{dx}\pm\dfrac{dv}{dx}\)
Let \(F(x)=u(x)v(x)\). Then
\(F(x+h)-F(x)=u(x+h)v(x+h)-u(x)v(x)\)
\(=u(x+h)v(x+h)-u(x+h)v(x)+u(x+h)v(x)-u(x)v(x)\)
\(=u(x+h)[v(x+h)-v(x)]+v(x)[u(x+h)-u(x)]\).
Divide by \(h\) and take the limit. Using continuity of \(u\) (differentiability ⟹ continuity):
\[F'(x)=u(x)\,v'(x)+v(x)\,u'(x).\]
Use \(f(x)=x^3\) and decrease \(h\) progressively.
Record the successive quotient values.
Compare with \(f'(2)\) from the formula \(f'(x)=3x^2\).
Repeat the activity with \(f(x)=\sin x\) at \(x=\pi/3\) and \(h=0.01\).
For \(x^3\) at \(x=2\), quotients approach 12, matching \(f'(2)=3\cdot 4=12\). For \(\sin x\) at \(x=\pi/3\), quotients approach \(\cos(\pi/3)=0.5\). This confirms that calculating a derivative from first principles and from the derivative formula give the same answer.
Competency-Based Questions
Scenario: A cyclist's position is \(s(t)=t^3-6t^2+9t\) (metres) after \(t\) seconds. We investigate her velocity \(s'(t)\) and acceleration \(s''(t)\).
Q1. Her velocity at \(t=2\) s is:
L3 Apply
(a) −3 m/s
(b) 0 m/s
(c) 3 m/s
(d) 9 m/s
Answer: (a) −3 m/s. \(s'(t)=3t^2-12t+9\); \(s'(2)=12-24+9=-3\). Negative sign indicates motion in the negative direction.
Q2. Analyse: at what moments is she momentarily at rest? What happens to her position at those instants?
L4 Analyse
Answer: Set \(s'(t)=0\): \(3t^2-12t+9=0 \Rightarrow t^2-4t+3=0 \Rightarrow (t-1)(t-3)=0\). So \(t=1\) and \(t=3\). At \(t=1\): \(s=1-6+9=4\) m. At \(t=3\): \(s=27-54+27=0\) m. These are turning points: the cyclist reverses direction at each.
Q3. Evaluate the claim: "The cyclist accelerates uniformly throughout." Use \(s''(t)\) to support or refute.
L5 Evaluate
Answer: \(s''(t)=\dfrac{d}{dt}(3t^2-12t+9)=6t-12\). This is not constant, hence the acceleration changes with time — the claim is false. Acceleration is negative for \(t<2\), zero at \(t=2\), positive for \(t>2\).
Q4. Create a different position function \(s(t)\) (a polynomial of degree 3) for which the cyclist comes to rest exactly at \(t=2\) and \(t=5\). Verify your answer by differentiation.
L6 Create
Sample: Need \(s'(t)=k(t-2)(t-5)=k(t^2-7t+10)\). Integrate (reverse): \(s(t)=k\left(\tfrac{t^3}{3}-\tfrac{7t^2}{2}+10t\right)+C\). Pick \(k=6, C=0\): \(s(t)=2t^3-21t^2+60t\). Check: \(s'(t)=6t^2-42t+60=6(t-2)(t-5)\) — zero at \(t=2,5\). ✓
Assertion–Reason Questions
Assertion (A): \(\dfrac{d}{dx}\tan x=\sec^2 x\). Reason (R): \(\tan x=\dfrac{\sin x}{\cos x}\), and the quotient rule applies.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). Quotient rule yields \((\cos^2x+\sin^2x)/\cos^2x=\sec^2x\). R explains A.
Assertion (A): The derivative of a sum is the sum of derivatives. Reason (R): The limit of a sum equals the sum of limits.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). Since the derivative is defined as a limit of a difference quotient, the sum law for limits transfers directly to the sum law for derivatives.
Assertion (A): \(\dfrac{d}{dx}(uv)=u'v'\). Reason (R): Differentiation distributes over multiplication just as over addition.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (d?) Both A and R are false. Correct product rule: \((uv)'=u'v+uv'\), not \(u'v'\). Differentiation does NOT distribute over multiplication. Best choice among given options: neither A nor R is true → marked as (d)-style rejection; the intended key is that both are false. Choose "none" if available.
Frequently Asked Questions
What is the derivative from first principles?
f '(x) is defined as the limit as h approaches 0 of [ f(x + h) - f(x) ] / h. This is also called the derivative by ab initio or by definition.
What is the product rule for derivatives?
If u and v are differentiable, (u v)' = u' v + u v'. The derivative of a product is not the product of the derivatives.
What is the quotient rule?
(u/v)' = (u' v - u v') / v squared, provided v is not 0. This gives the derivative of a ratio of two functions.
What is the derivative of a constant?
The derivative of any constant c is 0. This follows because a constant function has zero rate of change.
What is the summary of Class 11 Chapter 12 Limits and Derivatives?
Chapter 12 introduces limits, algebra of limits, standard trig limits, the intuitive idea of a derivative, first-principles definition, the power rule and the algebra of derivatives.
How important is Chapter 12 for Class 12 and JEE?
Extremely important. It is the foundation for Class 12 Calculus (continuity, differentiation, integration) and directly contributes 8-12 marks in JEE Main every year.
Keyword
🤖
AI Tutor
Mathematics Class 11
Ready
🤖
Hi! 👋 I'm Gaura, your AI Tutor for Derivatives, Algebra of Derivatives and Exercises. Take your time studying the lesson — whenever you have a doubt, just ask me! I'm here to help.