CBSE · NCERT · Class 11 Maths · Chapter 12

NCERT Solutions: Class 11 Maths Chapter 12 - Limits and Derivatives

69 textbook Q&A69 verifiedFree Content

Chapter-wise NCERT intext questions and exercise answers for Limits and Derivatives, grounded in the official textbook.

Questions are taken verbatim from the NCERT textbook; answers were grounded against the chapter's content during generation. Items needing review are marked.
Sections in this chapter
Exercise 12.1 28Exercise 12.2 11Miscellaneous Exercise on Chapter 12 30
Your Progress - Chapter 120% complete
1Exercise 12.128 questions
Q.1$\lim_{x\to3} x+3$v
Solution

The function is continuous, so substitute $x=3$: $3+3=6$.

Answer:

$6$.

Q.2$\lim_{x\to\pi}\left(x-\dfrac{22}{7}\right)$v
Solution

Substitute $x=\pi$ directly to get $\pi-\dfrac{22}{7}$.

Answer:

$\pi-\dfrac{22}{7}$.

Q.3$\lim_{r\to1}\pi r^2$v
Solution

Substitute $r=1$: $\pi(1)^2=\pi$.

Answer:

$\pi$.

Q.4$\lim_{x\to4}\dfrac{4x+3}{x-2}$v
Solution

Substitute $x=4$: $\dfrac{4(4)+3}{4-2}=\dfrac{19}{2}$.

Answer:

$\dfrac{19}{2}$.

Q.5$\lim_{x\to-1}\dfrac{x^{10}+x^5+1}{x-1}$v
Solution

Substitute $x=-1$: numerator $=1-1+1=1$ and denominator $=-2$. Hence the limit is $-\dfrac12$.

Answer:

$-\dfrac12$.

Q.6$\lim_{x\to0}\dfrac{(x+1)^5-1}{x}$v
Solution

Expand $(1+x)^5=1+5x+10x^2+\cdots$. Then $\dfrac{(1+x)^5-1}{x}=5+10x+\cdots$, whose limit as $x\to0$ is $5$.

Answer:

$5$.

Q.7$\lim_{x\to2}\dfrac{3x^2-x-10}{x^2-4}$v
Solution

Factor: $3x^2-x-10=(3x+5)(x-2)$ and $x^2-4=(x-2)(x+2)$. Cancel $x-2$ and substitute $x=2$: $\dfrac{3(2)+5}{2+2}=\dfrac{11}{4}$.

Answer:

$\dfrac{11}{4}$.

Q.8$\lim_{x\to3}\dfrac{x^4-81}{2x^2-5x-3}$v
Solution

Factor $x^4-81=(x-3)(x+3)(x^2+9)$ and $2x^2-5x-3=(2x+1)(x-3)$. Cancel $x-3$ and substitute $x=3$: $\dfrac{(6)(18)}{7}=\dfrac{108}{7}$.

Answer:

$\dfrac{108}{7}$.

Q.9$\lim_{x\to0}\dfrac{ax+b}{cx+1}$v
Solution

Substitute $x=0$: $\dfrac{a(0)+b}{c(0)+1}=b$.

Answer:

$b$.

Q.10$\lim_{z\to1}\dfrac{z^{1/3}-1}{z^{1/6}-1}$v
Solution

Let $t=z^{1/6}$. Then $z^{1/3}=t^2$ and $t\to1$. The limit becomes $\lim_{t\to1}\dfrac{t^2-1}{t-1}=\lim_{t\to1}(t+1)=2$.

Answer:

$2$.

Q.11$\lim_{x\to1}\dfrac{ax^2+bx+c}{cx^2+bx+a},\; a+b+c\ne0$v
Solution

Substitute $x=1$. The numerator is $a+b+c$ and the denominator is $c+b+a=a+b+c$. Since $a+b+c\ne0$, the limit is $1$.

Answer:

$1$.

Q.12$\lim_{x\to-2}\dfrac{\dfrac{1}{x}+\dfrac{1}{2}}{x+2}$v
Solution

