AIEEE 2005 Mathematics Question Paper with Answer and Solution

70 QuestionsEnglishWith Solutions

MathematicsQ170 of 70 questions

Page 1 of 1 · English

1
MathematicsEasyMCQAIEEE · 2005
If ${z_1}$ and ${z_2}$ are two non-zero complex numbers such that $|{z_1} + {z_2}| = |{z_1}| + |{z_2}|,$ then $\text{arg}({z_1}) - \text{arg}({z_2})$ is equal to
A
$-\pi$
B
$-\frac{\pi}{2}$
C
$\frac{\pi}{2}$
D
$0$

Solution

(D) Given that $|{z_1} + {z_2}| = |{z_1}| + |{z_2}|$.
This condition implies that the complex numbers ${z_1}$ and ${z_2}$ lie on the same ray originating from the origin in the complex plane.
Let ${z_1} = {r_1}(\cos{\theta_1} + i\sin{\theta_1})$ and ${z_2} = {r_2}(\cos{\theta_2} + i\sin{\theta_2})$.
Then $|{z_1} + {z_2}|^2 = (|{z_1}| + |{z_2}|)^2 = |{z_1}|^2 + |{z_2}|^2 + 2|{z_1}||{z_2}|$.
Also,$|{z_1} + {z_2}|^2 = (z_1 + z_2)(\overline{z_1} + \overline{z_2}) = |z_1|^2 + |z_2|^2 + z_1\overline{z_2} + \overline{z_1}z_2 = |z_1|^2 + |z_2|^2 + 2\text{Re}(z_1\overline{z_2})$.
Comparing these,$2\text{Re}(z_1\overline{z_2}) = 2|z_1||z_2|$,which means $\cos(\theta_1 - \theta_2) = 1$.
Thus,$\theta_1 - \theta_2 = 0$,which implies $\text{arg}({z_1}) - \text{arg}({z_2}) = 0$.
2
MathematicsDifficultMCQAIEEE · 2005
If $w = \frac{z}{z - \frac{1}{3}i}$ and $|w| = 1$,then $z$ lies on
A
$A$ straight line
B
$A$ parabola
C
An ellipse
D
$A$ circle

Solution

(A) Given $|w| = 1$,we have $\left| \frac{z}{z - \frac{i}{3}} \right| = 1$.
This implies $|z| = |z - \frac{i}{3}|$.
Let $z = x + iy$. Then $|x + iy| = |x + i(y - \frac{1}{3})|$.
Squaring both sides,we get $x^2 + y^2 = x^2 + (y - \frac{1}{3})^2$.
$x^2 + y^2 = x^2 + y^2 - \frac{2}{3}y + \frac{1}{9}$.
$0 = -\frac{2}{3}y + \frac{1}{9}$ $\Rightarrow \frac{2}{3}y = \frac{1}{9}$ $\Rightarrow y = \frac{1}{6}$.
This represents a horizontal straight line $y = \frac{1}{6}$ in the complex plane.
Therefore,$z$ lies on a straight line.
3
MathematicsMediumMCQAIEEE · 2005
If the cube roots of unity are $1, \omega, \omega^2$,then the roots of the equation $(x - 1)^3 + 8 = 0$ are
A
$ - 1, 1 + 2\omega, 1 + 2\omega^2$
B
$ - 1, 1 - 2\omega, 1 - 2\omega^2$
C
$ - 1, - 1, - 1$
D
None of these

Solution

(B) Given the equation $(x - 1)^3 + 8 = 0$.
This can be written as $(x - 1)^3 = -8$.
Taking the cube root on both sides,we get $x - 1 = (-8)^{1/3}$.
Since the cube roots of unity are $1, \omega, \omega^2$,the cube roots of $-8$ are $-2, -2\omega, -2\omega^2$.
Therefore,$x - 1 = -2, -2\omega, -2\omega^2$.
Adding $1$ to all sides,we get $x = 1 - 2, 1 - 2\omega, 1 - 2\omega^2$.
Thus,the roots are $-1, 1 - 2\omega, 1 - 2\omega^2$.
4
MathematicsMediumMCQAIEEE · 2005
If $a, b, c$ are in $A.P.$ and $|a|, |b|, |c| < 1$,and $x = 1 + a + a^2 + \dots \infty$,$y = 1 + b + b^2 + \dots \infty$,$z = 1 + c + c^2 + \dots \infty$,then $x, y, z$ shall be in:
A
$A.P.$
B
$G.P.$
C
$H.P.$
D
None of these

Solution

(C) Given that $x = 1 + a + a^2 + \dots = \frac{1}{1-a}$,$y = 1 + b + b^2 + \dots = \frac{1}{1-b}$,and $z = 1 + c + c^2 + \dots = \frac{1}{1-c}$ for $|a|, |b|, |c| < 1$.
Since $a, b, c$ are in $A.P.$,we have $2b = a + c$.
Subtracting each term from $1$,we get $1-a, 1-b, 1-c$ are also in $A.P.$ because $(1-a) + (1-c) = 2 - (a+c) = 2 - 2b = 2(1-b)$.
Since $1-a, 1-b, 1-c$ are in $A.P.$,their reciprocals $\frac{1}{1-a}, \frac{1}{1-b}, \frac{1}{1-c}$ must be in $H.P.$
Therefore,$x, y, z$ are in $H.P.$
5
MathematicsMediumMCQAIEEE · 2005
If the roots of $x^2 - bx + c = 0$ are two consecutive integers,then $b^2 - 4c$ is
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(A) Let the roots be $\alpha$ and $\alpha + 1$.
Then,the sum of the roots is $\alpha + (\alpha + 1) = 2\alpha + 1 = b$.
The product of the roots is $\alpha(\alpha + 1) = c$.
Now,we calculate the discriminant $b^2 - 4c$:
$b^2 - 4c = (2\alpha + 1)^2 - 4\alpha(\alpha + 1)$
$= 4\alpha^2 + 4\alpha + 1 - 4\alpha^2 - 4\alpha$
$= 1$.
Therefore,$b^2 - 4c = 1$.
6
MathematicsMediumMCQAIEEE · 2005
If both the roots of the quadratic equation $x^2 - 2kx + k^2 + k - 5 = 0$ are less than $5$,then $k$ lies in the interval:
A
$(-\infty, 4)$
B
$[4, 5]$
C
$(5, 6]$
D
$(6, \infty)$

Solution

(A) Given the quadratic equation $f(x) = x^2 - 2kx + k^2 + k - 5 = 0$.
For both roots to be less than $5$,the following conditions must be satisfied:
$1$. Discriminant $D \ge 0$:
$D = (-2k)^2 - 4(1)(k^2 + k - 5) = 4k^2 - 4k^2 - 4k + 20 = 20 - 4k \ge 0 \Rightarrow k \le 5$.
$2$. $f(5) > 0$:
$f(5) = 5^2 - 2k(5) + k^2 + k - 5 = 25 - 10k + k^2 + k - 5 = k^2 - 9k + 20 > 0$.
$(k - 4)(k - 5) > 0 \Rightarrow k \in (-\infty, 4) \cup (5, \infty)$.
$3$. Vertex position: $-\frac{b}{2a} < 5$:
$-\frac{-2k}{2(1)} < 5 \Rightarrow k < 5$.
Taking the intersection of all three conditions: $k \le 5$,$k \in (-\infty, 4) \cup (5, \infty)$,and $k < 5$,we get $k \in (-\infty, 4)$.
7
MathematicsMediumMCQAIEEE · 2005
If the letters of the word $SACHIN$ are arranged in all possible ways and these words are written out as in a dictionary,then the word $SACHIN$ appears at serial number:
A
$603$
B
$602$
C
$601$
D
$600$

Solution

(C) The letters of the word $SACHIN$ are $A, C, H, I, N, S$ in alphabetical order.
Words starting with $A$: $5! = 120$ words.
Words starting with $C$: $5! = 120$ words.
Words starting with $H$: $5! = 120$ words.
Words starting with $I$: $5! = 120$ words.
Words starting with $N$: $5! = 120$ words.
Total words before words starting with $S$ are $5 \times 120 = 600$.
The next word in the dictionary is the first word starting with $S$,which is $SACHIN$.
Therefore,the serial number of $SACHIN$ is $600 + 1 = 601$.
8
MathematicsMediumMCQAIEEE · 2005
The value of ${}^{50}C_4 + \sum_{r=1}^{6} {}^{56-r}C_3$ is
A
${}^{56}C_3$
B
${}^{56}C_4$
C
${}^{55}C_4$
D
${}^{55}C_3$

Solution

(B) We are given the expression $S = {}^{50}C_4 + \sum_{r=1}^{6} {}^{56-r}C_3$.
Expanding the summation,we get $S = {}^{50}C_4 + ({}^{55}C_3 + {}^{54}C_3 + {}^{53}C_3 + {}^{52}C_3 + {}^{51}C_3 + {}^{50}C_3)$.
Rearranging the terms,$S = ({}^{50}C_4 + {}^{50}C_3) + {}^{51}C_3 + {}^{52}C_3 + {}^{53}C_3 + {}^{54}C_3 + {}^{55}C_3$.
Using the Pascal's identity ${}^{n}C_r + {}^{n}C_{r-1} = {}^{n+1}C_r$,we have ${}^{50}C_4 + {}^{50}C_3 = {}^{51}C_4$.
Now,$S = ({}^{51}C_4 + {}^{51}C_3) + {}^{52}C_3 + {}^{53}C_3 + {}^{54}C_3 + {}^{55}C_3 = {}^{52}C_4 + {}^{52}C_3 + {}^{53}C_3 + {}^{54}C_3 + {}^{55}C_3$.
Continuing this process,$S = ({}^{52}C_4 + {}^{52}C_3) + {}^{53}C_3 + {}^{54}C_3 + {}^{55}C_3 = {}^{53}C_4 + {}^{53}C_3 + {}^{54}C_3 + {}^{55}C_3$.
$S = ({}^{53}C_4 + {}^{53}C_3) + {}^{54}C_3 + {}^{55}C_3 = {}^{54}C_4 + {}^{54}C_3 + {}^{55}C_3$.
$S = ({}^{54}C_4 + {}^{54}C_3) + {}^{55}C_3 = {}^{55}C_4 + {}^{55}C_3 = {}^{56}C_4$.
Thus,the correct option is $B$.
9
MathematicsMediumMCQAIEEE · 2005
If the coefficients of the $p^{th}$,$(p + 1)^{th}$,and $(p + 2)^{th}$ terms in the expansion of $(1 + x)^n$ are in $A.P.$,then
A
$n^2 - 2np + 4p^2 = 0$
B
$n^2 - n(4p + 1) + 4p^2 - 2 = 0$
C
$n^2 - n(4p + 1) + 4p^2 = 0$
D
None of these

Solution

(B) The coefficients of the $p^{th}$,$(p + 1)^{th}$,and $(p + 2)^{th}$ terms in the expansion of $(1 + x)^n$ are $^nC_{p-1}$,$^nC_p$,and $^nC_{p+1}$.
Since they are in $A.P.$,we have $2(^nC_p) = ^nC_{p-1} + ^nC_{p+1}$.
Using the formula $^nC_r = \frac{n!}{r!(n-r)!}$,we get:
$2 \frac{n!}{p!(n-p)!} = \frac{n!}{(p-1)!(n-p+1)!} + \frac{n!}{(p+1)!(n-p-1)!}$.
Dividing by $n!$ and multiplying by $p!(n-p+1)!$,we simplify the expression to:
$2(n-p+1) = p(n-p+1) + p(p+1)$ is incorrect; the standard simplification leads to:
$n^2 - n(4p + 1) + 4p^2 - 2 = 0$.
Verification: Let $p = 1$. Then $^nC_0, ^nC_1, ^nC_2$ are in $A.P.$
$2(^nC_1) = ^nC_0 + ^nC_2$ $\Rightarrow 2n = 1 + \frac{n(n-1)}{2}$ $\Rightarrow 4n = 2 + n^2 - n$ $\Rightarrow n^2 - 5n + 2 = 0$.
Substituting $p=1$ into option $(b)$: $n^2 - n(4(1) + 1) + 4(1)^2 - 2 = n^2 - 5n + 2 = 0$. This matches.
10
MathematicsDifficultMCQAIEEE · 2005
If $x$ is so small that $x^3$ and higher powers of $x$ may be neglected,then $\frac{(1 + x)^{3/2} - (1 + \frac{1}{2}x)^3}{(1 - x)^{1/2}}$ may be approximated as
A
$-\frac{3}{8}x^2$
B
$\frac{x}{2} - \frac{3}{8}x^2$
C
$1 - \frac{3}{8}x^2$
D
$3x + \frac{3}{8}x^2$

Solution

