Introduction
Chapter 13 of NCERT Mathematics for Class 11 introduces students to the fundamental concepts of limits and derivatives, which form the foundation of calculus. These concepts are essential for understanding changes in quantities and rates at which these changes occur.
Calculus, developed independently by Newton and Leibniz, is a powerful mathematical tool used in various fields including physics, engineering, economics, and biology. This chapter provides a stepping stone to more advanced calculus concepts.
Part 1: Limits
Understanding Limits
A limit describes the value that a function approaches as the input approaches a certain value. It is not necessarily the value of the function at that point, but rather what the function's output gets closer to as the input gets closer to a specified value.
This notation reads as "the limit of f(x) as x approaches a is L."
Properties of Limits
- Limit of a sum: lim(xa)[f(x) + g(x)] = lim(xa)f(x) + lim(xa)g(x)
- Limit of a difference: lim(xa)[f(x) - g(x)] = lim(xa)f(x) - lim(xa)g(x)
- Limit of a product: lim(xa)[f(x) g(x)] = lim(xa)f(x) lim(xa)g(x)
- Limit of a quotient: lim(xa)[f(x) / g(x)] = lim(xa)f(x) / lim(xa)g(x), provided lim(xa)g(x) 0
- Limit of a constant: lim(xa)c = c, where c is a constant
- Power rule: lim(xa)[f(x)]^n = [lim(xa)f(x)]^n, where n is a positive integer
Evaluating Limits
Example 1:
Find lim(x2)(3x + 5x - 1)
Solution:
Using the properties of limits:
lim(x2)(3x + 5x - 1) = 3[lim(x2)x] + 5[lim(x2)x] - 1
= 3(2) + 5(2) - 1
= 3(4) + 10 - 1
= 12 + 10 - 1
= 21
Example 2:
Find lim(x0)[(sin x)/x]
Solution:
This is a standard limit that equals 1:
Example 3:
Find lim(x0)[(1 - cos x)/x]
Solution:
Multiplying numerator and denominator by (1 + cos x):
lim(x0)[(1 - cos x)(1 + cos x)]/[x(1 + cos x)]
= lim(x0)[(1 - cos x)]/[x(1 + cos x)]
= lim(x0)[sin x]/[x(1 + cos x)]
= lim(x0)[sin x/x] [sin x/(1 + cos x)]
= 1 [0/(1 + 1)]
= 0
Limits of Rational Functions
Example 4:
Find lim(x1)[(x - 1)/(x - 1)]
Solution:
Direct substitution gives 0/0, an indeterminate form. We need to factorize:
lim(x1)[(x - 1)(x + 1)/(x - 1)]
= lim(x1)(x + 1)
= 1 + 1
= 2
Part 2: Derivatives
Understanding Derivatives
The derivative of a function at a point gives the rate at which the function's value changes at that point. Geometrically, it represents the slope of the tangent line to the curve of the function at that point.
This formula represents the derivative of function f at point x.
First Principles of Differentiation
Derivatives can be calculated using first principles, which involves applying the limit definition directly to the function.
Example 5:
Find the derivative of f(x) = x using first principles.
Solution:
Using the definition:
f'(x) = lim(h0)[(x + h) - x]/h
= lim(h0)[x + 2xh + h - x]/h
= lim(h0)[2xh + h]/h
= lim(h0)[h(2x + h)]/h
= lim(h0)(2x + h)
= 2x
Basic Differentiation Formulas
- Power rule: d/dx(x^n) = nx^(n-1), where n is any real number
- Constant multiple: d/dx[cf(x)] = c f'(x), where c is a constant
- Sum/difference rule: d/dx[f(x) g(x)] = f'(x) g'(x)
- Product rule: d/dx[f(x) g(x)] = f'(x) g(x) + f(x) g'(x)
- Quotient rule: d/dx[f(x)/g(x)] = [f'(x) g(x) - f(x) g'(x)]/[g(x)]
Standard Derivatives
- 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
Differentiation Examples
Example 6:
Find the derivative of f(x) = 5x + 3x - 7x + 2
Solution:
Using the power rule and sum/difference rule:
f'(x) = 5(3x) + 3(2x) - 7(1) + 0
= 15x + 6x - 7
Example 7:
Find the derivative of f(x) = (2x + 3)(5x - 1)
Solution:
Using the product rule:
Let u = 2x + 3 and v = 5x - 1
Then u' = 2 and v' = 5
Using the product rule: d/dx(uv) = u'v + uv'
f'(x) = 2(5x - 1) + (2x + 3)(5)
= 10x - 2 + 10x + 15
= 20x + 13
Example 8:
Find the derivative of f(x) = (x + 1)/(x + 2)
Solution:
Using the quotient rule:
Let u = x + 1 and v = x + 2
Then u' = 2x and v' = 1
Using the quotient rule: d/dx(u/v) = (u'v - uv')/v
f'(x) = [(2x)(x + 2) - (x + 1)(1)]/(x + 2)
= [2x + 4x - x - 1]/(x + 2)
= (x + 4x - 1)/(x + 2)
Example 9:
Find the derivative of f(x) = sin(2x)
Solution:
Using the chain rule:
f'(x) = cos(2x) d/dx(2x)
= cos(2x) 2
= 2cos(2x)
Applications of Limits and Derivatives
Finding Tangents and Normals
One application of derivatives is finding the equations of tangents and normals to curves at given points.
Example 10:
Find the equation of the tangent to the curve y = x at the point (2,8).
Solution:
First, find the derivative:
dy/dx = 3x
At x = 2, dy/dx = 3(2) = 12
So, the slope of the tangent at (2,8) is 12
Using the point-slope form of a line:
y - 8 = 12(x - 2)
y = 12x - 24 + 8
y = 12x - 16
Finding Rates of Change
Derivatives are used to determine how quickly one quantity changes with respect to another.
Example 11:
The radius of a circle is increasing at a rate of 3 cm/s. Find the rate of change of the area of the circle when the radius is 10 cm.
Solution:
The area of a circle is given by A = r
Differentiating with respect to time:
dA/dt = 2r(dr/dt)
Given that dr/dt = 3 cm/s and r = 10 cm:
dA/dt = 2(10)(3)
dA/dt = 60 cm/s
Practice Problems
- Find lim(x3)(2x + 5x - 1)/(x + 2)
- Find lim(x0)[(sin 3x)/(5x)]
- Find lim(x1)[(x - 1)/(x - 1)]
- Find the derivative of f(x) = 4x - 3x + 2x - 7 using first principles.
- Find the derivative of f(x) = (3x + 1)(2x - 5) using the product rule.
- Find the derivative of f(x) = (x + 3)/(2x - 1) using the quotient rule.
- Find the derivative of f(x) = xsin(x).
- Find the equation of the tangent to the curve y = 2x - 5x + 3 at the point (2,1).
Study Tips
- Practice solving problems regularly to build confidence in applying formulas.
- Understand the geometric interpretation of limits and derivatives to grasp the concepts better.
- Memorize standard limits and derivative formulas as they are frequently used.
- Break down complex problems into smaller steps.
- Review previous chapters on functions and trigonometry as they are essential for this chapter.
Conclusion
Limits and derivatives form the foundation of calculus and are essential tools in mathematics and its applications. This chapter provides the basic understanding needed to tackle more advanced calculus concepts in higher classes. By mastering the techniques and formulas presented in this chapter, students will be well-prepared for further studies in mathematics, science, and engineering.
Regular practice with NCERT textbook problems and additional examples will help reinforce understanding and problem-solving skills in this important area of mathematics.
