India's #1 AI Tutorformula-sheet · Mathematics · Chapter 12
Class 11 Mathematics Chapter 12 Limits and Derivatives — Formulas & Key Points
Chapter 12 Limits and Derivatives introduces two foundational pillars of calculus in the CBSE Class 11 Mathematics curriculum. Limits formalize the idea of approaching a value, while derivatives measure how quickly functions change. Mastery of the formulas and definitions here is non-negotiable for Class 12 calculus, JEE Main, and every competitive exam. This formula sheet organizes every theorem, rule, and identity from NCERT exactly as they appear, with tables for instant lookup and mini-examples to reinforce application.
Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Key takeaways
- ✓Limit represents the value a function approaches as the variable approaches a given point, not necessarily the value at that point.
- ✓The algebra of limits allows splitting complex limits into sum, difference, product and quotient of simpler limits.
- ✓Left-hand limit and right-hand limit must be equal for a limit to exist at a point.
- ✓Derivative at a point is the instantaneous rate of change and is defined as the limit of the difference quotient.
- ✓Standard derivatives include power rule for x^n, sum/difference rules, product and quotient rules, and specific trigonometric function derivatives.
- ✓Common errors include confusing f(a) with limit as x→a of f(x) and sign mistakes in trigonometric derivatives.
- ✓Practice applying limit laws and derivative formulas on varied functions to build speed and confidence for CBSE exams.
Core Definitions and Terminology
Before diving into formulas, it is essential to internalize the precise language of limits and derivatives. A limit describes the behavior of a function near a point, not necessarily at that point. The left-hand limit (LHL) approaches from values less than a, while the right-hand limit (RHL) approaches from values greater than a. A limit exists if and only if LHL equals RHL. The derivative of a function at x equals a is the slope of the tangent to the curve at that point, capturing instantaneous rate of change. Understanding these definitions prevents conceptual confusion when applying formulas.
- Limit of f(x) as x→a is denoted lim(x→a) f(x) and may differ from f(a).
- Left-hand limit: lim(x→a⁻) f(x); Right-hand limit: lim(x→a⁺) f(x).
- Limit exists ⇔ LHL = RHL at x = a.
- Derivative at x = a is f'(a) = lim(h→0) [f(a+h) − f(a)] / h.
- Derivative as a function: f'(x) = dy/dx = d/dx [f(x)].
- Differentiable at a point implies continuous at that point, but the converse is not always true.
Fundamental Limit Theorems and Formulas
The algebra of limits is the workhorse for evaluating complex expressions. These theorems allow you to break a compound limit into simpler parts. Provided individual limits exist, you may add, subtract, multiply, divide (denominator limit non-zero), and apply scalar multiples. Two special trigonometric limits are cornerstones for derivative proofs and appear frequently in problems. Memorize them verbatim as they are seldom derived in exams but often applied directly.
- lim(x→a) [f(x) ± g(x)] = lim(x→a) f(x) ± lim(x→a) g(x)
- lim(x→a) [f(x) · g(x)] = lim(x→a) f(x) · lim(x→a) g(x)
- lim(x→a) [f(x) / g(x)] = lim(x→a) f(x) / lim(x→a) g(x), provided lim(x→a) g(x) ≠ 0
- lim(x→a) k·f(x) = k · lim(x→a) f(x) for any constant k
- lim(x→0) (sin x)/x = 1
- lim(x→0) (1 − cos x)/x = 0
- lim(x→a) c = c for any constant c
Standard Derivatives of Algebraic Functions
Polynomial and algebraic functions form the backbone of differentiation practice. The power rule is the single most-used formula in calculus. The derivative of a constant is zero because constants do not change. The sum and difference rules let you differentiate term by term, making polynomials straightforward. The derivative of the identity function x is 1, a result that anchors intuition about slope. These formulas apply universally and must be instant recall.
- d/dx (c) = 0, where c is any constant
- d/dx (x) = 1
- d/dx (x^n) = n·x^(n−1) for any real n (Power Rule)
- d/dx [f(x) ± g(x)] = f'(x) ± g'(x) (Sum/Difference Rule)
- d/dx [c·f(x)] = c·f'(x) (Constant Multiple Rule)
Product and Quotient Rules for Derivatives
When two functions multiply or divide, simple term-by-term rules no longer apply. The product rule states that the derivative of a product is the first function times the derivative of the second plus the second function times the derivative of the first. The quotient rule involves a numerator of (denominator × derivative of numerator) minus (numerator × derivative of denominator), all over the square of the denominator. Write these formulas on every rough sheet during exams to avoid sign errors. Many students swap terms or forget the square in the quotient rule denominator, leading to incorrect answers.
- Product Rule: d/dx [f(x)·g(x)] = f(x)·g'(x) + g(x)·f'(x)
- Quotient Rule: d/dx [f(x)/g(x)] = [g(x)·f'(x) − f(x)·g'(x)] / [g(x)]²
- Quotient rule denominator is always the square of the original denominator.
- Order in the numerator matters: (low d high) − (high d low).
Derivatives of Trigonometric Functions
Six standard trigonometric derivatives appear repeatedly in CBSE Class 11 Mathematics Chapter 12 and beyond. Notice the pattern: derivatives of co-functions (cosine, cosecant, cotangent) carry a negative sign. This mnemonic helps avoid sign errors under exam pressure. These formulas are derived using the first-principles definition and the standard trigonometric limits, but you are expected to memorize and apply them directly in problems. Combine these with the chain rule in Class 12 for composite trigonometric expressions.
- d/dx (sin x) = cos x
- d/dx (cos x) = −sin x
- d/dx (tan x) = sec² x
- d/dx (cot x) = −cosec² x
- d/dx (sec x) = sec x · tan x
- d/dx (cosec x) = −cosec x · cot x
- All angles must be in radians; degree mode invalidates these formulas.
Indeterminate Forms and Limit Evaluation Techniques
A limit yielding 0/0 or ∞/∞ is called an indeterminate form and requires algebraic manipulation before applying limit laws. Common techniques include factorization and cancellation, rationalization by multiplying conjugate surds, and trigonometric identities to simplify expressions. Always substitute the limiting value after simplification to confirm the form is resolved. Indeterminate forms are a favorite topic for CBSE board multi-step problems worth three or four marks, so practice diverse question types from NCERT exemplar and previous years.
- 0/0 and ∞/∞ are indeterminate; direct substitution fails.
- Factorize numerator and denominator, cancel common factors.
- Rationalize by multiplying numerator and denominator by the conjugate.
- Use standard limits lim(x→0) sin x / x = 1 and lim(x→0) (1−cos x)/x = 0.
- For polynomial 0/0, factor using (x − a) as a common term.
First Principles Definition of Derivative
The derivative from first principles is the formal definition using the limit of the difference quotient as h approaches zero. This approach is essential for proving standard derivative formulas and appears in CBSE board exams as a four-mark 'derive the derivative' question. Write each step clearly: expand f(x+h), subtract f(x), factor and cancel h, then take the limit. Skipping steps or algebraic errors in expansion are the most common pitfalls. Practice deriving derivatives of x², x³, sin x, and cos x from first principles to build confidence and conceptual clarity.
- f'(x) = lim(h→0) [f(x+h) − f(x)] / h
- Equivalent form: f'(a) = lim(x→a) [f(x) − f(a)] / (x − a)
- Expand f(x+h) using binomial or trigonometric identities.
- Simplify the numerator so h cancels from numerator and denominator.
- Substitute h = 0 only after cancellation to avoid 0/0.
Common Mistakes and How to Avoid Them
Even strong students make recurring errors in limits and derivatives under time pressure. Confusing the value of the function at a point with the limit at that point is conceptual. Sign mistakes in trigonometric derivatives, especially forgetting the negative for cosine, cosecant, and cotangent, cost easy marks. In quotient rule, students often forget to square the denominator or reverse the subtraction order in the numerator. Writing formulas at the top of your answer sheet and double-checking signs before finalizing an answer can prevent these lapses. CBSETUTOR.ai offers instant photo-upload doubt solving, so students can snap a worked problem and get personalized feedback on exactly where the error occurred, reinforcing correct technique for just ₹999/month across all subjects in Classes 6–12, with a 3-day free trial to start.
- Do not assume lim(x→a) f(x) = f(a); verify continuity first.
- Remember: d/dx (cos x) = −sin x, not +sin x.
- Quotient rule denominator is [g(x)]², not g(x).
- When rationalizing, multiply both numerator and denominator by the conjugate.
- Always simplify before substituting the limit value to avoid 0/0.
- Use radians for trigonometric derivatives; degree mode invalidates formulas.
Memory Tricks and Mnemonics
Mnemonics transform abstract formulas into sticky mental images. For trigonometric derivatives, remember 'co-functions carry a minus': cosine, cosecant, and cotangent derivatives all have negative signs. For the quotient rule, the phrase 'low d-high minus high d-low over low-low' captures the pattern (denominator · derivative numerator − numerator · derivative denominator) / denominator². Visualize the product rule as 'first times derivative of second plus second times derivative of first' to maintain correct order. Repetition and active recall using flashcards or apps like Anki cement these tricks into long-term memory, especially valuable during last-minute revision the night before an exam.
- 'Co-functions carry a minus': cos, cosec, cot derivatives are negative.
- Product rule: 'first · d(second) + second · d(first)'.
- Quotient rule: 'low d-high minus high d-low, square the bottom and away we go'.
- Standard limit: 'Sine over angle equals one at zero'.
- Power rule: 'bring down the exponent, reduce exponent by one'.
Three Solved Mini-Examples Applying Key Formulas
Worked examples anchor abstract formulas in concrete problem-solving. Example 1 demonstrates limit evaluation using standard trigonometric limits. Example 2 applies the product rule to differentiate a polynomial multiplied by a trigonometric function. Example 3 uses the quotient rule for a rational function. Study each step, replicate the solution on paper, then attempt similar NCERT exercise problems independently. Repetition builds the muscle memory required to execute these techniques flawlessly under exam conditions.
One-Glance Last-Minute Revision Box
Use this rapid-fire checklist in the final 30 minutes before your exam. Cover the right column and try to recall each formula; uncover to verify. This active recall technique is proven more effective than passive re-reading. Pin this list on your study wall or save a screenshot on your phone. Pair it with solving 10 previous-year one-markers on limits and derivatives to activate retrieval pathways and boost confidence as you walk into the exam hall.
- lim(x→0) (sin x)/x = 1; lim(x→0) (1−cos x)/x = 0
- d/dx (x^n) = n·x^(n−1); d/dx (c) = 0; d/dx (x) = 1
- d/dx (sin x) = cos x; d/dx (cos x) = −sin x; d/dx (tan x) = sec² x
- d/dx (cot x) = −cosec² x; d/dx (sec x) = sec x tan x; d/dx (cosec x) = −cosec x cot x
- Product rule: d/dx [f·g] = f·g' + g·f'
- Quotient rule: d/dx [f/g] = (g·f' − f·g') / g²
- First principles: f'(x) = lim(h→0) [f(x+h)−f(x)]/h
- Limit exists ⇔ LHL = RHL; 0/0 is indeterminate, simplify first
Frequently asked questions
What is the difference between a limit and the value of a function at a point?+
The limit of f(x) as x approaches a describes the value f(x) gets arbitrarily close to, whereas f(a) is the actual value at x = a. A limit can exist even if f(a) is undefined, and f(a) can exist even if the limit does not. Understanding this distinction is critical for continuity and differentiability concepts in NCERT Class 11 Mathematics Chapter 12.
Why must angles be in radians when using trigonometric derivative formulas?+
The standard derivatives d/dx (sin x) = cos x and similar formulas are derived using the limit lim(x→0) (sin x)/x = 1, which holds only when x is measured in radians. If angles are in degrees, the limit value changes, invalidating all trigonometric derivative formulas. Always ensure your calculator and working are in radian mode for calculus problems.
How do I know when to use the product rule versus the quotient rule?+
Use the product rule when differentiating two functions multiplied together, such as x² · sin x. Use the quotient rule when one function is divided by another, such as (2x+1)/(x²+1). If in doubt, rewrite division as multiplication by the reciprocal, but the quotient rule is usually faster and less error-prone for rational expressions.
What are the most common mistakes students make in CBSE Class 11 Chapter 12 exams?+
Frequent errors include forgetting the negative sign in derivatives of cosine, cosecant, and cotangent; confusing lim(x→a) f(x) with f(a); omitting the square in the quotient rule denominator; and failing to simplify 0/0 indeterminate forms before substitution. Writing formulas clearly at the start of each solution and double-checking signs can prevent most of these mistakes.
Can I use L'Hôpital's rule to evaluate limits in Class 11?+
L'Hôpital's rule is not part of the NCERT Class 11 syllabus and should not be used in CBSE board exams for Chapter 12. Instead, rely on algebraic simplification, factorization, rationalization, and the two standard trigonometric limits. L'Hôpital's rule will be introduced in higher classes or competitive exam coaching, but stick to prescribed methods for board marks.
How do I derive the derivative of a function from first principles?+
Start with f'(x) = lim(h→0) [f(x+h) − f(x)]/h. Substitute the function, expand f(x+h), subtract f(x), simplify the numerator so that h can be factored out and cancelled, then take the limit as h approaches zero. This method proves every standard derivative formula and is a common four-mark board question, so practice it for x², x³, sin x, and cos x.
What is the significance of left-hand and right-hand limits?+
The left-hand limit (LHL) approaches a point from values less than a, while the right-hand limit (RHL) approaches from values greater than a. A limit exists at x = a if and only if LHL equals RHL. If they differ, the function has a jump discontinuity at a, and the limit does not exist. This concept is tested in continuity problems in Class 12.
Are there any shortcuts for remembering trigonometric derivative signs?+
Yes, use the mnemonic 'co-functions carry a minus'. The derivatives of cosine, cosecant, and cotangent all have a negative sign, while sine, tangent, and secant derivatives are positive. Pair this with the pattern that the derivative of a function is the co-function (sin → cos, tan → sec², etc.) and you will never miss a sign in exams.
How many marks does Chapter 12 Limits and Derivatives carry in CBSE Class 11 final exams?+
Limits and Derivatives typically carries around 8–10 marks in the CBSE Class 11 annual examination, split between short-answer (2–3 marks) and long-answer (4–6 marks) questions. Topics like evaluating limits using standard results, differentiating polynomials and trigonometric functions, and deriving from first principles are common. Thorough practice of NCERT exercises ensures you secure full marks in this chapter.
How can CBSETUTOR.ai help me master Class 11 Mathematics Chapter 12 quickly?+
CBSETUTOR.ai offers a 24×7 AI tutor that solves doubts via photo upload, explains every step of limit and derivative problems, and provides personalized practice based on your weak areas. At a flat ₹999/month for all subjects across Classes 6–12, with a 3-day free trial, it is an affordable way to get instant help without waiting for a tutor, especially valuable during exam preparation when every minute counts.
Related resources
Important Questions: CBSE Class 11 Mathematics Chapter 12 Limits and DerivativesCBSE Class 11 Mathematics Chapter 12 Limits and Derivatives Worksheet with AnswersClass 11 Mathematics Chapter 11 Introduction to Three Dimensional Geometry — Formulas & Key PointsImportant Questions: CBSE Class 11 Mathematics Chapter 11 Introduction to Three Dimensional GeometryAI Tutor for Class 11: The Smart Alternative to TuitionAI Tutor for Class 11 Accountancy: Learn Faster with Instant HelpClass 9 Coordinate Geometry Chapter 3: Cartesian System & Plotting PointsClass 9 Mathematics Chapter 2 Polynomials — Formulas & Key Points
Keep learning — related guides
Class 11Mathematics
Class 11 Mathematics Chapter 8 Sequences and Series — Formulas & Key Points
Class 11Mathematics
Important Questions: CBSE Class 11 Mathematics Chapter 14 Probability
Class 11Mathematics
CBSE Class 11 Mathematics Chapter 14 Probability Worksheet with Answers
Class 11Mathematics
Class 11 Mathematics Chapter 14 Probability — Formulas & Key Points
Class 11Mathematics
Important Questions: CBSE Class 11 Mathematics Chapter 13 Statistics
Class 11Mathematics
CBSE Class 11 Mathematics Chapter 13 Statistics Worksheet with Answers
Ready to give your Class 11 child the tutor that never sleeps?
CBSETUTOR.ai covers every chapter in the Class 11 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.
Start your child's 3-day free trial →