Simplify the numerator: $\dfrac1x+\dfrac12=\dfrac{x+2}{2x}$. Thus the expression is $\dfrac{x+2}{2x(x+2)}=\dfrac1{2x}$ for $x\ne-2$. The limit is $\dfrac1{2(-2)}=-\dfrac14$.

Answer:

$-\dfrac14$.

Q.13$\lim_{x\to0}\dfrac{\sin ax}{bx}$v
Solution

$\dfrac{\sin ax}{bx}=\dfrac{a}{b}\cdot\dfrac{\sin ax}{ax}$. As $x\to0$, $ax\to0$, so the second factor tends to 1. Hence the limit is $\dfrac{a}{b}$.

Answer:

$\dfrac{a}{b}$.

Q.14$\lim_{x\to0}\dfrac{\sin ax}{\sin bx},\; a,b\ne0$v
Solution

$\dfrac{\sin ax}{\sin bx}=\dfrac{a}{b}\cdot\dfrac{\sin ax}{ax}\cdot\dfrac{bx}{\sin bx}$. Both standard-limit factors tend to 1, so the limit is $\dfrac{a}{b}$.

Answer:

$\dfrac{a}{b}$.

Q.15$\lim_{x\to\pi}\dfrac{\sin(\pi-x)}{\pi(\pi-x)}$v
Solution

Let $u=\pi-x$. Then $u\to0$ and the expression becomes $\dfrac{\sin u}{\pi u}=\dfrac1\pi\cdot\dfrac{\sin u}{u}$. Hence the limit is $\dfrac1\pi$.

Answer:

$\dfrac1\pi$.

Q.16$\lim_{x\to0}\dfrac{\cos x}{\pi-x}$v
Solution

Substitute $x=0$: $\dfrac{\cos0}{\pi-0}=\dfrac1\pi$.

Answer:

$\dfrac1\pi$.

Q.17$\lim_{x\to0}\dfrac{\cos2x-1}{\cos x-1}$v
Solution

Use $\cos2x-1=2\cos^2x-2=2(\cos x-1)(\cos x+1)$. After cancellation, the limit is $\lim_{x\to0}2(\cos x+1)=4$.

Answer:

$4$.

Q.18$\lim_{x\to0}\dfrac{ax+x\cos x}{b\sin x}$v
Solution

Write the expression as $\dfrac{x(a+\cos x)}{b\sin x}=\dfrac{a+\cos x}{b}\cdot\dfrac{x}{\sin x}$. As $x\to0$, this tends to $\dfrac{a+1}{b}$.

Answer:

$\dfrac{a+1}{b}$.

Q.19$\lim_{x\to0}x\sec x$v
Solution

Since $\sec x\to1$ as $x\to0$, $x\sec x\to0\cdot1=0$.

Answer:

$0$.

Q.20$\lim_{x\to0}\dfrac{\sin ax+bx}{ax+\sin bx},\; a,b,a+b\ne0$v
Solution

As $x\to0$, $\sin ax\sim ax$ and $\sin bx\sim bx$. The numerator is asymptotic to $(a+b)x$ and the denominator is also asymptotic to $(a+b)x$. Since $a+b\ne0$, the limit is $1$.

Answer:

$1$.

Q.21$\lim_{x\to0}(\cosec x-\cot x)$v
Solution

$\cosec x-\cot x=\dfrac{1}{\sin x}-\dfrac{\cos x}{\sin x}=\dfrac{1-\cos x}{\sin x}$. This equals $\dfrac{2\sin^2(x/2)}{2\sin(x/2)\cos(x/2)}=\tan\dfrac{x}{2}$, whose limit is $0$.

Answer:

$0$.

Q.22$\lim_{x\to\pi/2}\dfrac{\tan2x}{x-\dfrac{\pi}{2}}$v
Solution

Let $h=x-\dfrac\pi2$. Then $h\to0$ and $2x=\pi+2h$, so $\tan2x=\tan(2h)$. The expression becomes $\dfrac{\tan2h}{h}=2\cdot\dfrac{\tan2h}{2h}\to2$.

Answer:

$2$.

Q.23Find $\lim_{x\to0}f(x)$ and $\lim_{x\to1}f(x)$, where $f(x)=\begin{cases}2x+3,&x\le0\\3(x+1),&x>0\end{cases}$v
Solution

