L
LLLOS.ai
Learn
L

Chapter 13 — Limits And Derivatives

Class 11 · Mathematics

Overview

Chapter 13 — Limits And Derivatives Cover Poster

Chapter: Limits and Derivatives (NCERT Class 11 Mathematics) — This chapter introduces the foundational concepts of calculus: limits, continuity and the derivative. It explains how to rigorously approach values that a function approaches (limits), how to decide whether a function behaves well at a point (continuity), and how to measure instantaneous change (derivative). The chapter is important because limits provide the formal basis for differentiation and integration, continuity ensures well-behaved functions, and derivatives model slopes and rates of change in geometry, physics and applied problems. Students learn to compute limits using algebraic manipulation, evaluate continuity, find derivatives from first principles, and apply basic differentiation rules (sum, product, quotient and standard derivatives of power and trigonometric functions). The emphasis is on clear definitions, worked examples, and practice problems to build the algebraic and conceptual skills needed for advanced calculus in Class 12.

Learning Objectives

  • Define the limit of a function at a point and state its basic properties
  • Explain one-sided limits and limits at infinity and relate them to the existence of a limit
  • Evaluate limits of algebraic, rational and trigonometric expressions using factorization, conjugate and substitution techniques
  • Apply the Squeeze (Sandwich) theorem to compute limits of functions not directly evaluable
  • Explain the concept of continuity at a point and determine whether a given function is continuous there
  • Use limits to identify and classify types of discontinuities (removable, jump, infinite)
  • Derive the derivative of a function from first principles (definition of derivative) for simple functions
  • Apply differentiation rules (sum, constant multiple, product and quotient) to compute derivatives

Topics in this chapter

11 topics · tap a topic title to jump straight to it.

🔢1

Intuitive idea of limit

Fig 1 — Educational Diagram: Intuitive idea of limit

Fig 1 — Educational Diagram: Intuitive idea of limit

📐 MATHEMATICAL FORMULA / THEOREM

Intuitive idea of limit

Key Point: Basic limit laws: if lim f = L and lim g = M then lim (f + g) = L + M, lim (f g) = L M, and if M ≠ 0 then lim (f/g) = L/M.

What is a limit (intuitively)?
The limit of a function f(x) as x approaches a point a is the value L that the outputs f(x) get closer and closer to, when x gets arbitrarily close to a (from either side). The actual value f(a) may be equal to L, different from L, or not even defined — but the limit concerns only how f(x) behaves near a.

Informal picture: Imagine walking along the curve y = f(x) toward the vertical line x = a. If your height y approaches a fixed number L no matter how you approach x = a (from left or right), then limx→a f(x) = L.

Left and right limits: A left-hand limit limx→a− f(x) looks at values when x approaches a from values less than a; a right-hand limit limx→a+ f(x) looks from values greater than a. The (two-sided) limit exists iff both one-sided limits exist and are equal.

Other behaviours:

  • Removable discontinuity: f(x) approaches L but f(a) is different or undefined (a "hole").
  • Jump discontinuity: left and right limits exist but are different → overall limit does not exist.
  • Infinite limit / vertical asymptote: f(x) grows without bound as x→a.
  • Limit at infinity / horizontal asymptote: as x→∞ (or −∞), f(x) approaches a constant.

How to find limits (basic intuitive methods): try direct substitution first. If that gives a finite number, that is the limit. If you get an indeterminate form (0/0), try algebraic simplification — factorization, cancellation, rationalization, trig identities — or use known standard limits (e.g. sin x / x → 1 as x→0), the squeeze theorem, or compare growth rates for limits at infinity.

Connection to rigorous definition: Formally, limx→a f(x)=L means: for every small tolerance ε>0 there exists a δ>0 such that whenever 0<|x−a|<δ, then |f(x)−L|<ε. (For class 11 it is enough to understand this idea informally.)

📌 Examples
  • Example 1 — removable discontinuity: f(x) = (x^2 − 1)/(x − 1). For x ≠ 1, f(x) = x + 1, so lim_{x→1} f(x) = 2 even though f(1) is undefined.
  • Example 2 — standard trig limit: lim_{x→0} (sin x)/x = 1. Values of (sin x)/x get arbitrarily close to 1 as x→0.
  • Example 3 — no limit (jump): f(x) = { 1 for x < 0, 2 for x ≥ 0 }. Left limit is 1, right limit is 2, so lim_{x→0} f(x) does not exist.
  • Example 4 — sequence-like limit: lim_{x→0+} 1/x = +∞ (function grows without bound; vertical asymptote at x=0).
  • Example 5 — limit at infinity: lim_{x→∞} (2x + 1)/(x − 1) = 2 (degrees equal → ratio of leading coefficients).
  • Example 6 — classic limit giving e: lim_{x→0} (1 + x)^{1/x} = e ≈ 2.71828.
🧮 Formulas
  1. \[Basic limit laws: if lim f = L and lim g = M then lim (f + g) = L + M\]
    \[lim (f g) = L M\]
    \[and if M ≠ 0 then lim (f/g) = L/M.\]
  2. \[Polynomial rule: lim_{x→a} p(x) = p(a) for any polynomial p.\]
  3. \[Rational function: if degrees of numerator and denominator are compared: (a) deg num < deg den ⇒ limit at infinity = 0\]
    \[(b) deg num = deg den ⇒ limit at infinity = ratio of leading coefficients\]
    \[(c) deg num > deg den ⇒ |limit| = ∞ (or no finite limit).\]
  4. \[Standard trig limit: lim_{x→0} (sin x)/x = 1.\]
  5. \[Exponential limit: lim_{x→0} (1 + x)^{1/x} = e.\]
  6. \[Squeeze theorem: if g(x) ≤ f(x) ≤ h(x) near a and lim g(x) = lim h(x) = L\]
    \[then lim f(x) = L.\]
🔢2

Limits of functions — basic definitions

Fig 2 — Educational Diagram: Limits of functions — basic definitions

Fig 2 — Educational Diagram: Limits of functions — basic definitions

📐 MATHEMATICAL FORMULA / THEOREM

Limits of functions — basic definitions

Key Point: If lim_{x→a} f(x) and lim_{x→a} g(x) exist, then: lim_{x→a} [f(x) ± g(x)] = lim f(x) ± lim g(x).

Intuitive idea: The limit of a function f(x) as x approaches a number a is the value that f(x) gets closer and closer to when x gets closer and closer to a (but x need not equal a). We write this as limx→a f(x) = L.

One-sided limits: The left-hand limit (approach from values less than a) is written limx→a⁻ f(x). The right-hand limit (approach from values greater than a) is written limx→a⁺ f(x). The (two-sided) limit limx→a f(x) exists and equals L iff both one-sided limits exist and are equal: limx→a⁻ f(x) = limx→a⁺ f(x) = L.

