Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

CBSE Class 11 Mathematics Practice Worksheet A on Differentiation, covering sum and product rules with questions on derivatives of trigonometric, polynomial, and rational functions.

Practice Worksheet A for CBSE Class 11 Mathematics on Differentiation (Sum and Product), featuring questions on finding derivatives of various functions.

Practice Worksheet A for CBSE Class 11 Mathematics on Differentiation (Sum and Product), featuring questions on finding derivatives of various functions.

PNG 570×572 42.9 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #552733
Show Answer Key & Explanations Step-by-step solution for: CBSE Class 11 Maths Differentiation As Sum Product Worksheet Set A
Let's solve each question from the Practice Worksheet A on Differentiation (As Sum, Product) for CBSE Class 11 Mathematics.

---

Very Short Answer Questions



---

#### Q1. If $ y = \frac{x}{\cos x} $, find $ \frac{dy}{dx} $.

This is a quotient of two functions:
$ y = \frac{u}{v} $, where $ u = x $, $ v = \cos x $

Using Quotient Rule:
$$
\frac{dy}{dx} = \frac{v \cdot \frac{du}{dx} - u \cdot \frac{dv}{dx}}{v^2}
$$

- $ \frac{du}{dx} = 1 $
- $ \frac{dv}{dx} = -\sin x $

So,
$$
\frac{dy}{dx} = \frac{\cos x \cdot 1 - x \cdot (-\sin x)}{\cos^2 x} = \frac{\cos x + x \sin x}{\cos^2 x}
$$

Answer: $ \boxed{\frac{\cos x + x \sin x}{\cos^2 x}} $

---

#### Q2. If $ y = (1 - \cos x)(1 + \tan x) $, find $ \frac{dy}{dx} $.

Use Product Rule:
$ y = u \cdot v $, where
$ u = 1 - \cos x $, $ v = 1 + \tan x $

Then:
$$
\frac{dy}{dx} = u'v + uv'
$$

- $ u' = \sin x $
- $ v' = \sec^2 x $

So,
$$
\frac{dy}{dx} = (\sin x)(1 + \tan x) + (1 - \cos x)(\sec^2 x)
$$

Answer: $ \boxed{\sin x(1 + \tan x) + (1 - \cos x)\sec^2 x} $

---

#### Q3. If $ y = (x^2 - 5x + 6)(x^3 + 2) $, find $ \frac{dy}{dx} $.

Let $ u = x^2 - 5x + 6 $, $ v = x^3 + 2 $

Then:
- $ u' = 2x - 5 $
- $ v' = 3x^2 $

By product rule:
$$
\frac{dy}{dx} = u'v + uv' = (2x - 5)(x^3 + 2) + (x^2 - 5x + 6)(3x^2)
$$

Now expand:

First term:
$ (2x - 5)(x^3 + 2) = 2x^4 + 4x - 5x^3 - 10 = 2x^4 - 5x^3 + 4x - 10 $

Second term:
$ (x^2 - 5x + 6)(3x^2) = 3x^4 - 15x^3 + 18x^2 $

Add both:
$$
(2x^4 - 5x^3 + 4x - 10) + (3x^4 - 15x^3 + 18x^2) = 5x^4 - 20x^3 + 18x^2 + 4x - 10
$$

Answer: $ \boxed{5x^4 - 20x^3 + 18x^2 + 4x - 10} $

---

#### Q4. If $ y = (1 + 2\tan x)(5 + 4\cos x) $, find $ \frac{dy}{dx} $.

Let $ u = 1 + 2\tan x $, $ v = 5 + 4\cos x $

Then:
- $ u' = 2\sec^2 x $
- $ v' = -4\sin x $

Product rule:
$$
\frac{dy}{dx} = u'v + uv' = (2\sec^2 x)(5 + 4\cos x) + (1 + 2\tan x)(-4\sin x)
$$

Simplify:
$$
= 10\sec^2 x + 8\sec^2 x \cos x - 4\sin x - 8\tan x \sin x
$$

Note: $ \sec^2 x \cos x = \frac{1}{\cos^2 x} \cdot \cos x = \frac{1}{\cos x} = \sec x $

So:
$$
= 10\sec^2 x + 8\sec x - 4\sin x - 8\tan x \sin x
$$

Also, $ \tan x \sin x = \frac{\sin x}{\cos x} \cdot \sin x = \frac{\sin^2 x}{\cos x} $

So:
$$
\frac{dy}{dx} = 10\sec^2 x + 8\sec x - 4\sin x - 8\frac{\sin^2 x}{\cos x}
$$

But we can leave it in factored form as well.

Answer: $ \boxed{2\sec^2 x(5 + 4\cos x) - 4\sin x(1 + 2\tan x)} $

---

#### Q5. If $ y = \frac{ax + b}{cx + d} $, find $ \frac{dy}{dx} $.

Quotient Rule:
Let $ u = ax + b $, $ v = cx + d $

- $ u' = a $
- $ v' = c $

$$
\frac{dy}{dx} = \frac{v u' - u v'}{v^2} = \frac{(cx + d)(a) - (ax + b)(c)}{(cx + d)^2}
$$

Numerator:
$$
a(cx + d) - c(ax + b) = acx + ad - acx - bc = ad - bc
$$

So:
$$
\frac{dy}{dx} = \frac{ad - bc}{(cx + d)^2}
$$