(A) Using the binomial expansion $(1+x)^n \approx 1 + nx + \frac{n(n-1)}{2}x^2$ for small $x$:
$(1+x)^{3/2} \approx 1 + \frac{3}{2}x + \frac{\frac{3}{2} \cdot \frac{1}{2}}{2}x^2 = 1 + \frac{3}{2}x + \frac{3}{8}x^2$
$(1 + \frac{1}{2}x)^3 \approx 1 + 3(\frac{1}{2}x) + \frac{3 \cdot 2}{2}(\frac{1}{2}x)^2 = 1 + \frac{3}{2}x + \frac{3}{4}x^2$
$(1-x)^{-1/2} \approx 1 + (-\frac{1}{2})(-x) = 1 + \frac{1}{2}x$
Substituting these into the expression:
$\frac{(1 + \frac{3}{2}x + \frac{3}{8}x^2) - (1 + \frac{3}{2}x + \frac{3}{4}x^2)}{1} \approx (\frac{3}{8} - \frac{6}{8})x^2 = -\frac{3}{8}x^2$
Since we neglect $x^3$ and higher powers,the denominator $(1-x)^{1/2}$ effectively acts as $1$ in the product with the $x^2$ term.
11
MathematicsDifficultMCQAIEEE · 2005
If the coefficient of ${x^7}$ in ${\left( {a{x^2} + \frac{1}{{bx}}} \right)^{11}}$ is equal to the coefficient of ${x^{ - 7}}$ in ${\left( {ax - \frac{1}{{b{x^2}}}} \right)^{11}}$,then $ab =$
A
$1$
B
$1/2$
C
$2$
D
$3$

Solution

(A) In the expansion of ${\left( {a{x^2} + \frac{1}{{bx}}} \right)^{11}}$,the general term is ${T_{r + 1}} = {}^{11}{C_r}{(a{x^2})^{11 - r}}{\left( {\frac{1}{{bx}}} \right)^r} = {}^{11}{C_r}{a^{11 - r}}{b^{ - r}}{x^{22 - 3r}}$.
For $x^7$,we set $22 - 3r = 7$,which gives $r = 5$. The coefficient is ${}^{11}{C_5}{a^6}{b^{ - 5}}$.
In the expansion of ${\left( {ax - \frac{1}{{b{x^2}}}} \right)^{11}}$,the general term is ${T_{r + 1}} = {}^{11}{C_r}{(ax)^{11 - r}}{\left( { - \frac{1}{{b{x^2}}}} \right)^r} = {}^{11}{C_r}{( - 1)^r}{a^{11 - r}}{b^{ - r}}{x^{11 - 3r}}$.
For $x^{ - 7}$,we set $11 - 3r = -7$,which gives $r = 6$. The coefficient is ${}^{11}{C_6}{( - 1)^6}{a^5}{b^{ - 6}} = {}^{11}{C_5}{a^5}{b^{ - 6}}$.
Equating the coefficients: ${}^{11}{C_5}{a^6}{b^{ - 5}} = {}^{11}{C_5}{a^5}{b^{ - 6}}$.
Dividing by ${}^{11}{C_5}{a^5}{b^{ - 5}}$,we get $a/1 = 1/b$,which implies $ab = 1$.
12
MathematicsMediumMCQAIEEE · 2005
The sum of the series $1 + \frac{1}{4 \cdot 2!} + \frac{1}{16 \cdot 4!} + \frac{1}{64 \cdot 6!} + \dots$ to infinity is
A
$\frac{e - 1}{2\sqrt{e}}$
B
$\frac{e + 1}{2\sqrt{e}}$
C
$\frac{e - 1}{\sqrt{e}}$
D
$\frac{e + 1}{\sqrt{e}}$

Solution

(B) The expansion of $\cosh(x)$ is given by $\frac{e^x + e^{-x}}{2} = 1 + \frac{x^2}{2!} + \frac{x^4}{4!} + \frac{x^6}{6!} + \dots \infty$.
We can rewrite the given series as $1 + \frac{(1/2)^2}{2!} + \frac{(1/2)^4}{4!} + \frac{(1/2)^6}{6!} + \dots \infty$.
By comparing this with the expansion of $\cosh(x)$,we set $x = \frac{1}{2}$.
Thus,the sum is $\frac{e^{1/2} + e^{-1/2}}{2} = \frac{\sqrt{e} + \frac{1}{\sqrt{e}}}{2} = \frac{e + 1}{2\sqrt{e}}$.
13
MathematicsDifficultMCQAIEEE · 2005
In a triangle $PQR$,$\angle R = \frac{\pi}{2}$. If $\tan(\frac{P}{2})$ and $\tan(\frac{Q}{2})$ are the roots of the equation $ax^2 + bx + c = 0$ $(a \neq 0)$,then:
A
$a + b = c$
B
$b + c = a$
C
$a + c = b$
D
$b = c$

Solution

(A) In $\triangle PQR$,$\angle R = \frac{\pi}{2}$,so $P + Q = \frac{\pi}{2}$,which implies $\frac{P}{2} + \frac{Q}{2} = \frac{\pi}{4}$.
Given that $\tan(\frac{P}{2})$ and $\tan(\frac{Q}{2})$ are roots of $ax^2 + bx + c = 0$,we have:
Sum of roots: $\tan(\frac{P}{2}) + \tan(\frac{Q}{2}) = -\frac{b}{a}$
Product of roots: $\tan(\frac{P}{2}) \tan(\frac{Q}{2}) = \frac{c}{a}$
Using the identity $\tan(A+B) = \frac{\tan A + \tan B}{1 - \tan A \tan B}$:
$\tan(\frac{P}{2} + \frac{Q}{2}) = \tan(\frac{\pi}{4}) = 1$
$\frac{\tan(\frac{P}{2}) + \tan(\frac{Q}{2})}{1 - \tan(\frac{P}{2}) \tan(\frac{Q}{2})} = 1$
Substituting the sum and product of roots:
$\frac{-b/a}{1 - c/a} = 1$
$\frac{-b/a}{(a-c)/a} = 1$
$-b = a - c$
$c = a + b$.
14
MathematicsMediumMCQAIEEE · 2005
If in a $\Delta ABC$,the altitudes from the vertices $A, B, C$ on opposite sides are in $H.P.$,then $\sin A, \sin B, \sin C$ are in
A
$A.G.P.$
B
$H.P.$
C
$G.P.$
D
$A.P.$

Solution

(D) Let the altitudes from vertices $A, B, C$ be $h_a, h_b, h_c$ respectively.
We know that $h_a = \frac{2\Delta}{a}$,$h_b = \frac{2\Delta}{b}$,and $h_c = \frac{2\Delta}{c}$,where $\Delta$ is the area of the triangle.
Given that $h_a, h_b, h_c$ are in $H.P.$,we have $\frac{2\Delta}{a}, \frac{2\Delta}{b}, \frac{2\Delta}{c}$ are in $H.P.$
This implies that $\frac{1}{a}, \frac{1}{b}, \frac{1}{c}$ are in $H.P.$
Therefore,$a, b, c$ are in $A.P.$
By the Sine Rule,$\frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} = 2R$.
Thus,$a = 2R \sin A$,$b = 2R \sin B$,and $c = 2R \sin C$.
Since $a, b, c$ are in $A.P.$,it follows that $2R \sin A, 2R \sin B, 2R \sin C$ are in $A.P.$
Hence,$\sin A, \sin B, \sin C$ are in $A.P.$
15
MathematicsMediumMCQAIEEE · 2005
In a $\Delta ABC,$ let $\angle C = \frac{\pi}{2}.$ If $r$ and $R$ are the inradius and the circumradius respectively of the triangle,then $2(r + R)$ is equal to
A
$a + b$
B
$b + c$
C
$c + a$
D
$a + b + c$

Solution

(A) In a right-angled triangle $\Delta ABC$ with $\angle C = \frac{\pi}{2},$ the hypotenuse is $c = AB.$
The circumradius $R$ is half of the hypotenuse,so $R = \frac{c}{2}.$
The inradius $r$ is given by $r = \frac{\Delta}{s},$ where $\Delta = \frac{1}{2}ab$ and $s = \frac{a + b + c}{2}.$
Thus,$r = \frac{\frac{1}{2}ab}{\frac{1}{2}(a + b + c)} = \frac{ab}{a + b + c}.$
Now,$r + R = \frac{ab}{a + b + c} + \frac{c}{2} = \frac{2ab + c(a + b + c)}{2(a + b + c)}.$
Since $c^2 = a^2 + b^2,$ we have $2ab + c(a + b + c) = 2ab + ca + cb + c^2 = 2ab + ca + cb + a^2 + b^2 = (a + b)^2 + c(a + b) = (a + b)(a + b + c).$
Therefore,$r + R = \frac{(a + b)(a + b + c)}{2(a + b + c)} = \frac{a + b}{2}.$
Hence,$2(r + R) = a + b.$
Solution diagram
16
MathematicsMediumMCQAIEEE · 2005
If a vertex of a triangle is $(1, 1)$ and the midpoints of two sides through this vertex are $(-1, 2)$ and $(3, 2)$,then the centroid of the triangle is
A
$\left( 1, \frac{7}{3} \right)$
B
$\left( \frac{1}{3}, \frac{7}{3} \right)$
C
$\left( -1, \frac{7}{3} \right)$
D
$\left( -\frac{1}{3}, \frac{7}{3} \right)$

Solution

(A) Let the vertex be $A = (1, 1)$. Let the midpoints of sides $AB$ and $AC$ be $M_1 = (-1, 2)$ and $M_2 = (3, 2)$ respectively.
Since $M_1$ is the midpoint of $AB$,we have $\frac{A+B}{2} = M_1 \implies B = 2M_1 - A = 2(-1, 2) - (1, 1) = (-2-1, 4-1) = (-3, 3)$.
Since $M_2$ is the midpoint of $AC$,we have $\frac{A+C}{2} = M_2 \implies C = 2M_2 - A = 2(3, 2) - (1, 1) = (6-1, 4-1) = (5, 3)$.
The centroid $G$ of the triangle with vertices $A(x_1, y_1)$,$B(x_2, y_2)$,and $C(x_3, y_3)$ is given by $\left( \frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3} \right)$.
$G = \left( \frac{1 - 3 + 5}{3}, \frac{1 + 3 + 3}{3} \right) = \left( \frac{3}{3}, \frac{7}{3} \right) = \left( 1, \frac{7}{3} \right)$.
Solution diagram
17
MathematicsMediumMCQAIEEE · 2005
Let $P$ be the point $(1, 0)$ and $Q$ be a point on the locus $y^2 = 8x$. The locus of the midpoint of $PQ$ is
A
$x^2 + 4y + 2 = 0$
B
$x^2 - 4y + 2 = 0$
C
$y^2 - 4x + 2 = 0$
D
$y^2 + 4x + 2 = 0$

Solution

(C) Let $P = (1, 0)$ and $Q = (h, k)$ be a point on the parabola $y^2 = 8x$,so $k^2 = 8h$.
Let $(x, y)$ be the midpoint of $PQ$.
Then $x = \frac{h + 1}{2}$ and $y = \frac{k + 0}{2}$.
This implies $h = 2x - 1$ and $k = 2y$.
Substituting these into the equation $k^2 = 8h$:
$(2y)^2 = 8(2x - 1)$
$4y^2 = 16x - 8$
Dividing by $4$,we get $y^2 = 4x - 2$,which is $y^2 - 4x + 2 = 0$.
18
MathematicsMediumMCQAIEEE · 2005
If $a, b, c$ are in harmonic progression,then the straight line $\frac{x}{a} + \frac{y}{b} + \frac{1}{c} = 0$ always passes through a fixed point. That point is:
A
$( - 1, - 2)$
B
$( - 1, 2)$
C
$(1, - 2)$
D
$(1, - 1/2)$

Solution

(C) Given that $a, b, c$ are in harmonic progression $(H.P.)$,we have $\frac{2}{b} = \frac{1}{a} + \frac{1}{c}$,which implies $\frac{1}{a} + \frac{1}{c} - \frac{2}{b} = 0$ $... (i)$
The given equation of the line is $\frac{x}{a} + \frac{y}{b} + \frac{1}{c} = 0$ $... (ii)$
We can rewrite equation $(ii)$ as $\frac{1}{a}(x) + \frac{1}{c}(1) + \frac{1}{b}(y) = 0$.
From equation $(i)$,we know $\frac{1}{c} = \frac{2}{b} - \frac{1}{a}$. Substituting this into the line equation:
$\frac{x}{a} + \frac{y}{b} + (\frac{2}{b} - \frac{1}{a}) = 0$
Rearranging the terms to group by $\frac{1}{a}$ and $\frac{1}{b}$:
$\frac{1}{a}(x - 1) + \frac{1}{b}(y + 2) = 0$
For this equation to hold for all $a, b, c$ in $H.P.$,the coefficients must be zero:
$x - 1 = 0 \Rightarrow x = 1$
$y + 2 = 0 \Rightarrow y = -2$
Thus,the fixed point is $(1, -2)$.
19
MathematicsMediumMCQAIEEE · 2005
The line parallel to the $x$-axis and passing through the intersection of the lines $ax + 2by + 3b = 0$ and $bx - 2ay - 3a = 0$,where $(a, b) \ne (0, 0)$ is
A
Above the $x$-axis at a distance of $3/2$ from it
B
Above the $x$-axis at a distance of $2/3$ from it
C
Below the $x$-axis at a distance of $3/2$ from it
D
Below the $x$-axis at a distance of $2/3$ from it

