IIT JEE 1970 Mathematics Question Paper with Answer and Solution

5 QuestionsEnglishWith Solutions

MathematicsQ15 of 5 questions

Page 1 of 1 · English

1
MathematicsMediumMCQIIT JEE · 1970
If $x = a + b$,$y = a\omega + b\omega^2$,and $z = a\omega^2 + b\omega$,then the value of $x^3 + y^3 + z^3$ is equal to
A
$a^3 + b^3$
B
$3(a^3 + b^3)$
C
$3(a^2 + b^2)$
D
None of these

Solution

(B) Given $x = a + b$,$y = a\omega + b\omega^2$,and $z = a\omega^2 + b\omega$.
We know that $1 + \omega + \omega^2 = 0$ and $\omega^3 = 1$.
Expanding the cubes:
$x^3 = (a + b)^3 = a^3 + b^3 + 3ab(a + b)$
$y^3 = (a\omega + b\omega^2)^3 = a^3\omega^3 + b^3\omega^6 + 3a^2b\omega^4 + 3ab^2\omega^5 = a^3 + b^3 + 3a^2b\omega + 3ab^2\omega^2$
$z^3 = (a\omega^2 + b\omega)^3 = a^3\omega^6 + b^3\omega^3 + 3a^2b\omega^5 + 3ab^2\omega^4 = a^3 + b^3 + 3a^2b\omega^2 + 3ab^2\omega$
Adding these:
$x^3 + y^3 + z^3 = 3(a^3 + b^3) + 3a^2b(1 + \omega + \omega^2) + 3ab^2(1 + \omega^2 + \omega)$
Since $1 + \omega + \omega^2 = 0$,the terms with $a^2b$ and $ab^2$ vanish.
Thus,$x^3 + y^3 + z^3 = 3(a^3 + b^3)$.
2
MathematicsMediumMCQIIT JEE · 1970
If $\tan \theta + \sin \theta = m$ and $\tan \theta - \sin \theta = n,$ then
A
${m^2} - {n^2} = 4\,mn$
B
${m^2} + {n^2} = 4\,mn$
C
${m^2} - {n^2} = {m^2} + {n^2}$
D
${m^2} - {n^2} = 4\sqrt {mn}$

Solution

(D) Given: $m = \tan \theta + \sin \theta$ and $n = \tan \theta - \sin \theta$.
Calculate $m^2 - n^2$:
$m^2 - n^2 = (m + n)(m - n)$
$m + n = (\tan \theta + \sin \theta) + (\tan \theta - \sin \theta) = 2 \tan \theta$
$m - n = (\tan \theta + \sin \theta) - (\tan \theta - \sin \theta) = 2 \sin \theta$
$m^2 - n^2 = (2 \tan \theta)(2 \sin \theta) = 4 \tan \theta \sin \theta$ ... $(i)$
Calculate $4\sqrt{mn}$:
$mn = (\tan \theta + \sin \theta)(\tan \theta - \sin \theta) = \tan^2 \theta - \sin^2 \theta$
$mn = \frac{\sin^2 \theta}{\cos^2 \theta} - \sin^2 \theta = \sin^2 \theta \left( \frac{1}{\cos^2 \theta} - 1 \right) = \sin^2 \theta \left( \frac{1 - \cos^2 \theta}{\cos^2 \theta} \right) = \sin^2 \theta \frac{\sin^2 \theta}{\cos^2 \theta} = \sin^2 \theta \tan^2 \theta$
$\sqrt{mn} = \sqrt{\sin^2 \theta \tan^2 \theta} = \sin \theta \tan \theta$
$4\sqrt{mn} = 4 \sin \theta \tan \theta$ ... $(ii)$
From $(i)$ and $(ii)$,we get ${m^2} - {n^2} = 4\sqrt {mn}$.
3
MathematicsEasyMCQIIT JEE · 1970
If $A, B, C, D$ are the angles of a cyclic quadrilateral,then $\cos A + \cos B + \cos C + \cos D = $
A
$2(\cos A + \cos C)$
B
$2(\cos A + \cos B)$
C
$2(\cos A + \cos D)$
D
$0$

Solution