At $x=0$, the left-hand expression gives $2(0)+3=3$ and the right-hand expression gives $3(0+1)=3$, so the limit is $3$. At $x=1$, values near 1 use $3(x+1)$, so the limit is $3(2)=6$.

Answer:

$\lim_{x\to0}f(x)=3$ and $\lim_{x\to1}f(x)=6$.

Q.24Find $\lim_{x\to1}f(x)$, where $f(x)=\begin{cases}x^2-1,&x\le1\\-x^2-1,&x>1\end{cases}$v
Solution

The left-hand limit at 1 is $1^2-1=0$. The right-hand limit is $-1^2-1=-2$. Since the one-sided limits are unequal, $\lim_{x\to1}f(x)$ does not exist.

Answer:

The limit does not exist.

Q.25Evaluate $\lim_{x\to0} f(x)$, where $f(x)=\begin{cases}\dfrac{|x|}{x},&x\ne0\\0,&x=0\end{cases}$v
Solution

For $x>0$, $\dfrac{|x|}{x}=1$. For $x<0$, $\dfrac{|x|}{x}=-1$. Since the right-hand and left-hand limits are different, the limit at 0 does not exist.

Answer:

The limit does not exist.

Q.26Find $\lim_{x\to0} f(x)$, where $f(x)=\begin{cases}\dfrac{x}{|x|},&x\ne0\\0,&x=0\end{cases}$v
Solution

For $x>0$, $\dfrac{x}{|x|}=1$. For $x<0$, $\dfrac{x}{|x|}=-1$. Since the two one-sided limits are unequal, the limit does not exist.

Answer:

The limit does not exist.

Q.27Find $\lim_{x\to5}f(x)$, where $f(x)=|x|-5$v
Solution

The absolute value function is continuous at $5$, so the limit is $|5|-5=0$.

Answer:

$0$.

Q.28Suppose $f(x)=\begin{cases}a+bx,&x<1\\4,&x=1\\b-ax,&x>1\end{cases}$ and if $\lim_{x\to1}f(x)=f(1)$ what are possible values of a and b?v
Solution

For the limit to equal $f(1)=4$, both one-sided limits must be 4. The left-hand limit is $a+b$, and the right-hand limit is $b-a$. Thus $a+b=4$ and $b-a=4$. Solving gives $b=4$ and $a=0$.

Answer:

$a=0$ and $b=4$.

2Exercise 12.211 questions
Q.1Find the derivative of $x^2 – 2$ at $x = 10$.v
Solution

If $f(x)=x^2-2$, then $f'(x)=2x$. At $x=10$, $f'(10)=20$.

Answer:

$20$.

Q.2Find the derivative of x at x = 1.v
Solution

For $f(x)=x$, $f'(x)=1$ for all $x$. Hence at $x=1$, the derivative is $1$.

Answer:

$1$.

Q.3Find the derivative of 99x at x = l00.v
Solution

For $f(x)=99x$, $f'(x)=99$ for all $x$. Therefore at $x=100$, the derivative is $99$.

Answer:

$99$.

Q.4Find the derivative of the following functions from first principle. (i) $x^3-27$ (ii) $(x-1)(x-2)$ (iii) $\dfrac{1}{x^2}$ (iv) $\dfrac{x+1}{x-1}$v
Solution

Using the first-principle limit gives the same simplified derivatives: (i) $(x^3-27)'=3x^2$. (ii) $(x-1)(x-2)=x^2-3x+2$, so derivative $=2x-3$. (iii) $(x^{-2})'=-2x^{-3}=-\dfrac2{x^3}$. (iv) By simplifying the difference quotient, or equivalently differentiating the quotient, $\left(\dfrac{x+1}{x-1}\right)'=\dfrac{(x-1)-(x+1)}{(x-1)^2}=-\dfrac2{(x-1)^2}$.

Answer:

(i) $3x^2$; (ii) $2x-3$; (iii) $-\dfrac{2}{x^3}$; (iv) $-\dfrac{2}{(x-1)^2}$.

