Limits And Derivatives Exercise 12.2 NCERT Solutions Class 11 PDF Download (Set-1)

⭐⭐⭐⭐⭐ (5/5 from 45821 reviews)

NCERT Question.1 : Find the derivative of $x^2 – 2$ at $x = 10$

Solution:
Let
$$f(x) = x^2 – 2$$

Then,
$$f(x + h) = (x + h)^2 – 2$$

From the first principle,
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}$$

When $x = 10$,
$$f'(10) = \lim_{h \to 0} \frac{f(10 + h) – f(10)}{h}$$

Substitute the values:
$$f'(10) = \lim_{h \to 0} \frac{[(10 + h)^2 – 2] – [10^2 – 2]}{h}$$

Simplify the numerator:
$$f'(10) = \lim_{h \to 0} \frac{(100 + 20h + h^2 – 2) – (100 – 2)}{h}$$

$$f'(10) = \lim_{h \to 0} \frac{(20h + h^2)}{h}$$

$$f'(10) = \lim_{h \to 0} (20 + h)$$

Now, as $h \to 0$,
$$f'(10) = 20$$

$$
\boxed{f'(10) = 20}
$$

This solution covers derivatives using first principles, ideal for CBSE Class 12 Mathematics, JEE preparation, and calculus concept building.
Download detailed Math notes and derivative practice problems by Anand Classes — your guide to mastering limits and differentiation.


NCERT Question.2 : Find the derivative of $x$ at $x = 1$

Solution:
Let
$$f(x) = x$$

Then,
$$f(x + h) = x + h$$

From the first principle,
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}$$

When $x = 1$,
$$f'(1) = \lim_{h \to 0} \frac{f(1 + h) – f(1)}{h}$$

Substitute the values:
$$f'(1) = \lim_{h \to 0} \frac{(1 + h) – 1}{h}$$

Simplify:
$$f'(1) = \lim_{h \to 0} \frac{h}{h}$$

$$f'(1) = \lim_{h \to 0} 1$$

Hence,
$$f'(1) = 1$$

$$
\boxed{f'(1) = 1}
$$

Strengthen your understanding of differentiation using first principles with practice sets from Anand Classes. Perfect for CBSE Class 12 Calculus, JEE Main & Advanced, and foundation concepts in derivatives.


NCERT Question.3 : Find the derivative of $99x$ at $x = 100$

Solution:
Let
$$f(x) = 99x$$

Then,
$$f(x + h) = 99(x + h)$$

From the first principle,
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}$$

When $x = 100$,
$$f'(100) = \lim_{h \to 0} \frac{f(100 + h) – f(100)}{h}$$

Substitute the values:
$$f'(100) = \lim_{h \to 0} \frac{[99(100 + h)] – [99(100)]}{h}$$

Simplify the numerator:
$$f'(100) = \lim_{h \to 0} \frac{(9900 + 99h – 9900)}{h}$$

$$f'(100) = \lim_{h \to 0} \frac{99h}{h}$$

$$f'(100) = \lim_{h \to 0} 99$$

Hence,
$$f'(100) = 99$$

$$
\boxed{f'(100) = 99}
$$

Enhance your grasp of differentiation by first principles with stepwise examples from Anand Classes. Ideal for CBSE and JEE Calculus practice, focusing on linear function derivatives and concept clarity.


NCERT Question 4.1 : Find the derivative of $x^3 – 27$ from first principle.

Solution:
Let
$$f(x) = x^3 – 27$$

Then,
$$f(x + h) = (x + h)^3 – 27$$

From the first principle,
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}$$

Substitute the values:
$$f'(x) = \lim_{h \to 0} \frac{[(x + h)^3 – 27] – [x^3 – 27]}{h}$$

Simplify:
$$f'(x) = \lim_{h \to 0} \frac{(x + h)^3 – x^3}{h}$$

Expand $(x + h)^3$:
$$f'(x) = \lim_{h \to 0} \frac{[x^3 + 3x^2h + 3xh^2 + h^3 – x^3]}{h}$$

Simplify the numerator:
$$f'(x) = \lim_{h \to 0} \frac{3x^2h + 3xh^2 + h^3}{h}$$

Divide each term by $h$:
$$f'(x) = \lim_{h \to 0} (3x^2 + 3xh + h^2)$$

Now, as $h \to 0$,
$$f'(x) = 3x^2$$