Limits can be finite or infinite: If f(x) grows without bound as x→a, we say limx→a f(x) = ∞ (or −∞) — this indicates a vertical asymptote or blow-up. If x→∞ (or −∞) we study behaviour at infinity; if f(x) approaches a finite number M, we write limx→∞ f(x) = M (horizontal asymptote).

Formal (epsilon–delta) definition — compact form: limx→a f(x) = L means: for every ε>0 there exists δ>0 such that 0 < |x−a| < δ implies |f(x)−L| < ε. (This formalises the idea of f(x) getting arbitrarily close to L when x is sufficiently close to a.)

Relation to continuity: f is continuous at a if limx→a f(x) exists and equals f(a). If the limit exists but differs from f(a), there is a removable discontinuity (a hole).

Useful facts and techniques: Direct substitution works for polynomials and many rational functions (when denominator ≠ 0). When direct substitution gives 0/0, simplify algebraically (factor, cancel) or use standard limit rules. The squeeze (sandwich) theorem helps when a function is trapped between two others with the same limit.

📌 Examples
  • Mathematical: lim_{x→2} (x^2 + 1) = 2^2 + 1 = 5 (direct substitution for polynomial).
  • Mathematical (removable): lim_{x→3} (x^2 − 9)/(x − 3). Direct substitution gives 0/0. Factor: ((x−3)(x+3))/(x−3) = x+3 for x≠3, so limit = 6.
  • Mathematical (one-sided/jump): f(x) = {1 for x<0, 2 for x≥0}. Then lim_{x→0⁻} f(x) = 1, lim_{x→0⁺} f(x) = 2, so lim_{x→0} f(x) does not exist (DNE).
  • Mathematical (infinite): lim_{x→0} 1/x^2 = ∞. Values blow up as x approaches 0 from either side.
  • Real-life: Speed approaching a stoplight — as the car approaches the light, the speed tends to 0 even if at the exact location the speed reading might be different (sensor noise). This models lim_{t→T} speed(t) = 0 where T is the arrival time.
  • Real-life: Temperature near a thermostatic event — the air temperature may approach a particular value as time approaches dawn; the limit describes the expected temperature value even if the instantaneous reading at that minute is missing.
🧮 Formulas
  1. \[If lim_{x→a} f(x) and lim_{x→a} g(x) exist\]
    \[then: lim_{x→a} [f(x) ± g(x)] = lim f(x) ± lim g(x).\]
  2. \[lim_{x→a} [f(x)·g(x)] = (lim f(x))·(lim g(x)).\]
  3. \[If lim_{x→a} g(x) ≠ 0 then lim_{x→a} [f(x)/g(x)] = (lim f(x))/(lim g(x)).\]
  4. \[lim_{x→a} c = c (constant). lim_{x→a} x = a\]
    \[and for n a positive integer lim_{x→a} x^n = a^n.\]
  5. \[Squeeze theorem: If h(x) ≤ f(x) ≤ g(x) near a and lim_{x→a} h(x) = lim_{x→a} g(x) = L\]
    \[then lim_{x→a} f(x) = L.\]
  6. \[Epsilon–delta (formal): lim_{x→a} f(x)=L means ∀ε>0 ∃δ>0 s.t. 0<|x−a|<δ ⇒ |f(x)−L|<ε.\]
🔣3

Algebra and properties of limits

Fig 3 — Educational Diagram: Algebra and properties of limits

Fig 3 — Educational Diagram: Algebra and properties of limits

📐 MATHEMATICAL FORMULA / THEOREM

Algebra and properties of limits

Key Point: If lim(x→a) f(x) = A and lim(x→a) g(x) = B then lim(x→a) [f(x) + g(x)] = A + B

What is a limit (intuitive): The limit of f(x) as x approaches a value a is the value that f(x) gets arbitrarily close to when x is taken arbitrarily close to a (from either side), regardless of the value f(a) actually takes. We write this as lim(x→a) f(x) = L.

Why algebra of limits matters: Limits allow us to handle expressions that become indeterminate (like 0/0) by manipulating algebraically and using known limit rules. They are the foundation for derivatives and continuity.

Basic (algebraic) properties / limit laws:

  • If lim(x→a) f(x) = A and lim(x→a) g(x) = B (finite), then
    • Sum: lim(f+g) = A + B
    • Difference: lim(f−g) = A − B
    • Scalar multiple: lim(c f) = c A for constant c
    • Product: lim(f g) = A B
    • Quotient: lim(f/g) = A/B provided B ≠ 0
    • Power/root: lim([f]^n) = A^n (for integer n), and lim( (f)^(1/n) ) = A^(1/n) when A is in the domain of the root
  • Polynomials and rational functions: For a polynomial p(x), lim(x→a) p(x) = p(a). For a rational function r(x) = p(x)/q(x), if q(a) ≠ 0, lim(x→a) r(x) = p(a)/q(a). If you get 0/0, try algebraic simplification (factorization, cancellation, conjugate) to remove the indeterminacy.
  • Squeeze (Sandwich) theorem: If h(x) ≤ f(x) ≤ g(x) for all x near a (except possibly at a) and lim(x→a) h(x) = lim(x→a) g(x) = L, then lim(x→a) f(x) = L. This is useful for oscillatory functions multiplied by a factor tending to 0.
  • Limit of a composition: If lim(x→a) g(x) = L and f is continuous at L, then lim(x→a) f(g(x)) = f(L).
  • Order/inequality property: If f(x) ≤ g(x) near a and both limits exist, then lim f(x) ≤ lim g(x).

How to compute limits algebraically (common techniques):

  • Direct substitution when expression is defined at a.
  • Factorization and cancellation when you get 0/0.
  • Multiply by conjugate when radicals produce 0/0.
  • Use squeeze theorem for oscillatory terms multiplied by something tending to 0.
  • Use known limits and limit laws to combine simpler limits.

Link to continuity and derivatives: A function f is continuous at a if lim(x→a) f(x) = f(a). Many limit algebra rules are simply consequences of continuity of basic functions (polynomials, rational functions where denominator ≠ 0, roots, trig functions at points where defined, exponential and logarithm where defined).

📌 Examples
  • Example 1 — Removable discontinuity (factorization): Evaluate lim(x→1) (x^2 − 1)/(x − 1). Direct substitution gives 0/0. Factor numerator: (x − 1)(x + 1)/(x − 1). Cancel (x − 1) for x ≠ 1 to get x + 1. So limit = 1 + 1 = 2.
  • Example 2 — Squeeze theorem: Evaluate lim(x→0) x·sin(1/x). Since −1 ≤ sin(1/x) ≤ 1, multiply by |x|: −|x| ≤ x·sin(1/x) ≤ |x|. As x→0 both −|x| and |x| → 0, so by squeeze theorem the limit is 0.
  • Example 3 — Polynomial (direct substitution): lim(x→2) (3x + 1) = 3·2 + 1 = 7. Polynomials are continuous everywhere so direct substitution works.
  • Example 4 — Conjugate method (radicals): Evaluate lim(x→0) (√(x + 4) − 2)/x. Multiply numerator and denominator by the conjugate (√(x + 4) + 2) to get [(x + 4) − 4] / [x(√(x + 4) + 2)] = x / [x(√(x + 4) + 2)] = 1 / (√(x + 4) + 2). Now substitute x = 0 to get 1/4.
