IIT JEE 1972 Mathematics Question Paper with Answer and Solution

6 QuestionsEnglishWith Solutions

MathematicsQ16 of 6 questions

Page 1 of 1 · English

1
MathematicsDifficultMCQIIT JEE · 1972
If $x = -5 + 2\sqrt{-4}$,then the value of the expression $x^4 + 9x^3 + 35x^2 - x + 4$ is
A
$160$
B
$-160$
C
$60$
D
$-60$

Solution

(B) Given $x = -5 + 2\sqrt{-4} = -5 + 4i$.
Then $x + 5 = 4i$.
Squaring both sides,we get $(x + 5)^2 = (4i)^2$.
$x^2 + 10x + 25 = -16$,which implies $x^2 + 10x + 41 = 0$.
Now,we perform polynomial division of $x^4 + 9x^3 + 35x^2 - x + 4$ by $x^2 + 10x + 41$.
$x^4 + 9x^3 + 35x^2 - x + 4 = (x^2 + 10x + 41)(x^2 - x + 4) - 160$.
Since $x^2 + 10x + 41 = 0$,the expression becomes $0 \times (x^2 - x + 4) - 160 = -160$.
2
MathematicsMediumMCQIIT JEE · 1972
If $n$ is an integer greater than $1$,then $a - ^nC_1(a - 1) + ^nC_2(a - 2) + \dots + (-1)^n(a - n) = $
A
$a$
B
$0$
C
$a^2$
D
$2^n$

Solution

(B) Let $S = \sum_{k=0}^{n} (-1)^k {^nC_k} (a - k)$.
This can be written as $S = a \sum_{k=0}^{n} (-1)^k {^nC_k} - \sum_{k=0}^{n} (-1)^k k {^nC_k}$.
We know that $\sum_{k=0}^{n} (-1)^k {^nC_k} = (1 - 1)^n = 0$ for $n \ge 1$.
Also, $\sum_{k=0}^{n} (-1)^k k {^nC_k} = 0$ for $n > 1$ because $k {^nC_k} = n {^{n-1}C_{k-1}}$, and the sum becomes $n \sum_{k=1}^{n} (-1)^k {^{n-1}C_{k-1}} = n(1 - 1)^{n-1} = 0$.
Thus, $S = a(0) - 0 = 0$.
3
MathematicsEasyMCQIIT JEE · 1972
The radius of a circle which touches the $y$-axis at $(0,3)$ and cuts an intercept of $8$ units with the $x$-axis is
A
$3$
B
$2$
C
$5$
D
$8$

Solution

(C) Let the center of the circle be $(h, k)$.
Since the circle touches the $y$-axis at $(0,3)$,the $y$-coordinate of the center is $k = 3$ and the radius $r = |h|$.
The equation of the circle is $(x - h)^2 + (y - 3)^2 = h^2$.
This circle cuts an intercept of $8$ units on the $x$-axis. Setting $y = 0$ in the equation,we get $(x - h)^2 + (0 - 3)^2 = h^2$,which simplifies to $(x - h)^2 + 9 = h^2$,or $(x - h)^2 = h^2 - 9$.
Thus,$x = h \pm \sqrt{h^2 - 9}$.
The length of the intercept on the $x$-axis is the difference between these two $x$-values: $(h + \sqrt{h^2 - 9}) - (h - \sqrt{h^2 - 9}) = 2\sqrt{h^2 - 9}$.
Given the intercept is $8$,we have $2\sqrt{h^2 - 9} = 8$,so $\sqrt{h^2 - 9} = 4$.
Squaring both sides gives $h^2 - 9 = 16$,so $h^2 = 25$,which means $h = \pm 5$.
Since the radius $r = |h|$,we have $r = 5$.
Solution diagram
4
MathematicsMediumMCQIIT JEE · 1972
If $f(x) = \begin{cases} \frac{x^2 - 4x + 3}{x^2 - 1}, & x \ne 1 \\ 2, & x = 1 \end{cases}$,then:
A
$\lim_{x \to 1^+} f(x) = 2$
B
$\lim_{x \to 1^-} f(x) = 3$
C
$f(x)$ is discontinuous at $x = 1$
D
None of these

Solution