$$
\boxed{f'(x) = 3x^2}
$$

Master first principle differentiation with Anand Classes — perfect for JEE, CBSE Class 12 Calculus, and conceptual clarity in polynomial derivatives.


NCERT Question 4.2 : Find the derivative of $(x – 1)(x – 2)$ from first principle

Solution:
Let
$$f(x) = (x – 1)(x – 2)$$

Then,
$$f(x + h) = (x + h – 1)(x + h – 2)$$

From the first principle,
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}$$

Substitute the values:
$$f'(x) = \lim_{h \to 0} \frac{[(x + h – 1)(x + h – 2)] – [(x – 1)(x – 2)]}{h}$$

Expand $(x + h – 1)(x + h – 2)$:
$$(x + h – 1)(x + h – 2) = x^2 + 2hx + h^2 – 3x – 3h + 2$$

So,
$$f'(x) = \lim_{h \to 0} \frac{[x^2 + 2hx + h^2 – 3x – 3h + 2] – [x^2 – 3x + 2]}{h}$$

Simplify the numerator:
$$f'(x) = \lim_{h \to 0} \frac{(2hx + h^2 – 3h)}{h}$$

Divide each term by $h$:
$$f'(x) = \lim_{h \to 0} (2x + h – 3)$$

Now, as $h \to 0$,
$$f'(x) = 2x – 3$$