Solution

(C) To find the intersection point,we solve the system of equations:
$ax + 2by = -3b$ $(1)$
$bx - 2ay = 3a$ $(2)$
Multiply $(1)$ by $a$ and $(2)$ by $b$:
$a^2x + 2aby = -3ab$
$b^2x - 2aby = 3ab$
Adding these equations: $(a^2 + b^2)x = 0$. Since $(a, b) \ne (0, 0)$,$a^2 + b^2 \ne 0$,so $x = 0$.
Substitute $x = 0$ into $(1)$: $2by = -3b$. Since $b$ could be $0$,we check the case $b=0$. If $b=0$,then $ax=0 \Rightarrow x=0$ and $-2ay=3a \Rightarrow y=-3/2$. If $b \ne 0$,$y = -3/2$.
Thus,the intersection point is $(0, -3/2)$.
$A$ line parallel to the $x$-axis has the form $y = k$. Since it passes through $(0, -3/2)$,the line is $y = -3/2$.
This line is $3/2$ units below the $x$-axis.
20
MathematicsDifficultMCQAIEEE · 2005
If the pair of lines $ax^2 + 2(a + b)xy + by^2 = 0$ lie along diameters of a circle and divide the circle into four sectors such that the area of one of the sectors is thrice the area of another sector,then:
A
$3a^2 + 10ab + 3b^2 = 0$
B
$3a^2 + 2ab + 3b^2 = 0$
C
$3a^2 - 10ab + 3b^2 = 0$
D
$3a^2 - 2ab + 3b^2 = 0$

Solution

(B) The angle $\theta$ between the lines $ax^2 + 2hxy + by^2 = 0$ is given by $\tan \theta = \left| \frac{2\sqrt{h^2 - ab}}{a + b} \right|$.
Here,$h = a + b$,so $\tan \theta = \left| \frac{2\sqrt{(a + b)^2 - ab}}{a + b} \right| = \left| \frac{2\sqrt{a^2 + ab + b^2}}{a + b} \right|$.
The lines divide the circle into four sectors with angles $\theta$ and $\pi - \theta$.
Given that the area of one sector is thrice the area of another,the ratio of the angles is $1:3$.
Thus,$\theta = \frac{\pi}{4}$ or $\theta = \frac{3\pi}{4}$ is not the correct approach; rather,the sectors are $\theta$ and $\pi - \theta$. If one sector area is $3$ times another,then $\pi - \theta = 3\theta$,which implies $4\theta = \pi$,so $\theta = \frac{\pi}{4}$.
Therefore,$\tan^2 \theta = \tan^2(\frac{\pi}{4}) = 1$.
$\frac{4(a^2 + ab + b^2)}{(a + b)^2} = 1$.
$4a^2 + 4ab + 4b^2 = a^2 + 2ab + b^2$.
$3a^2 + 2ab + 3b^2 = 0$.
21
MathematicsDifficultMCQAIEEE · 2005
The locus of the centre of a circle passing through $(a, b)$ and cutting orthogonally to the circle $x^2 + y^2 = p^2$ is
A
$2ax + 2by - (a^2 + b^2 + p^2) = 0$
B
$2ax + 2by - (a^2 - b^2 + p^2) = 0$
C
$x^2 + y^2 - 3ax - 4by + (a^2 + b^2 - p^2) = 0$
D
$x^2 + y^2 - 2ax - 3by + (a^2 - b^2 - p^2) = 0$

Solution

(A) Let the equation of the circle be $x^2 + y^2 + 2gx + 2fy + c = 0$.
Since it cuts the circle $x^2 + y^2 = p^2$ orthogonally,the condition $2g_1g_2 + 2f_1f_2 = c_1 + c_2$ gives $2g(0) + 2f(0) = c - p^2$,which implies $c = p^2$.
Since the circle passes through $(a, b)$,we have $a^2 + b^2 + 2ga + 2fb + p^2 = 0$.
The centre of the circle is $(-g, -f)$. Let the centre be $(x, y)$,so $g = -x$ and $f = -y$.
Substituting these into the equation,we get $a^2 + b^2 + 2(-x)a + 2(-y)b + p^2 = 0$.
This simplifies to $2ax + 2by - (a^2 + b^2 + p^2) = 0$.
22
MathematicsDifficultMCQAIEEE · 2005
If the circles $x^2 + y^2 + 2ax + cy + a = 0$ and $x^2 + y^2 - 3ax + dy - 1 = 0$ intersect in two distinct points $P$ and $Q$,then the line $5x + by - a = 0$ passes through $P$ and $Q$ for
A
Infinitely many values of $a$
B
Exactly two values of $a$
C
Exactly one value of $a$
D
No value of $a$

Solution

(D) The equation of the common chord $PQ$ is obtained by subtracting the two circle equations: $(x^2 + y^2 + 2ax + cy + a) - (x^2 + y^2 - 3ax + dy - 1) = 0$.
This simplifies to $5ax + (c - d)y + (a + 1) = 0$.....$(i)$
The given equation of the line passing through $P$ and $Q$ is $5x + by - a = 0$.....$(ii)$
Since both equations represent the same line,their coefficients must be proportional:
$\frac{5a}{5} = \frac{c - d}{b} = \frac{a + 1}{-a}$
From the first and third parts: $a = \frac{a + 1}{-a}$
$-a^2 = a + 1$
$a^2 + a + 1 = 0$
For the quadratic equation $a^2 + a + 1 = 0$,the discriminant $D = b^2 - 4ac = 1^2 - 4(1)(1) = -3$.
Since $D < 0$,there are no real values of $a$ that satisfy this condition.
23
MathematicsMediumMCQAIEEE · 2005
$A$ circle touches the $x$-axis and also touches the circle with centre at $(0, 3)$ and radius $2$. The locus of the centre of the circle is
A
$A$ hyperbola
B
$A$ parabola
C
An ellipse
D
$A$ circle

Solution

(B) Let the centre of the circle be $(h, k)$ and its radius be $r$.
Since the circle touches the $x$-axis,the radius $r = |k|$.
The circle also touches the circle with centre $(0, 3)$ and radius $2$.
The distance between the centres is equal to the sum of the radii: $\sqrt{(h - 0)^2 + (k - 3)^2} = r + 2$.
Substituting $r = |k|$,we get $\sqrt{h^2 + (k - 3)^2} = |k| + 2$.
Squaring both sides: $h^2 + (k - 3)^2 = (|k| + 2)^2$.
$h^2 + k^2 - 6k + 9 = k^2 + 4|k| + 4$.
$h^2 = 4|k| + 6k + 5$.
If $k > 0$,$h^2 = 10k + 5 = 10(k + 0.5)$,which represents a parabola.
Thus,the locus of the centre $(x, y)$ is $x^2 = 10y + 5$.
24
MathematicsDifficultMCQAIEEE · 2005
An ellipse has $OB$ as semi-minor axis,$F$ and $F'$ as its foci,and the angle $\angle FBF'$ is a right angle. Then the eccentricity of the ellipse is
A
$\frac{1}{4}$
B
$\frac{1}{\sqrt{3}}$
C
$\frac{1}{\sqrt{2}}$
D
$\frac{1}{2}$

Solution

(C) Given $\angle F'BF = 90^\circ$,which implies $F'B \perp FB$.
The coordinates of the points are $B(0, b)$,$F(ae, 0)$,and $F'(-ae, 0)$.
The slope of $FB$ is $m_1 = \frac{b - 0}{0 - ae} = -\frac{b}{ae}$.
The slope of $F'B$ is $m_2 = \frac{b - 0}{0 - (-ae)} = \frac{b}{ae}$.
Since $F'B \perp FB$,the product of their slopes is $-1$:
$m_1 \times m_2 = -1$
$(-\frac{b}{ae}) \times (\frac{b}{ae}) = -1$
$\frac{b^2}{a^2e^2} = 1 \implies b^2 = a^2e^2$.
We know that for an ellipse,$b^2 = a^2(1 - e^2)$.
Substituting $b^2 = a^2e^2$ into this equation:
$a^2e^2 = a^2(1 - e^2)$
$e^2 = 1 - e^2$
$2e^2 = 1$
$e^2 = \frac{1}{2}$
$e = \frac{1}{\sqrt{2}}$.
Solution diagram
25
MathematicsMediumMCQAIEEE · 2005
The locus of a point $P(\alpha, \beta)$ moving under the condition that the line $y = \alpha x + \beta$ is a tangent to the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ is
A
$A$ parabola
B
$A$ hyperbola
C
An ellipse
D
$A$ circle

Solution

(B) The condition for the line $y = mx + c$ to be a tangent to the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ is $c^2 = a^2m^2 - b^2$.
Given the line $y = \alpha x + \beta$,we have $m = \alpha$ and $c = \beta$.
Substituting these into the condition,we get $\beta^2 = a^2\alpha^2 - b^2$.
Replacing $(\alpha, \beta)$ with $(x, y)$,the locus is $y^2 = a^2x^2 - b^2$,which can be rewritten as $a^2x^2 - y^2 = b^2$.
This equation represents a hyperbola.
26
MathematicsDifficultMCQAIEEE · 2005
The value of $a$ such that the sum of the squares of the roots of the equation $x^2 - (a - 2)x - a + 1 = 0$ assumes the least value is:
A
$2$
B
$1$
C
$3$
D
$0$

Solution

(B) Let $\alpha$ and $\beta$ be the roots of the equation $x^2 - (a - 2)x - a + 1 = 0$.
From the properties of roots,we have $\alpha + \beta = a - 2$ and $\alpha \beta = -a + 1$.
Let $S$ be the sum of the squares of the roots,so $S = \alpha^2 + \beta^2$.
Using the identity $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha \beta$,we get:
$S = (a - 2)^2 - 2(-a + 1)$
$S = a^2 - 4a + 4 + 2a - 2$
$S = a^2 - 2a + 2$.
To find the value of $a$ for which $S$ is minimum,we differentiate $S$ with respect to $a$:
$\frac{dS}{da} = 2a - 2$.
Setting $\frac{dS}{da} = 0$,we get $2a - 2 = 0$,which implies $a = 1$.
Since $\frac{d^2S}{da^2} = 2 > 0$,the function $S$ has a local minimum at $a = 1$.
Thus,the value of $a$ is $1$.
27
MathematicsDifficultMCQAIEEE · 2005
The area of the greatest rectangle that can be inscribed in the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ is
A
$\sqrt{ab}$
B
$\frac{a}{b}$
C
$2ab$
D
$ab$

Solution

(C) Let a point on the ellipse be $(a \cos \theta, b \sin \theta)$.
Since the rectangle is inscribed in the ellipse,its vertices are $(a \cos \theta, b \sin \theta)$,$(-a \cos \theta, b \sin \theta)$,$(-a \cos \theta, -b \sin \theta)$,and $(a \cos \theta, -b \sin \theta)$.
The length of the rectangle is $2a \cos \theta$ and the breadth is $2b \sin \theta$.
Area of the rectangle $A = (2a \cos \theta) \times (2b \sin \theta) = 4ab \sin \theta \cos \theta = 2ab \sin 2\theta$.
For the area to be the greatest,$\sin 2\theta$ must be maximum,i.e.,$\sin 2\theta = 1$.
Therefore,the maximum area is $2ab(1) = 2ab$.
Solution diagram
28
MathematicsMediumMCQAIEEE · 2005
Let $A$ and $B$ be two events such that $P(\overline{A \cup B}) = \frac{1}{6}$,$P(A \cap B) = \frac{1}{4}$,and $P(\bar{A}) = \frac{1}{4}$,where $\bar{A}$ stands for the complement of event $A$. Then events $A$ and $B$ are
A
Independent but not equally likely
B
Mutually exclusive and independent
C
Equally likely and mutually exclusive
D
Equally likely but not independent

Solution

(A) Given $P(\overline{A \cup B}) = \frac{1}{6}$ and $P(A \cap B) = \frac{1}{4}$.
Since $P(\bar{A}) = \frac{1}{4}$,we have $P(A) = 1 - \frac{1}{4} = \frac{3}{4}$.
We know that $P(\overline{A \cup B}) = 1 - P(A \cup B) = 1 - [P(A) + P(B) - P(A \cap B)]$.
Substituting the values: $\frac{1}{6} = 1 - [\frac{3}{4} + P(B) - \frac{1}{4}] = 1 - [\frac{1}{2} + P(B)] = \frac{1}{2} - P(B)$.
Thus,$P(B) = \frac{1}{2} - \frac{1}{6} = \frac{3-1}{6} = \frac{2}{6} = \frac{1}{3}$.
Now,check for independence: $P(A) \times P(B) = \frac{3}{4} \times \frac{1}{3} = \frac{1}{4}$.
Since $P(A \cap B) = P(A) \times P(B) = \frac{1}{4}$,the events $A$ and $B$ are independent.
Since $P(A) = \frac{3}{4}$ and $P(B) = \frac{1}{3}$,$P(A) \neq P(B)$,so they are not equally likely.
Therefore,the events $A$ and $B$ are independent but not equally likely.
29
MathematicsDifficultMCQAIEEE · 2005
Let ${x_1}, {x_2}, ..., {x_n}$ be $n$ observations such that $\sum x_i^2 = 400$ and $\sum x_i = 80$. Then a possible value of $n$ among the following is:
A
$9$
B
$12$
C
$15$
D
$18$