(C) To check the continuity of $f(x)$ at $x = 1$,we evaluate the left-hand limit,right-hand limit,and the value of the function at $x = 1$.
Given $f(1) = 2$.
For $x \ne 1$,$f(x) = \frac{x^2 - 4x + 3}{x^2 - 1} = \frac{(x - 1)(x - 3)}{(x - 1)(x + 1)} = \frac{x - 3}{x + 1}$.
Now,calculate the limit as $x \to 1$:
$\lim_{x \to 1} f(x) = \lim_{x \to 1} \frac{x - 3}{x + 1} = \frac{1 - 3}{1 + 1} = \frac{-2}{2} = -1$.
Since $\lim_{x \to 1^+} f(x) = -1$ and $\lim_{x \to 1^-} f(x) = -1$,the limit exists and is equal to $-1$.
However,$f(1) = 2$.
Since $\lim_{x \to 1} f(x) \ne f(1)$,the function $f(x)$ is discontinuous at $x = 1$.
5
MathematicsEasyMCQIIT JEE · 1972
$\int x \cos^2 x \, dx = $
A
$\frac{x^2}{4} - \frac{1}{4}x \sin 2x - \frac{1}{8} \cos 2x + c$
B
$\frac{x^2}{4} + \frac{1}{4}x \sin 2x + \frac{1}{8} \cos 2x + c$
C
$\frac{x^2}{4} - \frac{1}{4}x \sin 2x + \frac{1}{8} \cos 2x + c$
D
$\frac{x^2}{4} + \frac{1}{4}x \sin 2x - \frac{1}{8} \cos 2x + c$

Solution

(B) We use the identity $\cos^2 x = \frac{1 + \cos 2x}{2}$.
$\int x \cos^2 x \, dx = \int x \left( \frac{1 + \cos 2x}{2} \right) \, dx = \frac{1}{2} \int x \, dx + \frac{1}{2} \int x \cos 2x \, dx$.
Integrating the first part: $\frac{1}{2} \int x \, dx = \frac{x^2}{4}$.
For the second part,use integration by parts: $\int u \, dv = uv - \int v \, du$,where $u = x$ and $dv = \cos 2x \, dx$. Then $du = dx$ and $v = \frac{\sin 2x}{2}$.
$\frac{1}{2} \int x \cos 2x \, dx = \frac{1}{2} \left( \frac{x \sin 2x}{2} - \int \frac{\sin 2x}{2} \, dx \right) = \frac{x \sin 2x}{4} - \frac{1}{4} \int \sin 2x \, dx$.
$= \frac{x \sin 2x}{4} - \frac{1}{4} \left( -\frac{\cos 2x}{2} \right) = \frac{x \sin 2x}{4} + \frac{\cos 2x}{8}$.
Combining both parts: $\frac{x^2}{4} + \frac{x \sin 2x}{4} + \frac{\cos 2x}{8} + c$.
6
MathematicsMediumMCQIIT JEE · 1972
$\int x \sin^2 x \, dx = $
A
$\frac{x^2}{4} + \frac{x}{4} \sin 2x + \frac{1}{8} \cos 2x + c$
B
$\frac{x^2}{4} - \frac{x}{4} \sin 2x + \frac{1}{8} \cos 2x + c$
C
$\frac{x^2}{4} + \frac{x}{4} \sin 2x - \frac{1}{8} \cos 2x + c$
D
$\frac{x^2}{4} - \frac{x}{4} \sin 2x - \frac{1}{8} \cos 2x + c$

Solution

(D) We know that $\sin^2 x = \frac{1 - \cos 2x}{2}$.
Substituting this into the integral:
$\int x \sin^2 x \, dx = \int x \left( \frac{1 - \cos 2x}{2} \right) dx$
$= \frac{1}{2} \int x \, dx - \frac{1}{2} \int x \cos 2x \, dx$
$= \frac{1}{2} \left( \frac{x^2}{2} \right) - \frac{1}{2} \left[ x \left( \frac{\sin 2x}{2} \right) - \int 1 \cdot \frac{\sin 2x}{2} \, dx \right]$
$= \frac{x^2}{4} - \frac{x}{4} \sin 2x + \frac{1}{2} \int \frac{\sin 2x}{2} \, dx$
$= \frac{x^2}{4} - \frac{x}{4} \sin 2x + \frac{1}{4} \left( -\frac{\cos 2x}{2} \right) + c$
$= \frac{x^2}{4} - \frac{x}{4} \sin 2x - \frac{1}{8} \cos 2x + c$.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real IIT JEE style covering Mathematics with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D Mathematics papers from 7.5L+ questions in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Run live IIT JEE mock exams with unlimited students, 360° analytics & white-label branding.

See Demo

Frequently Asked Questions

How many Mathematics questions are in IIT JEE 1972?

There are 6 Mathematics questions from the IIT JEE 1972 paper on Vedclass, each with a detailed step-by-step solution in English.

Are IIT JEE 1972 Mathematics solutions available in English?

Yes. All solutions on this page are in English. You can also switch to English or Hindi using the language buttons above the questions.

Can I practice IIT JEE 1972 Mathematics as a timed test?

Yes. Use the Vedclass Test Series to attempt a full IIT JEE mock test covering Mathematics with time limits and instant score analysis.

Can teachers create Mathematics papers from IIT JEE previous year questions?

Yes. The Vedclass Exam Paper Generator lets teachers mix IIT JEE Mathematics questions and generate Set A/B/C/D papers in minutes.

For Teachers & Institutes

Build a Custom Mathematics Paper

Pick IIT JEE 1972 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.