Q.5For the function $f(x)=\dfrac{x^{100}}{100}+\dfrac{x^{99}}{99}+...+\dfrac{x^2}{2}+x+1$. Prove that $f'(1)=100f'(0)$.v
Solution

Differentiating term by term gives $f'(x)=x^{99}+x^{98}+\cdots+x+1$. Therefore $f'(1)=1+1+\cdots+1$ with 100 terms, so $f'(1)=100$. Also $f'(0)=1$, because all positive powers of $0$ vanish and the constant term in $f'(x)$ is 1. Hence $f'(1)=100=100f'(0)$.

Answer:

$f'(1)=100f'(0)$.

Q.6Find the derivative of $x^n + ax^{n-1} + a^2x^{n-2} + ... + a^{n-1}x + a^n$ for some fixed real number a.v
Solution

Differentiate term by term, treating $a$ as constant. The derivative of $a^kx^{n-k}$ is $(n-k)a^kx^{n-k-1}$. This gives $nx^{n-1}+(n-1)ax^{n-2}+(n-2)a^2x^{n-3}+\cdots+a^{n-1}$.

Answer:

$nx^{n-1}+(n-1)ax^{n-2}+(n-2)a^2x^{n-3}+\cdots+a^{n-1}$.

Q.7For some constants a and b, find the derivative of (i) $(x-a)(x-b)$ (ii) $(ax^2+b)^2$ (iii) $\dfrac{x-a}{x-b}$v
Solution

(i) $(x-a)(x-b)=x^2-(a+b)x+ab$, so the derivative is $2x-a-b$. (ii) By the chain rule, $\dfrac{d}{dx}(ax^2+b)^2=2(ax^2+b)(2ax)=4ax(ax^2+b)$. (iii) By quotient rule, $\dfrac{(x-b)-(x-a)}{(x-b)^2}=\dfrac{a-b}{(x-b)^2}$.

Answer:

(i) $2x-a-b$; (ii) $4ax(ax^2+b)$; (iii) $\dfrac{a-b}{(x-b)^2}$.

Q.8Find the derivative of $\dfrac{x^n-a^n}{x-a}$ for some constant a.v
Solution

Using quotient rule with numerator $x^n-a^n$ and denominator $x-a$, the derivative is $\dfrac{nx^{n-1}(x-a)-(x^n-a^n)\cdot1}{(x-a)^2}$. Equivalently, for integer $n$, one may first expand $\dfrac{x^n-a^n}{x-a}=x^{n-1}+ax^{n-2}+\cdots+a^{n-1}$.

Answer:

$\dfrac{nx^{n-1}(x-a)-(x^n-a^n)}{(x-a)^2}$.

Q.9Find the derivative of (i) $2x-\dfrac34$ (ii) $(5x^3+3x-1)(x-1)$ (iii) $x^{-3}(5+3x)$ (iv) $x^5(3-6x^9)$ (v) $x^{-4}(3-4x^{-5})$ (vi) $\dfrac{2}{x+1}-\dfrac{x^2}{3x-1}$v
Solution

Differentiate each expression using power, product and quotient rules. For (ii), $(15x^2+3)(x-1)+(5x^3+3x-1)=20x^3-15x^2+6x-4$. For (vi), $\left(\dfrac{2}{x+1}\right)'=-\dfrac2{(x+1)^2}$ and $\left(\dfrac{x^2}{3x-1}\right)'=\dfrac{2x(3x-1)-3x^2}{(3x-1)^2}=\dfrac{3x^2-2x}{(3x-1)^2}$.

Answer:

(i) $2$; (ii) $20x^3-15x^2+6x-4$; (iii) $-\dfrac{15}{x^4}-\dfrac{6}{x^3}$; (iv) $15x^4-84x^{13}$; (v) $-12x^{-5}+36x^{-10}$; (vi) $-\dfrac{2}{(x+1)^2}-\dfrac{3x^2-2x}{(3x-1)^2}$.

Q.10Find the derivative of cos x from first principle.v
Solution