🧮 Formulas
  1. \[If lim(x→a) f(x) = A and lim(x→a) g(x) = B then lim(x→a) [f(x) + g(x)] = A + B\]
  2. \[lim(x→a) [f(x) − g(x)] = A − B\]
  3. \[lim(x→a) [c·f(x)] = c·A for constant c\]
  4. \[lim(x→a) [f(x)·g(x)] = A·B\]
  5. \[If B ≠ 0\]
    \[lim(x→a) [f(x)/g(x)] = A/B\]
  6. \[lim(x→a) [f(x)]^n = A^n (integer n > 0)\]
🔢4

Techniques and standard limits

Fig 4 — Educational Diagram: Techniques and standard limits

Fig 4 — Educational Diagram: Techniques and standard limits

📐 MATHEMATICAL FORMULA / THEOREM

Techniques and standard limits

Key Point: Limit laws: lim(f+g)=lim f + lim g; lim(cf)=c lim f; lim(fg)=lim f · lim g; lim(f/g)=(lim f)/(lim g) if lim g ≠ 0.

What this topic covers
Techniques and standard limits explain how to evaluate limits of functions as the variable approaches a finite value (including removable/discontinuous points) or infinity. You learn algebraic/special techniques and memorize a few standard limits used as building blocks.

Basic limit laws (used throughout)
If lim_{x->a} f(x)=L and lim_{x->a} g(x)=M (finite), then

  • lim (f+g) = L+M
  • lim (cf) = cL for constant c
  • lim (fg) = LM
  • lim (f/g) = L/M provided M ≠ 0
These allow breaking complicated expressions into simpler parts.

Common algebraic techniques

  • Direct substitution: If f is continuous at a, lim_{x->a} f(x) = f(a).
  • Factorization / cancel common factors: Useful when expression gives 0/0. Factor numerator/denominator and cancel the (x−a) factor.
  • Rationalization (multiply by conjugate): For roots, multiply numerator and denominator by conjugate to remove indeterminate form.
  • Divide by highest power (limits at infinity): For rational functions, divide numerator and denominator by the highest power of x to find limit as x→±∞.
  • Use standard limits / small-angle approximations: Replace expressions near 0 by their limits (eg. sin x ≈ x) to evaluate more complex forms.
  • Squeeze (sandwich) theorem: If g(x) ≤ f(x) ≤ h(x) near a and lim g = lim h = L, then lim f = L. Useful for trig limits.

Important standard limits (frequently used)

  • lim_{x->0} (sin x)/x = 1
  • lim_{x->0} (1 - cos x)/x^2 = 1/2
  • lim_{x->0} (e^x - 1)/x = 1
  • lim_{x->0} ln(1+x)/x = 1
  • lim_{x->0} (1 + x)^{1/x} = e
  • More generally, lim_{x->0} (1 + ax)^{1/x} = e^a

Remarks

  • Many limits give an indeterminate form like 0/0 or ∞/∞; algebraic manipulation or standard limits resolve them.
  • L'Hôpital's rule is a powerful technique for 0/0 or ∞/∞ but is usually introduced later (Class 12). In Class 11 you should rely on algebraic methods and the standard limits above.

How to approach a limit problem — stepwise

  1. Attempt direct substitution.
  2. If indeterminate, try factorization or cancel common terms.
  3. For expressions with roots, try rationalization.
  4. For trig expressions near 0, use standard trig limits or squeeze theorem.
  5. For infinity, compare degrees (highest power) or use division by highest power.
  6. If still hard, try rewriting using exponentials/logarithms for forms like (1+… )^{…}.

📌 Examples
  • Example 1: lim_{x->1} (x^2 - 1)/(x - 1). Direct substitution gives 0/0. Factor numerator: (x-1)(x+1)/(x-1) → cancel (x-1). Limit = lim_{x->1} (x+1) = 2.
  • Example 2: lim_{x->0} (sin x)/x = 1. This is a standard limit; can be shown by geometry or squeeze theorem: cos x ≤ (sin x)/x ≤ 1 for small positive x, both bounds → 1.
  • Example 3: lim_{x->0} (1 + 3x)^{1/x}. Write (1 + 3x)^{1/x} = [(1 + 3x)^{1/(3x)}]^3 → as x->0, (1+3x)^{1/(3x)} -> e, so limit = e^3.
  • Example 4: lim_{x->0} (1 - cos x)/x^2. Use standard limit or small-angle expansion cos x ≈ 1 - x^2/2, so (1 - cos x)/x^2 -> 1/2.
  • Example 5: lim_{x->∞} (3x^2 + 5x)/(2x^2 - x + 1). Divide numerator and denominator by x^2: (3 + 5/x)/(2 - 1/x + 1/x^2) -> 3/2.
🧮 Formulas
  1. \[Limit laws: lim(f+g)=lim f + lim g\]
    \[lim(cf)=c lim f\]
    \[lim(fg)=lim f · lim g\]
    \[lim(f/g)=(lim f)/(lim g) if lim g ≠ 0.\]
  2. \[Standard trig and exponential limits: lim_{x->0} (sin x)/x = 1\]
    \[lim_{x->0} (1 - cos x)/x^2 = 1/2\]
    \[lim_{x->0} (e^x - 1)/x = 1\]
    \[lim_{x->0} ln(1+x)/x = 1.\]
  3. \[Limit defining e: lim_{x->0} (1 + x)^{1/x} = e\]
    \[More generally lim_{x->0} (1 + ax)^{1/x} = e^{a}.\]
  4. \[For rational functions as x->±∞: compare degrees\]
    \[If deg(num) < deg(den)\]
    \[limit = 0\]
    \[If equal\]
    \[limit = ratio of leading coefficients\]
    \[If deg(num) > deg(den)\]
    \[limit = ±∞ depending on signs.\]
  5. \[Squeeze theorem: If g(x) ≤ f(x) ≤ h(x) near a and lim g = lim h = L\]
    \[then lim f = L.\]
🔢5

Continuity of a function

Fig 5 — Educational Diagram: Continuity of a function

Fig 5 — Educational Diagram: Continuity of a function

📐 MATHEMATICAL FORMULA / THEOREM

Continuity of a function

Key Point: Continuity at a: lim_{x→a} f(x) = f(a)

Definition: A function f is said to be continuous at a point a if the limit of f(x) as x approaches a exists and equals the value of the function at that point. In symbols: f is continuous at a iff limx→a f(x) = f(a). If this holds for every point of an interval, f is continuous on that interval.