Solution

(D) We know that for any set of observations,the root mean square is greater than or equal to the arithmetic mean,i.e.,$RMS \ge AM$.
$\sqrt{\frac{\sum x_i^2}{n}} \ge \frac{\sum x_i}{n}$
Substituting the given values $\sum x_i^2 = 400$ and $\sum x_i = 80$:
$\sqrt{\frac{400}{n}} \ge \frac{80}{n}$
$\frac{20}{\sqrt{n}} \ge \frac{80}{n}$
$\frac{1}{\sqrt{n}} \ge \frac{4}{n}$
$\sqrt{n} \ge 4$
$n \ge 16$
Among the given options,the only value greater than or equal to $16$ is $18$. Therefore,the correct option is $D$.
30
MathematicsEasyMCQAIEEE · 2005
If in a frequency distribution,the mean and median are $21$ and $22$ respectively,then its mode is approximately
A
$25.5$
B
$24$
C
$22$
D
$20.5$

Solution

(B) We know the empirical relationship between mean,median,and mode is given by:
Mode = $3 \times \text{Median} - 2 \times \text{Mean}$
Given,Mean = $21$ and Median = $22$.
Substituting these values into the formula:
Mode = $3(22) - 2(21)$
Mode = $66 - 42$
Mode = $24$
Therefore,the correct option is $B$.
31
MathematicsMediumMCQAIEEE · 2005
Let $A$ and $B$ be two events such that $P(\overline{A \cup B}) = \frac{1}{6}$,$P(A \cap B) = \frac{1}{4}$ and $P(\bar{A}) = \frac{1}{4}$,where $\bar{A}$ stands for the complement of the event $A$. Then the events $A$ and $B$ are
A
independent but not equally likely.
B
independent but equally likely.
C
mutually exclusive and independent.
D
equally likely but not independent.

Solution

(A) $P(\overline{A \cup B}) = \frac{1}{6} \implies P(A \cup B) = 1 - \frac{1}{6} = \frac{5}{6}$.
Given $P(A \cap B) = \frac{1}{4}$ and $P(\bar{A}) = \frac{1}{4}$,we have $P(A) = 1 - \frac{1}{4} = \frac{3}{4}$.
Using the addition theorem,$P(A \cup B) = P(A) + P(B) - P(A \cap B)$.
Substituting the values: $\frac{5}{6} = \frac{3}{4} + P(B) - \frac{1}{4}$.
$\frac{5}{6} = \frac{1}{2} + P(B) \implies P(B) = \frac{5}{6} - \frac{1}{2} = \frac{5-3}{6} = \frac{2}{6} = \frac{1}{3}$.
Now,check for independence: $P(A) \cdot P(B) = \frac{3}{4} \times \frac{1}{3} = \frac{1}{4} = P(A \cap B)$.
Since $P(A \cap B) = P(A) \cdot P(B)$,the events are independent.
Since $P(A) = \frac{3}{4}$ and $P(B) = \frac{1}{3}$,$P(A) \neq P(B)$,so they are not equally likely.
32
MathematicsDifficultMCQAIEEE · 2005
Let $\alpha$ and $\beta$ be the roots of $ax^2 + bx + c = 0$,then $\lim_{x \to \alpha} \frac{1 - \cos(ax^2 + bx + c)}{(x - \alpha)^2}$ is equal to
A
$0$
B
$\frac{1}{2}(\alpha - \beta)^2$
C
$\frac{a^2}{2}(\alpha - \beta)^2$
D
$-\frac{a^2}{2}(\alpha - \beta)^2$

Solution

(C) Given the quadratic equation $ax^2 + bx + c = a(x - \alpha)(x - \beta)$.
We need to evaluate $L = \lim_{x \to \alpha} \frac{1 - \cos(ax^2 + bx + c)}{(x - \alpha)^2}$.
Using the identity $1 - \cos \theta = 2 \sin^2(\theta/2)$,we get:
$L = \lim_{x \to \alpha} \frac{2 \sin^2(\frac{a(x - \alpha)(x - \beta)}{2})}{(x - \alpha)^2}$.
Multiply and divide by $(\frac{a(x - \beta)}{2})^2$:
$L = 2 \lim_{x \to \alpha} \left[ \frac{\sin(\frac{a(x - \alpha)(x - \beta)}{2})}{\frac{a(x - \alpha)(x - \beta)}{2}} \right]^2 \cdot \frac{a^2(x - \beta)^2}{4}$.
Since $\lim_{\theta \to 0} \frac{\sin \theta}{\theta} = 1$,as $x \to \alpha$,the term in the bracket approaches $1$.
$L = 2 \cdot (1)^2 \cdot \frac{a^2(\alpha - \beta)^2}{4} = \frac{a^2}{2}(\alpha - \beta)^2$.
33
MathematicsEasyMCQAIEEE · 2005
Three houses are available in a locality. Three persons apply for the houses. Each applies for one house without consulting others. The probability that all the three persons apply for the same house is
A
$\frac{1}{9}$
B
$\frac{2}{9}$
C
$\frac{7}{9}$
D
$\frac{8}{9}$

Solution

(A) Each of the $3$ persons can choose any of the $3$ houses independently.
Total number of ways for $3$ persons to choose houses $= 3 \times 3 \times 3 = 27$.
For all $3$ persons to apply for the same house,they must all choose house $1$,or all choose house $2$,or all choose house $3$.
Thus,the number of favourable cases $= 3$.
Therefore,the required probability $= \frac{3}{27} = \frac{1}{9}$.
34
MathematicsMediumMCQAIEEE · 2005
Let $R = \{ (3, 3), (6, 6), (9, 9), (12, 12), (6, 12), (3, 9), (3, 12), (3, 6) \}$ be a relation on the set $A = \{ 3, 6, 9, 12 \}$. The relation is
A
An equivalence relation
B
Reflexive and symmetric only
C
Reflexive and transitive only
D
Reflexive only

Solution

(C) $1$. Check for Reflexivity: $A$ relation $R$ on set $A$ is reflexive if $(a, a) \in R$ for all $a \in A$. Here,$(3, 3), (6, 6), (9, 9), (12, 12) \in R$. Thus,$R$ is reflexive.
$2$. Check for Symmetry: $A$ relation $R$ is symmetric if $(a, b) \in R \implies (b, a) \in R$. Here,$(3, 6) \in R$,but $(6, 3) \notin R$. Thus,$R$ is not symmetric.
$3$. Check for Transitivity: $A$ relation $R$ is transitive if $(a, b) \in R$ and $(b, c) \in R \implies (a, c) \in R$. Checking the pairs: $(3, 6) \in R$ and $(6, 12) \in R \implies (3, 12) \in R$ (present). $(3, 6) \in R$ and $(6, 6) \in R \implies (3, 6) \in R$ (present). All such combinations satisfy the condition. Thus,$R$ is transitive.
Conclusion: The relation is reflexive and transitive only.
35
MathematicsMediumMCQAIEEE · 2005
If the equation $a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x = 0$,where $a_1 \neq 0$ and $n \ge 2$,has a positive root $x = \alpha$,then the equation $n a_n x^{n-1} + (n-1) a_{n-1} x^{n-2} + \dots + a_1 = 0$ has a positive root,which is:
A
Greater than or equal to $\alpha$
B
Equal to $\alpha$
C
Greater than $\alpha$
D
Smaller than $\alpha$

Solution

(D) Let $f(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x$.
Since $f(0) = 0$ and $f(\alpha) = 0$,where $\alpha > 0$,the function $f(x)$ satisfies the conditions of Rolle's Theorem on the interval $[0, \alpha]$.
According to Rolle's Theorem,there exists at least one root of the derivative $f'(x) = 0$ in the open interval $(0, \alpha)$.
The derivative is $f'(x) = n a_n x^{n-1} + (n-1) a_{n-1} x^{n-2} + \dots + a_1$.
Therefore,the equation $n a_n x^{n-1} + (n-1) a_{n-1} x^{n-2} + \dots + a_1 = 0$ must have at least one positive root smaller than $\alpha$.
36
MathematicsDifficultMCQAIEEE · 2005
If ${a^2} + {b^2} + {c^2} = -2$ and $f(x) = \left| {\begin{array}{*{20}{c}}{1 + {a^2}x}&{(1 + {b^2})x}&{(1 + {c^2})x}\\{(1 + {a^2})x}&{1 + {b^2}x}&{(1 + {c^2})x}\\{(1 + {a^2})x}&{(1 + {b^2})x}&{1 + {c^2}x}\end{array}} \right|$,then $f(x)$ is a polynomial of degree:
A
$3$
B
$2$
C
$1$
D
$0$

Solution

(B) Given $f(x) = \left| {\begin{array}{*{20}{c}}{1 + {a^2}x}&{(1 + {b^2})x}&{(1 + {c^2})x}\\{(1 + {a^2})x}&{1 + {b^2}x}&{(1 + {c^2})x}\\{(1 + {a^2})x}&{(1 + {b^2})x}&{1 + {c^2}x}\end{array}} \right|$.
Applying the column operation ${C_1} \to {C_1} + {C_2} + {C_3}$,the first column becomes:
${C_1} = \begin{bmatrix} 1 + ({a^2} + {b^2} + {c^2} + 2)x \\ 1 + ({a^2} + {b^2} + {c^2} + 2)x \\ 1 + ({a^2} + {b^2} + {c^2} + 2)x \end{bmatrix}$.
Since ${a^2} + {b^2} + {c^2} = -2$,we have ${a^2} + {b^2} + {c^2} + 2 = 0$.
Thus,the first column becomes $\begin{bmatrix} 1 \\ 1 \\ 1 \end{bmatrix}$.
$f(x) = \left| {\begin{array}{*{20}{c}}1&{(1 + {b^2})x}&{(1 + {c^2})x}\\1&{1 + {b^2}x}&{(1 + {c^2})x}\\1&{(1 + {b^2})x}&{1 + {c^2}x}\end{array}} \right|$.
Applying row operations ${R_2} \to {R_2} - {R_1}$ and ${R_3} \to {R_3} - {R_1}$:
$f(x) = \left| {\begin{array}{*{20}{c}}1&{(1 + {b^2})x}&{(1 + {c^2})x}\\0&{1 - x}&0\\0&0&{1 - x}\end{array}} \right|$.
Expanding along the first column,we get $f(x) = (1 - x)(1 - x) = {(1 - x)^2}$.
Since $f(x) = {(1 - x)^2} = {x^2} - 2x + 1$,the degree of the polynomial is $2$.
37
MathematicsDifficultMCQAIEEE · 2005
The system of equations $\begin{cases} \alpha x + y + z = \alpha - 1 \\ x + \alpha y + z = \alpha - 1 \\ x + y + \alpha z = \alpha - 1 \end{cases}$ has no solution,if $\alpha$ is
A
Not $-2$
B
$1$
C
$-2$
D
Either $-2$ or $1$

Solution

(C) For a system of linear equations to have no solution or infinitely many solutions,the determinant of the coefficient matrix $D$ must be zero.
$D = \begin{vmatrix} \alpha & 1 & 1 \\ 1 & \alpha & 1 \\ 1 & 1 & \alpha \end{vmatrix} = 0$
Expanding the determinant:
$\alpha(\alpha^2 - 1) - 1(\alpha - 1) + 1(1 - \alpha) = 0$
$\alpha(\alpha - 1)(\alpha + 1) - 1(\alpha - 1) - 1(\alpha - 1) = 0$
$(\alpha - 1)[\alpha(\alpha + 1) - 2] = 0$
$(\alpha - 1)(\alpha^2 + \alpha - 2) = 0$
$(\alpha - 1)(\alpha + 2)(\alpha - 1) = 0$
$(\alpha - 1)^2(\alpha + 2) = 0$
So,$\alpha = 1$ or $\alpha = -2$.
If $\alpha = 1$,the equations become $x + y + z = 0$,which has infinitely many solutions.
If $\alpha = -2$,the equations become:
$-2x + y + z = -3$
$x - 2y + z = -3$
$x + y - 2z = -3$
Adding these three equations gives $0 = -9$,which is a contradiction. Thus,there is no solution when $\alpha = -2$.
38
MathematicsEasyMCQAIEEE · 2005
If ${A^2} - A + I = 0$,then ${A^{-1}} = $
A
${A^{-2}}$
B
$A + I$
C
$I - A$
D
$A - I$

Solution

(C) Given the equation: ${A^2} - A + I = 0$
Rearranging the terms to isolate $I$:
$I = A - {A^2}$
Factor out $A$ from the right side:
$I = A(I - A)$
Multiply both sides by ${A^{-1}}$ from the left:
${A^{-1}}I = {A^{-1}}A(I - A)$
Since ${A^{-1}}A = I$ and ${A^{-1}}I = {A^{-1}}$:
${A^{-1}} = I(I - A)$
Therefore:
${A^{-1}} = I - A$
39
MathematicsEasyMCQAIEEE · 2005
If $A = \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}$ and $I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}$,then which one of the following holds for all $n \ge 1$ (by the principle of mathematical induction)?
A
$A^n = nA + (n - 1)I$
B
$A^n = 2^{n - 1}A + (n - 1)I$
C
$A^n = nA - (n - 1)I$
D
$A^n = 2^{n - 1}A - (n - 1)I$