$$
\boxed{f'(x) = 2x – 3}
$$

Strengthen your foundation in differentiation using the first principle with stepwise examples from Anand Classes. Perfect for mastering product rule basics, CBSE Class 12 calculus, and JEE concept practice.


NCERT Question.4.3 : Find the derivative of $\dfrac{1}{x^2}$ from first principle

Solution:
Let
$$f(x) = \dfrac{1}{x^2}$$

Then,
$$f(x + h) = \dfrac{1}{(x + h)^2}$$

From the first principle,
$$f'(x) = \lim_{h \to 0} \frac{f(x + h) – f(x)}{h}$$

Substitute the values:
$$f'(x) = \lim_{h \to 0} \dfrac{\dfrac{1}{(x + h)^2} – \dfrac{1}{x^2}}{h}$$

Simplify the numerator using the LCM $x^2 (x + h)^2$:
$$f'(x) = \lim_{h \to 0} \frac{x^2 – (x + h)^2}{h x^2 (x + h)^2}$$

Expand $(x + h)^2$:
$$f'(x) = \lim_{h \to 0} \frac{x^2 – [x^2 + 2xh + h^2]}{h x^2 (x + h)^2}$$

Simplify the numerator:
$$f'(x) = \lim_{h \to 0} \dfrac{-2xh – h^2}{h x^2 (x + h)^2}$$

Factor $h$ from the numerator:
$$f'(x) = \lim_{h \to 0} \dfrac{h(-2x – h)}{h x^2 (x + h)^2}$$

Cancel $h$:
$$f'(x) = \lim_{h \to 0} \frac{-2x – h}{x^2 (x + h)^2}$$

Now, as $h \to 0$:
$$f'(x) = \frac{-2x}{x^2 \cdot x^2}$$

Simplify:
$$f'(x) = -\frac{2}{x^3}$$

$$
\boxed{f'(x) = -\frac{2}{x^3}}
$$

Build a deeper understanding of differentiation of reciprocal and power functions through Anand Classes. Excellent for CBSE Class 12 calculus, JEE Main, and core derivative concept revision.


NCERT Question.4.4 : Find the derivative of $\dfrac{x+1}{x-1}$ from first principle

Solution:
Let
$$f(x)=\frac{x+1}{x-1}.$$

Then
$$f(x+h)=\frac{x+1+h}{x-1+h}.$$

From the first principle,
$$f'(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}.$$

Compute the difference:
$$\frac{f(x+h)-f(x)}{h}
=\frac{1}{h}\left(\frac{x+1+h}{x-1+h}-\frac{x+1}{x-1}\right).$$

Combine the fractions in the numerator:
$$\frac{x+1+h}{x-1+h}-\frac{x+1}{x-1}
=\frac{(x+1+h)(x-1)-(x+1)(x-1+h)}{(x-1+h)(x-1)}.$$

Expand and simplify the numerator:
$$(x+1+h)(x-1)-(x+1)(x-1+h)$$

$$ =[(x+1)(x-1)+h(x-1)]-[(x+1)(x-1)+h(x+1)]$$

$$=h(x-1)-h(x+1)=h\big((x-1)-(x+1)\big)=h(-2)=-2h.$$

Thus
$$\frac{f(x+h)-f(x)}{h}=\frac{-2h}{h(x-1+h)(x-1)}=\frac{-2}{(x-1+h)(x-1)}.$$

Taking the limit $h\to 0$:
$$f'(x)=\lim_{h\to 0}\frac{-2}{(x-1+h)(x-1)}=\frac{-2}{(x-1)^2}.$$

$$
\boxed{f'(x)=-\dfrac{2}{(x-1)^2}}
$$

Download comprehensive derivative notes and practice problems from Anand Classes — perfect for CBSE and JEE calculus revision.


NCERT Question.5 : For the function
$$f(x)=\frac{x^{100}}{100}+\frac{x^{99}}{99}+\cdots+\frac{x^{2}}{2}+x+1$$
prove that $f'(1) = 100 f'(0)$

Solution:
From termwise differentiation (power rule) for $n\ge 1$
$$\frac{d}{dx}\left(\frac{x^n}{n}\right)=x^{,n-1}$$
and $\dfrac{d}{dx}(x)=1,\ \dfrac{d}{dx}(1)=0$.

Hence
$$f'(x)=x^{99}+x^{98}+\cdots+x+1.$$

Evaluate at $x=1$:
$$f'(1)=1^{99}+1^{98}+\cdots+1+1=100.$$

Evaluate at $x=0$:
$$f'(0)=0^{99}+0^{98}+\cdots+0+1=1.$$

Therefore
$$f'(1)=100=100\cdot 1=100f'(0)$$

$$
\boxed{f'(1)=100 f'(0)}
$$

Download comprehensive derivative notes and practice sets by Anand Classes — perfect for CBSE and JEE calculus revision and strengthening fundamentals.


Question 6. Find the derivative of $ x^n + a x^{n-1} + a^2 x^{n-2} + \ldots + a^{n-1}x + a^n $ for a fixed real number $a$.

Solution:
Given,
$$f(x) = x^n + a x^{n-1} + a^2 x^{n-2} + \ldots + a^{n-1}x + a^n$$

As the derivative of ( x^m ) is ( m x^{m-1} ), and the derivative of a constant is ( 0 ),
we differentiate term by term.

So,
$$
f'(x) = \frac{d}{dx}(x^n) + \frac{d}{dx}(a x^{n-1}) + \frac{d}{dx}(a^2 x^{n-2}) + \ldots + \frac{d}{dx}(a^{n-1}x) + \frac{d}{dx}(a^n) $$

$$ = n x^{n-1} + a (n-1) x^{n-2} + a^2 (n-2) x^{n-3} + \ldots + a^{n-2} (2x) + a^{n-1}(1) + 0 $$

Hence,
$$f'(x) = n x^{n-1} + a (n-1) x^{n-2} + a^2 (n-2) x^{n-3} + \ldots + 2a^{n-2}x + a^{n-1}$$

or, in summation form,
$$f'(x) = \sum_{k=0}^{n-1} a^k (n-k) x^{n-k-1}$$

$$
\boxed{f'(x) = n x^{n-1} + a (n-1) x^{n-2} + a^2 (n-2) x^{n-3} + \ldots + 2a^{n-2}x + a^{n-1}}
$$

Top-quality differentiation notes for JEE and CBSE students — download detailed study material by Anand Classes for more solved examples and step-by-step derivative problems.

NCERT Solutions Exercise 12.1 (Set-3) ➡️

📚 Buy Study Material & Join Our Coaching

For premium study materials specially designed for JEE, NEET, NDA, CDS, AFCAT, SSC Exams, visit our official study material portal:
👉 https://publishers.anandclasses.co.in/

For JEE/NEET Notes : Visit https://anandclasses.in/

For NDA Notes : Visit https://nda.anandclasses.in/

For SSC Notes : Visit https://ssc.anandclasses.in/

For CDS, AFCAT Notes : Visit https://cds-afcat.anandclasses.in/

To enroll in our offline or online coaching programs, visit our coaching center website:
👉 https://anandclasses.co.in/

📞 Call us directly at: +91-94631-38669

💬 WhatsApp Us Instantly

Need quick assistance or want to inquire about classes and materials?

📲 Click below to chat instantly on WhatsApp:
👉 Chat on WhatsApp

🎥 Watch Video Lectures

Get access to high-quality video lessons, concept explainers, and revision tips by subscribing to our official YouTube channel:
👉 Neeraj Anand Classes – YouTube Channel

RELATED TOPICS