From first principle, $f'(x)=\lim_{h\to0}\dfrac{\cos(x+h)-\cos x}{h}$. Using $\cos(x+h)=\cos x\cos h-\sin x\sin h$, this becomes $\lim_{h\to0}\left[\cos x\dfrac{\cos h-1}{h}-\sin x\dfrac{\sin h}{h}\right]$. Since $\lim_{h\to0}\dfrac{\cos h-1}{h}=0$ and $\lim_{h\to0}\dfrac{\sin h}{h}=1$, the derivative is $-\sin x$.

Answer:

$-\sin x$.

Q.11Find the derivative of the following functions: (i) $\sin x\cos x$ (ii) sec x (iii) $5\sec x+4\cos x$ (iv) cosec x (v) $3\cot x+5\cosec x$ (vi) $5\sin x-6\cos x+7$ (vii) $2\tan x-7\sec x$v
Solution

Use standard trigonometric derivatives and linearity. For (i), $(\sin x\cos x)'=\cos^2x-\sin^2x=\cos2x$. For the remaining parts: $(\sec x)'=\sec x\tan x$, $(\cosec x)'=-\cosec x\cot x$, $(\cot x)'=-\cosec^2x$, $(\sin x)'=\cos x$, $(\cos x)'=-\sin x$, and $(\tan x)'=\sec^2x$.

Answer:

(i) $\cos2x$; (ii) $\sec x\tan x$; (iii) $5\sec x\tan x-4\sin x$; (iv) $-\cosec x\cot x$; (v) $-3\cosec^2x-5\cosec x\cot x$; (vi) $5\cos x+6\sin x$; (vii) $2\sec^2x-7\sec x\tan x$.

3Miscellaneous Exercise on Chapter 1230 questions
Q.1Find the derivative of the following functions from first principle: (i) $-x$ (ii) $(-x)^{-1}$ (iii) $\sin (x + 1)$ (iv) $\cos \left(x - \dfrac{\pi}{8}\right)$v
Solution

Using the first-principle limit gives the standard derivatives: $(-x)'=-1$, $((-x)^{-1})'=(-1/x)'=1/x^2$, $(\sin(x+1))'=\cos(x+1)$, and $\left(\cos\left(x-\dfrac\pi8\right)\right)'=-\sin\left(x-\dfrac\pi8\right)$.

Answer:

(i) $-1$; (ii) $\dfrac{1}{x^2}$; (iii) $\cos(x+1)$; (iv) $-\sin\left(x-\dfrac{\pi}{8}\right)$.

Q.2$(x + a)$v
Solution

Since $a$ is constant, $\dfrac{d}{dx}(x+a)=1$.

Answer:

$1$.

Q.3$(px+q)\left(\dfrac{r}{x}+s\right)$v
Solution

Differentiate by product rule: $p\left(\dfrac rx+s\right)+(px+q)\left(-\dfrac r{x^2}\right)=\dfrac{pr}{x}+ps-\dfrac{prx+qr}{x^2}=ps-\dfrac{qr}{x^2}$.

Answer:

$ps-\dfrac{qr}{x^2}$.

Q.4$(ax+b)(cx+d)^2$v
Solution

By product and chain rules, derivative $=a(cx+d)^2+(ax+b)\cdot2c(cx+d)=(cx+d)\{a(cx+d)+2c(ax+b)\}$.

Answer:

$(cx+d)\{a(cx+d)+2c(ax+b)\}$.

Q.5$\dfrac{ax+b}{cx+d}$v
Solution

Using quotient rule, derivative $=\dfrac{a(cx+d)-c(ax+b)}{(cx+d)^2}=\dfrac{ad-bc}{(cx+d)^2}$.

Answer:

$\dfrac{ad-bc}{(cx+d)^2}$.

Q.6$\dfrac{1+\dfrac1x}{1-\dfrac1x}$v
Solution

Simplify $\dfrac{1+1/x}{1-1/x}=\dfrac{x+1}{x-1}$. Differentiating gives $\dfrac{(x-1)-(x+1)}{(x-1)^2}=-\dfrac{2}{(x-1)^2}$.

Answer:

$-\dfrac{2}{(x-1)^2}$.

Q.7$\dfrac{1}{ax^2+bx+c}$v
Solution

