📚 StudyOS CBSE Class 5–12 AI Tutor

Limits and Derivatives

NCERT Class 11 · Mathematics Based on NCERT Class 11 Mathematics textbook · Free CBSE study kit

Chapter Notes

Intuitive Idea of Derivatives

**Definition**: A derivative measures the rate of change of a function at a specific point. It tells us how quickly a function's output changes when its input changes.

**Physical Context - Instantaneous Velocity**: Consider a body falling from a cliff with distance function s = 4.9t² metres (where t is time in seconds). To find the instantaneous velocity at t = 2 seconds:

  • **Average velocity** between times t₁ and t₂ is: v = [s(t₂) - s(t₁)] / (t₂ - t₁)
  • Computing average velocities over shrinking intervals ending at t = 2:
  • Between t = 1 and t = 2: v = (19.6 - 4.9) / (2 - 1) = 14.7 m/s
  • Between t = 1.9 and t = 2: v = (19.6 - 17.689) / (2 - 1.9) = 19.11 m/s
  • Between t = 1.99 and t = 2: v = (19.6 - 19.5601) / (2 - 1.99) = 19.551 m/s
  • As intervals shrink to zero, average velocities approach a **limiting value** ≈ 19.6 m/s
  • This limiting value is the **instantaneous velocity** at t = 2
  • **Geometric Interpretation**: The instantaneous velocity equals the **slope of the tangent line** to the curve at that point. As time intervals approach zero, the secant line connecting two points on the curve approaches the tangent line at the fixed point.

    **Key Insight**: The derivative at a point represents:

  • The rate of change of the function at that point
  • The slope of the tangent to the function's graph at that point
  • The limit of average rates of change as the interval shrinks to zero
  • ---

    Limits - Definition and Intuitive Understanding

    **Definition (Informal)**: We say that the limit of function f(x) as x approaches a number a equals L (written as lim(x→a) f(x) = L) if the values of f(x) get arbitrarily close to L whenever x is sufficiently close to a (but not necessarily equal to a).

    **Critical Point**: The limit value L depends ONLY on values of f(x) near a, NOT on whether f(a) exists or what f(a) equals.

    Left-Hand and Right-Hand Limits

    **Left-Hand Limit**: lim(x→a⁻) f(x) is the expected value of f(x) as x approaches a from the LEFT (all x values less than a).

    **Right-Hand Limit**: lim(x→a⁺) f(x) is the expected value of f(x) as x approaches a from the RIGHT (all x values greater than a).

    **Existence of Limit**:

  • The limit lim(x→a) f(x) exists and equals L **if and only if**:
  • lim(x→a⁻) f(x) = L AND lim(x→a⁺) f(x) = L
  • Both one-sided limits must exist and be equal
  • **Example 1**: For f(x) = |x|/x (x ≠ 0):

  • lim(x→0⁻) f(x) = -1 (when x < 0, |x|/x = -x/x = -1)
  • lim(x→0⁺) f(x) = 1 (when x > 0, |x|/x = x/x = 1)
  • Since left ≠ right, lim(x→0) f(x) does NOT exist
  • **Example 2**: For f(x) = x + 10:

  • Approaching x = 5 from left: 4.99 → f(x) = 14.99; 4.999 → f(x) = 14.999
  • Approaching x = 5 from right: 5.001 → f(x) = 15.001; 5.01 → f(x) = 15.01
  • lim(x→5⁻) f(x) = 15 and lim(x→5⁺) f(x) = 15
  • Therefore, lim(x→5) f(x) = 15 = f(5)
  • **Example 3**: For f(x) = (x² - 4)/(x - 2), x ≠ 2:

  • The function is undefined at x = 2
  • However, for x near 2: f(x) = (x - 2)(x + 2)/(x - 2) = x + 2 (for x ≠ 2)
  • lim(x→2) f(x) = 4 (even though f(2) is undefined)
  • This demonstrates that a limit can exist even when the function value doesn't
  • ---

    Algebra of Limits

    **Theorem 1**: If lim(x→a) f(x) and lim(x→a) g(x) both exist, then:

    **(i) Sum Rule**:

    lim(x→a) [f(x) + g(x)] = lim(x→a) f(x) + lim(x→a) g(x)

    **Proof Idea**: If f(x) → L₁ and g(x) → L₂ as x → a, then f(x) + g(x) → L₁ + L₂

    **(ii) Difference Rule**:

    lim(x→a) [f(x) - g(x)] = lim(x→a) f(x) - lim(x→a) g(x)

    **(iii) Product Rule**:

    lim(x→a) [f(x) · g(x)] = lim(x→a) f(x) · lim(x→a) g(x)

    **Proof Idea**: If f(x) → L₁ and g(x) → L₂, then products f(x)·g(x) → L₁·L₂

    **(iv) Quotient Rule**:

    lim(x→a) [f(x)/g(x)] = [lim(x→a) f(x)] / [lim(x→a) g(x)]

    **CONDITION**: The denominator limit must be non-zero: lim(x→a) g(x) ≠ 0

    **(v) Scalar Multiple Rule** (Special case of product rule):

    lim(x→a) [λ·f(x)] = λ · lim(x→a) f(x), where λ is a constant

    **Example**: Find lim(x→1) (x² + 3x)

  • lim(x→1) x² = 1² = 1
  • lim(x→1) 3x = 3(1) = 3
  • lim(x→1) (x² + 3x) = 1 + 3 = 4 (by sum rule)
  • ---

    Limits of Polynomial and Rational Functions

    Polynomial Functions

    **Definition**: f(x) = a₀ + a₁x + a₂x² + ... + aₙxⁿ where aᵢ are real numbers and aₙ ≠ 0

    **Fundamental Limit**: lim(x→a) x = a

    **Power Limits**: By repeated application of product rule:

  • lim(x→a) x² = a²
  • lim(x→a) x³ = a³
  • lim(x→a) xⁿ = aⁿ (for any positive integer n)
  • **Polynomial Limit Theorem**:

    lim(x→a) f(x) = f(a)

    **Proof**: For polynomial f(x) = a₀ + a₁x + a₂x² + ... + aₙxⁿ:

    lim(x→a) f(x) = lim(x→a) [a₀ + a₁x + a₂x² + ... + aₙxⁿ]

    = lim(x→a) a₀ + lim(x→a) a₁x + lim(x→a) a₂x² + ... + lim(x→a) aₙxⁿ (sum rule)

    = a₀ + a₁·a + a₂·a² + ... + aₙ·aⁿ (using scalar multiple and power limits)

    = f(a)

    **Example**: lim(x→2) (x³ - 2x² + 5)

    = 2³ - 2(2²) + 5 = 8 - 8 + 5 = 5

    Rational Functions

    **Definition**: f(x) = g(x)/h(x) where g(x) and h(x) are polynomials and h(x) ≠ 0

    **Case 1 - Non-zero denominator limit** [h(a) ≠ 0]:

    lim(x→a) [g(x)/h(x)] = g(a)/h(a) = lim(x→a) g(x) / lim(x→a) h(x)

    Simply substitute x = a if h(a) ≠ 0

    **Example**: lim(x→1) [(x² + 3)/(x + 2)]

    = (1² + 3)/(1 + 2) = 4/3

    **Case 2 - Zero denominator, non-zero numerator** [h(a) = 0, g(a) ≠ 0]:

    The limit does NOT exist (function becomes unbounded)

    **Example**: lim(x→2) [1/(x - 2)]

  • Numerator limit: 1 ≠ 0
  • Denominator limit: 0
  • Limit does NOT exist (function → ±∞ depending on direction)
  • **Case 3 - Both numerator and denominator zero** [h(a) = 0, g(a) = 0]:

    This is an **indeterminate form 0/0**. Use **factorization and cancellation**:

  • Factor g(x) = (x - a)ᵏ·g₁(x) and h(x) = (x - a)ˡ·h₁(x)
  • Cancel common factors: (x - a)ᵐ where m = min(k,l)
  • Evaluate limit of simplified form
  • **Example**: lim(x→2) [(x² - 4)/(x - 2)]

  • Both numerator and denominator are 0 at x = 2
  • Factor: (x² - 4) = (x - 2)(x + 2) and (x - 2) = (x - 2)
  • Cancel: [(x - 2)(x + 2)]/(x - 2) = x + 2 for x ≠ 2
  • lim(x→2) (x + 2) = 4
  • **Example**: lim(x→1) [(x³ - 1)/(x² - 1)]

  • Factor: (x³ - 1) = (x - 1)(x² + x + 1) and (x² - 1) = (x - 1)(x + 1)
  • Cancel (x - 1): (x² + x + 1)/(x + 1)
  • Substitute x = 1: (1 + 1 + 1)/(1 + 1) = 3/2
  • ---

    Exam-Important Points and Common Mistakes

    **Critical Mistakes to Avoid**:

    1. **Confusing limit with function value**: lim(x→a) f(x) ≠ f(a) always. The function need not be defined at a for the limit to exist.

    2. **Forgetting to check denominator**: When using quotient rule, ALWAYS verify the denominator limit is non-zero.

    3. **Not simplifying before substitution**: For 0/0 forms, you MUST factor and cancel before substituting.

    4. **Ignoring one-sided limits**: A limit exists ONLY when BOTH left and right limits are equal.

    5. **Assuming continuity**: Just because you can draw the graph doesn't mean the limit exists at all points.

    **Exam Strategy**:

  • For polynomial/rational functions with h(a) ≠ 0: **direct substitution works**
  • For 0/0 forms: **factor first**, simplify, then substitute
  • For functions with absolute values or piecewise definitions: **use one-sided limits**
  • Always **state clearly** when finding left-hand vs. right-hand limits
  • **Standard Limits to Remember**:

  • lim(x→a) c = c (constant function)
  • lim(x→a) x = a
  • lim(x→a) xⁿ = aⁿ
  • lim(x→a) sin x = sin a
  • lim(x→a) cos x = cos a
  • MCQs — 10 Questions with Answers

    Q1. If f(x) = x², what is lim[x→0] f(x)?

    • A. 0 ✓
    • B. 1
    • C. Undefined
    • D.

    Answer: A — As x approaches 0, x² approaches 0, so the limit is 0 regardless of the function value at x = 0.

    Q2. For a body dropped from a cliff with s = 4.9t², the average velocity between t = 1 and t = 2 seconds is:

    • A. 4.9 m/s
    • B. 9.8 m/s
    • C. 14.7 m/s ✓
    • D. 19.6 m/s

    Answer: C — Average velocity = (s(2) − s(1))/(2 − 1) = (19.6 − 4.9)/1 = 14.7 m/s.

    Q3. Consider f(x) = {1 if x ≤ 0; 2 if x > 0}. Which statement is true?

    • A. lim[x→0⁻] f(x) = 2
    • B. lim[x→0⁺] f(x) = 1
    • C. lim[x→0] f(x) exists
    • D. lim[x→0⁻] f(x) = 1 and lim[x→0⁺] f(x) = 2 ✓

    Answer: D — From the left (x < 0), f(x) = 1, so lim[x→0⁻] f(x) = 1; from the right (x > 0), f(x) = 2, so lim[x→0⁺] f(x) = 2.

    Q4. For h(x) = (x² − 4)/(x − 2) with x ≠ 2, what is lim[x→2] h(x)?

    • A. 2
    • B. 4 ✓
    • C. Undefined
    • D. 0

    Answer: B — Factor: (x² − 4)/(x − 2) = (x + 2)(x − 2)/(x − 2) = x + 2. As x → 2, x + 2 → 4.

    Q5. The instantaneous velocity of a body at t = 2 is best understood as:

    • A. Average velocity over 2 seconds
    • B. Distance travelled at exactly t = 2
    • C. The limit of average velocity as the time interval approaches zero ✓
    • D. The slope of the secant line between t = 0 and t = 2

    Answer: C — Instantaneous velocity is defined as lim[Δt→0] (Δs/Δt), the limiting value of average velocities over shrinking intervals.

    Q6. Which is NOT a correct statement about limits?

    • A. The limit of f(x) as x → a depends only on values near a, not on f(a)
    • B. If left and right limits differ, the limit does not exist
    • C. The limit always equals the function value f(a) ✓
    • D. A limit describes expected behaviour as x approaches a

    Answer: C — The limit may differ from f(a); for example, g(x) = |x| (x ≠ 0) has lim[x→0] g(x) = 0 but g(0) is undefined.

    Q7. From Table 12.2, as t₁ approaches 2 from the left, the average velocities approach which value?

    • A. 9.8 m/s
    • B. 14.7 m/s
    • C. 19.6 m/s
    • D. Approximately 19.6 m/s (between 19.551 and 19.649) ✓

    Answer: D — The table shows average velocities increasing as t₁ → 2⁻ (from 9.8 to 19.551 at t₁ = 1.99), suggesting the instantaneous velocity is approximately 19.6 m/s.

    Q8. The slope of the tangent line to a curve y = f(x) at point (a, f(a)) represents:

    • A. The average rate of change of f
    • B. The derivative (instantaneous rate of change) of f at x = a ✓
    • C. The distance travelled by the function
    • D. The limit of the function as x → a

    Answer: B — The tangent line's slope is the geometric interpretation of the derivative, which is the instantaneous rate of change at that point.

    Q9. If the average velocity between t = 2 and t = 2.01 is 19.649 m/s, and the average velocity between t = 1.99 and t = 2 is 19.551 m/s, which conclusion is valid?

    • A. The instantaneous velocity at t = 2 is exactly 19.6 m/s
    • B. The instantaneous velocity at t = 2 lies between 19.551 and 19.649 m/s ✓
    • C. The right-hand limit and left-hand limit of velocity are different
    • D. The function s = 4.9t² is discontinuous at t = 2

    Answer: B — The left-side average (19.551) and right-side average (19.649) bracket the instantaneous velocity, which should lie between them as intervals shrink.

    Q10. For lim[x→a] f(x) to equal L, which statement is logically necessary and sufficient?

    • A. f(a) = L
    • B. Both lim[x→a⁻] f(x) = L and lim[x→a⁺] f(x) = L ✓
    • C. f is continuous at x = a
    • D. f is defined in some interval around a

    Answer: B — A limit equals L if and only if both the left-hand and right-hand limits equal L; f(a) need not be defined or equal L.

    Flashcards

    What is the intuitive meaning of the derivative of a function at a point?

    The derivative is the instantaneous rate of change of the function, represented geometrically as the slope of the tangent line to the curve at that point.

    Define the limit of a function f(x) as x approaches a.

    The limit lim[x→a] f(x) = L means f(x) gets arbitrarily close to L as x gets arbitrarily close to a (but x ≠ a).

    What is the relationship between average velocity and the slope of a secant line?

    Average velocity between two time points equals the rise-over-run (Δs/Δt) of the secant line connecting those points on the distance-time graph.

    When does the limit of a function at a point NOT exist?

    The limit does not exist when the left-hand limit and right-hand limit are different, even if the function is defined at that point.

    What is the left-hand limit of f(x) as x approaches a?

    The left-hand limit lim[x→a⁻] f(x) is the expected value of f(x) based on values of f approaching a from the left (x < a).

    What is the right-hand limit of f(x) as x approaches a?

    The right-hand limit lim[x→a⁺] f(x) is the expected value of f(x) based on values of f approaching a from the right (x > a).

    In the cliff-drop example, what does the distance function s = 4.9t² represent?

    It represents the distance (in metres) travelled by a dropped body as a function of time t (in seconds), following the physics of free fall.

    How does making the time interval h smaller improve the approximation of instantaneous velocity?

    As the interval h → 0, the average velocity over [t, t+h] approaches the exact instantaneous velocity at time t, assuming no dramatic change occurs in that tiny interval.

    What geometric insight connects the limiting process to the tangent line?

    As the secant line interval shrinks, the secant line rotates and approaches the tangent line, whose slope is the derivative (instantaneous rate of change).

    For the function g(x) = |x| with x ≠ 0, why is the limit at x = 0 equal to 0 even though g(0) is undefined?

    Because lim[x→0] g(x) = 0 depends only on the behaviour of g(x) near x = 0, not on the value of g at x = 0 itself.

    Important Board Questions

    State what is meant by the left-hand limit of a function f(x) at x = a. Give an example where the left-hand limit and right-hand limit are different. [2 marks]

    Define lim[x→a⁻] f(x) as the expected value of f based on values with x < a. Use the piecewise function f(x) = {1 if x ≤ 0; 2 if x > 0} from the text as your example.

    For a body dropped from a cliff, s = 4.9t². Using the definition of average velocity, calculate the average velocity between t = 1.5 and t = 2 seconds. Then explain how average velocities over smaller and smaller intervals ending at t = 2 lead to the concept of instantaneous velocity. [5 marks]

    Calculate Δs/Δt = [4.9(2²) − 4.9(1.5²)]/(2 − 1.5). Then discuss how shrinking the interval makes the average velocity approach a limit, which is the instantaneous velocity; relate this to the tangent line slope.

    Derive that the derivative (instantaneous rate of change) of s = 4.9t² at t = 2 is the limit of the sequence of average velocities as the time interval approaches zero. Using the geometry of secant lines and tangent lines, explain why this limiting process gives the slope of the tangent to the curve at t = 2. [6 marks]

    Set up the limit lim[h→0] [4.9(2+h)² − 4.9(4)]/h; show algebraically that this equals 19.6. Then interpret geometrically: secant lines over intervals [2, 2+h] have slopes that approach the tangent slope as h → 0, visualizing the sequence of secant lines rotating toward the tangent.

    Next chapterStatistics →

    Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly

    Try StudyOS Free →