Solution

(C) Given $A = \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}$.
Calculate $A^2 = A \times A = \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix}$.
Calculate $A^3 = A^2 \times A = \begin{bmatrix} 1 & 0 \\ 2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 3 & 1 \end{bmatrix}$.
By observation,$A^n = \begin{bmatrix} 1 & 0 \\ n & 1 \end{bmatrix}$ for all $n \ge 1$.
Now,evaluate $nA - (n - 1)I$:
$nA = n \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix} = \begin{bmatrix} n & 0 \\ n & n \end{bmatrix}$.
$(n - 1)I = (n - 1) \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} n - 1 & 0 \\ 0 & n - 1 \end{bmatrix}$.
$nA - (n - 1)I = \begin{bmatrix} n - (n - 1) & 0 - 0 \\ n - 0 & n - (n - 1) \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ n & 1 \end{bmatrix}$.
Since $A^n = \begin{bmatrix} 1 & 0 \\ n & 1 \end{bmatrix}$,it follows that $A^n = nA - (n - 1)I$.
40
MathematicsDifficultMCQAIEEE · 2005
If $\cos^{-1} x - \cos^{-1} \frac{y}{2} = \alpha$,then $4x^2 - 4xy \cos \alpha + y^2$ is equal to
A
$4 \sin^2 \alpha$
B
$-4 \sin^2 \alpha$
C
$2 \sin 2\alpha$
D
$4$

Solution

(A) Given the equation: $\cos^{-1} x - \cos^{-1} \frac{y}{2} = \alpha$.
Let $\cos^{-1} x = A$ and $\cos^{-1} \frac{y}{2} = B$.
Then $x = \cos A$ and $\frac{y}{2} = \cos B$,so $y = 2 \cos B$.
The given equation becomes $A - B = \alpha$.
Taking cosine on both sides: $\cos(A - B) = \cos \alpha$.
Using the formula $\cos(A - B) = \cos A \cos B + \sin A \sin B$,we get:
$x \cdot \frac{y}{2} + \sqrt{1 - x^2} \sqrt{1 - (\frac{y}{2})^2} = \cos \alpha$.
$\sqrt{1 - x^2} \sqrt{1 - \frac{y^2}{4}} = \cos \alpha - \frac{xy}{2}$.
Squaring both sides: $(1 - x^2)(1 - \frac{y^2}{4}) = (\cos \alpha - \frac{xy}{2})^2$.
$1 - \frac{y^2}{4} - x^2 + \frac{x^2 y^2}{4} = \cos^2 \alpha - xy \cos \alpha + \frac{x^2 y^2}{4}$.
$1 - x^2 - \frac{y^2}{4} = \cos^2 \alpha - xy \cos \alpha$.
Multiply the entire equation by $4$:
$4 - 4x^2 - y^2 = 4 \cos^2 \alpha - 4xy \cos \alpha$.
Rearranging the terms:
$4x^2 - 4xy \cos \alpha + y^2 = 4 - 4 \cos^2 \alpha$.
$4x^2 - 4xy \cos \alpha + y^2 = 4(1 - \cos^2 \alpha)$.
Since $1 - \cos^2 \alpha = \sin^2 \alpha$,we get:
$4x^2 - 4xy \cos \alpha + y^2 = 4 \sin^2 \alpha$.
41
MathematicsMediumMCQAIEEE · 2005
If $C$ is the midpoint of $AB$ and $P$ is any point outside $AB$,then
A
$\overrightarrow{PA} + \overrightarrow{PB} = \overrightarrow{PC}$
B
$\overrightarrow{PA} + \overrightarrow{PB} = 2\,\overrightarrow{PC}$
C
$\overrightarrow{PA} + \overrightarrow{PB} + \overrightarrow{PC} = 0$
D
$\overrightarrow{PA} + \overrightarrow{PB} + 2\,\overrightarrow{PC} = 0$

Solution

(B) Since $C$ is the midpoint of $AB$,we have $\overrightarrow{AC} + \overrightarrow{BC} = 0$,which implies $\overrightarrow{AC} = -\overrightarrow{BC}$.
Using the triangle law of vector addition in $\triangle PAC$ and $\triangle PBC$:
$\overrightarrow{PA} = \overrightarrow{PC} + \overrightarrow{CA}$
$\overrightarrow{PB} = \overrightarrow{PC} + \overrightarrow{CB}$
Adding these two equations:
$\overrightarrow{PA} + \overrightarrow{PB} = (\overrightarrow{PC} + \overrightarrow{CA}) + (\overrightarrow{PC} + \overrightarrow{CB})$
$\overrightarrow{PA} + \overrightarrow{PB} = 2\overrightarrow{PC} + (\overrightarrow{CA} + \overrightarrow{CB})$
Since $C$ is the midpoint of $AB$,$\overrightarrow{CA} = -\overrightarrow{CB}$,so $\overrightarrow{CA} + \overrightarrow{CB} = 0$.
Therefore,$\overrightarrow{PA} + \overrightarrow{PB} = 2\overrightarrow{PC}$.
Solution diagram
42
MathematicsEasyMCQAIEEE · 2005
$|\vec{a} \times \hat{i}|^2 + |\vec{a} \times \hat{j}|^2 + |\vec{a} \times \hat{k}|^2 = $
A
$|\vec{a}|^2$
B
$2|\vec{a}|^2$
C
$3|\vec{a}|^2$
D
$4|\vec{a}|^2$

Solution

(B) Let $\vec{a} = a_1\hat{i} + a_2\hat{j} + a_3\hat{k}$.
Then,$|\vec{a}|^2 = a_1^2 + a_2^2 + a_3^2$.
Now,$\vec{a} \times \hat{i} = (a_1\hat{i} + a_2\hat{j} + a_3\hat{k}) \times \hat{i} = a_1(\hat{i} \times \hat{i}) + a_2(\hat{j} \times \hat{i}) + a_3(\hat{k} \times \hat{i}) = 0 - a_2\hat{k} + a_3\hat{j}$.
So,$|\vec{a} \times \hat{i}|^2 = |a_3\hat{j} - a_2\hat{k}|^2 = a_3^2 + a_2^2$.
Similarly,$|\vec{a} \times \hat{j}|^2 = |a_1\hat{k} - a_3\hat{i}|^2 = a_1^2 + a_3^2$.
And,$|\vec{a} \times \hat{k}|^2 = |a_2\hat{i} - a_1\hat{j}|^2 = a_2^2 + a_1^2$.
Adding these three,we get:
$|\vec{a} \times \hat{i}|^2 + |\vec{a} \times \hat{j}|^2 + |\vec{a} \times \hat{k}|^2 = (a_3^2 + a_2^2) + (a_1^2 + a_3^2) + (a_2^2 + a_1^2) = 2(a_1^2 + a_2^2 + a_3^2) = 2|\vec{a}|^2$.
43
MathematicsMediumMCQAIEEE · 2005
Let $a, b, c$ be distinct non-negative numbers. If the vectors $a\hat{i} + a\hat{j} + c\hat{k}$,$\hat{i} + \hat{k}$,and $c\hat{i} + c\hat{j} + b\hat{k}$ lie in a plane,then $c$ is
A
The arithmetic mean of $a$ and $b$
B
The geometric mean of $a$ and $b$
C
The harmonic mean of $a$ and $b$
D
Equal to zero

Solution

(B) Since the vectors are coplanar,their scalar triple product must be zero.
$\begin{vmatrix} a & a & c \\ 1 & 0 & 1 \\ c & c & b \end{vmatrix} = 0$
Applying the column operation $C_2 \to C_2 - C_1$:
$\begin{vmatrix} a & 0 & c \\ 1 & -1 & 1 \\ c & 0 & b \end{vmatrix} = 0$
Expanding along the second column:
$-(-1) \begin{vmatrix} a & c \\ c & b \end{vmatrix} = 0$
$ab - c^2 = 0 \Rightarrow c^2 = ab$
Thus,$c = \sqrt{ab}$,which is the geometric mean of $a$ and $b$.
44
MathematicsEasyMCQAIEEE · 2005
Let $a = i - k$, $b = xi + j + (1 - x)k$, and $c = yi + xj + (1 + x - y)k$. Then $[a\,b\,c]$ depends on
A
Only $x$
B
Only $y$
C
Neither $x$ nor $y$
D
Both $x$ and $y$

Solution

(C) The scalar triple product $[a\,b\,c]$ is given by the determinant of the components of the vectors $a$, $b$, and $c$:
$[a\,b\,c] = \begin{vmatrix} 1 & 0 & -1 \\ x & 1 & 1 - x \\ y & x & 1 + x - y \end{vmatrix}$
Applying the column operation $C_3 \to C_3 + C_1$:
$[a\,b\,c] = \begin{vmatrix} 1 & 0 & 0 \\ x & 1 & 1 \\ y & x & 1 + x \end{vmatrix}$
Expanding along the first row:
$[a\,b\,c] = 1 \times \begin{vmatrix} 1 & 1 \\ x & 1 + x \end{vmatrix} - 0 + 0 = (1 + x) - x = 1$.
Since the result is a constant $1$, the value of $[a\,b\,c]$ does not depend on $x$ or $y$.
45
MathematicsDifficultMCQAIEEE · 2005
If $a, b, c$ are non-coplanar vectors and $\lambda$ is a real number,then $[\lambda(a + b), \lambda^2 b, \lambda c] = [a, b + c, b]$ for
A
Exactly three values of $\lambda$
B
Exactly two values of $\lambda$
C
Exactly one value of $\lambda$
D
No value of $\lambda$

Solution

(D) Given the equation: $[\lambda(a + b), \lambda^2 b, \lambda c] = [a, b + c, b]$
Using the property of scalar triple product $[x, y, z] = x \cdot (y \times z)$,we have:
$\lambda(a + b) \cdot (\lambda^2 b \times \lambda c) = a \cdot ((b + c) \times b)$
Simplify the left side:
$\lambda(a + b) \cdot (\lambda^3 (b \times c)) = \lambda^4 (a \cdot (b \times c) + b \cdot (b \times c))$
Since $b \times b = 0$,this becomes $\lambda^4 [a, b, c]$.
Simplify the right side:
$a \cdot (b \times b + c \times b) = a \cdot (0 + c \times b) = a \cdot (c \times b) = [a, c, b]$
Using the property $[a, c, b] = -[a, b, c]$,we get:
$\lambda^4 [a, b, c] = -[a, b, c]$
Rearranging gives:
$[a, b, c](\lambda^4 + 1) = 0$
Since $a, b, c$ are non-coplanar,$[a, b, c] \neq 0$. Therefore,$\lambda^4 + 1 = 0$,which implies $\lambda^4 = -1$.
Since $\lambda$ is a real number,$\lambda^4$ must be non-negative. Thus,there is no real value of $\lambda$ that satisfies the equation.
46
MathematicsEasyMCQAIEEE · 2005
The distance between the line $r = 2i - 2j + 3k + \lambda (i - j + 4k)$ and the plane $r \cdot (i + 5j + k) = 5$ is
A
$\frac{3}{10}$
B
$\frac{10}{3}$
C
$\frac{10}{9}$
D
$\frac{10}{3\sqrt{3}}$

Solution

(D) The line is given by $r = a + \lambda b$,where $a = 2i - 2j + 3k$ and $b = i - j + 4k$.
The plane is given by $r \cdot n = d$,where $n = i + 5j + k$ and $d = 5$.
First,check if the line is parallel to the plane by calculating $b \cdot n$:
$b \cdot n = (i - j + 4k) \cdot (i + 5j + k) = (1)(1) + (-1)(5) + (4)(1) = 1 - 5 + 4 = 0$.
Since $b \cdot n = 0$,the line is parallel to the plane.
The distance between a parallel line and a plane is given by the formula:
$Distance = \left| \frac{d - a \cdot n}{|n|} \right|$
$a \cdot n = (2i - 2j + 3k) \cdot (i + 5j + k) = (2)(1) + (-2)(5) + (3)(1) = 2 - 10 + 3 = -5$.
$|n| = \sqrt{1^2 + 5^2 + 1^2} = \sqrt{1 + 25 + 1} = \sqrt{27} = 3\sqrt{3}$.
$Distance = \left| \frac{5 - (-5)}{3\sqrt{3}} \right| = \left| \frac{10}{3\sqrt{3}} \right| = \frac{10}{3\sqrt{3}}$.
47
MathematicsEasyMCQAIEEE · 2005
The angle between the lines $2x = 3y = -z$ and $6x = -y = -4z$ is ......... $^o$.
A
$0$
B
$30$
C
$45$
D
$90$

Solution