Write the function as $(ax^2+bx+c)^{-1}$. Its derivative is $-(ax^2+bx+c)^{-2}(2ax+b)$.

Answer:

$-\dfrac{2ax+b}{(ax^2+bx+c)^2}$.

Q.8$\dfrac{ax+b}{px^2+qx+r}$v
Solution

Apply quotient rule with numerator derivative $a$ and denominator derivative $2px+q$.

Answer:

$\dfrac{a(px^2+qx+r)-(ax+b)(2px+q)}{(px^2+qx+r)^2}$.

Q.9$\dfrac{px^2+qx+r}{ax+b}$v
Solution

Apply quotient rule with numerator derivative $2px+q$ and denominator derivative $a$.

Answer:

$\dfrac{(2px+q)(ax+b)-a(px^2+qx+r)}{(ax+b)^2}$.

Q.10$\dfrac{a}{x^4}-\dfrac{b}{x^2}+\cos x$v
Solution

Write the expression as $ax^{-4}-bx^{-2}+\cos x$. Differentiate term by term to get $-4ax^{-5}+2bx^{-3}-\sin x$.

Answer:

$-\dfrac{4a}{x^5}+\dfrac{2b}{x^3}-\sin x$.

Q.11$4\sqrt{x}-2$v
Solution

$4\sqrt{x}-2=4x^{1/2}-2$, so the derivative is $4\cdot\dfrac12x^{-1/2}=\dfrac2{\sqrt{x}}$.

Answer:

$\dfrac{2}{\sqrt{x}}$.

Q.12$(ax+b)^n$v
Solution

By chain rule, derivative of $(ax+b)^n$ is $n(ax+b)^{n-1}\cdot a=an(ax+b)^{n-1}$.

Answer:

$an(ax+b)^{n-1}$.

Q.13$(ax+b)^n(cx+d)^m$v
Solution

Use product rule and chain rule on the two factors.

Answer:

$an(ax+b)^{n-1}(cx+d)^m+cm(ax+b)^n(cx+d)^{m-1}$.

Q.14$\sin (x + a)$v
Solution

Since $a$ is constant, $\dfrac{d}{dx}\sin(x+a)=\cos(x+a)$.

Answer:

$\cos(x+a)$.

Q.15$\cosec x\cot x$v
Solution

By product rule, derivative $=(-\cosec x\cot x)\cot x+\cosec x(-\cosec^2x)=-\cosec x\cot^2x-\cosec^3x$.

Answer:

$-\cosec x\cot^2x-\cosec^3x$.

Q.16$\dfrac{\cos x}{1+\sin x}$v
Solution

Using quotient rule, derivative $=\dfrac{(-\sin x)(1+\sin x)-\cos^2x}{(1+\sin x)^2}=\dfrac{-\sin x-1}{(1+\sin x)^2}=-\dfrac1{1+\sin x}$.

Answer:

$-\dfrac{1}{1+\sin x}$.

Q.17$\dfrac{\sin x+\cos x}{\sin x-\cos x}$v
Solution

Apply quotient rule. The numerator derivative is $\cos x-\sin x$ and the denominator derivative is $\cos x+\sin x$. Simplifying gives $-\dfrac{(\sin x-\cos x)^2+(\sin x+\cos x)^2}{(\sin x-\cos x)^2}=-\dfrac2{(\sin x-\cos x)^2}$.

Answer:

$-\dfrac{2}{(\sin x-\cos x)^2}$.

Q.18$\dfrac{\sec x-1}{\sec x+1}$v
Solution

By quotient rule, derivative $=\dfrac{(\sec x\tan x)(\sec x+1)-(\sec x-1)(\sec x\tan x)}{(\sec x+1)^2}=\dfrac{2\sec x\tan x}{(\sec x+1)^2}$.

Answer:

$\dfrac{2\sec x\tan x}{(\sec x+1)^2}$.

Q.19$\sin^n x$v
Solution

Use chain rule on $(\sin x)^n$: derivative $=n(\sin x)^{n-1}\cos x$.

Answer:

$n\sin^{n-1}x\cos x$.

Q.20$\dfrac{a+b\sin x}{c+d\cos x}$v
Solution

