← Back to all lessons
Class 12Calculus7:31Published 28 Feb 2026

Class 12 Pre-Board: Three Short Calculus Questions

Worked solutions to three short questions from a Class 12 pre-board model paper: an inverse trigonometry evaluation, a differentiation proof, and an integration using the e^x rule.

This lesson walks through three short-answer questions of the kind that appear on Class 12 pre-board model papers. It evaluates a tangent expression involving an inverse trig value, proves a derivative result for a logarithmic function, and integrates a rational expression times an exponential using a standard result. Each problem is solved step by step so you can see exactly how the working unfolds.

What you'll learn

  • How to evaluate a tangent expression that contains an inverse tangent value
  • How to differentiate the log of a tangent function and prove the result equals the secant
  • How to integrate a function times an exponential using the rule for a function plus its own derivative

Lesson chapters

0:00Introduction
0:06Evaluating the inverse tangent expression
2:01Proving the derivative of log tan equals sec x
4:57Integrating with the exponential rule
7:13Closing remarks

Lesson notes

This lesson works through three short-answer questions from a Class 12 pre-board model paper: an inverse trigonometry value, a differentiation proof, and an integration using a standard exponential rule.

Evaluating tan ⁣(tan1(1)+π3)\tan\!\left(\tan^{-1}(-1) + \tfrac{\pi}{3}\right)

We use the identity tan1(x)=tan1(x)\tan^{-1}(-x) = -\tan^{-1}(x), so tan1(1)=tan1(1)=π4\tan^{-1}(-1) = -\tan^{-1}(1) = -\tfrac{\pi}{4}.

The expression becomes:

tan ⁣(π4+π3)=tan ⁣(3π+4π12)=tanπ12.\tan\!\left(-\tfrac{\pi}{4} + \tfrac{\pi}{3}\right) = \tan\!\left(\tfrac{-3\pi + 4\pi}{12}\right) = \tan\tfrac{\pi}{12}.

Since π12=15\tfrac{\pi}{12} = 15^\circ, the value is:

tan15=313+1.\tan 15^\circ = \frac{\sqrt{3} - 1}{\sqrt{3} + 1}.

Check with the difference formula

We can confirm the same answer using tan(AB)=tanAtanB1+tanAtanB\tan(A - B) = \dfrac{\tan A - \tan B}{1 + \tan A \tan B} with A=π3A = \tfrac{\pi}{3} and B=π4B = \tfrac{\pi}{4}:

tan ⁣(π3π4)=311+31=313+1,\tan\!\left(\tfrac{\pi}{3} - \tfrac{\pi}{4}\right) = \frac{\sqrt{3} - 1}{1 + \sqrt{3}\cdot 1} = \frac{\sqrt{3} - 1}{\sqrt{3} + 1},

which matches tanπ12\tan\tfrac{\pi}{12}.

Proving dydxsecx=0\tfrac{dy}{dx} - \sec x = 0 for y=logtan ⁣(π4+x2)y = \log\tan\!\left(\tfrac{\pi}{4} + \tfrac{x}{2}\right)

Differentiate using the chain rule, with ddxlogu=1uu\tfrac{d}{dx}\log u = \tfrac{1}{u}\,u' and ddxtanu=sec2uu\tfrac{d}{dx}\tan u = \sec^2 u\,\,u':

dydx=1tan ⁣(π4+x2)sec2 ⁣(π4+x2)12.\frac{dy}{dx} = \frac{1}{\tan\!\left(\tfrac{\pi}{4} + \tfrac{x}{2}\right)} \cdot \sec^2\!\left(\tfrac{\pi}{4} + \tfrac{x}{2}\right) \cdot \frac{1}{2}.

Writing tan=sincos\tan = \tfrac{\sin}{\cos} and sec2=1cos2\sec^2 = \tfrac{1}{\cos^2}, the cosine terms simplify:

dydx=121sin ⁣(π4+x2)cos ⁣(π4+x2).\frac{dy}{dx} = \frac{1}{2}\cdot\frac{1}{\sin\!\left(\tfrac{\pi}{4} + \tfrac{x}{2}\right)\cos\!\left(\tfrac{\pi}{4} + \tfrac{x}{2}\right)}.

Using 2sinθcosθ=sin2θ2\sin\theta\cos\theta = \sin 2\theta with θ=π4+x2\theta = \tfrac{\pi}{4} + \tfrac{x}{2}:

dydx=1sin ⁣(2θ)=1sin ⁣(π2+x).\frac{dy}{dx} = \frac{1}{\sin\!\left(2\theta\right)} = \frac{1}{\sin\!\left(\tfrac{\pi}{2} + x\right)}.

Since sin ⁣(π2+x)=cosx\sin\!\left(\tfrac{\pi}{2} + x\right) = \cos x:

dydx=1cosx=secx.\frac{dy}{dx} = \frac{1}{\cos x} = \sec x.

Therefore dydxsecx=0\tfrac{dy}{dx} - \sec x = 0, as required.

Integrating x3(x1)3exdx\displaystyle\int \frac{x - 3}{(x - 1)^3}\,e^x\,dx

We use the standard result (f(x)+f(x))exdx=f(x)ex+C\displaystyle\int \big(f(x) + f'(x)\big)e^x\,dx = f(x)\,e^x + C.

Splitting the fraction

Write the numerator x3x - 3 as (x1)+13(x - 1) + 1 - 3, so:

x3(x1)3=x1(x1)3+13(x1)3=1(x1)22(x1)3.\frac{x - 3}{(x - 1)^3} = \frac{x - 1}{(x - 1)^3} + \frac{1 - 3}{(x - 1)^3} = \frac{1}{(x - 1)^2} - \frac{2}{(x - 1)^3}.

Matching to f+ff + f'

Take f(x)=1(x1)2f(x) = \dfrac{1}{(x - 1)^2}. Then its derivative is:

f(x)=2(x1)3,f'(x) = -\frac{2}{(x - 1)^3},

which is exactly the second term. So the integrand is (f(x)+f(x))ex\big(f(x) + f'(x)\big)e^x, and:

x3(x1)3exdx=ex(x1)2+C.\int \frac{x - 3}{(x - 1)^3}\,e^x\,dx = \frac{e^x}{(x - 1)^2} + C.

Key takeaways

  • tan1(x)=tan1(x)\tan^{-1}(-x) = -\tan^{-1}(x), and tanπ12=313+1\tan\tfrac{\pi}{12} = \dfrac{\sqrt{3} - 1}{\sqrt{3} + 1}.
  • For y=logtan ⁣(π4+x2)y = \log\tan\!\left(\tfrac{\pi}{4} + \tfrac{x}{2}\right), the chain rule plus the double-angle identity give dydx=secx\tfrac{dy}{dx} = \sec x.
  • When an integrand has the form (f(x)+f(x))ex\big(f(x) + f'(x)\big)e^x, the integral is simply f(x)ex+Cf(x)\,e^x + C.