Left and right continuity: Continuity at a requires both one-sided limits to exist and be equal to f(a): limx→a⁻ f(x) = limx→a⁺ f(x) = f(a). If only the left (or right) limit equals f(a), f is left-continuous (or right-continuous) at a.

Why the limit must equal f(a): For continuity we need three things: (1) f(a) is defined, (2) limx→a f(x) exists, and (3) the two are equal. If any fails, the function is discontinuous at a.

Types of discontinuities:

  • Removable discontinuity: limit exists but is not equal to f(a) or f(a) is not defined (a hole in the graph). It can be "fixed" by redefining f(a).
  • Jump (or step) discontinuity: left and right limits exist but are unequal (graph has a jump).
  • Infinite (essential) discontinuity: the function grows without bound near a (vertical asymptote) or one-sided limit is infinite.

Continuity rules and common continuous functions: If f and g are continuous at a, then f+g, f−g, f·g are continuous at a; f/g is continuous at a provided g(a) ≠ 0. Polynomials are continuous everywhere; rational functions are continuous where denominator ≠ 0; trig, exponential and log functions are continuous on their natural domains. Composition: if g is continuous at a and f is continuous at g(a), then f∘g is continuous at a.

Intuitive (epsilon–delta) idea: Continuity means small changes in x near a produce small changes in f(x) near f(a). Formally: for every ε>0 there exists δ>0 such that |x−a|<δ ⇒ |f(x)−f(a)|<ε.

Use in calculus: Continuity is essential for evaluating limits, applying the Intermediate Value Theorem (a continuous function on [a,b] takes every value between f(a) and f(b)), and for differentiability (differentiability implies continuity).

📌 Examples
  • Temperature vs time: Room temperature changes continuously with time (no sudden jumps) — modelled by a continuous function.
  • Speedometer needle (idealized): If speed changes smoothly, speed vs time is continuous. A sudden gear jump might produce a jump discontinuity.
  • Filling a tank: Volume of water as a function of time is continuous while flow is steady. If the inflow is abruptly turned on/off, the graph can show a jump.
  • Removable discontinuity: f(x) = (x^2−1)/(x−1) has a hole at x=1. The limit is 2 but f(1) is undefined — a removable discontinuity.
  • Infinite discontinuity: f(x)=1/x has an infinite discontinuity at x=0 (vertical asymptote).
  • Jump discontinuity: Heaviside step H(x) = 0 for x<0, 1 for x≥0 has a jump at x=0.
🧮 Formulas
  1. \[Continuity at a: lim_{x→a} f(x) = f(a)\]
  2. \[One-sided conditions: lim_{x→a⁻} f(x) = lim_{x→a⁺} f(x) = f(a)\]
  3. \[Epsilon–delta form: ∀ε>0 ∃δ>0 such that |x−a|<δ ⇒ |f(x)−f(a)|<ε\]
  4. \[Algebra of continuous functions: If f and g continuous at a\]
    \[then f+g\]
    \[f−g\]
    \[f·g continuous at a\]
    \[f/g continuous at a if g(a)≠0\]
  5. \[Composition: If g continuous at a and f continuous at g(a)\]
    \[then f∘g is continuous at a\]
🔢6

Derivative — definition and interpretation

Fig 6 — Educational Diagram: Derivative — definition and interpretation

Fig 6 — Educational Diagram: Derivative — definition and interpretation

📐 MATHEMATICAL FORMULA / THEOREM

Derivative — definition and interpretation

Key Point: Definition: f'(a) = lim_{h->0} (f(a+h) - f(a)) / h (if limit exists)

Definition (limit form)
The derivative of a function f at a point a is the limit of the difference quotient if it exists:

f'(a) = lim_{h->0} (f(a+h) - f(a)) / h

Equivalently,

f'(a) = lim_{x->a} (f(x) - f(a)) / (x - a)

Geometric interpretation
The derivative f'(a) is the slope of the tangent line to the curve y = f(x) at the point (a, f(a)). Geometrically this is the limit of slopes of secant lines through (a, f(a)) and (a+h, f(a+h)) as h -> 0.

Physical/Rate interpretation
If y = f(t) is a physical quantity depending on t (for example displacement), then f'(t) is the instantaneous rate of change (for displacement it is instantaneous velocity). The derivative gives how fast y changes with respect to x at a point.

Differentiability and continuity
If f is differentiable at a then f is continuous at a. The converse need not hold (example: f(x)=|x| is continuous at 0 but not differentiable there). Differentiability at a means the left-hand and right-hand difference-quotient limits are equal:

lim_{h->0+} (f(a+h)-f(a))/h = lim_{h->0-} (f(a+h)-f(a))/h

Local linear approximation (tangent line)
When f is differentiable at a, near x = a the function is approximated by its tangent line:

f(x) ≈ f(a) + f'(a)(x - a)

This gives the best linear estimate of f near a.

Use for monotonicity
If f'(x) > 0 on an interval, f is increasing there; if f'(x) < 0, f is decreasing. Zeros of f' often indicate local maxima/minima (use further tests to classify).

📌 Examples
  • Example 1 — Polynomial: f(x) = x^2. Find f'(2). Compute f'(2) = lim_{h->0} ((2+h)^2 - 4)/h = lim_{h->0} (4 + 4h + h^2 - 4)/h = lim_{h->0} (4 + h) = 4. So slope of tangent at x=2 is 4.
  • Example 2 — Physics: s(t) = t^2 (displacement in metres, t in seconds). Instantaneous velocity at t=3 is v(3)=s'(3)=lim_{h->0} ((3+h)^2 - 9)/h = 6 m/s. So at t=3s the object’s instantaneous speed is 6 m/s.
  • Example 3 — Non-differentiable point: f(x) = |x| at x=0. Left derivative = lim_{h->0-} (|h|-0)/h = -1, right derivative = lim_{h->0+} (|h|-0)/h = 1. Since left ≠ right, f is not differentiable at 0 (cusp).
  • Example 4 — Marginal interpretation: If C(x) = 50 + 10x is cost for producing x units, C'(x) = 10 is the marginal cost — the additional cost to produce one more unit is constant 10.