(D) The given lines are $2x = 3y = -z$ and $6x = -y = -4z$.
First,we write the lines in symmetric form $\frac{x}{a} = \frac{y}{b} = \frac{z}{c}$.
For the first line: $2x = 3y = -z \Rightarrow \frac{x}{1/2} = \frac{y}{1/3} = \frac{z}{-1}$. Multiplying by $6$,we get $\frac{x}{3} = \frac{y}{2} = \frac{z}{-6}$. The direction ratios are $\vec{v_1} = (3, 2, -6)$.
For the second line: $6x = -y = -4z \Rightarrow \frac{x}{1/6} = \frac{y}{-1} = \frac{z}{-1/4}$. Multiplying by $12$,we get $\frac{x}{2} = \frac{y}{-12} = \frac{z}{-3}$. The direction ratios are $\vec{v_2} = (2, -12, -3)$.
Two lines are perpendicular if the dot product of their direction vectors is zero: $\vec{v_1} \cdot \vec{v_2} = (3)(2) + (2)(-12) + (-6)(-3) = 6 - 24 + 18 = 0$.
Since the dot product is $0$,the angle between the lines is $90^o$.
48
MathematicsMediumMCQAIEEE · 2005
If the plane $2ax - 3ay + 4az + 6 = 0$ passes through the midpoint of the line joining the centres of the spheres ${x^2} + {y^2} + {z^2} + 6x - 8y - 2z = 13$ and ${x^2} + {y^2} + {z^2} - 10x + 4y - 2z = 8$,then $a$ equals
A
$-2$
B
$2$
C
$-1$
D
$1$

Solution

(A) The equation of the first sphere is ${S_1} \equiv {x^2} + {y^2} + {z^2} + 6x - 8y - 2z - 13 = 0$. Its center ${C_1}$ is $(-3, 4, 1)$.
The equation of the second sphere is ${S_2} \equiv {x^2} + {y^2} + {z^2} - 10x + 4y - 2z - 8 = 0$. Its center ${C_2}$ is $(5, -2, 1)$.
The midpoint $P$ of the line segment joining ${C_1}$ and ${C_2}$ is given by:
$P = \left( \frac{-3 + 5}{2}, \frac{4 - 2}{2}, \frac{1 + 1}{2} \right) = (1, 1, 1)$.
Since the plane $2ax - 3ay + 4az + 6 = 0$ passes through the point $P(1, 1, 1)$,we substitute the coordinates of $P$ into the plane equation:
$2a(1) - 3a(1) + 4a(1) + 6 = 0$
$2a - 3a + 4a + 6 = 0$
$3a + 6 = 0$
$3a = -6$
$a = -2$.
49
MathematicsDifficultMCQAIEEE · 2005
The plane $x + 2y - z = 4$ cuts the sphere $x^2 + y^2 + z^2 - x + z - 2 = 0$ in a circle of radius:
A
$2$
B
$\sqrt{2}$
C
$3$
D
$1$

Solution

(D) The given equation of the sphere is $x^2 + y^2 + z^2 - x + z - 2 = 0$.
Comparing this with the general equation $x^2 + y^2 + z^2 + 2ux + 2vy + 2wz + d = 0$,we get $u = -1/2$,$v = 0$,$w = 1/2$,and $d = -2$.
The center of the sphere is $(-u, -v, -w) = (1/2, 0, -1/2)$.
The radius of the sphere $R$ is given by $\sqrt{u^2 + v^2 + w^2 - d} = \sqrt{(-1/2)^2 + 0^2 + (1/2)^2 - (-2)} = \sqrt{1/4 + 0 + 1/4 + 2} = \sqrt{1/2 + 2} = \sqrt{5/2}$.
The perpendicular distance $P$ from the center $(1/2, 0, -1/2)$ to the plane $x + 2y - z - 4 = 0$ is:
$P = \frac{|(1/2) + 2(0) - (-1/2) - 4|}{\sqrt{1^2 + 2^2 + (-1)^2}} = \frac{|1/2 + 1/2 - 4|}{\sqrt{6}} = \frac{|-3|}{\sqrt{6}} = \frac{3}{\sqrt{6}} = \sqrt{\frac{9}{6}} = \sqrt{\frac{3}{2}}$.
The radius $r$ of the circle formed by the intersection is given by $r = \sqrt{R^2 - P^2}$.
$r = \sqrt{\frac{5}{2} - \frac{3}{2}} = \sqrt{\frac{2}{2}} = \sqrt{1} = 1$.
Solution diagram
50
MathematicsEasyMCQAIEEE · 2005
Let $f:(-1, 1) \to B$ be a function defined by $f(x) = \tan^{-1}\left(\frac{2x}{1-x^2}\right)$. Then $f$ is both one-one and onto when $B$ is the interval:
A
$[-\frac{\pi}{2}, \frac{\pi}{2}]$
B
$(-\frac{\pi}{2}, \frac{\pi}{2})$
C
$(0, \frac{\pi}{2})$
D
$[0, \frac{\pi}{2})$

Solution

(B) For $-1 < x < 1$,we use the substitution $x = \tan \theta$,where $\theta \in (-\frac{\pi}{4}, \frac{\pi}{4})$.
Then,$\frac{2x}{1-x^2} = \frac{2\tan \theta}{1-\tan^2 \theta} = \tan(2\theta)$.
Thus,$f(x) = \tan^{-1}(\tan(2\theta)) = 2\theta = 2\tan^{-1}x$.
Since $x \in (-1, 1)$,$\tan^{-1}x \in (-\frac{\pi}{4}, \frac{\pi}{4})$.
Therefore,$f(x) \in (2 \times -\frac{\pi}{4}, 2 \times \frac{\pi}{4}) = (-\frac{\pi}{2}, \frac{\pi}{2})$.
For the function to be onto,the codomain $B$ must be equal to the range of the function.
Hence,$B = (-\frac{\pi}{2}, \frac{\pi}{2})$.
51
MathematicsDifficultMCQAIEEE · 2005
$A$ real-valued function $f(x)$ satisfies the functional equation $f(x - y) = f(x)f(y) - f(a - x)f(a + y)$,where $a$ is a given constant and $f(0) = 1$. Then $f(2a - x)$ is equal to:
A
$f(a) + f(a - x)$
B
$f(-x)$
C
$-f(x)$
D
$f(x)$

Solution

(C) Given the functional equation: $f(x - y) = f(x)f(y) - f(a - x)f(a + y)$.
Step $1$: Find $f(a)$.
Substitute $x = 0$ and $y = 0$ into the equation:
$f(0 - 0) = f(0)f(0) - f(a - 0)f(a + 0)$
$f(0) = (f(0))^2 - (f(a))^2$
Since $f(0) = 1$,we have:
$1 = 1^2 - (f(a))^2$
$(f(a))^2 = 0 \Rightarrow f(a) = 0$.
Step $2$: Find $f(2a - x)$.
Substitute $y = a$ in the original equation:
$f(x - a) = f(x)f(a) - f(a - x)f(a + a)$
Since $f(a) = 0$,this simplifies to:
$f(x - a) = -f(a - x)f(2a) \dots (i)$
Alternatively,substitute $x = a$ and $y = x - a$:
$f(a - (x - a)) = f(a)f(x - a) - f(a - a)f(a + x - a)$
$f(2a - x) = 0 \cdot f(x - a) - f(0)f(x)$
Since $f(0) = 1$,we get:
$f(2a - x) = -f(x)$.
52
MathematicsDifficultMCQAIEEE · 2005
Let $f: R \to R$ be a differentiable function such that $f(2) = 6$ and $f'(2) = \frac{1}{48}.$ Then $\lim_{x \to 2} \int_{6}^{f(x)} \frac{4t^3}{x - 2} dt$ equals
A
$12$
B
$18$
C
$24$
D
$36$

Solution