Using quotient rule gives $\dfrac{b\cos x(c+d\cos x)-(a+b\sin x)(-d\sin x)}{(c+d\cos x)^2}$. The numerator simplifies to $bc\cos x+bd(\cos^2x+\sin^2x)+ad\sin x$, i.e. $bc\cos x+ad\sin x+bd$.

Answer:

$\dfrac{bc\cos x+ad\sin x+bd}{(c+d\cos x)^2}$.

Q.21$\dfrac{\sin(x+a)}{\cos x}$v
Solution

Using quotient rule, derivative $=\dfrac{\cos(x+a)\cos x+\sin(x+a)\sin x}{\cos^2x}=\dfrac{\cos((x+a)-x)}{\cos^2x}=\cos a\sec^2x$.

Answer:

$\cos a\sec^2x$.

Q.22$x^4(5\sin x-3\cos x)$v
Solution

Use product rule. The derivative of $x^4$ is $4x^3$, and the derivative of $5\sin x-3\cos x$ is $5\cos x+3\sin x$.

Answer:

$4x^3(5\sin x-3\cos x)+x^4(5\cos x+3\sin x)$.

Q.23$(x^2+1)\cos x$v
Solution

By product rule, derivative $=(2x)\cos x+(x^2+1)(-\sin x)=2x\cos x-(x^2+1)\sin x$.

Answer:

$2x\cos x-(x^2+1)\sin x$.

Q.24$(ax^2+\sin x)(p+q\cos x)$v
Solution

Apply product rule. The derivative of $ax^2+\sin x$ is $2ax+\cos x$, and the derivative of $p+q\cos x$ is $-q\sin x$.

Answer:

$(2ax+\cos x)(p+q\cos x)-q\sin x(ax^2+\sin x)$.

Q.25$(x+\cos x)(x-\tan x)$v
Solution

Use product rule. The derivative of $x+\cos x$ is $1-\sin x$, and the derivative of $x-\tan x$ is $1-\sec^2x$.

Answer:

$(1-\sin x)(x-\tan x)+(x+\cos x)(1-\sec^2x)$.

Q.26$\dfrac{4x+5\sin x}{3x+7\cos x}$v
Solution

Apply quotient rule with numerator derivative $4+5\cos x$ and denominator derivative $3-7\sin x$.

Answer:

$\dfrac{(4+5\cos x)(3x+7\cos x)-(4x+5\sin x)(3-7\sin x)}{(3x+7\cos x)^2}$.

Q.27$\dfrac{x^2\cos\left(\dfrac{\pi}{4}\right)}{\sin x}$v
Solution

Since $\cos\dfrac\pi4=\dfrac1{\sqrt2}$, the function is $\dfrac{x^2}{\sqrt2\sin x}$. By quotient rule, derivative $=\dfrac{1}{\sqrt2}\cdot\dfrac{2x\sin x-x^2\cos x}{\sin^2x}$.

Answer:

$\dfrac{2x\sin x-x^2\cos x}{\sqrt2\sin^2x}$.

Q.28$\dfrac{x}{1+\tan x}$v
Solution

Using quotient rule, derivative $=\dfrac{(1)(1+\tan x)-x\sec^2x}{(1+\tan x)^2}$.

Answer:

$\dfrac{1+\tan x-x\sec^2x}{(1+\tan x)^2}$.

Q.29$(x+\sec x)(x-\tan x)$v
Solution

Use product rule. The derivative of $x+\sec x$ is $1+\sec x\tan x$, and the derivative of $x-\tan x$ is $1-\sec^2x$.

Answer:

$(1+\sec x\tan x)(x-\tan x)+(x+\sec x)(1-\sec^2x)$.

Q.30$\dfrac{x}{\sin^n x}$v
Solution

Write the function as $x\cosec^n x$. Its derivative is $\cosec^n x+x\cdot n\cosec^{n-1}x(-\cosec x\cot x)=\cosec^n x(1-nx\cot x)=\dfrac{1-nx\cot x}{\sin^n x}$.

Answer:

$\dfrac{1-nx\cot x}{\sin^n x}$.