Answer: $ \boxed{\frac{ad - bc}{(cx + d)^2}} $

---

Short Answer Questions



---

#### Q6. Find $ \frac{dy}{dx} $ if $ y = \cot x $.

We know:
$$
\frac{d}{dx}(\cot x) = -\csc^2 x
$$

Answer: $ \boxed{-\csc^2 x} $

---

#### Q7. Differentiate $ \frac{x^n - a^n}{x - a} $ w.r.t. $ x $.

Let $ y = \frac{x^n - a^n}{x - a} $

Note: For $ x \ne a $, this is the definition of derivative of $ x^n $ at $ x = a $, but here we are differentiating with respect to $ x $, treating $ a $ as constant.

We can use Quotient Rule:

Let $ u = x^n - a^n $, $ v = x - a $

Then:
- $ u' = n x^{n-1} $
- $ v' = 1 $

So:
$$
\frac{dy}{dx} = \frac{(x - a)(n x^{n-1}) - (x^n - a^n)(1)}{(x - a)^2}
$$

Simplify numerator:
$$
n x^{n-1}(x - a) - (x^n - a^n) = n x^n - n a x^{n-1} - x^n + a^n = (n - 1)x^n - n a x^{n-1} + a^n
$$

Alternatively, you can factor or recognize that:
$$
\frac{x^n - a^n}{x - a} = x^{n-1} + a x^{n-2} + a^2 x^{n-3} + \cdots + a^{n-1}
$$

Then derivative:
$$
(n-1)x^{n-2} + 2a x^{n-3} + 3a^2 x^{n-4} + \cdots + (n-1)a^{n-2}
$$

But unless specified, the quotient rule form is acceptable.

Answer: $ \boxed{\frac{n x^{n-1}(x - a) - (x^n - a^n)}{(x - a)^2}} $

---

#### Q8. Find $ \frac{dy}{dx} $ if $ y = 1 - \frac{1}{x^2} $

Rewrite: $ y = 1 - x^{-2} $

Differentiate:
$$
\frac{dy}{dx} = 0 - (-2)x^{-3} = 2x^{-3} = \frac{2}{x^3}
$$

Answer: $ \boxed{\frac{2}{x^3}} $

---

#### Q9. If $ y = \frac{x}{1 + \tan x} $, find $ \frac{dy}{dx} $.

Quotient Rule: $ u = x $, $ v = 1 + \tan x $

- $ u' = 1 $
- $ v' = \sec^2 x $

$$
\frac{dy}{dx} = \frac{(1 + \tan x)(1) - x(\sec^2 x)}{(1 + \tan x)^2} = \frac{1 + \tan x - x \sec^2 x}{(1 + \tan x)^2}
$$

Answer: $ \boxed{\frac{1 + \tan x - x \sec^2 x}{(1 + \tan x)^2}} $

---

#### Q10. If $ y = \frac{x}{1 - \cot x} $, find $ \frac{dy}{dx} $.

Let $ u = x $, $ v = 1 - \cot x $

- $ u' = 1 $
- $ v' = \csc^2 x $ (since $ \frac{d}{dx}(\cot x) = -\csc^2 x $)

So:
$$
\frac{dy}{dx} = \frac{(1 - \cot x)(1) - x(\csc^2 x)}{(1 - \cot x)^2} = \frac{1 - \cot x - x \csc^2 x}{(1 - \cot x)^2}
$$

Answer: $ \boxed{\frac{1 - \cot x - x \csc^2 x}{(1 - \cot x)^2}} $

---

Final Answers Summary:



| Q | Answer |
|---|--------|
| Q1 | $ \frac{\cos x + x \sin x}{\cos^2 x} $ |
| Q2 | $ \sin x(1 + \tan x) + (1 - \cos x)\sec^2 x $ |
| Q3 | $ 5x^4 - 20x^3 + 18x^2 + 4x - 10 $ |
| Q4 | $ 2\sec^2 x(5 + 4\cos x) - 4\sin x(1 + 2\tan x) $ |
| Q5 | $ \frac{ad - bc}{(cx + d)^2} $ |
| Q6 | $ -\csc^2 x $ |
| Q7 | $ \frac{n x^{n-1}(x - a) - (x^n - a^n)}{(x - a)^2} $ |
| Q8 | $ \frac{2}{x^3} $ |
| Q9 | $ \frac{1 + \tan x - x \sec^2 x}{(1 + \tan x)^2} $ |
| Q10 | $ \frac{1 - \cot x - x \csc^2 x}{(1 - \cot x)^2} $ |

Let me know if you'd like these answers formatted for printing or need step-by-step explanations in video format!
Parent Tip: Review the logic above to help your child master the concept of derivative practice worksheet.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all derivative practice worksheet)

50+ derivatives worksheets for 12th Grade on Quizizz | Free ...
Logarithmic Differentiation Worksheet - Fill Online, Printable ...
Quiz & Worksheet - Finding the Second Derivative | Study.com
Calculus Worksheets | Differentiation Rules Worksheets
50+ derivatives worksheets on Quizizz | Free & Printable
Derivatives Practice - Math 11012 Intuitive Calculus Derivative ...
Quiz & Worksheet - Using the Rules of Differentiation to Calculate ...
Calculus Worksheets | Differential Applications Worksheets
CBSE Class 11 Maths Differentiation As Sum Product Worksheet Set A
Math Exercises & Math Problems: Derivative of a Function