(B) Given the limit: $L = \lim_{x \to 2} \frac{\int_{6}^{f(x)} 4t^3 dt}{x - 2}.$
Since $f(2) = 6,$ the integral becomes $\int_{6}^{6} 4t^3 dt = 0,$ and the denominator $x - 2 \to 0$ as $x \to 2.$ This is a $\frac{0}{0}$ form.
Applying $L$'$H$ôpital's rule and the Leibniz integral rule:
$L = \lim_{x \to 2} \frac{\frac{d}{dx} \int_{6}^{f(x)} 4t^3 dt}{\frac{d}{dx} (x - 2)}$
$L = \lim_{x \to 2} \frac{4(f(x))^3 \cdot f'(x)}{1}$
Substituting the values $f(2) = 6$ and $f'(2) = \frac{1}{48}$:
$L = 4(f(2))^3 \cdot f'(2) = 4(6)^3 \cdot \frac{1}{48}$
$L = 4 \cdot 216 \cdot \frac{1}{48} = 864 \cdot \frac{1}{48} = 18.$
53
MathematicsEasyMCQAIEEE · 2005
Suppose $f(x)$ is differentiable at $x = 1$ and $\mathop {\lim }\limits_{h \to 0} \frac{1}{h}f(1 + h) = 5$,then $f'(1)$ equals
A
$5$
B
$6$
C
$3$
D
$4$

Solution

(A) Given that $f(x)$ is differentiable at $x = 1$,the derivative is defined as $f'(1) = \mathop {\lim }\limits_{h \to 0} \frac{f(1 + h) - f(1)}{h}$.
We are given $\mathop {\lim }\limits_{h \to 0} \frac{f(1 + h)}{h} = 5$.
For this limit to exist and be finite,the numerator $f(1 + h)$ must approach $0$ as $h \to 0$,which implies $f(1) = 0$.
Substituting $f(1) = 0$ into the definition of the derivative,we get:
$f'(1) = \mathop {\lim }\limits_{h \to 0} \frac{f(1 + h) - 0}{h} = \mathop {\lim }\limits_{h \to 0} \frac{f(1 + h)}{h} = 5$.
54
MathematicsDifficultMCQAIEEE · 2005
If $f$ is a real-valued differentiable function satisfying $|f(x) - f(y)| \le (x - y)^2$ for all $x, y \in R$ and $f(0) = 0$,then $f(1)$ is equal to:
A
$2$
B
$1$
C
$-1$
D
$0$

Solution

(D) Given the condition $|f(x) - f(y)| \le (x - y)^2$ for all $x, y \in R$.
Dividing both sides by $|x - y|$ (where $x \neq y$),we get:
$\left| \frac{f(x) - f(y)}{x - y} \right| \le |x - y|$
Taking the limit as $x \to y$ on both sides:
$\lim_{x \to y} \left| \frac{f(x) - f(y)}{x - y} \right| \le \lim_{x \to y} |x - y|$
This implies $|f'(y)| \le 0$.
Since the absolute value cannot be negative,we must have $|f'(y)| = 0$,which means $f'(y) = 0$ for all $y \in R$.
If the derivative of a function is zero everywhere,the function must be a constant.
Thus,$f(x) = C$ for some constant $C$.
Given $f(0) = 0$,we have $C = 0$.
Therefore,$f(x) = 0$ for all $x \in R$.
Hence,$f(1) = 0$.
55
MathematicsMediumMCQAIEEE · 2005
Let $f$ be differentiable for all $x$. If $f(1) = -2$ and $f'(x) \ge 2$ for $x \in [1, 6]$,then
A
$f(6) < 5$
B
$f(6) = 5$
C
$f(6) \ge 8$
D
$f(6) < 8$

Solution

(C) Given that $f$ is differentiable for all $x$,we can apply the Lagrange's Mean Value Theorem on the interval $[1, 6]$.
According to the theorem,there exists some $c \in (1, 6)$ such that $\frac{f(6) - f(1)}{6 - 1} = f'(c)$.
We are given $f'(x) \ge 2$ for all $x \in [1, 6]$,so $f'(c) \ge 2$.
Substituting the values,we get $\frac{f(6) - (-2)}{5} \ge 2$.
$\frac{f(6) + 2}{5} \ge 2$.
$f(6) + 2 \ge 10$.
$f(6) \ge 8$.
56
MathematicsMediumMCQAIEEE · 2005
$A$ spherical iron ball of radius $10 \, cm$ is coated with a layer of ice of uniform thickness that melts at a rate of $50 \, cm^3/min$. When the thickness of the ice is $5 \, cm$,find the rate at which the thickness of the ice decreases.
A
$1 / (54\pi) \, cm/min$
B
$5 / (6\pi) \, cm/min$
C
$1 / (36\pi) \, cm/min$
D
$1 / (18\pi) \, cm/min$

Solution

(D) Let $x$ be the thickness of the ice layer. The radius of the sphere including the ice is $r = (10 + x) \, cm$.
The volume of the ice layer is $V = \frac{4}{3}\pi (10 + x)^3 - \frac{4}{3}\pi (10)^3$.
Differentiating with respect to time $t$,we get $\frac{dV}{dt} = 4\pi (10 + x)^2 \frac{dx}{dt}$.
Given that the ice melts at a rate of $50 \, cm^3/min$,we have $\frac{dV}{dt} = -50 \, cm^3/min$ (since volume is decreasing).
Substituting $x = 5$ and $\frac{dV}{dt} = -50$ into the equation:
$-50 = 4\pi (10 + 5)^2 \frac{dx}{dt}$
$-50 = 4\pi (15)^2 \frac{dx}{dt}$
$-50 = 4\pi (225) \frac{dx}{dt}$
$-50 = 900\pi \frac{dx}{dt}$
$\frac{dx}{dt} = -\frac{50}{900\pi} = -\frac{1}{18\pi} \, cm/min$.
The rate at which the thickness decreases is $\frac{1}{18\pi} \, cm/min$.
57
MathematicsDifficultMCQAIEEE · 2005
The normal to the curve $x = a(\cos \theta + \theta \sin \theta )$ and $y = a(\sin \theta - \theta \cos \theta )$ at any $\theta$ is such that:
A
It makes a constant angle with the $x$-axis
B
It passes through the origin
C
It is at a constant distance from the origin
D
None of these

Solution

(C) Given the curve: $x = a(\cos \theta + \theta \sin \theta )$ and $y = a(\sin \theta - \theta \cos \theta )$.
First,we find the derivatives with respect to $\theta$:
$\frac{dy}{d\theta} = a(\cos \theta - (\cos \theta - \theta \sin \theta)) = a\theta \sin \theta$.
$\frac{dx}{d\theta} = a(-\sin \theta + (\sin \theta + \theta \cos \theta)) = a\theta \cos \theta$.
Therefore,the slope of the tangent is:
$\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{a\theta \sin \theta}{a\theta \cos \theta} = \tan \theta$.
The slope of the normal is the negative reciprocal of the tangent slope:
$m_n = -\frac{1}{\tan \theta} = -\cot \theta = -\frac{\cos \theta}{\sin \theta}$.
The equation of the normal at point $(\theta)$ is:
$y - a(\sin \theta - \theta \cos \theta) = -\frac{\cos \theta}{\sin \theta} (x - a(\cos \theta + \theta \sin \theta))$.
Multiplying by $\sin \theta$:
$y \sin \theta - a \sin^2 \theta + a \theta \sin \theta \cos \theta = -x \cos \theta + a \cos^2 \theta + a \theta \sin \theta \cos \theta$.
Simplifying the equation:
$x \cos \theta + y \sin \theta = a(\sin^2 \theta + \cos^2 \theta) = a$.
The perpendicular distance from the origin $(0, 0)$ to the line $x \cos \theta + y \sin \theta - a = 0$ is:
$d = \frac{|-a|}{\sqrt{\cos^2 \theta + \sin^2 \theta}} = |a| = a$.
Since $a$ is a constant,the normal is at a constant distance from the origin.
58
MathematicsDifficultMCQAIEEE · 2005
$A$ function is matched below against an interval where it is supposed to be increasing. Which of the following pairs is incorrectly matched?
Interval | Function
A
$\left( -\infty, \frac{1}{3} \right]$ | $3x^2 - 2x + 1$
B
$(-\infty, -4]$ | $x^3 + 6x^2 + 6$
C
$(-\infty, \infty)$ | $x^3 - 3x^2 + 3x + 3$
D
$[2, \infty)$ | $2x^3 - 3x^2 - 12x + 6$

Solution

(A) To determine if a function $f(x)$ is increasing on an interval,we check if $f'(x) \ge 0$ for all $x$ in that interval.
$(a)$ For $f(x) = 3x^2 - 2x + 1$,$f'(x) = 6x - 2$. Setting $f'(x) \ge 0$ gives $6x \ge 2$,so $x \ge \frac{1}{3}$. The function is increasing on $[\frac{1}{3}, \infty)$,not $(-\infty, \frac{1}{3}]$. Thus,option $(a)$ is incorrectly matched.
$(b)$ For $f(x) = x^3 + 6x^2 + 6$,$f'(x) = 3x^2 + 12x = 3x(x + 4)$. $f'(x) \ge 0$ when $x \in (-\infty, -4] \cup [0, \infty)$. Thus,it is increasing on $(-\infty, -4]$.
$(c)$ For $f(x) = x^3 - 3x^2 + 3x + 3$,$f'(x) = 3x^2 - 6x + 3 = 3(x - 1)^2$. Since $3(x - 1)^2 \ge 0$ for all $x \in \mathbb{R}$,the function is increasing on $(-\infty, \infty)$.
$(d)$ For $f(x) = 2x^3 - 3x^2 - 12x + 6$,$f'(x) = 6x^2 - 6x - 12 = 6(x^2 - x - 2) = 6(x - 2)(x + 1)$. $f'(x) \ge 0$ when $x \in (-\infty, -1] \cup [2, \infty)$. Thus,it is increasing on $[2, \infty)$.
59
MathematicsDifficultMCQAIEEE · 2005
$\int {\left\{ \frac{\log x - 1}{1 + (\log x)^2} \right\}}^2 dx$ is equal to
A
$\frac{x e^x}{1 + x^2} + c$
B
$\frac{x}{(\log x)^2 + 1} + C$
C
$\frac{\log x}{(\log x)^2 + 1} + c$
D
$\frac{x}{x^2 + 1} + c$

Solution

(B) Let $I = \int \left\{ \frac{\log x - 1}{1 + (\log x)^2} \right\}^2 dx$.
Substitute $\log x = t$,which implies $x = e^t$ and $dx = e^t dt$.
The integral becomes $I = \int e^t \left( \frac{t - 1}{1 + t^2} \right)^2 dt$.
Wait,the original expression in the prompt is $\int \left\{ \frac{\log x - 1}{1 + (\log x)^2} \right\}^2 dx$. However,based on the standard form $\int e^t [f(t) + f'(t)] dt$,the integral is likely $\int \frac{e^t (t-1)}{(1+t^2)^2} dt$ or similar.
Given the provided solution steps:
Let $f(t) = \frac{1}{1+t^2}$. Then $f'(t) = \frac{-2t}{(1+t^2)^2}$.
Thus,$\int e^t [f(t) + f'(t)] dt = e^t f(t) + C = \frac{e^t}{1+t^2} + C$.
Substituting $t = \log x$ and $e^t = x$,we get $\frac{x}{1 + (\log x)^2} + C$.
60
MathematicsDifficultMCQAIEEE · 2005
$\mathop {\lim }\limits_{n \to \infty } \left[ {\frac{1}{{{n^2}}}{{\sec }^2}\frac{1}{{{n^2}}} + \frac{2}{{{n^2}}}{{\sec }^2}\frac{4}{{{n^2}}} + ..... + \frac{1}{n}{{\sec }^2}1} \right]$ equals
A
$\tan 1$
B
$\frac{1}{2}\tan 1$
C
$\frac{1}{2}\sec 1$
D
$\frac{1}{2}\csc 1$

Solution

(B) The given expression is $\mathop {\lim }\limits_{n \to \infty } \sum\limits_{r = 1}^n {\frac{r}{{{n^2}}}{{\sec }^2}\frac{{{r^2}}}{{{n^2}}}} $.
This can be rewritten as $\mathop {\lim }\limits_{n \to \infty } \frac{1}{n}\sum\limits_{r = 1}^n {\frac{r}{n}{{\sec }^2}\left( {\frac{r}{n}} \right)^2} $.
Using the definition of a definite integral as the limit of a sum,$\mathop {\lim }\limits_{n \to \infty } \frac{1}{n}\sum\limits_{r = 1}^n {f\left( {\frac{r}{n}} \right)} = \int_0^1 {f(x)dx} $.
Here,$f(x) = x \sec^2(x^2)$.
So,the limit is equal to $\int_0^1 {x{{\sec }^2}{x^2}dx} $.
Let $t = x^2$,then $dt = 2x dx$,or $x dx = \frac{1}{2} dt$.
When $x = 0$,$t = 0$. When $x = 1$,$t = 1$.
The integral becomes $\frac{1}{2} \int_0^1 {\sec^2 t dt} = \frac{1}{2} [\tan t]_0^1 = \frac{1}{2} \tan 1$.
61
MathematicsEasyMCQAIEEE · 2005
The area enclosed between the curve $y = \log_e(x + e)$ and the coordinate axes is
A
$3$
B
$4$
C
$1$
D
$2$

Solution

(C) The curve is $y = \log_e(x + e)$.
To find the $x$-intercept,set $y = 0$:
$0 = \log_e(x + e) \implies x + e = e^0 = 1 \implies x = 1 - e$.
To find the $y$-intercept,set $x = 0$:
$y = \log_e(0 + e) = \log_e(e) = 1$.
The area enclosed by the curve and the coordinate axes is given by the integral of $y$ with respect to $x$ from $x = 1 - e$ to $x = 0$:
$\text{Area} = \int_{1 - e}^0 \log_e(x + e) \, dx$.
Let $t = x + e$,then $dt = dx$. When $x = 1 - e$,$t = 1$. When $x = 0$,$t = e$.
$\text{Area} = \int_1^e \log_e(t) \, dt$.
Using the integration by parts formula $\int \log_e(t) \, dt = t \log_e(t) - t$:
$\text{Area} = [t \log_e(t) - t]_1^e = (e \log_e(e) - e) - (1 \log_e(1) - 1) = (e - e) - (0 - 1) = 1$.
Thus,the area is $1 \text{ sq. unit}$.
Solution diagram
62
MathematicsDifficultMCQAIEEE · 2005
The parabolas $y^2 = 4x$ and $x^2 = 4y$ divide the square region bounded by the lines $x = 4$,$y = 4$ and the coordinate axes. If $S_1, S_2, S_3$ are respectively the areas of these parts numbered from top to bottom,then $S_1:S_2:S_3$ is
A
$2:1:2$
B
$1:1:1$
C
$1:2:1$
D
$1:2:3$

Solution

(B) The total area of the square bounded by $x=0, x=4, y=0, y=4$ is $4 \times 4 = 16$ square units.
The area $S_2$ is the area enclosed between the two parabolas $y^2 = 4x$ and $x^2 = 4y$. The intersection points are $(0,0)$ and $(4,4)$.
$S_2 = \int_0^4 (\sqrt{4x} - \frac{x^2}{4}) dx = \int_0^4 (2x^{1/2} - \frac{x^2}{4}) dx = [2 \cdot \frac{2}{3} x^{3/2} - \frac{x^3}{12}]_0^4 = \frac{4}{3}(8) - \frac{64}{12} = \frac{32}{3} - \frac{16}{3} = \frac{16}{3}$.
The area $S_1$ is the area of the region bounded by $x=0, y=4$ and the parabola $y^2=4x$. This is the area of the square minus the area under the parabola $y^2=4x$ from $x=0$ to $4$.
Area under $y^2=4x$ is $\int_0^4 2\sqrt{x} dx = [\frac{4}{3} x^{3/2}]_0^4 = \frac{32}{3}$.
So,$S_1 = 16 - \frac{32}{3} - S_2 = 16 - \frac{32}{3} - \frac{16}{3} = 16 - 16 = 0$ is incorrect logic. Let's re-evaluate.
$S_1$ is the area bounded by $x=0, y=4$ and $y^2=4x$. $S_1 = \int_0^4 (4 - 2\sqrt{x}) dx = [4x - \frac{4}{3}x^{3/2}]_0^4 = 16 - \frac{32}{3} = \frac{16}{3}$.
Similarly,$S_3$ is the area bounded by $y=0, x=4$ and $x^2=4y$. $S_3 = \int_0^4 (4 - \frac{x^2}{4}) dx = [4x - \frac{x^3}{12}]_0^4 = 16 - \frac{64}{12} = 16 - \frac{16}{3} = \frac{32}{3}$. Wait,the diagram shows $S_1$ and $S_3$ are symmetric.
Actually,$S_1 = \int_0^4 (4 - 2\sqrt{x}) dx = \frac{16}{3}$ and $S_3 = \int_0^4 (4 - \frac{x^2}{4}) dx = \frac{32}{3}$ is wrong. By symmetry,$S_1 = S_3 = \frac{16}{3}$.
Thus,$S_1:S_2:S_3 = \frac{16}{3} : \frac{16}{3} : \frac{16}{3} = 1:1:1$.
Solution diagram
63
MathematicsDifficultMCQAIEEE · 2005
Let $f(x)$ be a non-negative continuous function such that the area bounded by the curve $y = f(x)$,the $x$-axis,and the ordinates $x = \frac{\pi}{4}$ and $x = \beta > \frac{\pi}{4}$ is given by $\left( \beta \sin \beta + \frac{\pi}{4} \cos \beta + \sqrt{2} \beta \right)$. Then,find the value of $f\left( \frac{\pi}{2} \right)$.
A
$\left( 1 - \frac{\pi}{4} - \sqrt{2} \right)$
B
$\left( 1 - \frac{\pi}{4} + \sqrt{2} \right)$
C
$\left( \frac{\pi}{4} + \sqrt{2} - 1 \right)$
D
$\left( \frac{\pi}{4} - \sqrt{2} + 1 \right)$

Solution

(B) Given that the area bounded by the curve $y = f(x)$ from $x = \frac{\pi}{4}$ to $x = \beta$ is $\int_{\pi/4}^{\beta} f(x) dx = \beta \sin \beta + \frac{\pi}{4} \cos \beta + \sqrt{2} \beta$.
Applying the Fundamental Theorem of Calculus,we differentiate both sides with respect to $\beta$:
$\frac{d}{d\beta} \left( \int_{\pi/4}^{\beta} f(x) dx \right) = \frac{d}{d\beta} \left( \beta \sin \beta + \frac{\pi}{4} \cos \beta + \sqrt{2} \beta \right)$.
Using the product rule for $\beta \sin \beta$:
$f(\beta) = (1 \cdot \sin \beta + \beta \cos \beta) - \frac{\pi}{4} \sin \beta + \sqrt{2}$.
Now,substitute $\beta = \frac{\pi}{2}$ into the expression for $f(\beta)$:
$f\left( \frac{\pi}{2} \right) = \sin\left( \frac{\pi}{2} \right) + \frac{\pi}{2} \cos\left( \frac{\pi}{2} \right) - \frac{\pi}{4} \sin\left( \frac{\pi}{2} \right) + \sqrt{2}$.
Since $\sin\left( \frac{\pi}{2} \right) = 1$ and $\cos\left( \frac{\pi}{2} \right) = 0$:
$f\left( \frac{\pi}{2} \right) = 1 + 0 - \frac{\pi}{4}(1) + \sqrt{2} = 1 - \frac{\pi}{4} + \sqrt{2}$.
64
MathematicsDifficultMCQAIEEE · 2005
The value of $\int_{-\pi}^{\pi} \frac{\cos^2 x}{1 + a^x} dx, a > 0$ is
A
$\pi$
B
$a\pi$
C
$\frac{\pi}{2}$
D
$2\pi$

Solution

(C) Let $I = \int_{-\pi}^{\pi} \frac{\cos^2 x}{1 + a^x} dx$.
Using the property $\int_{a}^{b} f(x) dx = \int_{a}^{b} f(a+b-x) dx$,we replace $x$ with $-\pi + \pi - x = -x$:
$I = \int_{-\pi}^{\pi} \frac{\cos^2(-x)}{1 + a^{-x}} dx = \int_{-\pi}^{\pi} \frac{\cos^2 x}{1 + \frac{1}{a^x}} dx = \int_{-\pi}^{\pi} \frac{a^x \cos^2 x}{a^x + 1} dx$.
Adding the two expressions for $I$:
$2I = \int_{-\pi}^{\pi} \frac{\cos^2 x}{1 + a^x} dx + \int_{-\pi}^{\pi} \frac{a^x \cos^2 x}{1 + a^x} dx = \int_{-\pi}^{\pi} \frac{(1 + a^x) \cos^2 x}{1 + a^x} dx = \int_{-\pi}^{\pi} \cos^2 x dx$.
Since $\cos^2 x$ is an even function,$2I = 2 \int_{0}^{\pi} \cos^2 x dx = \int_{0}^{\pi} (1 + \cos 2x) dx$.
$2I = [x + \frac{\sin 2x}{2}]_{0}^{\pi} = (\pi + 0) - (0 + 0) = \pi$.
Therefore,$I = \frac{\pi}{2}$.
65
MathematicsDifficultMCQAIEEE · 2005
If ${I_1} = \int_0^1 {2^{x^2}} dx$,${I_2} = \int_0^1 {2^{x^3}} dx$,${I_3} = \int_1^2 {2^{x^2}} dx$,and ${I_4} = \int_1^2 {2^{x^3}} dx$,then which of the following is true?
A
${I_3} = {I_4}$
B
${I_3} > {I_4}$
C
${I_2} > {I_1}$
D
${I_1} > {I_2}$

Solution

(D) For $0 < x < 1$,we have $x^2 > x^3$. Since the base $2 > 1$,the function $f(x) = 2^x$ is strictly increasing,so $2^{x^2} > 2^{x^3}$ for $0 < x < 1$.
Integrating both sides from $0$ to $1$,we get $\int_0^1 2^{x^2} dx > \int_0^1 2^{x^3} dx$,which implies ${I_1} > {I_2}$.
For $1 < x < 2$,we have $x^3 > x^2$. Similarly,$2^{x^3} > 2^{x^2}$ for $1 < x < 2$.
Integrating both sides from $1$ to $2$,we get $\int_1^2 2^{x^3} dx > \int_1^2 2^{x^2} dx$,which implies ${I_4} > {I_3}$.
Thus,the correct statement is ${I_1} > {I_2}$.
66
MathematicsMediumMCQAIEEE · 2005
The differential equation representing the family of curves ${y^2} = 2c(x + \sqrt{c}),$ where $c$ is a positive parameter,is of
A
Order $1$
B
Order $2$
C
Degree $3$
D
Both $(a)$ and $(c)$

Solution

(D) Given curve is ${y^2} = 2c(x + \sqrt{c}).$
Differentiating with respect to $x$,we get $2y \frac{dy}{dx} = 2c$,which implies $c = y \frac{dy}{dx}.$
Substituting $c$ into the original equation:
${y^2} = 2 \left( y \frac{dy}{dx} \right) \left( x + \sqrt{y \frac{dy}{dx}} \right).$
Rearranging the terms:
$\frac{y}{2(dy/dx)} - x = \sqrt{y \frac{dy}{dx}}.$
Squaring both sides:
$\left( \frac{y}{2(dy/dx)} - x \right)^2 = y \frac{dy}{dx}.$
Multiplying by $4(dy/dx)^2$:
$(y - 2x(dy/dx))^2 = 4y(dy/dx)^3.$
Expanding the square:
${y^2} - 4xy \frac{dy}{dx} + 4{x^2} \left( \frac{dy}{dx} \right)^2 = 4y \left( \frac{dy}{dx} \right)^3.$
Rearranging into the standard form:
$4y \left( \frac{dy}{dx} \right)^3 - 4{x^2} \left( \frac{dy}{dx} \right)^2 + 4xy \frac{dy}{dx} - {y^2} = 0.$
The highest order derivative present is $\frac{dy}{dx}$,so the order is $1$. The highest power of the highest order derivative is $3$,so the degree is $3$.
Thus,the differential equation is of order $1$ and degree $3$.
67
MathematicsMediumMCQAIEEE · 2005
The solution of the differential equation $x \frac{dy}{dx} = y(\log y - \log x + 1)$ is
A
$y = x e^{cx}$
B
$y + x e^{cx} = 0$
C
$y + e^x = 0$
D
None of these

Solution

(A) Given the differential equation $x \frac{dy}{dx} = y(\log y - \log x + 1)$.
Dividing by $x$,we get $\frac{dy}{dx} = \frac{y}{x} (\log(\frac{y}{x}) + 1)$.
This is a homogeneous differential equation.
Let $v = \frac{y}{x}$,so $y = vx$ and $\frac{dy}{dx} = v + x \frac{dv}{dx}$.
Substituting these into the equation: $v + x \frac{dv}{dx} = v(\log v + 1)$.
$v + x \frac{dv}{dx} = v \log v + v$.
$x \frac{dv}{dx} = v \log v$.
Separating the variables: $\frac{dv}{v \log v} = \frac{dx}{x}$.
Integrating both sides: $\int \frac{dv}{v \log v} = \int \frac{dx}{x}$.
Let $u = \log v$,then $du = \frac{1}{v} dv$. The integral becomes $\int \frac{du}{u} = \log x + C$.
$\log(\log v) = \log x + \log c = \log(cx)$.
Taking the exponential of both sides: $\log v = cx$.
Since $v = \frac{y}{x}$,we have $\log(\frac{y}{x}) = cx$.
Therefore,$\frac{y}{x} = e^{cx}$,which implies $y = x e^{cx}$.
68
MathematicsMediumMCQAIEEE · 2005
If ${a_1}, {a_2}, {a_3}, \dots, {a_n}, \dots$ are in $G.P.$,then the value of the determinant $\left| \begin{array}{ccc} \log {a_n} & \log {a_{n+1}} & \log {a_{n+2}} \\ \log {a_{n+3}} & \log {a_{n+4}} & \log {a_{n+5}} \\ \log {a_{n+6}} & \log {a_{n+7}} & \log {a_{n+8}} \end{array} \right|$ is
A
$-2$
B
$1$
C
$2$
D
$0$

Solution

(D) Given that ${a_1}, {a_2}, {a_3}, \dots$ are in $G.P.$ with common ratio $r$.
Thus,${a_{n+1}} = {a_n} \cdot r$,which implies $\log {a_{n+1}} = \log {a_n} + \log r$.
Similarly,$\log {a_{n+k}} = \log {a_n} + k \log r$.
Let the determinant be $\Delta = \left| \begin{array}{ccc} \log {a_n} & \log {a_{n+1}} & \log {a_{n+2}} \\ \log {a_{n+3}} & \log {a_{n+4}} & \log {a_{n+5}} \\ \log {a_{n+6}} & \log {a_{n+7}} & \log {a_{n+8}} \end{array} \right|$.
Applying column operations ${C_2} \to {C_2} - {C_1}$ and ${C_3} \to {C_3} - {C_2}$:
$\Delta = \left| \begin{array}{ccc} \log {a_n} & \log {a_{n+1}} - \log {a_n} & \log {a_{n+2}} - \log {a_{n+1}} \\ \log {a_{n+3}} & \log {a_{n+4}} - \log {a_{n+3}} & \log {a_{n+5}} - \log {a_{n+4}} \\ \log {a_{n+6}} & \log {a_{n+7}} - \log {a_{n+6}} & \log {a_{n+8}} - \log {a_{n+7}} \end{array} \right|$.
Since $\log {a_{n+k}} - \log {a_{n+k-1}} = \log r$ for any $k$,the determinant becomes:
$\Delta = \left| \begin{array}{ccc} \log {a_n} & \log r & \log r \\ \log {a_{n+3}} & \log r & \log r \\ \log {a_{n+6}} & \log r & \log r \end{array} \right|$.
Since column $2$ and column $3$ are identical,the value of the determinant is $0$.
69
MathematicsMediumMCQAIEEE · 2005
If the angle $\theta$ between the line $\frac{x + 1}{1} = \frac{y - 1}{2} = \frac{z - 2}{2}$ and the plane $2x - y + \sqrt{\lambda} z + 4 = 0$ is such that $\sin \theta = \frac{1}{3}$,the value of $\lambda$ is
A
$\frac{3}{4}$
B
$-\frac{4}{3}$
C
$\frac{5}{3}$
D
$-\frac{3}{5}$

Solution

(C) The angle $\theta$ between a line with direction vector $\vec{b} = (1, 2, 2)$ and a plane with normal vector $\vec{n} = (2, -1, \sqrt{\lambda})$ is given by $\sin \theta = \frac{|\vec{b} \cdot \vec{n}|}{|\vec{b}| |\vec{n}|}$.
Given $\sin \theta = \frac{1}{3}$,we have $\frac{1}{3} = \frac{|(1)(2) + (2)(-1) + (2)(\sqrt{\lambda})|}{\sqrt{1^2 + 2^2 + 2^2} \sqrt{2^2 + (-1)^2 + (\sqrt{\lambda})^2}}$.
Simplifying the expression: $\frac{1}{3} = \frac{|2 - 2 + 2\sqrt{\lambda}|}{\sqrt{9} \sqrt{5 + \lambda}}$.
$\frac{1}{3} = \frac{2\sqrt{\lambda}}{3\sqrt{5 + \lambda}}$.
Squaring both sides: $\frac{1}{9} = \frac{4\lambda}{9(5 + \lambda)}$.
$5 + \lambda = 4\lambda$.
$3\lambda = 5 \Rightarrow \lambda = \frac{5}{3}$.
70
MathematicsDifficultMCQAIEEE · 2005
$A$ random variable $X$ has a Poisson distribution with mean $\lambda = 2$. Then $P(X > 1.5)$ is equal to:
A
$1 - \frac{3}{e^2}$
B
$\frac{3}{e^2}$
C
$\frac{2}{e^2}$
D
$0$

Solution

(A) For a Poisson distribution,the probability mass function is given by $P(X = k) = \frac{e^{-\lambda} \lambda^k}{k!}$,where $\lambda = 2$.
We need to find $P(X > 1.5)$. Since $X$ takes only non-negative integer values,$P(X > 1.5) = P(X \ge 2)$.
This can be calculated as $P(X \ge 2) = 1 - P(X = 0) - P(X = 1)$.
For $k = 0$: $P(X = 0) = \frac{e^{-2} 2^0}{0!} = \frac{e^{-2} \cdot 1}{1} = \frac{1}{e^2}$.
For $k = 1$: $P(X = 1) = \frac{e^{-2} 2^1}{1!} = \frac{e^{-2} \cdot 2}{1} = \frac{2}{e^2}$.
Therefore,$P(X > 1.5) = 1 - (\frac{1}{e^2} + \frac{2}{e^2}) = 1 - \frac{3}{e^2}$.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real AIEEE 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 AIEEE mock exams with unlimited students, 360° analytics & white-label branding.

See Demo

Frequently Asked Questions

How many Mathematics questions are in AIEEE 2005?

There are 70 Mathematics questions from the AIEEE 2005 paper on Vedclass, each with a detailed step-by-step solution in English.

Are AIEEE 2005 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 AIEEE 2005 Mathematics as a timed test?

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

Can teachers create Mathematics papers from AIEEE previous year questions?

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

For Teachers & Institutes

Build a Custom Mathematics Paper

Pick AIEEE 2005 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.