(D) Given that $ABCD$ is a cyclic quadrilateral.
Since the sum of opposite angles in a cyclic quadrilateral is $180^\circ$,we have $A + C = 180^\circ$ and $B + D = 180^\circ$.
From $A + C = 180^\circ$,we get $A = 180^\circ - C$.
Therefore,$\cos A = \cos(180^\circ - C) = -\cos C$,which implies $\cos A + \cos C = 0$.
Similarly,from $B + D = 180^\circ$,we get $B = 180^\circ - D$.
Therefore,$\cos B = \cos(180^\circ - D) = -\cos D$,which implies $\cos B + \cos D = 0$.
Adding these two results,we get $\cos A + \cos B + \cos C + \cos D = 0 + 0 = 0$.
4
MathematicsDifficultMCQIIT JEE · 1970
Two consecutive sides of a parallelogram are $4x + 5y = 0$ and $7x + 2y = 0.$ If the equation to one diagonal is $11x + 7y = 9,$ then the equation of the other diagonal is
A
$x + 2y = 0$
B
$2x + y = 0$
C
$x - y = 0$
D
None of these

Solution

(D) The vertex $O$ is the intersection of $4x + 5y = 0$ and $7x + 2y = 0,$ which is the origin $(0, 0).$
Since the diagonal $11x + 7y = 9$ does not pass through the origin $(0, 0),$ it cannot be the diagonal $OB.$ Thus,$11x + 7y = 9$ is the equation of the diagonal $AC.$
Let the sides be $OA: 4x + 5y = 0$ and $OC: 7x + 2y = 0.$
Solving $AC$ with $OA$: $4x + 5y = 0$ and $11x + 7y = 9.$ Multiplying the first by $7$ and the second by $5$: $28x + 35y = 0$ and $55x + 35y = 45.$ Subtracting gives $27x = 45 \implies x = \frac{5}{3}.$ Then $y = -\frac{4}{3}.$ So $A = \left(\frac{5}{3}, -\frac{4}{3}\right).$
Solving $AC$ with $OC$: $7x + 2y = 0$ and $11x + 7y = 9.$ Multiplying the first by $7$ and the second by $2$: $49x + 14y = 0$ and $22x + 14y = 18.$ Subtracting gives $27x = -18 \implies x = -\frac{2}{3}.$ Then $y = \frac{7}{3}.$ So $C = \left(-\frac{2}{3}, \frac{7}{3}\right).$
The midpoint $M$ of diagonal $AC$ is $\left(\frac{5/3 - 2/3}{2}, \frac{-4/3 + 7/3}{2}\right) = \left(\frac{1/3}{2}, \frac{3/3}{2}\right) = \left(\frac{1}{6}, \frac{1}{2}\right).$
The other diagonal $OB$ passes through the origin $(0, 0)$ and the midpoint $M\left(\frac{1}{6}, \frac{1}{2}\right).$
The slope of $OB$ is $m = \frac{1/2 - 0}{1/6 - 0} = \frac{1/2}{1/6} = 3.$
The equation of $OB$ is $y = 3x,$ or $3x - y = 0.$ Since this is not among the options,the correct answer is $D$ (None of these).
Solution diagram
5
MathematicsDifficultMCQIIT JEE · 1970
$A$ spherical balloon of radius $r$ subtends an angle $\alpha$ at the eye of an observer. If the angle of elevation of the centre of the balloon is $\beta$,then the height of the centre of the balloon is:
A
$r \csc\left(\frac{\alpha}{2}\right) \sin \beta$
B
$r \csc \alpha \sin\left(\frac{\beta}{2}\right)$
C
$r \sin\left(\frac{\alpha}{2}\right) \csc \beta$
D
$r \sin \alpha \csc\left(\frac{\beta}{2}\right)$

Solution

(A) Let $P$ be the eye of the observer and $B$ be the centre of the spherical balloon. Let $Q$ be a point of tangency on the balloon from $P$. Then $\angle QPB = \frac{\alpha}{2}$.
In the right-angled triangle $\triangle PQB$,we have $\sin\left(\frac{\alpha}{2}\right) = \frac{BQ}{PB} = \frac{r}{l}$,where $l = PB$ is the distance from the observer to the centre of the balloon.
Thus,$l = r \csc\left(\frac{\alpha}{2}\right)$.
In the right-angled triangle formed by the height $H$ of the centre $B$ from the ground,we have $\sin \beta = \frac{H}{l}$.
Therefore,$H = l \sin \beta = r \csc\left(\frac{\alpha}{2}\right) \sin \beta$.
Solution diagram

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 1970?

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

Are IIT JEE 1970 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 1970 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 1970 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.