🧮 Formulas
  1. \[Definition: f'(a) = lim_{h->0} (f(a+h) - f(a)) / h (if limit exists)\]
  2. \[Alternate: f'(a) = lim_{x->a} (f(x) - f(a)) / (x - a)\]
  3. \[Tangent line at a: y = f(a) + f'(a)(x - a)\]
  4. \[Differentiability ⇒ continuity: if f'(a) exists then lim_{x->a} f(x) = f(a)\]
  5. \[Left/right derivative condition: f'(a) exists ⇔ left and right limits of difference quotient are equal\]
  6. \[Basic rules (use after proving): (c)' = 0\]
    \[(x^n)' = n x^{n-1} (for integer n)\]
    \[(cf)' = c f'\]
    \[(f+g)' = f' + g'\]
    \[(fg)' = f g' + g f'\]
    \[(f/g)' = (g f' - f g')/g^2 (g ≠ 0)\]
    \[chain rule: (f∘g)' = (f'∘g)·g'.\]
🔢7

Basic differentiation rules

Fig 7 — Educational Diagram: Basic differentiation rules

Fig 7 — Educational Diagram: Basic differentiation rules

📐 MATHEMATICAL FORMULA / THEOREM

Basic differentiation rules

Key Point: Definition: f'(x) = lim_{h→0} (f(x+h) − f(x))/h

What is a derivative?
The derivative of a function f at x is the instantaneous rate of change of f with respect to x. It is defined by the limit:
f'(x) = lim_{h→0 (f(x+h) − f(x))/h. If this limit exists, f is differentiable at x. Differentiability implies continuity, but not vice versa.

Why rules?
The limit definition is fundamental but often hard to use directly. Basic differentiation rules let us find derivatives quickly for many functions by algebraic manipulation.

Basic rules (intuitive summary)

  • Constant rule: derivative of a constant is 0 (a function that does not change has zero rate of change).
  • Power rule: for x^n, f'(x)=n x^{n−1} (proved using binomial expansion for integer n; extends to rational/real n under domain conditions).
  • Constant multiple rule: d/dx[c·f(x)] = c·f'(x).
  • Sum/Difference rule: d/dx[f±g] = f' ± g'.
  • Product rule: d/dx[f·g] = f'·g + f·g'. Use when two functions multiply.
  • Quotient rule: d/dx[f/g] = (f'·g − f·g') / g^2 (g ≠ 0).
  • Chain rule (for composite functions): d/dx[f(g(x))] = f'(g(x)) · g'(x).

Standard derivatives (useful to memorize): d/dx[ e^x ] = e^x, d/dx[a^x] = a^x ln a, d/dx[ln x] = 1/x (x>0), d/dx[sin x] = cos x, d/dx[cos x] = −sin x, d/dx[tan x] = sec^2 x.

Notes & cautions: The power rule x^n for non-integer n requires x in a domain where x^n is defined and differentiable (e.g., x>0 for real non-integer powers). Functions like |x| are continuous everywhere but not differentiable at x=0 (corner/cusp).

📌 Examples
  • 1) Velocity from position: If s(t) = 5t^2 (position in metres, time in seconds), velocity v(t) = s'(t) = 10t. At t=3 s, v(3)=30 m/s. (Used constant multiple + power rule.)
  • 2) Product rule: For y = x·sin x, y' = 1·sin x + x·cos x = sin x + x cos x. At x = π/2, y' = sin(π/2) + (π/2)·cos(π/2) = 1 + 0 = 1.
  • 3) Quotient rule: For y = (x^2 + 1)/(x − 1), y' = [(2x)(x−1) − (x^2+1)(1)]/(x−1)^2 = (2x^2 − 2x − x^2 − 1)/(x−1)^2 = (x^2 − 2x −1)/(x−1)^2.
  • 4) Chain rule: If y = (3x + 2)^5, let u = 3x+2, y = u^5 → dy/dx = 5u^4 · du/dx = 5(3x+2)^4 · 3 = 15(3x+2)^4.
  • 5) Marginal cost (economic example): If C(q)=50 + 10q + 0.5q^2 (cost in rupees for q units), marginal cost = C'(q) = 10 + q. For q=20 units, marginal cost = 30 rupees per unit.
🧮 Formulas
  1. \[Definition: f'(x) = lim_{h→0} (f(x+h) − f(x))/h\]
  2. \[Constant rule: d/dx[c] = 0\]
  3. \[Power rule: d/dx[x^n] = n x^{n−1} (n real where defined)\]
  4. \[Constant multiple: d/dx[c·f(x)] = c·f'(x)\]
  5. \[Sum/Difference: d/dx[f(x) ± g(x)] = f'(x) ± g'(x)\]
  6. \[Product rule: d/dx[f·g] = f'·g + f·g'\]
🔢8

Derivatives of standard functions

Fig 8 — Educational Diagram: Derivatives of standard functions

Fig 8 — Educational Diagram: Derivatives of standard functions

📐 MATHEMATICAL FORMULA / THEOREM

Derivatives of standard functions

Key Point: d/dx[c] = 0

What is a derivative?
The derivative of a function f at x, denoted f'(x), is the instantaneous rate of change of f with respect to x. It is defined by the limit:

f'(x) = lim_{h->0} [f(x+h) - f(x)] / h

This limit, when it exists, gives the slope of the tangent to the curve y = f(x) at the point (x, f(x)).

Common (standard) functions and their derivatives
Below are derivatives you will use frequently in Class 11. Domain restrictions are given where relevant.

  • Constant: if f(x) = c (constant), then f'(x) = 0.
  • Power rule: if f(x) = x^n (n any real number where expression is defined), then f'(x) = n x^{n-1}.
  • Exponential: d/dx[e^x] = e^x. For a^x (a>0, a≠1): d/dx[a^x] = a^x ln a.
  • Logarithm: d/dx[ln x] = 1/x (x>0). More generally, d/dx[log_a x] = 1/(x ln a) (x>0).
  • Trigonometric functions: d/dx[sin x] = cos x, d/dx[cos x] = -sin x, d/dx[tan x] = sec^2 x (where defined). Also d/dx[cot x] = -csc^2 x, d/dx[sec x] = sec x tan x, d/dx[csc x] = -csc x cot x.
  • Inverse trigonometric (useful — check syllabus): d/dx[arcsin x] = 1 / sqrt(1-x^2) for |x|<1; d/dx[arctan x] = 1/(1+x^2) for all real x; d/dx[arccos x] = -1 / sqrt(1-x^2).

Useful derivative rules (short reminder): derivatives are linear: (af + bg)' = a f' + b g'. For products and quotients use product and quotient rules. For composite functions use the chain rule.

Interpretation & intuition
The derivative measures how fast the output changes when the input changes a little. Geometrically it is the slope of the tangent line. Physically it often represents rates: velocity is the derivative of position; marginal cost is the derivative of total cost with respect to output.

Notes on domains and continuity: A derivative exists only where the limit definition is satisfied. For example ln x and 1/x are defined only for x>0 or x≠0 respectively; tan x and sec x have vertical asymptotes where cosine is zero.

📌 Examples
  • Position to velocity: If s(t) = 4t^3 (position in metres at time t seconds), then velocity v(t) = s'(t) = 12t^2 m/s. At t = 2 s, v(2) = 48 m/s.
  • Exponential growth rate: If P(t) = P_0 e^{kt} (population), then P'(t) = k P_0 e^{kt} = k P(t). The fractional growth rate is constant = k.
  • Marginal cost: If total cost C(x) = 100 + 5x (in rupees) to produce x items, then marginal cost C'(x) = 5 rupees/item (constant).
  • Differentiate a power: f(x) = x^{5} ⇒ f'(x) = 5x^{4}. So at x = 1, slope = 5.
  • Differentiate a log: f(x) = ln x ⇒ f'(x) = 1/x. At x = 2 the instantaneous rate of change is 1/2.
🧮 Formulas
  1. \[d/dx[c] = 0\]
  2. \[d/dx[x^n] = n x^{n-1} (power rule\]
    \[for n ∈ R where defined)\]
  3. \[d/dx[e^x] = e^x\]
  4. \[d/dx[a^x] = a^x ln a (a>0\]
    \[a≠1)\]
  5. \[d/dx[ln x] = 1/x (x>0)\]
  6. \[d/dx[log_a x] = 1/(x ln a) (x>0)\]
🔢9

Chain rule and composite functions

Fig 9 — Educational Diagram: Chain rule and composite functions

Fig 9 — Educational Diagram: Chain rule and composite functions

📐 MATHEMATICAL FORMULA / THEOREM

Chain rule and composite functions

Key Point: (f \u25cf g)'(x) = f'(g(x)) \cdot g'(x)

What is a composite function?
If u = g(x) and y = f(u), then y is a composite function of x via u; written y = f(g(x)) or y = (f \u25cf g)(x). The inner function is g and the outer function is f.

Chain rule (informal statement)
If g is differentiable at x and f is differentiable at u = g(x), then the composite f(g(x)) is differentiable at x and

(f \u25cf g)'(x) = f'(g(x)) \cdot g'(x).

Why it works (short justification)
Let u = g(x). The change in y when x changes by Δx is Δy ≈ f'(u)·Δu and Δu ≈ g'(x)·Δx. Multiplying gives Δy ≈ f'(g(x))·g'(x)·Δx, so dy/dx = f'(g(x))·g'(x). A rigorous proof uses limits: limit of [f(g(x+Δx))−f(g(x))]/Δx = f'(g(x))·g'(x).

Extensions

  • For several nested functions y = f(g(h(x))) the derivative is y' = f'(g(h(x)))·g'(h(x))·h'(x).
  • Chain rule combines with other rules: e.g., d/dx [F(x)^n] = n·F(x)^{n-1}·F'(x); d/dx [ln(g(x))] = g'(x)/g(x).

Conditions
Both inner and outer functions must be differentiable at the relevant points (outer differentiable at the value of the inner). If the outer derivative exists only as a one-sided derivative that must be checked accordingly.

Geometric view
If at x the inner function changes with slope g'(x) and the outer function changes with slope f'(u) where u=g(x), then slopes multiply to give the slope of the composition: slope_y = slope_f_at_u × slope_g_at_x.

📌 Examples
  • Example 1 — y = sin(x^2): Let f(u)=sin u and u=g(x)=x^2. f'(u)=cos u, g'(x)=2x. So dy/dx = cos(x^2)·2x = 2x·cos(x^2).
  • Example 2 — y = ln(3x+2): f(u)=ln u, u=3x+2. f'(u)=1/u, g'(x)=3. So dy/dx = (1/(3x+2))·3 = 3/(3x+2).
  • Example 3 — y = sqrt(1+e^{2x}) = (1+e^{2x})^{1/2}: f(u)=u^{1/2}, u=1+e^{2x}. f'(u)= (1/2)u^{-1/2}, g'(x)=2e^{2x}. So dy/dx = (1/2)(1+e^{2x})^{-1/2}·2e^{2x} = e^{2x}/sqrt(1+e^{2x}).
  • Example 4 (real-life rates) — Temperature along a road: Suppose temperature T depends on distance s: T(s), and your position s depends on time t: s(t). Then dT/dt = (dT/ds)·(ds/dt). If dT/ds = -0.02 °C/m and you walk at ds/dt = 1.5 m/s, temperature change rate dT/dt = -0.03 °C/s.
  • Example 5 — Three-level composition: y = f(g(h(x))). If f'(u), g'(v) and h'(x) exist (with u=g(h(x)), v=h(x)), then dy/dx = f'(g(h(x)))·g'(h(x))·h'(x).
🧮 Formulas
  1. \[(f \u25cf g)'(x) = f'(g(x)) \cdot g'(x)\]
  2. \[If y = f(g(h(x))) then dy/dx = f'(g(h(x))) \cdot g'(h(x)) \cdot h'(x)\]
  3. \[d/dx [F(x)^n] = n·F(x)^{n-1}·F'(x) (power rule as a special case)\]
  4. \[d/dx [ln(g(x))] = g'(x)/g(x)\]
  5. \[d/dx [e^{g(x)}] = e^{g(x)} \cdot g'(x)\]
  6. \[General: derivative of outer evaluated at inner\]
    \[times derivative of inner\]
🔢10

Differentiability — exceptions and examples

Fig 10 — Educational Diagram: Differentiability — exceptions and examples

Fig 10 — Educational Diagram: Differentiability — exceptions and examples

📐 MATHEMATICAL FORMULA / THEOREM

Differentiability — exceptions and examples

Key Point: Definition: f'(a) = lim_{h->0} (f(a+h) - f(a)) / h, if the limit exists (finite).

What differentiability means: A function f is differentiable at a point x=a if the limit

f'(a) = lim_{h->0} (f(a+h) - f(a))/h

exists as a finite number. If this limit exists, we call it the derivative at a and f is differentiable at a.

Relation with continuity: If f is differentiable at a, then f is continuous at a. The converse is not true: continuity does not guarantee differentiability.

One-sided derivatives and the check for differentiability: The derivative exists at a iff the left-hand derivative

f'_-(a) = lim_{h->0-} (f(a+h)-f(a))/h

and the right-hand derivative

f'_+(a) = lim_{h->0+} (f(a+h)-f(a))/h

both exist (finite) and f'_-(a) = f'_+(a). If they differ or one is infinite or does not exist, f is not differentiable at a.

Common types of exceptions (points where differentiability fails)

  • Corner or corner point: left and right derivatives are finite but unequal. Example shape: absolute value at 0.
  • Cusp: left and right derivatives are infinite with opposite signs (slope tends to +infinity on one side and -infinity on the other). Example: y = x^{2/3} at 0.
  • Vertical tangent: left and right derivatives both tend to ±infinity with the same sign (slope vertical). Example: y = x^{1/3} at 0.
  • Discontinuity: if f is not continuous at a, it cannot be differentiable there. Example: greatest-integer (floor) function at integers.
  • Oscillation: the difference quotient fails to approach a limit because of rapid oscillation (e.g., functions like x sin(1/x) at 0 give nonexistence of derivative when appropriately defined).

Practical check: To test differentiability at a point, compute the left and right difference-quotient limits. If both finite and equal, f is differentiable; otherwise it is not.

Differentiability on intervals and at endpoints: For an open interval (a,b), use the standard two-sided derivative. At an endpoint of a closed interval, differentiability requires the appropriate one-sided derivative to exist and be finite.

📌 Examples
  • |x| at x = 0 — Corner: f(x)=|x| is continuous at 0, but f'_-(0) = -1 and f'_+(0) = 1, so not differentiable at 0.
  • x^{2/3} at x = 0 — Cusp: f(x)=x^{2/3} has f'_-(0) = -infinity and f'_+(0) = +infinity, so not differentiable (sharp cusp).
  • x^{1/3} at x = 0 — Vertical tangent: f(x)=x^{1/3} has both one-sided slopes -> +infinity, so no finite derivative (vertical tangent).
  • Piecewise example at x = 1: f(x)= { x^2, x<=1; 2x-1, x>1 } — Here f(1-)=1, f(1+)=1 and f'_-(1)=2, f'_+(1)=2 so f is differentiable at 1 (finite equal one-sided derivatives). Change the second piece to 3x-2 to get non-differentiability (unequal slopes).
  • Oscillatory example at 0: f(x)=x sin(1/x) for x!=0, f(0)=0. Then (f(x)-f(0))/x = sin(1/x) has no limit as x->0, so f is not differentiable at 0 (though continuous).
  • Discontinuous example: the floor function [x] is not continuous at integers, hence not differentiable at integers.
🧮 Formulas
  1. \[Definition: f'(a) = lim_{h->0} (f(a+h) - f(a)) / h\]
    \[if the limit exists (finite).\]
  2. \[Left derivative: f'_-(a) = lim_{h->0-} (f(a+h)-f(a))/h\]
    \[Right derivative: f'_+(a) = lim_{h->0+} (f(a+h)-f(a))/h.\]
  3. \[Differentiability criterion: f is differentiable at a iff f'_-(a) and f'_+(a) exist and f'_-(a) = f'_+(a) (both finite).\]
  4. \[Differentiability implies continuity: If f'(a) exists then lim_{x->a} f(x) = f(a).\]
  5. \[Power rule (useful in examples): d/dx x^n = n x^{n-1} for integer n (and general n where defined).\]
  6. \[Sign rule for |x|: d/dx |x| = { -1\]
    \[x<0\]
    \[not defined at x=0\]
    \[+1\]
    \[x>0 }.\]
🔢11

Problem-solving techniques and applications (basic)

Fig 11 — Educational Diagram: Problem-solving techniques and applications (basic)

Fig 11 — Educational Diagram: Problem-solving techniques and applications (basic)

📐 MATHEMATICAL FORMULA / THEOREM

Problem-solving techniques and applications (basic)

Key Point: Limit definition of derivative: f'(a) = lim_{h->0} [f(a+h)-f(a)]/h

Overview: This topic introduces practical techniques to evaluate limits and derivatives and shows basic applications (rate, tangent, approximation, simple optimization). You learn methods to simplify expressions, find derivatives using rules or first principles, and apply derivatives to interpret instantaneous rates and local behaviour of functions.

Core ideas:

  • Limit techniques: Use algebraic simplification (factorization/cancellation), rationalization (multiply by conjugate), trigonometric identities, series/expansion for small terms, substitution when continuous, and the squeeze theorem for trapped expressions. Recognize and handle removable (holes), jump, and infinite discontinuities.
  • Derivative concept: Derivative f'(a) is the instantaneous rate of change or slope of tangent at x = a. Definition (first principle): f'(a) = lim_{h->0} (f(a+h)-f(a))/h, when the limit exists.
  • Derivative rules (problem solving): power rule, sum/difference, product, quotient, and chain rules let you compute derivatives quickly after simplification. Use derivative tables for common elementary functions (polynomial, trig, exponential, logarithm).
  • Applications (basic): tangent line equation, linear approximation (local linearisation), instantaneous rates (velocity from position), identifying increasing/decreasing intervals and simple maxima/minima via f'(x)=0 or sign changes, and small-change approximations (Δy ≈ f'(a)Δx).

Step-by-step problem-solving approach:

  1. For limits: (a) Try direct substitution. (b) If 0/0 or ∞/∞ form, simplify: factor and cancel common factors; rationalize square roots; use trig identities (e.g. sin2x = 2sinx cosx); use standard limits like sin x/x → 1 as x→0. (c) Apply squeeze theorem when expression is bounded between two simpler limits.
  2. For derivatives: (a) If asked from first principle, set up the difference quotient and simplify algebraically before taking the limit. (b) For routine differentiation, simplify expression (expand if needed), then apply rules (product, quotient, chain). (c) Check dimension/units for applied problems (e.g., velocity = derivative of displacement w.r.t time).
  3. For applications: (a) Compute f'(x) and find critical points where f' = 0 or undefined. (b) Use sign chart for f' or second derivative test (f''>0 => local min; f''<0 => local max). (c) Use tangent line for approximations: f(x) ≈ f(a) + f'(a)(x-a).

Tips: Always simplify algebraically before taking limits. Sketch or visualize the function when possible. Keep track of domain and points where function or derivative is undefined. For modelling problems, state what variable depends on what (e.g., y(t)).

📌 Examples
  • Limit example (algebraic cancellation): Evaluate lim_{x->2} (x^2-4)/(x-2). Factor numerator: ((x-2)(x+2))/(x-2) => limit is 4.
  • Limit example (trig): Evaluate lim_{x->0} (sin x)/x = 1 (standard limit).
  • Derivative from first principle: For f(x)=x^2, f'(x)=lim_{h->0}[(x+h)^2-x^2]/h = lim_{h->0}(2x+h)=2x.
  • Tangent and linear approximation: For f(x)=sqrt(x) at a=9, f'(x)=1/(2sqrt(x)) so f'(9)=1/6. For x=9.1, f(9.1) ≈ 3 + (1/6)(0.1) = 3.0167.
  • Rate example (physics): If s(t)=5t^2 is position (m) then velocity v(t)=s'(t)=10t (m/s), acceleration a(t)=v'(t)=10 (m/s^2).
  • Optimization (basic): Maximize area of rectangle with perimeter P: A=xy, y=(P/2)-x => A(x)=x(P/2 - x)= (P/2)x - x^2. Set A'(x)=P/2 - 2x = 0 => x = P/4 (square gives max area).
🧮 Formulas
  1. \[Limit definition of derivative: f'(a) = lim_{h->0} [f(a+h)-f(a)]/h\]
  2. \[Power rule: d/dx[x^n] = n x^{n-1}\]
  3. \[Sum/Difference: d/dx[u ± v] = u' ± v'\]
  4. \[Product rule: d/dx[uv] = u'v + uv'\]
  5. \[Quotient rule: d/dx[u/v] = (u'v - uv')/v^2\]
  6. \[Chain rule: d/dx[f(g(x))] = f'(g(x))·g'(x)\]

Key Concepts

Function
A rule that assigns to each element x in a set (domain) a unique real number f(x).
Domain
The set of all input values x for which a function f(x) is defined.
Limit of a function
The value L that f(x) approaches as x approaches a point a: lim_{x→a} f(x) = L.
Left-hand limit
The value that f(x) approaches as x approaches a from values less than a: lim_{x→a−} f(x).
Right-hand limit
The value that f(x) approaches as x approaches a from values greater than a: lim_{x→a+} f(x).
Limit does not exist (DNE)
When left and right limits at a point are not equal or the function oscillates without tending to a value, the limit does not exist.
Continuity at a point
f is continuous at a if lim_{x→a} f(x) exists and equals f(a).
Continuity on an interval
f is continuous on an interval if it is continuous at every point of that interval.
Removable discontinuity
A hole at x=a where lim_{x→a} f(x) exists but f(a) is undefined or defined differently; redefining f(a) can make f continuous.
Jump discontinuity
When left and right limits at a point exist but are different, causing a sudden 'jump'.
Infinite discontinuity
When f(x) grows without bound near a point (one-sided limit is ±∞), so the limit is infinite.
Indeterminate form
An expression like 0/0 or ∞/∞ obtained when plugging into a limit; further analysis is needed to find the limit.
Squeeze (Sandwich) theorem
If g(x) ≤ f(x) ≤ h(x) near a and lim g(x)=lim h(x)=L, then lim f(x)=L.
Derivative
The instantaneous rate of change of f at x, denoted f'(x), defined as f'(x)=lim_{h→0} (f(x+h)−f(x))/h when this limit exists.
Derivative from first principles
Computation of f'(x) using the limit definition f'(x)=lim_{h→0} (f(x+h)−f(x))/h.
Differentiability
f is differentiable at a if f'(a) exists. Differentiability implies continuity, but not vice versa.
Differential
An infinitesimal change in y: dy = f'(x) dx, approximating change in f for a small dx.
Tangent to a curve
A straight line that touches the curve y=f(x) at (a,f(a)) with slope equal to f'(a).
Instantaneous rate of change
The rate at which a quantity changes at an instant; numerically equals the derivative with respect to time.
Higher-order derivative
Derivatives of derivatives. The second derivative f''(x) is the derivative of f'(x), and so on.

Practice Questions

  1. When does the two-sided limit of a function at a point exist in terms of one-sided limits? / एकपक्षीय सीमाओं के पद में किसी बिंदु पर फलन की द्विपक्षीय सीमा कब अस्तित्व में होती है?
    Show answer

    The limit lim_{x→a} f(x) exists if and only if the left-hand limit and the right-hand limit both exist and are equal. / सीमा lim_{x→a} f(x) तभी अस्तित्व में होती है जब बायीं ओर की सीमा और दायीं ओर की सीमा दोनों अस्तित्व में हों और बराबर हों।

  2. Evaluate lim_{x→1} (x² − 1)/(x − 1) and explain why direct substitution fails. / lim_{x→1} (x² − 1)/(x − 1) का मान ज्ञात कीजिए तथा समझाइए कि प्रत्यक्ष प्रतिस्थापन क्यों विफल होता है।
    Show answer

    Direct substitution gives the indeterminate form 0/0; factoring gives (x−1)(x+1)/(x−1) = x+1 for x ≠ 1, so the limit is 2. / प्रत्यक्ष प्रतिस्थापन अनिर्धारित रूप 0/0 देता है; गुणनखंडन से (x−1)(x+1)/(x−1) = x+1 (x ≠ 1 के लिए), अतः सीमा 2 है।

  3. Using the conjugate method, evaluate lim_{x→0} (√(x + 4) − 2)/x. / संयुग्मी विधि का प्रयोग करके lim_{x→0} (√(x + 4) − 2)/x का मान ज्ञात कीजिए।
    Show answer

    Multiplying by the conjugate gives [(x+4)−4]/[x(√(x+4)+2)] = 1/(√(x+4)+2); substituting x = 0 gives 1/4. / संयुग्मी से गुणा करने पर [(x+4)−4]/[x(√(x+4)+2)] = 1/(√(x+4)+2); x = 0 रखने पर 1/4 प्राप्त होता है।

  4. Find the derivative of f(x) = x² at x = 2 using the first principle (definition of derivative). / प्रथम सिद्धांत (अवकलज की परिभाषा) का प्रयोग करके f(x) = x² का x = 2 पर अवकलज ज्ञात कीजिए।
    Show answer

    f'(2) = lim_{h→0} ((2+h)² − 4)/h = lim_{h→0} (4 + 4h + h² − 4)/h = lim_{h→0} (4 + h) = 4. / f'(2) = lim_{h→0} ((2+h)² − 4)/h = lim_{h→0} (4 + 4h + h² − 4)/h = lim_{h→0} (4 + h) = 4।

  5. State the three conditions for a function f to be continuous at a point x = a. / किसी फलन f के बिंदु x = a पर संतत होने की तीन शर्तें बताइए।
    Show answer

    f must be defined at a (f(a) exists), the limit lim_{x→a} f(x) must exist, and these two must be equal: lim_{x→a} f(x) = f(a). / f का a पर परिभाषित होना आवश्यक है (f(a) अस्तित्व में हो), सीमा lim_{x→a} f(x) अस्तित्व में हो, तथा ये दोनों बराबर हों: lim_{x→a} f(x) = f(a)।

  6. Show that f(x) = |x| is continuous but not differentiable at x = 0. / दर्शाइए कि f(x) = |x| बिंदु x = 0 पर संतत है किंतु अवकलनीय नहीं है।
    Show answer

    It is continuous since lim_{x→0}|x| = 0 = f(0); but the left derivative is −1 and right derivative is +1, which are unequal, so it is not differentiable at 0. / यह संतत है क्योंकि lim_{x→0}|x| = 0 = f(0); किंतु बायाँ अवकलज −1 और दायाँ अवकलज +1 है, जो असमान हैं, अतः यह 0 पर अवकलनीय नहीं है।

  7. Using the product rule, differentiate y = x·sin x. / गुणनफल नियम का प्रयोग करके y = x·sin x का अवकलन कीजिए।
    Show answer

    y' = (1)·sin x + x·cos x = sin x + x cos x. / y' = (1)·sin x + x·cos x = sin x + x cos x।

  8. Evaluate lim_{x→∞} (3x² + 5x)/(2x² − x + 1). / lim_{x→∞} (3x² + 5x)/(2x² − x + 1) का मान ज्ञात कीजिए।
    Show answer

    Dividing numerator and denominator by x² gives (3 + 5/x)/(2 − 1/x + 1/x²), which tends to 3/2 as x → ∞. / अंश और हर को x² से भाग देने पर (3 + 5/x)/(2 − 1/x + 1/x²) प्राप्त होता है, जो x → ∞ पर 3/2 की ओर अग्रसर होता है।

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 153 content files · LLOS Learn · browse all chapters