What core idea of a function's behavior does the concept of a Limit help us understand?
1.The function's rate of change at a specific, instantaneous point.
2.The overall average rate of change of the function over a large interval.
3.The value that the function's output gets closer to as its input approaches a certain value.
4. The maximum or minimum output value that the function can ever attain.
Frequently Asked Questions
A derivative represents the rate at which a function changes as its input changes. It's essentially the slope of the tangent line to the function's graph at any given point, providing information about the function's instantaneous rate of change.
If the limit does not exist, it means that as the variable approaches a certain value, the function does not approach a single, finite value. This can occur due to discontinuities, infinite oscillations, or unbounded behavior in the function.
Not all functions are differentiable. A function is differentiable at a point if it is continuous there and if the derivative exists. Functions that have sharp corners, cusps, or discontinuities at a point are not differentiable at that point.
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Limits and Derivatives
Limits and Derivatives are fundamental concepts in calculus that lay the groundwork for more advanced topics. Understanding them is crucial for solving problems related to rates of change, optimization, and motion, among others.
1.0What are Limits and Derivatives in Mathematics?
Limits help us understand the behavior of functions as they approach a certain point. Formally, the limit of a function f(x) as x approaches a value a is the value that f(x) gets closer to as x gets closer to a. It’s expressed as:
limx→af(x)=L
Where L is the limit value.
Following fig. show the graphs of three functions. Note that in part(c), f(a) is not defined and part (b), f(a) ≠ L. But in each case, it happens at a. It is true that limx→af(x)=L.
Derivatives, on the other hand, measure how a function changes as its input changes. It's the rate at which the function's value changes with respect to change in the variable. The derivative of a function f(x) at a point x = a is given by:
f′(a)=limh→0hf(a+h)−f(a)
This formula is essentially the limit of the average rate of change as the interval shrinks to zero.
2.0Left hand Limits and Right Hand limit of a Function
limx→a−f(x)=Llimx→a+f(x)=L
limx→af(x)=L
If limx→a−f(x)=limx→a+f(x)=L( finite )
Geometrical Meaning:
Tangent to the curve y = f(x) at a points (a, f(a)) is a limiting case of slope of secant through A.
limB→AmAB=limh→0hf(a+h)−f(a)
limC→AmAc=limh→0−hf(a−h)−f(a)
Derivative exists if
limh→0−hf(a−h)−f(a)=limh→0hf(a+h)−f(a)
3.0Limits and Derivatives Formulas
Algebra of Limits:
limx→ac=c, where c is a constant.
limx→ax=a
limx→a[f(x)±g(x)]=limx→af(x)±limx→ag(x)
limx→a[f(x)⋅g(x)]=limx→af(x)⋅limx→ag(x)
limx→ag(x)f(x)=limx→ag(x)limx→af(x)
limx→a[(f)(x)]=limx→af(x)
Limits of Some Basic Trigonometric Functions
limx→0xsinx=1
limx→0xtanx=1
limx→0xsin−1x=1
limx→0xtan−1x=1(Where x is measured in radians)
If limx→0f(x)=0thanlimx→0f(x)sinf(x)=1e.g. limx→1(lnx)sin(lnx)=1
limx→0x1−cosx=0
Limits of Some Exponential and Logarithmic Functions
The concept of derivatives is fundamentally built on the concept of limits. A derivative is essentially a limit that describes the rate of change of a function at a specific point. Without limits, the definition of a derivative wouldn't exist. When we calculate a derivative using the definition, we're actually finding the limit of the function's average rate of change as the interval over which the change is measured approaches zero.
5.0Solved Examples of Limits and Derivatives
Example 1: Evaluate the limit: limx→3x−3x2−9
Solution:
Given: limx→3x−3x2−9
=limx→3x−3x2−9
Simplify the expression
=limx→3x−3(x−3)(x+3)
Cancelling the common factor (x – 3)
=limx→3x+3
Now, substitute x = 3 into the simplified expression
= 3 + 3 = 6
So, limx→3x−3x2−9=6
Example 2: Find the derivative of f(x) = x2 at x = 2.
Solution:
Using the definition of a derivative:
f′(x)=limh→0hf(x+h)−f(x)
Substituting f(x) = x2:
f′(2)=limh→0h(2+h)2−4
f′(2)=limh→0h4+4h+h2−4
f′(2)=limh→0(4+h)
f′(2)=4
So, f'(2) = 4.
Example 3: Evaluate the limit: limx→2x−2x2−4
Solution:
Given: limx→2x−2x2−4
=limx→2x−2x2−4
Simplify the expression
=limx→2x−2(x−2)(x+2)
Cancelling the common factor (x – 2)
=limx→2x+2
Now, substitute x = 2 into the simplified expression
= 2 + 2 = 4
So, limx→2x−2x2−4=4
Example 4: Find the derivative of f(x) = 3x3 – 5x2 + 2x – 7.
Solution:
Using the power rule dxd[xn]=nxn−1, differentiate each term:
f′(x)=3⋅3x2−5⋅2x1+2⋅1x0−0
f′(x)=9x2−10x+2
Example 5: Find the derivative of f(x) = x2 + 3x using the definition of a derivative.
Solution:
The derivative is given by:
f′(x)=limh→0hf(x+h)−f(x)
Substitute f(x) = x2 + 3x:
Expand and simplify:
f′(x)=limh→0h(x+h)2+3(x+h)−(x2+3x)
f′(x)=limh→0h2xh+h2+3h
Factor out h:
f′(x)=limh→0(2x+h+3)
f′(x)=2x+3
So, the derivative is f'(x) = 2x + 3.
Example 6: Evaluate the limit limx→∞3x3+x−75x3−2x2+4
Solution:
Given: limx→∞3x3+x−75x3−2x2+4
Divide each term by x3 (the highest power of x in the denominator)
limx→∞3+x21−x375−x2+x34
Putting the limit x = infinite
limx→∞3+x21−x375−x2+x34=35
So, limx→∞3x3+x−75x3−2x2+4=35
Example 7: Evaluate limx→0{x1+x−1−x}
Solution:
We have
limx→0{x1+x−1−x}
=limx→0{x1+x−1−x⋅(1+x+1−x)(1+x+1−x)}
=limx→0x(1+x+1−x){(1+x)−(1−x)}
=limx→0x(1+x+1−x)2x
=limx→0(1+x+1−x)2=1 [puttingx=0]
Example 8: Evaluate limx→1(x−1)(x2−4x+3)
Solution:
We have,
limx→1(x−1)(x2−4x+3)
=limx→1(x−1)(x−1)(x−3)
=limx→1(x−3)
=-2
Example 9: Evaluate limx→0(xe3x−1)
Solution:
We have,
limx→0(xe3x−1)
=lim3x→0{(3xe3x−1)×3}
[∵(x→0)⇒(3x→0)]
=3×limy→0(yey−1) , where y = 3x
= (3 × 1) = 3 [⊠limy→0(yey−1)=1]
Example 10: Evaluate limx→0(x3x−2x)
Solution:
We have,
limx→0(x3x−2x)
=limx→0{x(3x−1)−(2x−1)}
limx→0(x3x−1)−limx→0(x2x−1)
= (log 3 – log 2)
=log23[limx→0(xax−1)=loga].
Example 11: Find the derivative of f(x)=sin(x)⋅cos(x).
Solution:
This is a product of two functions, so use the product rule:
f′(x)=dxd[sin(x)⋅cos(x)]
f′(x)=sin(x)⋅dxd[cos(x)]+cos(x)⋅dxd[sin(x)]
f′(x)=sin(x)⋅(−sin(x))+cos(x)⋅cos(x)
f′(x)=−sin2(x)+cos2(x)
Example 12: Find the derivative of f(x) = e3x.
Solution:
Given: f(x) = e3x
Use the chain rule:
f′(x)=dxd[e3x]
f′(x)=e3x⋅dxd[3x]
f′(x)=3e3x
Example 13: Find the derivative of f(x)=ln(2x2+3x).
Solution:
Given: f(x)=ln(2x2+3x)
Apply the chain rule:
f′(x)=2x2+3x1⋅dxd[2x2+3x]
f′(x)=2x2+3x1⋅(4x+3)
Simplify:
f′(x)=2x2+3x4x+3
6.0Practice Questions of Limits and Derivatives
limx→3(x+3x2+9)
limx→21(2x−14x2−1)
limx→0(xe4x−1)
Find the derivative of f(x) = 7x4 – 3x2 + 5x – 9.
Find the derivative of g(x)=x+x1 .
Find the derivative of f(x) = sin(3x).
Find the derivative of g(x) = tan(x)·sec(x).
Find the derivative of f(x)=e2x⋅ln(x).
Find the derivative of g(x)=log10(x2+1).
Answers:
3
2
4
f’(x) = 28x3 − 6x + 5
g′(x)=1−x21
f’(x) = 3 cos (3x)
g’(x) = sec3 (x) + sec (x). tan2 (x)
f′(x)=e2x(2ln(x)+x1)
g′(x)=(x2+1)ln(10)2x
7.0Sample Questions on Limits and Derivatives
What are limits in mathematics?
Ans: A limit in mathematics describes the value that a function approaches as the input (or variable) approaches a certain point. For instance, if we say limx→af(x)=L, it means that as x gets closer to a, the function f(x) gets closer to the value L.
How are limits and derivatives related?
Ans: The concept of a derivative is built on the idea of limits. The derivative of a function at a point is defined as the limit of the average rate of change of the function as the interval approaches zero. Mathematically, it's expressed as f′(x)=limh→0hf(x+h)−f(x).
How do you find the derivative of a function using the limit definition?
Ans: To find the derivative of a function using the limit definition, you calculate:
f′(x)=limh→0hf(x+h)−f(x)
This formula calculates the slope of the secant line as the interval h approaches zero, effectively giving the slope of the tangent line at point x.