Board Exam Strategy

This section contains crucial Previous Year Questions (PYQs) from various board examinations, including recent-style board questions.

To score full marks in board exams, remember:

  • State the Condition Clearly: For continuity questions, always write: "For f(x)f(x) to be continuous at x=cx=c, we must have limxcf(x)=limxc+f(x)=f(c)\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)."
  • For Differentiability: First state that differentiability implies continuity. Then write the formal definitions of LHD and RHD before evaluating them.
  • Implicit Differentiation: Explicitly write: "Differentiating both sides with respect to xx" and show the product rule / chain rule wherever yy is involved.
  • Logarithmic Differentiation: For expressions like y=u+vy = u+v, clearly mention that logarithm of a sum cannot be taken directly, i.e. ln(u+v)lnu+lnv\ln(u+v) \neq \ln u + \ln v.
  • Second Derivative Proofs: When proving equations involving y1y_1 and y2y_2, first find y1y_1, then differentiate again carefully using the product rule and chain rule.

Question 1 [CBSE 2026]

Find the value of kk so that the function f(x)={kx2,if x23,if x>2f(x) = \begin{cases} kx^2, & \text{if } x \le 2 \\ 3, & \text{if } x > 2 \end{cases} is continuous at x=2x = 2.

Solution: Step 1: For continuity at x=2x=2, we need limx2f(x)=limx2+f(x)=f(2).\lim_{x \to 2^-} f(x) = \lim_{x \to 2^+} f(x) = f(2).

Step 2: Find the left hand limit. For x2x \le 2, f(x)=kx2f(x)=kx^2. Hence, limx2f(x)=limx2kx2=4k.\lim_{x \to 2^-} f(x) = \lim_{x \to 2^-} kx^2 = 4k.

Step 3: Find the right hand limit. For x>2x>2, f(x)=3f(x)=3. Hence, limx2+f(x)=3.\lim_{x \to 2^+} f(x)=3.

Step 4: Find the actual value of the function at x=2x=2. Since the branch for x2x \le 2 includes x=2x=2, f(2)=k(2)2=4k.f(2)=k(2)^2=4k.

Step 5: Equate the three values for continuity. 4k=3.4k=3. Therefore, k=34.k=\frac{3}{4}.

Answer: k=34k = \frac{3}{4}

Question 2 [CBSE 2024]

Find the values of aa and bb such that the function defined by f(x)={5,if x2ax+b,if 2<x<1021,if x10f(x) = \begin{cases} 5, & \text{if } x \le 2 \\ ax + b, & \text{if } 2 < x < 10 \\ 21, & \text{if } x \ge 10 \end{cases} is a continuous function.

Solution: Step 1: The function can fail to be continuous only at the break points x=2x=2 and x=10x=10. So we check continuity at these two points.

Step 2: Continuity at x=2x=2. Left hand limit: limx2f(x)=5.\lim_{x \to 2^-} f(x)=5. Right hand limit: limx2+f(x)=2a+b.\lim_{x \to 2^+} f(x)=2a+b. Also, f(2)=5.f(2)=5. Hence, 2a+b=5....(1)2a+b=5. \qquad ...(1)

Step 3: Continuity at x=10x=10. Left hand limit: limx10f(x)=10a+b.\lim_{x \to 10^-} f(x)=10a+b. Right hand limit: limx10+f(x)=21.\lim_{x \to 10^+} f(x)=21. Also, f(10)=21.f(10)=21. Hence, 10a+b=21....(2)10a+b=21. \qquad ...(2)

Step 4: Solve equations (1) and (2). Subtract (1) from (2): (10a+b)(2a+b)=215(10a+b)-(2a+b)=21-5 8a=168a=16 a=2.a=2. Substitute in (1): 2(2)+b=52(2)+b=5 4+b=54+b=5 b=1.b=1.

Answer: a=2,  b=1a = 2,\; b = 1

Question 3 [CBSE 2025]

Find the value of kk so that the function f(x)={kcosxπ2x,if xπ23,if x=π2f(x) = \begin{cases} \frac{k \cos x}{\pi - 2x}, & \text{if } x \neq \frac{\pi}{2} \\ 3, & \text{if } x = \frac{\pi}{2} \end{cases} is continuous at x=π2x = \frac{\pi}{2}.

Solution: Step 1: For continuity at x=π2x=\frac{\pi}{2}, we need limxπ/2kcosxπ2x=f(π2)=3.\lim_{x \to \pi/2} \frac{k\cos x}{\pi-2x}=f\left(\frac{\pi}{2}\right)=3.

Step 2: Evaluate the limit. Let x=π2h,x=\frac{\pi}{2}-h, so that as xπ2x \to \frac{\pi}{2}, we have h0h \to 0. Then, cosx=cos(π2h)=sinh,\cos x = \cos\left(\frac{\pi}{2}-h\right)=\sin h, and π2x=π2(π2h)=2h.\pi-2x = \pi - 2\left(\frac{\pi}{2}-h\right)=2h. Therefore, limxπ/2kcosxπ2x=limh0ksinh2h=k2limh0sinhh.\lim_{x \to \pi/2} \frac{k\cos x}{\pi-2x} = \lim_{h \to 0} \frac{k\sin h}{2h} = \frac{k}{2}\lim_{h \to 0} \frac{\sin h}{h}. Using limh0sinhh=1,\lim_{h \to 0} \frac{\sin h}{h}=1, we get limxπ/2kcosxπ2x=k2.\lim_{x \to \pi/2} \frac{k\cos x}{\pi-2x}=\frac{k}{2}.

Step 3: Equate with the function value. k2=3\frac{k}{2}=3 k=6.k=6.

Answer: k=6k = 6

Question 4 [CBSE 2022]

Discuss the continuity of the function f(x)=x1+x2f(x) = |x - 1| + |x - 2| at x=1x = 1 and x=2x = 2.

Solution: Step 1: Remove modulus signs by considering intervals.

For x<1x<1: x1=(x1),x2=(x2)|x-1|=-(x-1), \qquad |x-2|=-(x-2) So, f(x)=(x1)(x2)=2x+3.f(x)=-(x-1)-(x-2)=-2x+3.

For 1x<21 \le x < 2: x1=x1,x2=(x2)|x-1|=x-1, \qquad |x-2|=-(x-2) So, f(x)=(x1)(x2)=1.f(x)=(x-1)-(x-2)=1.

For x2x \ge 2: x1=x1,x2=x2|x-1|=x-1, \qquad |x-2|=x-2 So, f(x)=x1+x2=2x3.f(x)=x-1+x-2=2x-3.

Step 2: Check continuity at x=1x=1. Left hand limit: limx1f(x)=limx1(2x+3)=1.\lim_{x \to 1^-} f(x)=\lim_{x \to 1^-} (-2x+3)=1. Right hand limit: limx1+f(x)=limx1+1=1.\lim_{x \to 1^+} f(x)=\lim_{x \to 1^+} 1=1. Function value: f(1)=11+12=0+1=1.f(1)=|1-1|+|1-2|=0+1=1. Hence, limx1f(x)=limx1+f(x)=f(1),\lim_{x \to 1^-} f(x)=\lim_{x \to 1^+} f(x)=f(1), so the function is continuous at x=1x=1.

Step 3: Check continuity at x=2x=2. Left hand limit: limx2f(x)=1.\lim_{x \to 2^-} f(x)=1. Right hand limit: limx2+f(x)=limx2+(2x3)=1.\lim_{x \to 2^+} f(x)=\lim_{x \to 2^+}(2x-3)=1. Function value: f(2)=21+22=1+0=1.f(2)=|2-1|+|2-2|=1+0=1. Therefore, the function is continuous at x=2x=2 also.

Answer: f(x)f(x) is continuous at both x=1x = 1 and x=2x = 2.

Question 5 [CBSE 2026]

Determine the value of kk for which the function f(x)={1cos2x2x2,if x0k,if x=0f(x) = \begin{cases} \frac{1 - \cos 2x}{2x^2}, & \text{if } x \ne 0 \\ k, & \text{if } x = 0 \end{cases} is continuous at x=0x = 0.

Solution: Step 1: For continuity at x=0x=0, we need limx01cos2x2x2=k.\lim_{x \to 0} \frac{1-\cos 2x}{2x^2}=k.

Step 2: Use the identity 1cos2x=2sin2x.1-\cos 2x = 2\sin^2 x. So, limx01cos2x2x2=limx02sin2x2x2=limx0(sinxx)2.\lim_{x \to 0} \frac{1-\cos 2x}{2x^2} = \lim_{x \to 0} \frac{2\sin^2 x}{2x^2} = \lim_{x \to 0} \left(\frac{\sin x}{x}\right)^2.

Step 3: Use the standard limit limx0sinxx=1.\lim_{x \to 0} \frac{\sin x}{x}=1. Hence, limx0(sinxx)2=1.\lim_{x \to 0} \left(\frac{\sin x}{x}\right)^2 = 1. Thus, for continuity, k=1.k=1.

Answer: k=1k = 1

Question 6 [CBSE 2023]

Show that the function f(x)=x[x]f(x) = x - [x] is discontinuous at all integral points. Here [x][x] denotes the greatest integer function.

Solution: Step 1: Let cc be any integer. We examine the function at x=cx=c.

Step 2: Find the left hand limit. As xcx \to c^-, xx is slightly less than cc, so [x]=c1.[x]=c-1. Hence, limxc(x[x])=limxc(x(c1))=c(c1)=1.\lim_{x \to c^-} (x-[x]) = \lim_{x \to c^-} (x-(c-1)) = c-(c-1)=1.

Step 3: Find the right hand limit. As xc+x \to c^+, xx is slightly greater than cc, so [x]=c.[x]=c. Hence, limxc+(x[x])=limxc+(xc)=cc=0.\lim_{x \to c^+} (x-[x]) = \lim_{x \to c^+} (x-c)=c-c=0.

Step 4: Compare the limits. Since limxcf(x)=10=limxc+f(x),\lim_{x \to c^-} f(x)=1 \neq 0=\lim_{x \to c^+} f(x), the left hand limit and right hand limit are unequal. Therefore, the function is discontinuous at every integral point.

Answer: Proved analytically.

Question 7 [CBSE 2024]

Show that the function f(x)=x3f(x) = |x - 3| is continuous but not differentiable at x=3x = 3.

Solution: Step 1: Check continuity at x=3x=3. Left hand limit: For x<3x<3, x3=(x3)|x-3|=-(x-3), so limx3x3=limx3((x3))=0.\lim_{x \to 3^-} |x-3| = \lim_{x \to 3^-} (-(x-3))=0. Right hand limit: For x>3x>3, x3=x3|x-3|=x-3, so limx3+x3=limx3+(x3)=0.\lim_{x \to 3^+} |x-3| = \lim_{x \to 3^+}(x-3)=0. Function value: f(3)=33=0.f(3)=|3-3|=0. Hence, limx3f(x)=limx3+f(x)=f(3)=0,\lim_{x \to 3^-} f(x)=\lim_{x \to 3^+} f(x)=f(3)=0, so the function is continuous at x=3x=3.

Step 2: Check differentiability using LHD and RHD. For h<0h<0, f(3+h)=h=hf(3+h)=|h|=-h, so LHD=limh0f(3+h)f(3)h=limh0h0h=1.LHD = \lim_{h \to 0^-} \frac{f(3+h)-f(3)}{h} = \lim_{h \to 0^-} \frac{-h-0}{h}=-1. For h>0h>0, f(3+h)=h=hf(3+h)=|h|=h, so RHD=limh0+f(3+h)f(3)h=limh0+h0h=1.RHD = \lim_{h \to 0^+} \frac{f(3+h)-f(3)}{h} = \lim_{h \to 0^+} \frac{h-0}{h}=1.

Step 3: Since LHDRHD,LHD \ne RHD, f(x)f(x) is not differentiable at x=3x=3.

Answer: Proved.

Question 8 [CBSE 2026]

Find the values of pp and qq if f(x)={x2+3x+p,if x1qx+2,if x>1f(x) = \begin{cases} x^2 + 3x + p, & \text{if } x \le 1 \\ qx + 2, & \text{if } x > 1 \end{cases} is differentiable at x=1x = 1.

Solution: Step 1: If a function is differentiable at a point, then it must first be continuous there. So, continuity at x=1x=1 gives limx1f(x)=limx1+f(x)=f(1).\lim_{x \to 1^-} f(x)=\lim_{x \to 1^+} f(x)=f(1). From the left branch, limx1f(x)=12+3(1)+p=4+p.\lim_{x \to 1^-} f(x)=1^2+3(1)+p=4+p. From the right branch, limx1+f(x)=q(1)+2=q+2.\lim_{x \to 1^+} f(x)=q(1)+2=q+2. Thus, 4+p=q+2....(1)4+p=q+2. \qquad ...(1)

Step 2: For differentiability, LHD = RHD. Derivative of the left branch: ddx(x2+3x+p)=2x+3.\frac{d}{dx}(x^2+3x+p)=2x+3. So at x=1x=1, LHD=2(1)+3=5.LHD=2(1)+3=5. Derivative of the right branch: ddx(qx+2)=q.\frac{d}{dx}(qx+2)=q. So, RHD=q.RHD=q. Hence, q=5.q=5.

Step 3: Put q=5q=5 in equation (1): 4+p=5+24+p=5+2 4+p=74+p=7 p=3.p=3.

Answer: p=3,  q=5p = 3,\; q = 5

Question 9 [CBSE 2025]

Check whether the function f(x)=xxf(x) = x|x| is differentiable at x=0x = 0.

Solution: Step 1: Rewrite the function in piecewise form. For x<0x<0, x=x|x|=-x, so f(x)=x(x)=x2.f(x)=x(-x)=-x^2. For x0x \ge 0, x=x|x|=x, so f(x)=x(x)=x2.f(x)=x(x)=x^2. Thus, f(x)={x2,x<0x2,x0f(x)=\begin{cases} -x^2, & x<0 \\ x^2, & x \ge 0 \end{cases}

Step 2: Find the left hand derivative at x=0x=0. LHD=limh0f(h)f(0)h.LHD = \lim_{h \to 0^-} \frac{f(h)-f(0)}{h}. Since f(0)=0f(0)=0 and for h<0h<0, f(h)=h2f(h)=-h^2, we get LHD=limh0h2h=limh0(h)=0.LHD = \lim_{h \to 0^-} \frac{-h^2}{h} = \lim_{h \to 0^-} (-h)=0.

Step 3: Find the right hand derivative. For h>0h>0, f(h)=h2f(h)=h^2, so RHD=limh0+h2h=limh0+h=0.RHD = \lim_{h \to 0^+} \frac{h^2}{h} = \lim_{h \to 0^+} h=0.

Step 4: Since LHD=RHD=0,LHD=RHD=0, the function is differentiable at x=0x=0. Also, f(0)=0.f'(0)=0.

Answer: Yes, it is differentiable at x=0x = 0.

Question 10 [CBSE 2023]

Differentiate y=cos(x)y = \cos(\sqrt{x}) with respect to xx.

Solution: Step 1: The outer function is cosu\cos u and the inner function is u=xu=\sqrt{x}. By chain rule, dydx=sin(x)ddx(x).\frac{dy}{dx} = -\sin(\sqrt{x}) \cdot \frac{d}{dx}(\sqrt{x}).

Step 2: Differentiate x=x1/2\sqrt{x}=x^{1/2}. ddx(x1/2)=12x1/2=12x.\frac{d}{dx}(x^{1/2}) = \frac{1}{2}x^{-1/2}=\frac{1}{2\sqrt{x}}.

Step 3: Substitute back. dydx=sin(x)12x=sin(x)2x.\frac{dy}{dx} = -\sin(\sqrt{x})\cdot \frac{1}{2\sqrt{x}} = -\frac{\sin(\sqrt{x})}{2\sqrt{x}}.

Answer: sin(x)2x\frac{-\sin(\sqrt{x})}{2\sqrt{x}}

Question 11 [CBSE 2026]

Differentiate tan1(sinx1+cosx)\tan^{-1}\left(\frac{\sin x}{1 + \cos x}\right) with respect to xx.

Solution: Step 1: Use the identity sinx1+cosx=tanx2,\frac{\sin x}{1+\cos x}=\tan\frac{x}{2}, where the expression is defined. Thus, y=tan1(tanx2).y=\tan^{-1}\left(\tan\frac{x}{2}\right).

Step 2: For the standard principal-value branch used in such board problems, this simplifies to y=x2.y=\frac{x}{2}.

Step 3: Differentiate with respect to xx: dydx=12.\frac{dy}{dx}=\frac{1}{2}.

Answer: 12\frac{1}{2}

Question 12 [CBSE 2024]

Find dydx\frac{dy}{dx} if y=sin1(2x+11+4x)y = \sin^{-1} \left( \frac{2^{x+1}}{1 + 4^x} \right).

Solution: Step 1: Rewrite the inside expression. Since 2x+1=22x,4x=(2x)2,2^{x+1}=2\cdot 2^x, \qquad 4^x=(2^x)^2, we have y=sin1(22x1+(2x)2).y=\sin^{-1}\left(\frac{2\cdot 2^x}{1+(2^x)^2}\right).

Step 2: Compare with the identity sin2θ=2tanθ1+tan2θ.\sin 2\theta = \frac{2\tan\theta}{1+\tan^2\theta}. Let 2x=tanθ.2^x=\tan\theta. Then θ=tan1(2x).\theta=\tan^{-1}(2^x). Therefore, y=sin1(sin2θ)=2θ=2tan1(2x)y=\sin^{-1}(\sin 2\theta)=2\theta=2\tan^{-1}(2^x) for the principal branch used in the problem.

Step 3: Differentiate. dydx=211+(2x)2ddx(2x).\frac{dy}{dx} = 2\cdot \frac{1}{1+(2^x)^2}\cdot \frac{d}{dx}(2^x). Now, ddx(2x)=2xln2.\frac{d}{dx}(2^x)=2^x\ln 2. Hence, dydx=22xln21+4x=2x+1ln21+4x.\frac{dy}{dx}=2\cdot \frac{2^x\ln 2}{1+4^x} = \frac{2^{x+1}\ln 2}{1+4^x}.

Answer: 2x+1ln21+4x\frac{2^{x+1} \ln 2}{1 + 4^x}

Question 13 [CBSE 2022]

Find dydx\frac{dy}{dx} if y=sec1(12x21)y = \sec^{-1}\left(\frac{1}{2x^2 - 1}\right) where 0<x<120 < x < \frac{1}{\sqrt{2}}.

Solution: Step 1: The expression 2x212x^2-1 suggests the identity 2cos2θ1=cos2θ.2\cos^2\theta-1=\cos 2\theta. Let x=cosθ.x=\cos\theta. Then θ=cos1x.\theta=\cos^{-1}x.

Step 2: Substitute into the function: y=sec1(12cos2θ1)=sec1(1cos2θ)=sec1(sec2θ).y=\sec^{-1}\left(\frac{1}{2\cos^2\theta-1}\right)=\sec^{-1}\left(\frac{1}{\cos 2\theta}\right)=\sec^{-1}(\sec 2\theta). In the given domain, this gives y=2θ=2cos1x.y=2\theta=2\cos^{-1}x.

Step 3: Differentiate: dydx=2ddx(cos1x)=2(11x2)=21x2.\frac{dy}{dx}=2\cdot \frac{d}{dx}(\cos^{-1}x)=2\left(-\frac{1}{\sqrt{1-x^2}}\right)=-\frac{2}{\sqrt{1-x^2}}.

Answer: 21x2\frac{-2}{\sqrt{1 - x^2}}

Question 14 [CBSE 2025]

Find the derivative of tan1(1+x21x)\tan^{-1} \left( \frac{\sqrt{1+x^2} - 1}{x} \right) with respect to xx.

Solution: Step 1: Let x=tanθ.x=\tan\theta. Then θ=tan1x\theta=\tan^{-1}x and 1+x2=1+tan2θ=secθ.\sqrt{1+x^2}=\sqrt{1+\tan^2\theta}=\sec\theta. Thus, y=tan1(secθ1tanθ).y=\tan^{-1}\left(\frac{\sec\theta-1}{\tan\theta}\right).

Step 2: Simplify the inner expression: secθ1tanθ=1cosθ1sinθcosθ=1cosθsinθ.\frac{\sec\theta-1}{\tan\theta} = \frac{\frac{1}{\cos\theta}-1}{\frac{\sin\theta}{\cos\theta}} = \frac{1-\cos\theta}{\sin\theta}. Now use half-angle identities: 1cosθ=2sin2θ2,sinθ=2sinθ2cosθ2.1-\cos\theta=2\sin^2\frac{\theta}{2}, \qquad \sin\theta=2\sin\frac{\theta}{2}\cos\frac{\theta}{2}. So, 1cosθsinθ=tanθ2.\frac{1-\cos\theta}{\sin\theta}=\tan\frac{\theta}{2}. Hence, y=tan1(tanθ2)=θ2=12tan1x.y=\tan^{-1}\left(\tan\frac{\theta}{2}\right)=\frac{\theta}{2}=\frac{1}{2}\tan^{-1}x.

Step 3: Differentiate with respect to xx: dydx=1211+x2=12(1+x2).\frac{dy}{dx}=\frac{1}{2}\cdot \frac{1}{1+x^2} = \frac{1}{2(1+x^2)}.

Answer: 12(1+x2)\frac{1}{2(1+x^2)}

Question 15 [CBSE 2026]

Find dydx\frac{dy}{dx} if x2+xy+y2=100x^2 + xy + y^2 = 100.

Solution: Step 1: Differentiate both sides with respect to xx: ddx(x2)+ddx(xy)+ddx(y2)=0.\frac{d}{dx}(x^2)+\frac{d}{dx}(xy)+\frac{d}{dx}(y^2)=0.

Step 2: Apply product rule and chain rule: 2x+(xdydx+y)+2ydydx=0.2x + \left(x\frac{dy}{dx}+y\right) + 2y\frac{dy}{dx}=0.

Step 3: Collect the terms containing dydx\frac{dy}{dx}: (x+2y)dydx=(2x+y).\left(x+2y\right)\frac{dy}{dx}=-(2x+y).

Step 4: Solve for dydx\frac{dy}{dx}: dydx=(2x+y)x+2y.\frac{dy}{dx}=\frac{-(2x+y)}{x+2y}.

Answer: (2x+y)x+2y\frac{-(2x + y)}{x + 2y}

Question 16 [CBSE 2023]

Find dydx\frac{dy}{dx} if sin2y+cos(xy)=k\sin^2 y + \cos(xy) = k.

Solution: Step 1: Differentiate both sides with respect to xx. Since kk is a constant, ddx(sin2y)+ddx(cos(xy))=0.\frac{d}{dx}(\sin^2 y)+\frac{d}{dx}(\cos(xy))=0.

Step 2: Differentiate each term. For sin2y\sin^2 y: ddx(sin2y)=2sinycosydydx=sin2ydydx.\frac{d}{dx}(\sin^2 y)=2\sin y\cos y\frac{dy}{dx}=\sin 2y\frac{dy}{dx}. For cos(xy)\cos(xy): ddx(cos(xy))=sin(xy)ddx(xy).\frac{d}{dx}(\cos(xy))=-\sin(xy)\cdot \frac{d}{dx}(xy). Using product rule, ddx(xy)=xdydx+y.\frac{d}{dx}(xy)=x\frac{dy}{dx}+y. So, ddx(cos(xy))=sin(xy)(xdydx+y).\frac{d}{dx}(\cos(xy))=-\sin(xy)\left(x\frac{dy}{dx}+y\right).

Step 3: Substitute and simplify: sin2ydydxxsin(xy)dydxysin(xy)=0.\sin 2y\frac{dy}{dx} - x\sin(xy)\frac{dy}{dx} - y\sin(xy)=0.

Step 4: Factor out dydx\frac{dy}{dx}: dydx(sin2yxsin(xy))=ysin(xy).\frac{dy}{dx}\left(\sin 2y - x\sin(xy)\right)=y\sin(xy). Hence, dydx=ysin(xy)sin2yxsin(xy).\frac{dy}{dx}=\frac{y\sin(xy)}{\sin 2y - x\sin(xy)}.

Answer: ysin(xy)sin2yxsin(xy)\frac{y\sin(xy)}{\sin 2y - x\sin(xy)}

Question 17 [CBSE 2024]

If y=sinx+yy = \sqrt{\sin x + y}, find dydx\frac{dy}{dx}.

Solution: Step 1: Square both sides to remove the square root: y2=sinx+y.y^2 = \sin x + y.

Step 2: Differentiate implicitly with respect to xx: 2ydydx=cosx+dydx.2y\frac{dy}{dx}=\cos x + \frac{dy}{dx}.

Step 3: Bring the derivative terms together: 2ydydxdydx=cosx.2y\frac{dy}{dx} - \frac{dy}{dx}=\cos x. (2y1)dydx=cosx.(2y-1)\frac{dy}{dx}=\cos x.

Step 4: Solve for dydx\frac{dy}{dx}: dydx=cosx2y1.\frac{dy}{dx}=\frac{\cos x}{2y-1}.

Answer: cosx2y1\frac{\cos x}{2y - 1}

Question 18 [CBSE 2025]

If x1+y+y1+x=0x \sqrt{1 + y} + y \sqrt{1 + x} = 0, for 1<x<1,xy-1 < x < 1, x \ne y, prove that dydx=1(1+x)2\frac{dy}{dx} = \frac{-1}{(1+x)^2}.

Solution: Step 1: Rearrange the given relation: x1+y=y1+x.x\sqrt{1+y} = -y\sqrt{1+x}.

Step 2: Square both sides: x2(1+y)=y2(1+x).x^2(1+y)=y^2(1+x). Expanding, x2+x2y=y2+xy2.x^2+x^2y = y^2+xy^2.

Step 3: Bring all terms to one side: x2y2+x2yxy2=0.x^2-y^2+x^2y-xy^2=0. Factor: (xy)(x+y)+xy(xy)=0.(x-y)(x+y)+xy(x-y)=0. (xy)(x+y+xy)=0.(x-y)(x+y+xy)=0. Since xyx \ne y, we must have x+y+xy=0.x+y+xy=0.

Step 4: Solve explicitly for yy: y(1+x)=xy(1+x)=-x y=x1+x.y=-\frac{x}{1+x}.

Step 5: Differentiate using the quotient rule: dydx=(1+x)(1)(x)(1)(1+x)2=1x+x(1+x)2=1(1+x)2.\frac{dy}{dx} = \frac{(1+x)(-1)-(-x)(1)}{(1+x)^2} = \frac{-1-x+x}{(1+x)^2} = -\frac{1}{(1+x)^2}.

Answer: Proved.

Question 19 [CBSE 2026]

Find dydx\frac{dy}{dx} if y=xx2sinxy = x^x - 2^{\sin x}.

Solution: Step 1: Since the expression is a difference, logarithmic differentiation cannot be applied directly to the whole function. Write y=uv,y=u-v, where u=xx,v=2sinx.u=x^x, \qquad v=2^{\sin x}. Then, dydx=dudxdvdx.\frac{dy}{dx}=\frac{du}{dx}-\frac{dv}{dx}.

Step 2: Differentiate u=xxu=x^x by logarithmic differentiation. Take logarithm: lnu=xlnx.\ln u = x\ln x. Differentiate: 1ududx=1+lnx.\frac{1}{u}\frac{du}{dx}=1+\ln x. Thus, dudx=u(1+lnx)=xx(1+lnx).\frac{du}{dx}=u(1+\ln x)=x^x(1+\ln x).

Step 3: Differentiate v=2sinxv=2^{\sin x}. Using ddx(af(x))=af(x)lnaf(x),\frac{d}{dx}(a^{f(x)})=a^{f(x)}\ln a\cdot f'(x), we get dvdx=2sinxln2cosx.\frac{dv}{dx}=2^{\sin x}\ln 2\cdot \cos x.

Step 4: Combine the two derivatives: dydx=xx(1+lnx)2sinxcosxln2.\frac{dy}{dx}=x^x(1+\ln x)-2^{\sin x}\cos x\ln 2.

Answer: xx(1+lnx)2sinxcosxln2x^x(1 + \ln x) - 2^{\sin x} \cos x \ln 2

Question 20 [CBSE 2022]

Find dydx\frac{dy}{dx} of the function xy=yxx^y = y^x.

Solution: Step 1: Take natural logarithm on both sides: ln(xy)=ln(yx).\ln(x^y)=\ln(y^x). So, ylnx=xlny.y\ln x = x\ln y.

Step 2: Differentiate both sides with respect to xx. Using product rule, dydxlnx+y1x=1lny+x1ydydx.\frac{dy}{dx}\ln x + y\cdot \frac{1}{x} = 1\cdot \ln y + x\cdot \frac{1}{y}\frac{dy}{dx}. That is, lnxdydx+yx=lny+xydydx.\ln x\frac{dy}{dx} + \frac{y}{x} = \ln y + \frac{x}{y}\frac{dy}{dx}.

Step 3: Collect the terms containing dydx\frac{dy}{dx} on one side: (lnxxy)dydx=lnyyx.\left(\ln x - \frac{x}{y}\right)\frac{dy}{dx} = \ln y - \frac{y}{x}.

Step 4: Solve for dydx\frac{dy}{dx}: dydx=lnyyxlnxxy.\frac{dy}{dx} = \frac{\ln y - \frac{y}{x}}{\ln x - \frac{x}{y}}. Multiplying numerator and denominator by xyxy, dydx=y(xlnyy)x(ylnxx).\frac{dy}{dx} = \frac{y(x\ln y - y)}{x(y\ln x - x)}.

Answer: y(xlnyy)x(ylnxx)\frac{y(x\ln y - y)}{x(y\ln x - x)}

Question 21 [CBSE 2024]

Differentiate (sinx)x+sin1x(\sin x)^x + \sin^{-1}\sqrt{x} with respect to xx.

Solution: Step 1: Let y=u+v,y=u+v, where u=(sinx)x,v=sin1(x).u=(\sin x)^x, \qquad v=\sin^{-1}(\sqrt{x}). Then, dydx=dudx+dvdx.\frac{dy}{dx}=\frac{du}{dx}+\frac{dv}{dx}.

Step 2: Differentiate u=(sinx)xu=(\sin x)^x by logarithmic differentiation. Take logarithm: lnu=xln(sinx).\ln u = x\ln(\sin x). Differentiate: 1ududx=ln(sinx)+x1sinxcosx.\frac{1}{u}\frac{du}{dx} = \ln(\sin x) + x\cdot \frac{1}{\sin x}\cos x. So, dudx=(sinx)x(ln(sinx)+xcotx).\frac{du}{dx} = (\sin x)^x\left(\ln(\sin x)+x\cot x\right).

Step 3: Differentiate v=sin1(x)v=\sin^{-1}(\sqrt{x}). Using chain rule, dvdx=11(x)2ddx(x)=11x12x.\frac{dv}{dx} = \frac{1}{\sqrt{1-(\sqrt{x})^2}}\cdot \frac{d}{dx}(\sqrt{x}) = \frac{1}{\sqrt{1-x}}\cdot \frac{1}{2\sqrt{x}}. Thus, dvdx=12x1x=12xx2.\frac{dv}{dx}=\frac{1}{2\sqrt{x}\sqrt{1-x}} = \frac{1}{2\sqrt{x-x^2}}.

Step 4: Add the two derivatives: dydx=(sinx)x(xcotx+ln(sinx))+12xx2.\frac{dy}{dx} = (\sin x)^x\left(x\cot x + \ln(\sin x)\right) + \frac{1}{2\sqrt{x-x^2}}.

Answer: (sinx)x(xcotx+ln(sinx))+12xx2(\sin x)^x (x\cot x + \ln(\sin x)) + \frac{1}{2\sqrt{x-x^2}}

Question 22 [CBSE 2025]

Find the derivative of xsinx+(sinx)cosxx^{\sin x} + (\sin x)^{\cos x} w.r.t. xx.

Solution: Step 1: Write y=u+v,y=u+v, where u=xsinx,v=(sinx)cosx.u=x^{\sin x}, \qquad v=(\sin x)^{\cos x}. Then, dydx=u+v.\frac{dy}{dx}=u'+v'.

Step 2: Differentiate u=xsinxu=x^{\sin x}. Take logarithm: lnu=sinxlnx.\ln u = \sin x\ln x. Differentiate: uu=cosxlnx+sinx1x.\frac{u'}{u}=\cos x\ln x + \sin x\cdot \frac{1}{x}. So, u=xsinx(cosxlnx+sinxx).u' = x^{\sin x}\left(\cos x\ln x + \frac{\sin x}{x}\right).

Step 3: Differentiate v=(sinx)cosxv=(\sin x)^{\cos x}. Take logarithm: lnv=cosxln(sinx).\ln v = \cos x\ln(\sin x). Differentiate: vv=sinxln(sinx)+cosx1sinxcosx.\frac{v'}{v} = -\sin x\ln(\sin x) + \cos x\cdot \frac{1}{\sin x}\cos x. That is, vv=sinxln(sinx)+cosxcotx.\frac{v'}{v} = -\sin x\ln(\sin x) + \cos x\cot x. Hence, v=(sinx)cosx(cosxcotxsinxln(sinx)).v' = (\sin x)^{\cos x}\left(\cos x\cot x - \sin x\ln(\sin x)\right).

Step 4: Therefore, dydx=xsinx(sinxx+cosxlnx)+(sinx)cosx(cosxcotxsinxln(sinx)).\frac{dy}{dx} = x^{\sin x}\left(\frac{\sin x}{x}+\cos x\ln x\right) + (\sin x)^{\cos x}\left(\cos x\cot x-\sin x\ln(\sin x)\right).

Answer: xsinx(sinxx+cosxlnx)+(sinx)cosx[cosxcotxsinxln(sinx)]x^{\sin x} \left(\frac{\sin x}{x} + \cos x \ln x\right) + (\sin x)^{\cos x} [\cos x \cot x - \sin x \ln(\sin x)]

Question 23 [CBSE 2026]

Find dydx\frac{dy}{dx} if y=(logx)x+xlogxy = (\log x)^x + x^{\log x}.

Solution: Step 1: Let y=u+v,y=u+v, where u=(logx)x,v=xlogx.u=(\log x)^x, \qquad v=x^{\log x}. Here logx\log x is taken as natural logarithm. Then, dydx=u+v.\frac{dy}{dx}=u'+v'.

Step 2: Differentiate u=(logx)xu=(\log x)^x. Take logarithm: lnu=xln(logx).\ln u = x\ln(\log x). Differentiate: uu=ln(logx)+x1logx1x=ln(logx)+1logx.\frac{u'}{u} = \ln(\log x) + x\cdot \frac{1}{\log x}\cdot \frac{1}{x} = \ln(\log x)+\frac{1}{\log x}. So, u=(logx)x(ln(logx)+1logx).u'=(\log x)^x\left(\ln(\log x)+\frac{1}{\log x}\right).

Step 3: Differentiate v=xlogxv=x^{\log x}. Take logarithm: lnv=(logx)(lnx)=(lnx)2.\ln v = (\log x)(\ln x)=(\ln x)^2. Differentiate: vv=2lnx1x.\frac{v'}{v}=2\ln x\cdot \frac{1}{x}. Thus, v=xlogx2lnxx.v'=x^{\log x}\cdot \frac{2\ln x}{x}.

Step 4: Add the two derivatives: dydx=(logx)x[1logx+ln(logx)]+xlogx(2lnxx).\frac{dy}{dx} = (\log x)^x\left[\frac{1}{\log x}+\ln(\log x)\right] + x^{\log x}\left(\frac{2\ln x}{x}\right).

Answer: (logx)x[1logx+ln(logx)]+xlogx(2lnxx)(\log x)^x \left[ \frac{1}{\log x} + \ln(\log x) \right] + x^{\log x} \left(\frac{2\ln x}{x}\right)

Question 24 [CBSE 2023]

Find dydx\frac{dy}{dx} if x=a(θsinθ)x = a(\theta - \sin \theta) and y=a(1+cosθ)y = a(1 + \cos \theta).

Solution: Step 1: Differentiate xx with respect to θ\theta: dxdθ=a(1cosθ).\frac{dx}{d\theta}=a(1-\cos\theta).

Step 2: Differentiate yy with respect to θ\theta: dydθ=a(0sinθ)=asinθ.\frac{dy}{d\theta}=a(0-\sin\theta)=-a\sin\theta.

Step 3: Use the parametric derivative formula: dydx=dy/dθdx/dθ=asinθa(1cosθ)=sinθ1cosθ.\frac{dy}{dx}=\frac{dy/d\theta}{dx/d\theta}=\frac{-a\sin\theta}{a(1-\cos\theta)}=-\frac{\sin\theta}{1-\cos\theta}.

Step 4: Simplify using half-angle identities: sinθ=2sinθ2cosθ2,\sin\theta = 2\sin\frac{\theta}{2}\cos\frac{\theta}{2}, 1cosθ=2sin2θ2.1-\cos\theta = 2\sin^2\frac{\theta}{2}. Hence, dydx=2sin(θ/2)cos(θ/2)2sin2(θ/2)=cotθ2.\frac{dy}{dx} = -\frac{2\sin(\theta/2)\cos(\theta/2)}{2\sin^2(\theta/2)} = -\cot\frac{\theta}{2}.

Answer: cot(θ/2)-\cot(\theta/2)

Question 25 [CBSE 2024]

Find dydx\frac{dy}{dx} if x=a(cost+tsint)x = a(\cos t + t \sin t) and y=a(sinttcost)y = a(\sin t - t \cos t).

Solution: Step 1: Differentiate xx with respect to tt. Using the product rule on tsintt\sin t, dxdt=a[sint+(1sint+tcost)]=atcost.\frac{dx}{dt}=a\left[-\sin t + (1\cdot \sin t + t\cos t)\right]=at\cos t.

Step 2: Differentiate yy with respect to tt. Using the product rule on tcostt\cos t, dydt=a[cost(1cost+t(sint))]=atsint.\frac{dy}{dt}=a\left[\cos t - (1\cdot \cos t + t(-\sin t))\right]=at\sin t.

Step 3: Hence, dydx=atsintatcost=tant.\frac{dy}{dx}=\frac{at\sin t}{at\cos t}=\tan t.

Answer: tant\tan t

Question 26 [CBSE 2025]

If x=asin1tx = \sqrt{a^{\sin^{-1}t}} and y=acos1ty = \sqrt{a^{\cos^{-1}t}}, show that dydx=yx\frac{dy}{dx} = -\frac{y}{x}.

Solution: Step 1: Square both the given equations: x2=asin1t,y2=acos1t.x^2 = a^{\sin^{-1}t}, \qquad y^2 = a^{\cos^{-1}t}.

Step 2: Multiply them: x2y2=asin1tacos1t=asin1t+cos1t.x^2y^2 = a^{\sin^{-1}t} \cdot a^{\cos^{-1}t} = a^{\sin^{-1}t+\cos^{-1}t}. Using the identity sin1t+cos1t=π2,\sin^{-1}t+\cos^{-1}t=\frac{\pi}{2}, we get x2y2=aπ/2,x^2y^2=a^{\pi/2}, which is a constant.

Step 3: Differentiate implicitly with respect to xx: ddx(x2y2)=0.\frac{d}{dx}(x^2y^2)=0. Applying product rule, 2xy2+x22ydydx=0.2xy^2 + x^2\cdot 2y\frac{dy}{dx}=0.

Step 4: Solve for dydx\frac{dy}{dx}: 2x2ydydx=2xy22x^2y\frac{dy}{dx}=-2xy^2 dydx=yx.\frac{dy}{dx}=-\frac{y}{x}.

Answer: Proved.

Question 27 [CBSE 2026]

If y=Asinx+Bcosxy = A \sin x + B \cos x, then prove that d2ydx2+y=0\frac{d^2y}{dx^2} + y = 0.

Solution: Step 1: Differentiate once: dydx=AcosxBsinx.\frac{dy}{dx}=A\cos x - B\sin x.

Step 2: Differentiate again: d2ydx2=AsinxBcosx.\frac{d^2y}{dx^2} = -A\sin x - B\cos x.

Step 3: Recognize that Asinx+Bcosx=y.A\sin x + B\cos x = y. Therefore, d2ydx2=y.\frac{d^2y}{dx^2} = -y. Hence, d2ydx2+y=0.\frac{d^2y}{dx^2}+y=0.

Answer: Proved.

Question 28 [CBSE 2022]

If y=3e2x+2e3xy = 3 e^{2x} + 2 e^{3x}, prove that d2ydx25dydx+6y=0\frac{d^2y}{dx^2} - 5\frac{dy}{dx} + 6y = 0.

Solution: Step 1: Differentiate once: y=32e2x+23e3x=6e2x+6e3x.y' = 3\cdot 2e^{2x} + 2\cdot 3e^{3x} = 6e^{2x}+6e^{3x}.

Step 2: Differentiate again: y=12e2x+18e3x.y'' = 12e^{2x}+18e^{3x}.

Step 3: Substitute into the left hand side: y5y+6y=(12e2x+18e3x)5(6e2x+6e3x)+6(3e2x+2e3x).y''-5y'+6y = (12e^{2x}+18e^{3x}) - 5(6e^{2x}+6e^{3x}) + 6(3e^{2x}+2e^{3x}).

Step 4: Expand and combine like terms: =12e2x+18e3x30e2x30e3x+18e2x+12e3x=12e^{2x}+18e^{3x}-30e^{2x}-30e^{3x}+18e^{2x}+12e^{3x} =e2x(1230+18)+e3x(1830+12)=e^{2x}(12-30+18)+e^{3x}(18-30+12) =0+0=0.=0+0=0. Hence, d2ydx25dydx+6y=0.\frac{d^2y}{dx^2} - 5\frac{dy}{dx} + 6y = 0.

Answer: Proved.

Question 29 [CBSE 2025]

If y=(sin1x)2y = (\sin^{-1}x)^2, prove that (1x2)d2ydx2xdydx=2(1 - x^2)\frac{d^2y}{dx^2} - x\frac{dy}{dx} = 2.

Solution: Step 1: Differentiate y=(sin1x)2y=(\sin^{-1}x)^2. Using chain rule, dydx=2sin1x11x2.\frac{dy}{dx} = 2\sin^{-1}x \cdot \frac{1}{\sqrt{1-x^2}}. So, y=2sin1x1x2.y' = \frac{2\sin^{-1}x}{\sqrt{1-x^2}}.

Step 2: Rearrange this as 1x2  y=2sin1x.\sqrt{1-x^2}\; y' = 2\sin^{-1}x.

Step 3: Differentiate both sides again with respect to xx. On the left, use the product rule: ddx(1x2  y)=ddx(1x2)y+1x2y.\frac{d}{dx}\left(\sqrt{1-x^2}\; y'\right) = \frac{d}{dx}(\sqrt{1-x^2})\cdot y' + \sqrt{1-x^2}\cdot y''. Now, ddx(1x2)=x1x2.\frac{d}{dx}(\sqrt{1-x^2}) = \frac{-x}{\sqrt{1-x^2}}. Hence the left side becomes x1x2y+1x2  y.-\frac{x}{\sqrt{1-x^2}}y' + \sqrt{1-x^2}\; y''. The right side is ddx(2sin1x)=21x2.\frac{d}{dx}(2\sin^{-1}x)=\frac{2}{\sqrt{1-x^2}}. So, x1x2y+1x2  y=21x2.-\frac{x}{\sqrt{1-x^2}}y' + \sqrt{1-x^2}\; y'' = \frac{2}{\sqrt{1-x^2}}.

Step 4: Multiply throughout by 1x2\sqrt{1-x^2}: xy+(1x2)y=2.-xy' + (1-x^2)y'' = 2. Thus, (1x2)d2ydx2xdydx=2.(1-x^2)\frac{d^2y}{dx^2} - x\frac{dy}{dx} = 2.

Answer: Proved.

Question 30 [CBSE 2026]

If x=a(cosθ+θsinθ)x = a(\cos \theta + \theta \sin \theta) and y=a(sinθθcosθ)y = a(\sin \theta - \theta \cos \theta), find d2ydx2\frac{d^2y}{dx^2} at θ=π4\theta = \frac{\pi}{4}.

Solution: Step 1: Differentiate xx and yy with respect to θ\theta. For xx: dxdθ=a[sinθ+(sinθ+θcosθ)]=aθcosθ.\frac{dx}{d\theta} = a\left[-\sin\theta + (\sin\theta + \theta\cos\theta)\right] = a\theta\cos\theta. For yy: dydθ=a[cosθ(cosθθsinθ)]=aθsinθ.\frac{dy}{d\theta} = a\left[\cos\theta - (\cos\theta - \theta\sin\theta)\right] = a\theta\sin\theta.

Step 2: Find the first derivative: dydx=dy/dθdx/dθ=aθsinθaθcosθ=tanθ.\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{a\theta\sin\theta}{a\theta\cos\theta}=\tan\theta.

Step 3: Differentiate dydx\frac{dy}{dx} with respect to xx. Since dydx=tanθ,\frac{dy}{dx}=\tan\theta, we get d2ydx2=ddθ(tanθ)dθdx=sec2θ1dx/dθ.\frac{d^2y}{dx^2} = \frac{d}{d\theta}(\tan\theta) \cdot \frac{d\theta}{dx} = \sec^2\theta \cdot \frac{1}{dx/d\theta}. Now, dxdθ=aθcosθ,\frac{dx}{d\theta}=a\theta\cos\theta, so d2ydx2=sec2θaθcosθ=sec3θaθ.\frac{d^2y}{dx^2}=\frac{\sec^2\theta}{a\theta\cos\theta}=\frac{\sec^3\theta}{a\theta}.

Step 4: Evaluate at θ=π4\theta=\frac{\pi}{4}. Since secπ4=2,\sec\frac{\pi}{4}=\sqrt{2}, we have sec3π4=(2)3=22.\sec^3\frac{\pi}{4}=(\sqrt{2})^3=2\sqrt{2}. Therefore, d2ydx2θ=π/4=22a(π/4)=82aπ.\left.\frac{d^2y}{dx^2}\right|_{\theta=\pi/4} = \frac{2\sqrt{2}}{a(\pi/4)} = \frac{8\sqrt{2}}{a\pi}.

Answer: 82aπ\frac{8\sqrt{2}}{a\pi}