MHT CET 2022 Mathematics Question Paper with Answer and Solution

546 QuestionsEnglishWith Solutions

MathematicsQ1100 of 546 questions

Page 1 of 9 · English

1
MathematicsEasyMCQMHT CET · 2022
Let $a$ and $b$ be two non-zero real numbers. The equation $(ax^2 + by^2 + c)(x^2 - 5xy + 6y^2) = 0$ represents:
A
$A$ circle and an ellipse,when $a$ and $b$ are of the same sign and $c$ is of sign opposite to that of $a$.
B
Two straight lines and a hyperbola,when $a$ and $b$ are of the same sign and $c$ is of opposite sign to $a$.
C
Four straight lines,when $c = 0$ and $a, b$ are of the same sign.
D
Two straight lines and a circle,when $a = b$ and $c$ is of sign opposite to that of $a$.

Solution

(D) The given equation is $(ax^2 + by^2 + c)(x^2 - 5xy + 6y^2) = 0$.
This implies either $ax^2 + by^2 + c = 0$ or $x^2 - 5xy + 6y^2 = 0$.
The second part $x^2 - 5xy + 6y^2 = 0$ can be factored as $(x - 2y)(x - 3y) = 0$,which represents two straight lines passing through the origin.
If $a = b$ and $c$ has the opposite sign to $a$,the first part $ax^2 + ay^2 + c = 0$ becomes $x^2 + y^2 = -c/a$,which represents a circle.
Therefore,the equation represents two straight lines and a circle.
Hence,option $D$ is correct.
2
MathematicsEasyMCQMHT CET · 2022
The equation of the circle whose centre lies on the line $x-4y=1$ and which passes through the points $(3,7)$ and $(5,5)$ is
A
$x^2+y^2+6x-2y+90=0$
B
$x^2+y^2+6x+2y+90=0$
C
$x^2+y^2+6x+2y-90=0$
D
$x^2+y^2-6x+2y-90=0$

Solution

(C) Let the equation of the circle be $x^2+y^2+2gx+2fy+c=0$.
Since its centre $(-g, -f)$ lies on the line $x-4y=1$,we have $-g-4(-f)=1$,which simplifies to $-g+4f=1$ $\dots(i)$.
Since the circle passes through $(3,7)$,we have $3^2+7^2+2g(3)+2f(7)+c=0$,which gives $6g+14f+c=-58$ $\dots(ii)$.
Since the circle passes through $(5,5)$,we have $5^2+5^2+2g(5)+2f(5)+c=0$,which gives $10g+10f+c=-50$ $\dots(iii)$.
Subtracting equation $(ii)$ from $(iii)$,we get $(10g-6g)+(10f-14f) = -50 - (-58)$,so $4g-4f=8$,or $g-f=2$ $\dots(iv)$.
Solving $(i)$ and $(iv)$: adding them gives $3f=3$,so $f=1$. Substituting $f=1$ in $(iv)$,we get $g=3$.
Substituting $g=3$ and $f=1$ in $(iii)$,we get $10(3)+10(1)+c=-50$,so $30+10+c=-50$,which gives $c=-90$.
Thus,the equation of the circle is $x^2+y^2+6x+2y-90=0$.
3
MathematicsEasyMCQMHT CET · 2022
The equation of the circle passing through the points $(1, -2)$ and $(4, -3)$ and whose centre lies on the line $3x + 2y = 7$ is
A
$x^2+y^2+6x-2y-5=0$
B
$x^2+y^2-6x-2y+5=0$
C
$x^2+y^2+6x+2y-5=0$
D
$x^2+y^2-6x+2y+5=0$

Solution

(D) Let the equation of the circle be $x^2+y^2+2gx+2fy+c=0$.
Since it passes through $(1, -2)$,we have $1+4+2g-4f+c=0 \Rightarrow 2g-4f+c=-5$ $(i)$.
Since it passes through $(4, -3)$,we have $16+9+8g-6f+c=0 \Rightarrow 8g-6f+c=-25$ $(ii)$.
Subtracting $(i)$ from $(ii)$: $(8g-6f+c) - (2g-4f+c) = -25 - (-5) \Rightarrow 6g-2f = -20$ $(iii)$.
The centre $(-g, -f)$ lies on $3x+2y=7$,so $3(-g)+2(-f)=7 \Rightarrow -3g-2f=7$ $(iv)$.
Subtracting $(iv)$ from $(iii)$: $(6g-2f) - (-3g-2f) = -20 - 7$ $\Rightarrow 9g = -27$ $\Rightarrow g = -3$.
Substituting $g=-3$ in $(iii)$: $6(-3)-2f = -20$ $\Rightarrow -18-2f = -20$ $\Rightarrow -2f = -2$ $\Rightarrow f = 1$.
Substituting $g=-3$ and $f=1$ in $(i)$: $2(-3)-4(1)+c = -5$ $\Rightarrow -6-4+c = -5$ $\Rightarrow c = 5$.
The equation of the circle is $x^2+y^2-6x+2y+5=0$.
4
MathematicsEasyMCQMHT CET · 2022
If the lines $3x - 4y - 7 = 0$ and $2x - 3y - 5 = 0$ are diameters of a circle with an area of $49\pi$ square units,then the equation of the circle is:
A
$x^2 + y^2 - 2x + 2y - 47 = 0$
B
$x^2 + y^2 + 2x - 2y - 51 = 0$
C
$x^2 + y^2 - 2x + 2y + 51 = 0$
D
$x^2 + y^2 + 2x + 2y + 47 = 0$

Solution

(A) The center of the circle is the point of intersection of the diameters $3x - 4y - 7 = 0$ and $2x - 3y - 5 = 0$.
Solving these equations:
Multiply the first by $3$ and the second by $4$: $9x - 12y = 21$ and $8x - 12y = 20$.
Subtracting gives $x = 1$.
Substituting $x = 1$ into $2x - 3y - 5 = 0$ gives $2(1) - 3y - 5 = 0$,so $-3y = 3$,which means $y = -1$.
The center is $(h, k) = (1, -1)$.
The area of the circle is $\pi r^2 = 49\pi$,so $r^2 = 49$,which means $r = 7$.
The equation of the circle is $(x - h)^2 + (y - k)^2 = r^2$.
$(x - 1)^2 + (y + 1)^2 = 7^2$.
$x^2 - 2x + 1 + y^2 + 2y + 1 = 49$.
$x^2 + y^2 - 2x + 2y - 47 = 0$.
5
MathematicsEasyMCQMHT CET · 2022
If the lines $2x - 3y = 5$ and $3x - 4y = 7$ are the diameters of a circle of area $154 \text{ sq units}$,then the equation of the circle is (Take $\pi = \frac{22}{7}$)
A
$x^2 + y^2 - 2x + 2y - 47 = 0$
B
$x^2 + y^2 - 2x + 2y - 49 = 0$
C
$x^2 + y^2 - 2x - 2y - 47 = 0$
D
$x^2 + y^2 - 2x - 2y - 49 = 0$

Solution

(A) The center of the circle is the point of intersection of the diameters $2x - 3y = 5$ and $3x - 4y = 7$.
Solving these equations:
Multiply the first by $3$ and the second by $2$: $6x - 9y = 15$ and $6x - 8y = 14$.
Subtracting the equations gives $y = -1$. Substituting $y = -1$ into $2x - 3(-1) = 5$ gives $2x + 3 = 5$,so $x = 1$.
The center is $(1, -1)$.
The area of the circle is $\pi r^2 = 154$.
Using $\pi = \frac{22}{7}$,we have $\frac{22}{7} r^2 = 154$,which gives $r^2 = 154 \times \frac{7}{22} = 49$,so $r = 7$.
The equation of the circle is $(x - 1)^2 + (y + 1)^2 = 7^2$.
Expanding this: $x^2 - 2x + 1 + y^2 + 2y + 1 = 49$.
$x^2 + y^2 - 2x + 2y - 47 = 0$.
6
MathematicsEasyMCQMHT CET · 2022
The parametric equations of the circle $x^2+y^2-6x-2y+9=0$ are
A
$x=1+\cos \theta, y=3+\sin \theta$
B
$x=3+\cos \theta, y=1+\sin \theta$
C
$x=3+\sin \theta, y=1+\cos \theta$
D
$x=3+\cos \theta, y=1-\sin \theta$

Solution

(B) Given the equation of the circle: $x^2+y^2-6x-2y+9=0$.
Completing the square for $x$ and $y$ terms:
$(x^2-6x+9) + (y^2-2y+1) = -9+9+1$.
$(x-3)^2 + (y-1)^2 = 1^2$.
The standard form of a circle is $(x-h)^2 + (y-k)^2 = r^2$,where the center is $(h, k) = (3, 1)$ and the radius $r = 1$.
The parametric equations are given by $x = h + r \cos \theta$ and $y = k + r \sin \theta$.
Substituting the values: $x = 3 + 1 \cos \theta$ and $y = 1 + 1 \sin \theta$.
Thus,$x = 3 + \cos \theta$ and $y = 1 + \sin \theta$.
7
MathematicsMediumMCQMHT CET · 2022
The parametric equations of the curve $x^2+y^2-ax-by=0$ are
A
$x=\frac{a}{2}+\sqrt{\frac{a^2+b^2}{4}} \cos \theta, y=-\frac{b}{2}+\sqrt{\frac{a^2+b^2}{4}} \sin \theta$
B
$x=-\frac{a}{2}+\sqrt{\frac{a^2+b^2}{4}} \cos \theta, y=\frac{b}{2}+\sqrt{\frac{a^2+b^2}{4}} \sin \theta$
C
$x=-\frac{a}{2}+\sqrt{\frac{a^2+b^2}{4}} \cos \theta, y=-\frac{b}{2}+\sqrt{\frac{a^2+b^2}{4}} \sin \theta$
D
$x=\frac{a}{2}+\sqrt{\frac{a^2+b^2}{4}} \cos \theta, y=\frac{b}{2}+\sqrt{\frac{a^2+b^2}{4}} \sin \theta$

Solution

(D) The given equation is $x^2+y^2-ax-by=0$.
Completing the square,we get:
$(x-\frac{a}{2})^2 + (y-\frac{b}{2})^2 = \frac{a^2+b^2}{4}$.
This represents a circle with center $(h, k) = (\frac{a}{2}, \frac{b}{2})$ and radius $r = \sqrt{\frac{a^2+b^2}{4}}$.
The parametric equations of a circle are $x = h + r \cos \theta$ and $y = k + r \sin \theta$.
Substituting the values,we get $x = \frac{a}{2} + \sqrt{\frac{a^2+b^2}{4}} \cos \theta$ and $y = \frac{b}{2} + \sqrt{\frac{a^2+b^2}{4}} \sin \theta$.
8
MathematicsEasyMCQMHT CET · 2022
The equation of a circle,which passes through the centre of the circle $x^2+y^2+8x+10y-7=0$ and is concentric with the circle $2x^2+2y^2-8x-12y-9=0$,is
A
$x^2+y^2-4x+6y-87=0$
B
$x^2+y^2+4x+6y-87=0$
C
$x^2+y^2+4x+6y+87=0$
D
$x^2+y^2-4x-6y-87=0$

Solution

(D) The given circle is concentric with $2x^2+2y^2-8x-12y-9=0$,which simplifies to $x^2+y^2-4x-6y-4.5=0$.
Thus,the equation of the required circle is of the form $x^2+y^2-4x-6y+k=0$.
This circle passes through the centre of $x^2+y^2+8x+10y-7=0$.
The centre of $x^2+y^2+8x+10y-7=0$ is $(-4, -5)$.
Substituting $(-4, -5)$ into the equation $x^2+y^2-4x-6y+k=0$:
$(-4)^2+(-5)^2-4(-4)-6(-5)+k=0$
$16+25+16+30+k=0$
$87+k=0 \Rightarrow k=-87$.
Therefore,the required equation is $x^2+y^2-4x-6y-87=0$.
9
MathematicsEasyMCQMHT CET · 2022
The equation of tangents to the circle $x^2+y^2=4$ which are parallel to $x+2y+3=0$ are
A
$x+2y = \pm 2\sqrt{5}$
B
$x+2y = \pm 2\sqrt{3}$
C
$x-2y = \pm 2$
D
$x-2y = \pm 2\sqrt{5}$

Solution

(A) The equation of the circle is $x^2+y^2=4$,so the radius $r = 2$.
The given line is $x+2y+3=0$,which can be written as $y = -\frac{1}{2}x - \frac{3}{2}$.
The slope of this line is $m = -\frac{1}{2}$.
Since the tangents are parallel to this line,their slope is also $m = -\frac{1}{2}$.
The equation of a tangent to the circle $x^2+y^2=r^2$ with slope $m$ is given by $y = mx \pm r\sqrt{1+m^2}$.
Substituting $m = -\frac{1}{2}$ and $r = 2$:
$y = -\frac{1}{2}x \pm 2\sqrt{1 + (-\frac{1}{2})^2}$
$y = -\frac{1}{2}x \pm 2\sqrt{1 + \frac{1}{4}}$
$y = -\frac{1}{2}x \pm 2\sqrt{\frac{5}{4}}$
$y = -\frac{1}{2}x \pm 2 \times \frac{\sqrt{5}}{2}$
$y = -\frac{1}{2}x \pm \sqrt{5}$
Multiplying by $2$:
$2y = -x \pm 2\sqrt{5}$
$x+2y = \pm 2\sqrt{5}$
10
MathematicsMediumMCQMHT CET · 2022
The angle between the tangents to the circle $x^2+y^2=25$ from the point $(1,7)$ is
A
$\frac{\pi}{4}$
B
$\tan ^{-1}\left(\frac{2}{5}\right)$
C
$\tan ^{-1} 2$
D
$\frac{\pi}{2}$

Solution

(D) The equation of the circle is $x^2+y^2=25$,so the center is $O(0,0)$ and the radius $r=5$.
Let $P$ be the point $(1,7)$. The distance $OP = \sqrt{1^2+7^2} = \sqrt{1+49} = \sqrt{50} = 5\sqrt{2}$.
Let $T$ be the point of tangency. In the right-angled triangle $\triangle OPT$,$\sin(\angle OPT) = \frac{OT}{OP} = \frac{5}{5\sqrt{2}} = \frac{1}{\sqrt{2}}$.
Therefore,$\angle OPT = 45^{\circ}$.
The angle between the two tangents is $2 \times \angle OPT = 2 \times 45^{\circ} = 90^{\circ}$ or $\frac{\pi}{2}$.
Solution diagram
11
MathematicsEasyMCQMHT CET · 2022
Given two circles $x^2+y^2+8x-6y-24=0$ and $x^2+y^2-4x+10y+20=0$. Then they are
A
Disjoint.
B
Concentric.
C
Touching internally.
D
Touching externally.

Solution

(D) For the first circle $x^2+y^2+8x-6y-24=0$,the center $C_1 = (-4, 3)$ and radius $r_1 = \sqrt{(-4)^2 + 3^2 - (-24)} = \sqrt{16+9+24} = \sqrt{49} = 7$.
For the second circle $x^2+y^2-4x+10y+20=0$,the center $C_2 = (2, -5)$ and radius $r_2 = \sqrt{2^2 + (-5)^2 - 20} = \sqrt{4+25-20} = \sqrt{9} = 3$.
The distance between the centers $C_1 C_2 = \sqrt{(2 - (-4))^2 + (-5 - 3)^2} = \sqrt{6^2 + (-8)^2} = \sqrt{36+64} = \sqrt{100} = 10$.
Since $C_1 C_2 = r_1 + r_2 = 7 + 3 = 10$,the two circles touch each other externally.
12
MathematicsEasyMCQMHT CET · 2022
The value of $\frac{i^{592}+i^{590}+i^{588}+i^{586}+i^{584}}{i^{582}+i^{580}+i^{578}+i^{576}+i^{574}}-1=$
A
$-1$
B
$-2$
C
$-3$
D
$-4$

Solution

(B) Given expression: $\frac{i^{592}+i^{590}+i^{588}+i^{586}+i^{584}}{i^{582}+i^{580}+i^{578}+i^{576}+i^{574}}-1$
Factor out $i^{584}$ from the numerator and $i^{574}$ from the denominator:
$\frac{i^{584}(i^8+i^6+i^4+i^2+1)}{i^{574}(i^8+i^6+i^4+i^2+1)}-1$
Cancel the common term $(i^8+i^6+i^4+i^2+1)$:
$\frac{i^{584}}{i^{574}}-1 = i^{584-574}-1 = i^{10}-1$
Since $i^4 = 1$,$i^{10} = (i^4)^2 \times i^2 = 1^2 \times (-1) = -1$
Therefore,$-1 - 1 = -2$
13
MathematicsMediumMCQMHT CET · 2022
If $(x-iy)(3+5i)$ is the conjugate of $-6-24i$ (where $x, y \in R$ and $i=\sqrt{-1}$),then the values of $x$ and $y$ are respectively:
A
$5, 3$
B
$5, -3$
C
$-3, 3$
D
$3, -3$

Solution

(D) The conjugate of $-6-24i$ is $-6+24i$.
Given that $(x-iy)(3+5i) = -6+24i$.
Expanding the left side: $3x + 5xi - 3yi - 5yi^2 = -6+24i$.
Since $i^2 = -1$,we have $(3x+5y) + (5x-3y)i = -6+24i$.
Equating real and imaginary parts:
$3x + 5y = -6$ (Equation $1$)
$5x - 3y = 24$ (Equation $2$)
Multiplying Equation $1$ by $3$ and Equation $2$ by $5$:
$9x + 15y = -18$
$25x - 15y = 120$
Adding these equations: $34x = 102$,which gives $x = 3$.
Substituting $x=3$ into Equation $1$: $3(3) + 5y = -6$ $\Rightarrow 9 + 5y = -6$ $\Rightarrow 5y = -15$ $\Rightarrow y = -3$.
Thus,$x=3$ and $y=-3$.
14
MathematicsEasyMCQMHT CET · 2022
If $(x+iy)^{1/3} = a+ib$ where $x, y, a, b \in R$ and $i = \sqrt{-1}$,then $\frac{x}{a} - \frac{y}{b} = $
A
$-2(a^2+b^2)$
B
$2(a^2-b^2)$
C
$a^2-b^2$
D
$a^2+b^2$

Solution

(A) Given $(x+iy)^{1/3} = a+ib$.
Cubing both sides,we get $x+iy = (a+ib)^3$.
Using the identity $(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$,we have $x+iy = a^3 + 3a^2(ib) + 3a(ib)^2 + (ib)^3$.
$x+iy = a^3 + 3a^2bi - 3ab^2 - ib^3$.
Grouping real and imaginary parts: $x+iy = (a^3 - 3ab^2) + i(3a^2b - b^3)$.
Equating real and imaginary parts: $x = a^3 - 3ab^2$ and $y = 3a^2b - b^3$.
Dividing by $a$ and $b$ respectively: $\frac{x}{a} = a^2 - 3b^2$ and $\frac{y}{b} = 3a^2 - b^2$.
Therefore,$\frac{x}{a} - \frac{y}{b} = (a^2 - 3b^2) - (3a^2 - b^2) = a^2 - 3b^2 - 3a^2 + b^2 = -2a^2 - 2b^2 = -2(a^2+b^2)$.
15
MathematicsEasyMCQMHT CET · 2022
Let $z$ be a complex number such that $|z|+z=3+i$,where $i=\sqrt{-1}$. Then $|z|$ is equal to:
A
$\frac{5}{4}$
B
$\frac{\sqrt{41}}{4}$
C
$\frac{\sqrt{34}}{3}$
D
$\frac{5}{3}$

Solution

(D) Let $z = x + iy$,where $x, y \in \mathbb{R}$.
Given $|z| + z = 3 + i$.
Substituting $z = x + iy$,we get $\sqrt{x^2 + y^2} + x + iy = 3 + i$.
Equating the real and imaginary parts:
$y = 1$ and $\sqrt{x^2 + y^2} + x = 3$.
Substituting $y = 1$ into the second equation:
$\sqrt{x^2 + 1} = 3 - x$.
Squaring both sides:
$x^2 + 1 = (3 - x)^2 = 9 - 6x + x^2$.
$1 = 9 - 6x$ $\Rightarrow 6x = 8$ $\Rightarrow x = \frac{4}{3}$.
Now,$|z| = \sqrt{x^2 + y^2} = \sqrt{(\frac{4}{3})^2 + 1^2} = \sqrt{\frac{16}{9} + 1} = \sqrt{\frac{25}{9}} = \frac{5}{3}$.
16
MathematicsEasyMCQMHT CET · 2022
If the Cartesian coordinates of a point are $\left(\frac{-5 \sqrt{3}}{2}, \frac{5}{2}\right)$,then its polar coordinates are
A
$\left(5, \frac{2 \pi}{3}\right)$
B
$\left(5, \frac{13 \pi}{18}\right)$
C
$\left(5, \frac{5 \pi}{6}\right)$
D
$\left(5, \frac{11 \pi}{18}\right)$

Solution

(C) Given Cartesian coordinates $(x, y) = \left(-\frac{5 \sqrt{3}}{2}, \frac{5}{2}\right)$.
$r = \sqrt{x^2 + y^2} = \sqrt{\left(-\frac{5 \sqrt{3}}{2}\right)^2 + \left(\frac{5}{2}\right)^2} = \sqrt{\frac{75}{4} + \frac{25}{4}} = \sqrt{\frac{100}{4}} = \sqrt{25} = 5$.
Since the point lies in the second quadrant $(x < 0, y > 0)$,the polar angle $\theta$ is given by $\theta = \pi - \tan^{-1}\left|\frac{y}{x}\right|$.
$\theta = \pi - \tan^{-1}\left|\frac{5/2}{-5\sqrt{3}/2}\right| = \pi - \tan^{-1}\left(\frac{1}{\sqrt{3}}\right) = \pi - \frac{\pi}{6} = \frac{5 \pi}{6}$.
Thus,the polar coordinates are $(r, \theta) = \left(5, \frac{5 \pi}{6}\right)$.
17
MathematicsEasyMCQMHT CET · 2022
If $x = -2 - \sqrt{3} i$,where $i = \sqrt{-1}$,then the value of $2x^4 + 5x^3 + 7x^2 - x + 41$ is
A
$6$
B
$-6$
C
$75$
D
$-76$

Solution

(A) Given $x = -2 - \sqrt{3} i$.
$x + 2 = -\sqrt{3} i$.
Squaring both sides: $(x + 2)^2 = (-\sqrt{3} i)^2$.
$x^2 + 4x + 4 = 3i^2$.
Since $i^2 = -1$,we have $x^2 + 4x + 4 = -3$.
$x^2 + 4x + 7 = 0$.
Now,divide $2x^4 + 5x^3 + 7x^2 - x + 41$ by $x^2 + 4x + 7$:
$2x^4 + 5x^3 + 7x^2 - x + 41 = (x^2 + 4x + 7)(2x^2 - 3x + 5) + 6$.
Substituting $x^2 + 4x + 7 = 0$:
$0 \times (2x^2 - 3x + 5) + 6 = 6$.
18
MathematicsEasyMCQMHT CET · 2022
If $\left(\frac{1-i}{1+i}\right)^{100}=a+ib$,where $a, b \in \mathbb{R}$ and $i=\sqrt{-1}$,then $(a, b)$ is equal to
A
$(1, 0)$
B
$(0, 1)$
C
$(-1, 2)$
D
$(2, -1)$

Solution

(A) First,simplify the expression inside the parenthesis: $\frac{1-i}{1+i} = \frac{(1-i)(1-i)}{(1+i)(1-i)} = \frac{1-2i+i^2}{1-i^2} = \frac{1-2i-1}{1+1} = \frac{-2i}{2} = -i$.
Now,raise this to the power of $100$: $(-i)^{100} = (-1)^{100} \times i^{100} = 1 \times (i^4)^{25} = 1 \times (1)^{25} = 1$.
Given that $a+ib = 1$,we can write this as $1+0i$.
Comparing the real and imaginary parts,we get $a=1$ and $b=0$.
Thus,$(a, b) = (1, 0)$.
19
MathematicsEasyMCQMHT CET · 2022
The value of $\theta$, for which $\frac{2+3i \sin \theta}{1-2i \sin \theta}$ is purely imaginary, where $i=\sqrt{-1}$, is
A
$\frac{\pi}{6}$
B
$\frac{\pi}{3}$
C
$\sin^{-1}\left(\frac{1}{\sqrt{3}}\right)$
D
$\sin^{-1}(\sqrt{3})$

Solution

(C) Let $z = \frac{2+3i \sin \theta}{1-2i \sin \theta}$.
To simplify, multiply the numerator and denominator by the conjugate of the denominator, $(1+2i \sin \theta)$:
$z = \frac{(2+3i \sin \theta)(1+2i \sin \theta)}{(1-2i \sin \theta)(1+2i \sin \theta)}$
$z = \frac{2 + 4i \sin \theta + 3i \sin \theta + 6i^2 \sin^2 \theta}{1 + 4 \sin^2 \theta}$
Since $i^2 = -1$, we have:
$z = \frac{(2 - 6 \sin^2 \theta) + i(7 \sin \theta)}{1 + 4 \sin^2 \theta}$
For $z$ to be purely imaginary, the real part must be zero:
$\operatorname{Re}(z) = \frac{2 - 6 \sin^2 \theta}{1 + 4 \sin^2 \theta} = 0$
$2 - 6 \sin^2 \theta = 0$
$\sin^2 \theta = \frac{2}{6} = \frac{1}{3}$
$\sin \theta = \frac{1}{\sqrt{3}}$
$\theta = \sin^{-1}\left(\frac{1}{\sqrt{3}}\right)$
20
MathematicsEasyMCQMHT CET · 2022
If $arg(z) < 0$,then $arg(-z) - arg(z)$ equals
A
$\frac{\pi}{2}$
B
$-\frac{\pi}{2}$
C
$\pi$
D
$-\pi$

Solution

(C) We know that $arg(-z) = arg(-1 \times z)$.
Using the property $arg(z_1 z_2) = arg(z_1) + arg(z_2)$,we get $arg(-z) = arg(-1) + arg(z)$.
Since $arg(-1) = \pi$,we have $arg(-z) = \pi + arg(z)$.
Therefore,$arg(-z) - arg(z) = (\pi + arg(z)) - arg(z) = \pi$.
21
MathematicsEasyMCQMHT CET · 2022
Argument of $\frac{1-i \sqrt{3}}{1+i \sqrt{3}}$ is (in $^{\circ}$)
A
$210$
B
$120$
C
$240$
D
$60$

Solution

(C) Let $z = \frac{1-i \sqrt{3}}{1+i \sqrt{3}}$.
Multiply the numerator and denominator by the conjugate of the denominator $(1-i \sqrt{3})$:
$z = \frac{(1-i \sqrt{3})(1-i \sqrt{3})}{(1+i \sqrt{3})(1-i \sqrt{3})} = \frac{1 - 2i \sqrt{3} + i^2(3)}{1^2 + (\sqrt{3})^2} = \frac{1 - 2i \sqrt{3} - 3}{1 + 3} = \frac{-2 - 2i \sqrt{3}}{4} = -\frac{1}{2} - i \frac{\sqrt{3}}{2}$.
Since the complex number $z = -\frac{1}{2} - i \frac{\sqrt{3}}{2}$ lies in the third quadrant,the argument is given by $\text{Arg}(z) = -\pi + \tan^{-1}\left|\frac{\text{Im}(z)}{\text{Re}(z)}\right|$ or $\pi + \tan^{-1}\left(\frac{\sqrt{3}/2}{1/2}\right)$.
$\text{Arg}(z) = 180^{\circ} + \tan^{-1}(\sqrt{3}) = 180^{\circ} + 60^{\circ} = 240^{\circ}$.
22
MathematicsEasyMCQMHT CET · 2022
The polar coordinates of the point,whose Cartesian coordinates are $(-2 \sqrt{3}, 2)$,are
A
$(4, \frac{11 \pi}{12})$
B
$(4, \frac{5 \pi}{6})$
C
$(4, \frac{3 \pi}{4})$
D
$(4, \frac{2 \pi}{3})$

Solution

(B) Given Cartesian coordinates are $(x, y) = (-2 \sqrt{3}, 2)$.
First,calculate the modulus $r$:
$r = \sqrt{x^2 + y^2} = \sqrt{(-2 \sqrt{3})^2 + (2)^2} = \sqrt{12 + 4} = \sqrt{16} = 4$.
Since the point lies in the second quadrant $(x < 0, y > 0)$,the argument $\theta$ is given by:
$\theta = \pi - \tan^{-1} \left| \frac{y}{x} \right| = \pi - \tan^{-1} \left| \frac{2}{-2 \sqrt{3}} \right| = \pi - \tan^{-1} \left( \frac{1}{\sqrt{3}} \right) = \pi - \frac{\pi}{6} = \frac{5 \pi}{6}$.
Thus,the polar coordinates are $(r, \theta) = (4, \frac{5 \pi}{6})$.
23
MathematicsEasyMCQMHT CET · 2022
The Cartesian form of the complex number $z = 4(\cos 300^{\circ} + i \sin 300^{\circ})$ is
A
$2 - 2\sqrt{3}i$
B
$1 + \sqrt{3}i$
C
$1 - \sqrt{3}i$
D
$2 + 2\sqrt{3}i$

Solution

(A) Given the complex number in polar form: $z = 4(\cos 300^{\circ} + i \sin 300^{\circ})$.
We know that $\cos 300^{\circ} = \cos(360^{\circ} - 60^{\circ}) = \cos 60^{\circ} = \frac{1}{2}$.
And $\sin 300^{\circ} = \sin(360^{\circ} - 60^{\circ}) = -\sin 60^{\circ} = -\frac{\sqrt{3}}{2}$.
Substituting these values into the expression:
$z = 4\left(\frac{1}{2} - i\frac{\sqrt{3}}{2}\right)$.
$z = 4 \times \frac{1}{2} - 4 \times i\frac{\sqrt{3}}{2}$.
$z = 2 - 2\sqrt{3}i$.
24
MathematicsEasyMCQMHT CET · 2022
If $\alpha$ and $\beta$ are imaginary cube roots of unity,then the value of $\alpha^4 + \beta^{28} + \frac{1}{\alpha \beta}$ is
A
$1$
B
$0$
C
$-1$
D
$2$

Solution

(B) Let $\alpha = \omega$ and $\beta = \omega^2$,where $\omega$ is an imaginary cube root of unity.
We know that $\omega^3 = 1$ and $1 + \omega + \omega^2 = 0$.
Now,substitute these into the expression $\alpha^4 + \beta^{28} + \frac{1}{\alpha \beta}$:
$= \omega^4 + (\omega^2)^{28} + \frac{1}{\omega \cdot \omega^2}$
$= \omega^4 + \omega^{56} + \frac{1}{\omega^3}$
Since $\omega^3 = 1$,we have $\omega^4 = \omega^3 \cdot \omega = \omega$ and $\omega^{56} = (\omega^3)^{18} \cdot \omega^2 = 1^{18} \cdot \omega^2 = \omega^2$.
Thus,the expression becomes $\omega + \omega^2 + \frac{1}{1} = \omega + \omega^2 + 1$.
Since $1 + \omega + \omega^2 = 0$,the value is $0$.
25
MathematicsEasyMCQMHT CET · 2022
If $\alpha$ and $\beta$ are the complex cube roots of unity,then $\alpha^3+\beta^3+\alpha^{-2} \times \beta^{-2}$ is equal to
A
$1$
B
$-3$
C
$3$
D
$0$

Solution

(C) The complex cube roots of unity are $1, \omega, \omega^2$. Since $\alpha$ and $\beta$ are the complex cube roots,we have $\alpha = \omega$ and $\beta = \omega^2$ (or vice versa).
Given expression: $\alpha^3 + \beta^3 + \alpha^{-2} \times \beta^{-2} = \alpha^3 + \beta^3 + \frac{1}{(\alpha \beta)^2}$.
Since $\alpha = \omega$ and $\beta = \omega^2$,we have $\alpha^3 = \omega^3 = 1$ and $\beta^3 = (\omega^2)^3 = \omega^6 = 1$.
Also,$\alpha \beta = \omega \times \omega^2 = \omega^3 = 1$.
Substituting these values: $1 + 1 + \frac{1}{(1)^2} = 1 + 1 + 1 = 3$.
26
MathematicsEasyMCQMHT CET · 2022
If $\lim _{x \rightarrow 1} \frac{x^2-ax+b}{x-1}=5$,then $(a+b)$ is equal to
A
$-3$
B
$-4$
C
$7$
D
$-7$

Solution

(D) Given $\lim _{x \rightarrow 1} \frac{x^2-ax+b}{x-1}=5$.
Since the limit exists and the denominator approaches $0$ as $x \rightarrow 1$,the numerator must also approach $0$ for the limit to be finite.
Thus,$1^2 - a(1) + b = 0$ $\Rightarrow 1 - a + b = 0$ $\Rightarrow b = a - 1$.
Substituting $b$ into the limit: $\lim _{x \rightarrow 1} \frac{x^2 - ax + (a-1)}{x-1} = 5$.
Using $L$'Hopital's rule: $\lim _{x \rightarrow 1} \frac{2x - a}{1} = 5$.
$2(1) - a = 5$ $\Rightarrow 2 - a = 5$ $\Rightarrow a = -3$.
Since $b = a - 1$,$b = -3 - 1 = -4$.
Therefore,$a + b = -3 + (-4) = -7$.
27
MathematicsEasyMCQMHT CET · 2022
$\lim _{x \rightarrow 0} \frac{2x}{|x|+x^2} = $
A
Limit exists
B
Limit does not exist
C
$2$
D
$-2$

Solution

(B) To find the limit $\lim _{x \rightarrow 0} \frac{2x}{|x|+x^2}$,we evaluate the Left-Hand Limit $(LHL)$ and Right-Hand Limit $(RHL)$.
$LHL = \lim _{x \rightarrow 0^{-}} \frac{2x}{-x+x^2} = \lim _{x \rightarrow 0^{-}} \frac{2}{-1+x} = \frac{2}{-1} = -2$.
$RHL = \lim _{x \rightarrow 0^{+}} \frac{2x}{x+x^2} = \lim _{x \rightarrow 0^{+}} \frac{2}{1+x} = \frac{2}{1} = 2$.
Since $LHL \neq RHL$,the limit does not exist.
28
MathematicsDifficultMCQMHT CET · 2022
Let $f(x)=5-|x-2|$ and $g(x)=|x+1|$,$x \in R$. If $f(x)$ attains its maximum value at $\alpha$ and $g(x)$ attains its minimum value at $\beta$,then $\lim _{x \rightarrow-\alpha \beta} \frac{(x-1)(x^2-5x+6)}{(x^2-6x+8)}$ is equal to
A
$\frac{1}{2}$
B
$\frac{3}{2}$
C
$-\frac{3}{2}$
D
$-\frac{1}{2}$

Solution

(A) Given $f(x) = 5 - |x - 2|$. The maximum value of $f(x)$ occurs when $|x - 2| = 0$,so $\alpha = 2$.
Given $g(x) = |x + 1|$. The minimum value of $g(x)$ occurs when $x + 1 = 0$,so $\beta = -1$.
The limit is to be evaluated at $x \rightarrow -\alpha \beta = - (2)(-1) = 2$.
We need to calculate $\lim _{x \rightarrow 2} \frac{(x - 1)(x^2 - 5x + 6)}{(x^2 - 6x + 8)}$.
Factorizing the expressions: $x^2 - 5x + 6 = (x - 2)(x - 3)$ and $x^2 - 6x + 8 = (x - 2)(x - 4)$.
Substituting these into the limit: $\lim _{x \rightarrow 2} \frac{(x - 1)(x - 2)(x - 3)}{(x - 2)(x - 4)}$.
Canceling the common factor $(x - 2)$: $\lim _{x \rightarrow 2} \frac{(x - 1)(x - 3)}{x - 4}$.
Evaluating the limit: $\frac{(2 - 1)(2 - 3)}{2 - 4} = \frac{(1)(-1)}{-2} = \frac{-1}{-2} = \frac{1}{2}$.
29
MathematicsEasyMCQMHT CET · 2022
$\lim _{n \rightarrow \infty} n\left(\sqrt{n^2+9}-n\right)=$
A
$\frac{9}{4}$
B
$9$
C
$\frac{9}{\sqrt{2}}$
D
$\frac{9}{2}$

Solution

(D) To evaluate the limit $\lim _{n \rightarrow \infty} n\left(\sqrt{n^2+9}-n\right)$,we rationalize the expression by multiplying and dividing by the conjugate $\left(\sqrt{n^2+9}+n\right)$.
$\lim _{n \rightarrow \infty} n\left(\sqrt{n^2+9}-n\right) \times \frac{\sqrt{n^2+9}+n}{\sqrt{n^2+9}+n}$
$= \lim _{n \rightarrow \infty} \frac{n(n^2+9-n^2)}{\sqrt{n^2+9}+n}$
$= \lim _{n \rightarrow \infty} \frac{9n}{\sqrt{n^2+9}+n}$
Divide the numerator and denominator by $n$:
$= \lim _{n \rightarrow \infty} \frac{9}{\sqrt{\frac{n^2+9}{n^2}}+1}$
$= \lim _{n \rightarrow \infty} \frac{9}{\sqrt{1+\frac{9}{n^2}}+1}$
As $n \rightarrow \infty$,$\frac{9}{n^2} \rightarrow 0$,so the limit is $\frac{9}{\sqrt{1+0}+1} = \frac{9}{1+1} = \frac{9}{2}$.
30
MathematicsDifficultMCQMHT CET · 2022
The quadratic equation whose roots are $m$ and $n$,where $m = \lim_{x \rightarrow 0} \frac{x \log(1+2x)}{x \tan x}$ and $n = \lim_{x \rightarrow 0} \frac{\log x + \log(\frac{1+x}{x})}{x}$,is
A
$x^2-x+2=0$
B
$x^2-3x+2=0$
C
$x^2+x+2=0$
D
$x^2+3x+2=0$

Solution

(B) First,we calculate $m$:
$m = \lim_{x \rightarrow 0} \frac{x \log(1+2x)}{x \tan x} = \lim_{x \rightarrow 0} \frac{\log(1+2x)}{\tan x} = \lim_{x \rightarrow 0} \left( \frac{\log(1+2x)}{2x} \times \frac{x}{\tan x} \times 2 \right) = 1 \times 1 \times 2 = 2$.
Next,we calculate $n$:
$n = \lim_{x \rightarrow 0} \frac{\log x + \log(\frac{1+x}{x})}{x} = \lim_{x \rightarrow 0} \frac{\log(x \times \frac{1+x}{x})}{x} = \lim_{x \rightarrow 0} \frac{\log(1+x)}{x} = 1$.
The quadratic equation with roots $m=2$ and $n=1$ is given by $x^2 - (m+n)x + mn = 0$.
Substituting the values,we get $x^2 - (2+1)x + (2 \times 1) = 0$,which simplifies to $x^2 - 3x + 2 = 0$.
31
MathematicsMediumMCQMHT CET · 2022
$\lim _{x \rightarrow \infty}\left[\frac{8 x^2+5 x+3}{2 x^2-7 x-5}\right]^{\frac{4 x+3}{8 x-1}} = $
A
$4$
B
$\frac{1}{2}$
C
$2$
D
$\sqrt{2}$

Solution

(C) To evaluate the limit $\lim _{x \rightarrow \infty}\left(\frac{8 x^2+5 x+3}{2 x^2-7 x-5}\right)^{\frac{4 x+3}{8 x-1}}$,we first find the limit of the base as $x \rightarrow \infty$:
$\lim _{x \rightarrow \infty} \frac{8 x^2+5 x+3}{2 x^2-7 x-5} = \lim _{x \rightarrow \infty} \frac{8 + \frac{5}{x} + \frac{3}{x^2}}{2 - \frac{7}{x} - \frac{5}{x^2}} = \frac{8+0+0}{2-0-0} = 4$.
Next,we find the limit of the exponent as $x \rightarrow \infty$:
$\lim _{x \rightarrow \infty} \frac{4 x+3}{8 x-1} = \lim _{x \rightarrow \infty} \frac{4 + \frac{3}{x}}{8 - \frac{1}{x}} = \frac{4+0}{8-0} = \frac{4}{8} = \frac{1}{2}$.
Therefore,the limit is $4^{\frac{1}{2}} = 2$.
32
MathematicsEasyMCQMHT CET · 2022
$\lim _{x \rightarrow 0} \frac{\sin \left(\pi \cos ^2 x\right)}{x^2}$ is equal to
A
$1$
B
$-\pi$
C
$\pi$
D
$\frac{\pi}{2}$

Solution

(C) We need to evaluate the limit: $\lim _{x \rightarrow 0} \frac{\sin \left(\pi \cos ^2 x\right)}{x^2}$.
Using the trigonometric identity $\sin(\pi - \theta) = \sin \theta$,we can rewrite the numerator:
$\sin(\pi \cos^2 x) = \sin(\pi - \pi \cos^2 x) = \sin(\pi(1 - \cos^2 x)) = \sin(\pi \sin^2 x)$.
Now the limit becomes: $\lim _{x \rightarrow 0} \frac{\sin(\pi \sin^2 x)}{x^2}$.
Multiply and divide by $\pi \sin^2 x$:
$= \lim _{x \rightarrow 0} \left( \frac{\sin(\pi \sin^2 x)}{\pi \sin^2 x} \times \frac{\pi \sin^2 x}{x^2} \right)$.
Since $\lim _{\theta \rightarrow 0} \frac{\sin \theta}{\theta} = 1$ and $\lim _{x \rightarrow 0} \frac{\sin x}{x} = 1$,we have:
$= 1 \times \pi \times \lim _{x \rightarrow 0} \left( \frac{\sin x}{x} \right)^2 = 1 \times \pi \times 1^2 = \pi$.
33
MathematicsMediumMCQMHT CET · 2022
$\lim _{x \rightarrow 0} \frac{\sin ^2 x}{\sqrt{2}-\sqrt{1+\cos x}}$ equals
A
$\sqrt{2}$
B
$4 \sqrt{2}$
C
$2 \sqrt{2}$
D
$4$

Solution

(B) We evaluate the limit: $\lim _{x \rightarrow 0} \frac{\sin ^2 x}{\sqrt{2}-\sqrt{1+\cos x}}$
Rationalizing the denominator:
$= \lim _{x \rightarrow 0} \frac{\sin ^2 x (\sqrt{2}+\sqrt{1+\cos x})}{2-(1+\cos x)}$
$= \lim _{x \rightarrow 0} \frac{\sin ^2 x (\sqrt{2}+\sqrt{1+\cos x})}{1-\cos x}$
Using the identity $\sin ^2 x = 1-\cos ^2 x = (1-\cos x)(1+\cos x)$:
$= \lim _{x \rightarrow 0} \frac{(1-\cos x)(1+\cos x)(\sqrt{2}+\sqrt{1+\cos x})}{1-\cos x}$
$= \lim _{x \rightarrow 0} (1+\cos x)(\sqrt{2}+\sqrt{1+\cos x})$
Substituting $x = 0$:
$= (1+\cos 0)(\sqrt{2}+\sqrt{1+\cos 0})$
$= (1+1)(\sqrt{2}+\sqrt{1+1})$
$= 2 \times (\sqrt{2}+\sqrt{2})$
$= 2 \times 2 \sqrt{2} = 4 \sqrt{2}$
34
MathematicsDifficultMCQMHT CET · 2022
$\lim _{x \rightarrow 0} \frac{27^x-9^x-3^x+1}{\sqrt{5}-\sqrt{4+\cos x}}=$
A
$8 \sqrt{5} \log 3$
B
$16 \sqrt{5} \log 3$
C
$8 \sqrt{5}(\log 3)^2$
D
$\sqrt{5}(\log 3)^2$

Solution

(C) Let $L = \lim _{x \rightarrow 0} \frac{27^x-9^x-3^x+1}{\sqrt{5}-\sqrt{4+\cos x}}$.
Factor the numerator: $27^x-9^x-3^x+1 = 9^x(3^x-1) - 1(3^x-1) = (9^x-1)(3^x-1)$.
Rationalize the denominator: $\frac{1}{\sqrt{5}-\sqrt{4+\cos x}} = \frac{\sqrt{5}+\sqrt{4+\cos x}}{5-(4+\cos x)} = \frac{\sqrt{5}+\sqrt{4+\cos x}}{1-\cos x}$.
So,$L = \lim _{x \rightarrow 0} \frac{(9^x-1)(3^x-1)}{1-\cos x} \cdot (\sqrt{5}+\sqrt{4+\cos x})$.
Using $1-\cos x = 2 \sin^2(x/2)$,we have $L = \lim _{x \rightarrow 0} \frac{(9^x-1)(3^x-1)}{2 \sin^2(x/2)} \cdot (\sqrt{5}+\sqrt{4+\cos x})$.
Multiply and divide by $x^2$: $L = \lim _{x}$ ${\rightarrow 0} \frac{(\frac{9^x-1}{x})(\frac{3^x-1}{x})}{2 \cdot (\frac{\sin(x/2)}{x/2})^2 \cdot (1/4)} \cdot (\sqrt{5}+\sqrt{4+\cos x})$.
$L = \frac{\ln 9 \cdot \ln 3}{2 \cdot 1 \cdot (1/4)} \cdot (\sqrt{5}+\sqrt{5}) = \frac{2 \ln 3 \cdot \ln 3}{1/2} \cdot 2 \sqrt{5} = 8 \sqrt{5} (\ln 3)^2$.
35
MathematicsMediumMCQMHT CET · 2022
$\lim _{x \rightarrow 1} \frac{2^{2 x-2}-2^x+1}{\sin ^2(x-1)}=$
A
$\frac{1}{2}(\log 2)^2$
B
$(\log 2)^2$
C
$2 \log 2$
D
$2(\log 2)^2$

Solution

(B) Let $L = \lim _{x \rightarrow 1} \frac{2^{2 x-2}-2^x+1}{\sin ^2(x-1)}$.
Note that $2^{2x-2} - 2^x + 1$ can be written as $(2^{x-1})^2 - 2 \cdot 2^{x-1} + 1$ is incorrect,let's re-evaluate the numerator: $2^{2x-2} - 2^x + 1 = (2^{x-1})^2 - 2 \cdot 2^{x-1} + 1 = (2^{x-1}-1)^2$.
So,$L = \lim _{x \rightarrow 1} \frac{(2^{x-1}-1)^2}{\sin ^2(x-1)}$.
Divide numerator and denominator by $(x-1)^2$:
$L = \lim _{x \rightarrow 1} \frac{\left(\frac{2^{x-1}-1}{x-1}\right)^2}{\left(\frac{\sin(x-1)}{x-1}\right)^2}$.
Using the standard limits $\lim _{h \rightarrow 0} \frac{a^h-1}{h} = \log a$ and $\lim _{h \rightarrow 0} \frac{\sin h}{h} = 1$,where $h = x-1$:
$L = \frac{(\log 2)^2}{1^2} = (\log 2)^2$.
36
MathematicsMediumMCQMHT CET · 2022
$\lim _{x \rightarrow 0}\left(\frac{1+\tan x}{1+\sin x}\right)^{\operatorname{cosec} x}=$
A
$0$
B
$1$
C
$e$
D
$\frac{1}{e}$

Solution

(B) Let $L = \lim _{x \rightarrow 0}\left(\frac{1+\tan x}{1+\sin x}\right)^{\operatorname{cosec} x}$.
Since the form is $1^\infty$,we use the formula $\lim_{x \to a} f(x)^{g(x)} = e^{\lim_{x \to a} (f(x)-1)g(x)}$.
$L = e^{\lim _{x \rightarrow 0}\left(\frac{1+\tan x}{1+\sin x}-1\right) \operatorname{cosec} x}$
$L = e^{\lim _{x \rightarrow 0}\left(\frac{\tan x-\sin x}{1+\sin x}\right) \cdot \frac{1}{\sin x}}$
$L = e^{\lim _{x \rightarrow 0}\left(\frac{\frac{\sin x}{\cos x}-\sin x}{1+\sin x}\right) \cdot \frac{1}{\sin x}}$
$L = e^{\lim _{x \rightarrow 0}\left(\frac{\sin x(1-\cos x)}{\cos x(1+\sin x)}\right) \cdot \frac{1}{\sin x}}$
$L = e^{\lim _{x \rightarrow 0}\frac{1-\cos x}{\cos x(1+\sin x)}}$
As $x \to 0$,$\cos x \to 1$ and $1-\cos x \to 0$.
$L = e^{\frac{0}{1(1+0)}} = e^0 = 1$.
37
MathematicsEasyMCQMHT CET · 2022
$\lim _{x \rightarrow 2}\left(\frac{5 x-8}{8-3 x}\right)^{\frac{3}{2 x-4}} = $
A
$e^{5/2}$
B
$e^{3/2}$
C
$e^2$
D
$e^6$

Solution

(D) The limit is of the form $1^\infty$. We use the formula $\lim_{x \to a} f(x)^{g(x)} = e^{\lim_{x \to a} (f(x)-1)g(x)}$.
$\lim _{x \rightarrow 2}\left(\frac{5 x-8}{8-3 x}\right)^{\frac{3}{2 x-4}} = e^{\lim _{x \rightarrow 2}\left(\frac{5 x-8}{8-3 x}-1\right) \times \frac{3}{2 x-4}}$
$= e^{\lim _{x \rightarrow 2}\left(\frac{5 x-8 - (8-3 x)}{8-3 x}\right) \times \frac{3}{2(x-2)}}$
$= e^{\lim _{x \rightarrow 2}\left(\frac{8x-16}{8-3 x}\right) \times \frac{3}{2(x-2)}}$
$= e^{\lim _{x \rightarrow 2}\left(\frac{8(x-2)}{8-3 x}\right) \times \frac{3}{2(x-2)}}$
$= e^{\lim _{x \rightarrow 2} \frac{24}{2(8-3 x)}}$
$= e^{\frac{12}{8-3(2)}} = e^{\frac{12}{2}} = e^6$
38
MathematicsEasyMCQMHT CET · 2022
The feasible region represented by the inequations $2x + 3y \leq 18$,$x + y \geq 10$,$x \geq 0$,$y \geq 0$ is
A
a finite set.
B
unbounded.
C
bounded.
D
an empty set.

Solution

(D) Given the system of linear inequations:
$1) 2x + 3y \leq 18$
$2) x + y \geq 10$
$3) x \geq 0, y \geq 0$
For the first inequation $2x + 3y \leq 18$,the boundary line is $2x + 3y = 18$. The intercepts are $(9, 0)$ and $(0, 6)$. Since the origin $(0, 0)$ satisfies $2(0) + 3(0) \leq 18$,the feasible region lies towards the origin.
For the second inequation $x + y \geq 10$,the boundary line is $x + y = 10$. The intercepts are $(10, 0)$ and $(0, 10)$. Since the origin $(0, 0)$ does not satisfy $0 + 0 \geq 10$,the feasible region lies away from the origin.
Comparing the two regions: the first region is below the line passing through $(9, 0)$ and $(0, 6)$,while the second region is above the line passing through $(10, 0)$ and $(0, 10)$. These two regions do not intersect in the first quadrant $(x \geq 0, y \geq 0)$.
Therefore,there is no common region that satisfies all the given inequations. Thus,the feasible region is an empty set.
Solution diagram
39
MathematicsMediumMCQMHT CET · 2022
The statement $(p$ $\rightarrow q)$ $\rightarrow ((\sim p$ $\rightarrow q)$ $\rightarrow q)$ is
A
a fallacy.
B
equivalent to $(\sim p) \rightarrow q$.
C
equivalent to $p \rightarrow (\sim q)$.
D
a tautology.

Solution

(D) We evaluate the logical expression using the laws of logic:
$(p$ $\rightarrow q)$ $\rightarrow ((\sim p$ $\rightarrow q)$ $\rightarrow q)$
$\equiv (p$ $\rightarrow q)$ $\rightarrow ((p \vee q)$ $\rightarrow q)$
$\equiv (p$ $\rightarrow q)$ $\rightarrow (\sim(p \vee q) \vee q)$
$\equiv (p$ $\rightarrow q)$ $\rightarrow ((\sim p \wedge \sim q) \vee q)$
$\equiv (p$ $\rightarrow q)$ $\rightarrow ((\sim p \vee q) \wedge (\sim q \vee q))$
$\equiv (p$ $\rightarrow q)$ $\rightarrow ((\sim p \vee q) \wedge T)$
$\equiv (p$ $\rightarrow q)$ $\rightarrow (\sim p \vee q)$
$\equiv (p$ $\rightarrow q)$ $\rightarrow (p$ $\rightarrow q)$
$\equiv T$
Since the result is always true,the statement is a tautology.
40
MathematicsEasyMCQMHT CET · 2022
Consider the statement $P(n): n^2 - n + 37$ is prime. Which one of the following is true?
A
$P(3)$ is false,but $P(5)$ is true.
B
$P(5)$ is false,but $P(3)$ is true.
C
Both $P(3)$ and $P(5)$ are true.
D
Both $P(3)$ and $P(5)$ are false.

Solution

(B) Given the statement $P(n): n^2 - n + 37$ is prime.
For $n = 3$,$P(3) = 3^2 - 3 + 37 = 9 - 3 + 37 = 43$. Since $43$ is a prime number,$P(3)$ is true.
For $n = 5$,$P(5) = 5^2 - 5 + 37 = 25 - 5 + 37 = 57$. Since $57 = 3 \times 19$,it is not a prime number,so $P(5)$ is false.
Therefore,$P(3)$ is true but $P(5)$ is false.
41
MathematicsEasyMCQMHT CET · 2022
The logical statement $(p \wedge \sim q) \vee q \vee (\sim p \wedge q)$ is equivalent to
A
$p \vee \sim q$
B
$\sim p \wedge q$
C
$p \wedge q$
D
$p \vee q$

Solution

(D) Let the given statement be $S = (p \wedge \sim q) \vee q \vee (\sim p \wedge q)$.
Using the associative and commutative laws,we can rearrange the terms:
$S = \{(p \wedge \sim q) \vee (\sim p \wedge q)\} \vee q$
We know that $(p \wedge \sim q) \vee (\sim p \wedge q)$ is the logical expression for the exclusive $OR$,denoted as $p \oplus q$ or $\sim(p \Leftrightarrow q)$.
So,$S = (p \oplus q) \vee q$.
Using the distributive law: $(p \oplus q) \vee q \equiv (p \vee q) \wedge (\sim q \vee q) \equiv (p \vee q) \wedge T \equiv p \vee q$.
Alternatively,using a truth table:
| $p$ | $q$ | $p \wedge \sim q$ | $\sim p \wedge q$ | $(p \wedge \sim q) \vee (\sim p \wedge q)$ | $S = \{(p \wedge \sim q) \vee (\sim p \wedge q)\} \vee q$ | $p \vee q$ |
|---|---|---|---|---|---|---|
| $T$ | $T$ | $F$ | $F$ | $F$ | $T$ | $T$ |
| $T$ | $F$ | $T$ | $F$ | $T$ | $T$ | $T$ |
| $F$ | $T$ | $F$ | $T$ | $T$ | $T$ | $T$ |
| $F$ | $F$ | $F$ | $F$ | $F$ | $F$ | $F$ |
Since the columns for $S$ and $p \vee q$ are identical,the statement is equivalent to $p \vee q$.
42
MathematicsEasyMCQMHT CET · 2022
The logical statement $\sim(p \vee q) \vee(\sim p \wedge q)$ is equivalent to
A
$q$
B
$\sim q$
C
$\sim p$
D
$p$

Solution

(C) Using De Morgan's law,$\sim(p \vee q) \equiv (\sim p \wedge \sim q)$.
So,the expression becomes $(\sim p \wedge \sim q) \vee (\sim p \wedge q)$.
Applying the distributive law,we factor out $\sim p$:
$\sim p \wedge (\sim q \vee q)$.
Since $(\sim q \vee q) \equiv t$ (a tautology),
the expression simplifies to $\sim p \wedge t \equiv \sim p$.
43
MathematicsEasyMCQMHT CET · 2022
The negation of the statement 'If $\forall x, x$ is a complex number then $x^2 < 0$' is
A
$\exists x, x$ is a complex number and $x^2 \geq 0$
B
$\exists x, x$ is not a complex number and $x^2 < 0$
C
$\forall x, x$ is not a complex number and $x^2 \geq 0$
D
$\forall x, x$ is not a complex number and $x^2 < 0$

Solution

(A) The given statement is of the form 'If $p$,then $q$',where $p$ is '$\forall x, x$ is a complex number' and $q$ is '$x^2 < 0$'.
The negation of 'If $p$,then $q$' is '$p$ and (not $q$)' where the negation of '$\forall x, P(x)$' is '$\exists x, \neg P(x)$'.
However,for the conditional statement $p \implies q$,the negation is $p \land \neg q$.
Here,$p$ is '$\forall x, x$ is a complex number' and $\neg q$ is '$x^2 \geq 0$'.
Thus,the negation is '$\forall x, x$ is a complex number and $x^2 \geq 0$'.
44
MathematicsEasyMCQMHT CET · 2022
The contrapositive of $(\sim p \wedge q) \rightarrow (q \wedge \sim r)$ is
A
$(p \vee \sim q) \rightarrow (\sim q \vee r)$
B
$(\sim q \vee r) \rightarrow (\sim p \vee q)$
C
$(\sim q \wedge r) \rightarrow (\sim q \wedge p)$
D
$(\sim q \vee r) \rightarrow (p \vee \sim q)$

Solution

(D) The contrapositive of a conditional statement $p \rightarrow q$ is defined as $\sim q \rightarrow \sim p$.
Given the statement $(\sim p \wedge q) \rightarrow (q \wedge \sim r)$,we identify $p$ as $(\sim p \wedge q)$ and $q$ as $(q \wedge \sim r)$.
The contrapositive is $\sim (q \wedge \sim r) \rightarrow \sim (\sim p \wedge q)$.
Applying De Morgan's Laws:
$\sim (q \wedge \sim r) \equiv \sim q \vee \sim (\sim r) \equiv \sim q \vee r$.
$\sim (\sim p \wedge q) \equiv \sim (\sim p) \vee \sim q \equiv p \vee \sim q$.
Thus,the contrapositive is $(\sim q \vee r) \rightarrow (p \vee \sim q)$.
45
MathematicsEasyMCQMHT CET · 2022
The statement pattern $p$ $\rightarrow (q$ $\rightarrow p)$ is equivalent to
A
$p$ $\rightarrow (p$ $\rightarrow q)$
B
$p \rightarrow (p \vee q)$
C
$p \rightarrow (p \wedge q)$
D
$p \rightarrow (p \leftrightarrow q)$

Solution

(B) To determine the equivalent statement,we evaluate the truth table for the given pattern $p$ $\rightarrow (q$ $\rightarrow p)$ and compare it with the options.
| $p$ | $q$ | $q \rightarrow p$ | $p$ $\rightarrow (q$ $\rightarrow p)$ |
|---|---|---|---|
| $T$ | $T$ | $T$ | $T$ |
| $T$ | $F$ | $T$ | $T$ |
| $F$ | $T$ | $F$ | $T$ |
| $F$ | $F$ | $T$ | $T$ |
The statement $p$ $\rightarrow (q$ $\rightarrow p)$ is a tautology (always true).
Now,check option $B$: $p \rightarrow (p \vee q)$.
| $p$ | $q$ | $p \vee q$ | $p \rightarrow (p \vee q)$ |
|---|---|---|---|
| $T$ | $T$ | $T$ | $T$ |
| $T$ | $F$ | $T$ | $T$ |
| $F$ | $T$ | $T$ | $T$ |
| $F$ | $F$ | $F$ | $T$ |
Since both $p$ $\rightarrow (q$ $\rightarrow p)$ and $p \rightarrow (p \vee q)$ result in a tautology,they are logically equivalent.
Thus,the correct option is $B$.
46
MathematicsEasyMCQMHT CET · 2022
The negation of the statement pattern $p \vee (q \rightarrow \sim r)$ is
A
$\sim p \wedge (\sim q \wedge r)$
B
$\sim p \wedge (\sim q \wedge \sim r)$
C
$\sim p \wedge (q \wedge \sim r)$
D
$\sim p \wedge (q \wedge r)$

Solution

(D) To find the negation of the statement $p \vee (q \rightarrow \sim r)$,we apply De Morgan's Law: $\sim(p \vee (q$ $\rightarrow \sim r)) \equiv \sim p \wedge \sim(q$ $\rightarrow \sim r)$.
Using the logical equivalence $\sim(A \rightarrow B) \equiv A \wedge \sim B$,we get $\sim(q \rightarrow \sim r) \equiv q \wedge \sim(\sim r)$.
Since $\sim(\sim r) \equiv r$,the expression simplifies to $q \wedge r$.
Therefore,the final negation is $\sim p \wedge (q \wedge r)$.
47
MathematicsEasyMCQMHT CET · 2022
If $p: \forall n \in N, n^2+n$ is an even number and $q: \forall n \in N, n^2-n$ is an odd number,then the truth values of $p \wedge q, p \vee q$ and $p \rightarrow q$ are respectively:
A
$F, T, T$
B
$F, F, T$
C
$F, T, F$
D
$T, T, F$

Solution

(C) The expression $n^2+n = n(n+1)$ is the product of two consecutive natural numbers,which is always even. Thus,$p$ is true.
The expression $n^2-n = n(n-1)$ is also the product of two consecutive natural numbers,which is always even. Thus,$q$ is false.
Now,evaluating the truth values:
$p \wedge q = T \wedge F = F$
$p \vee q = T \vee F = T$
$p$ $\rightarrow q = T$ $\rightarrow F = F$
Therefore,the truth values are $F, T, F$.
48
MathematicsEasyMCQMHT CET · 2022
The negation of the statement "The payment will be made if and only if the work is finished in time" is
A
The work is finished in time and the payment is not made
B
Either the work finished in time and the payment is not made or the payment is made and the work is not finished in time
C
The payment is made and the work is not finished in time
D
The work is finished in time and the payment is not made or the payment is made and the work is finished in time

Solution

(B) Let $p$ be the statement "The payment is made" and $q$ be the statement "The work is finished in time".
The given statement is $p \leftrightarrow q$.
We know that the negation of a biconditional statement is $\sim(p \leftrightarrow q) \equiv (p \wedge \sim q) \vee (\sim p \wedge q)$.
This translates to: "The payment is made and the work is not finished in time,$OR$ the payment is not made and the work is finished in time".
Comparing this with the given options,option $B$ is correct.
49
MathematicsEasyMCQMHT CET · 2022
Which of the following statement patterns is a contradiction?
A
$S_3 \equiv (\sim p \wedge q) \wedge (\sim q)$
B
$S_2 \equiv (p \rightarrow q) \vee (p \wedge \sim q)$
C
$S_1 \equiv (\sim p \vee \sim q) \vee (p \vee \sim q)$
D
$S_4 \equiv (\sim p \wedge q) \vee (\sim q)$

Solution

(A) statement pattern is a contradiction if its truth value is always false $(c)$ for all possible truth values of its components.
For $S_3 \equiv (\sim p \wedge q) \wedge (\sim q)$:
$S_3 \equiv \sim p \wedge (q \wedge \sim q)$ [Associative law]
$S_3 \equiv \sim p \wedge c$ [Since $q \wedge \sim q \equiv c$]
$S_3 \equiv c$ [Since any statement $\wedge c \equiv c$]
Since $S_3$ results in a contradiction,option $A$ is correct.
50
MathematicsEasyMCQMHT CET · 2022
For the simple statements $p, q$,and $r$,$p \rightarrow (q \vee r)$ is logically equivalent to
A
$(p \vee q) \rightarrow r$
B
$(p$ $\rightarrow q) \vee (p$ $\rightarrow r)$
C
$(p$ $\rightarrow \sim q) \wedge (p$ $\rightarrow r)$
D
$(p$ $\rightarrow q) \wedge (p$ $\rightarrow \sim r)$

Solution

(B) Given the expression $p \rightarrow (q \vee r)$.
Using the logical equivalence $p \rightarrow q \equiv \sim p \vee q$,we get:
$p \rightarrow (q \vee r) \equiv \sim p \vee (q \vee r)$
By the associative law of disjunction:
$\equiv (\sim p \vee q) \vee (\sim p \vee r)$
Applying the definition of implication $p \rightarrow q \equiv \sim p \vee q$ again to both parts:
$\equiv (p$ $\rightarrow q) \vee (p$ $\rightarrow r)$
51
MathematicsMediumMCQMHT CET · 2022
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$.
52
MathematicsMediumMCQMHT CET · 2022
The sum of the distinct real values of $\mu$,for which the vectors $\mu \hat{i} + \hat{j} + \hat{k}$,$\hat{i} + \mu \hat{j} + \hat{k}$,and $\hat{i} + \hat{j} + \mu \hat{k}$ are coplanar,is
A
$-1$
B
$0$
C
$1$
D
$2$

Solution

(A) Three vectors are coplanar if their scalar triple product is zero. The scalar triple product is given by the determinant of the matrix formed by the components of the vectors:
$D = \begin{vmatrix} \mu & 1 & 1 \\ 1 & \mu & 1 \\ 1 & 1 & \mu \end{vmatrix} = 0$
Expanding the determinant:
$D = \mu(\mu^2 - 1) - 1(\mu - 1) + 1(1 - \mu) = 0$
$D = \mu(\mu - 1)(\mu + 1) - 1(\mu - 1) - 1(\mu - 1) = 0$
$D = (\mu - 1) [\mu(\mu + 1) - 1 - 1] = 0$
$D = (\mu - 1)(\mu^2 + \mu - 2) = 0$
$D = (\mu - 1)(\mu + 2)(\mu - 1) = 0$
$D = (\mu - 1)^2(\mu + 2) = 0$
The distinct real values of $\mu$ are $1$ and $-2$.
The sum of these distinct real values is $1 + (-2) = -1$.
53
MathematicsMediumMCQMHT CET · 2022
The equation of a plane containing the line of intersection of the planes $2x - y - 4 = 0$ and $y + 2z - 4 = 0$ and passing through the point $(1, 1, 0)$ is
A
$x + 3y + z = 4$
B
$2x - z = 2$
C
$x - 3y - 2z = -2$
D
$x - y - z = 0$

Solution

(D) The equation of a family of planes passing through the line of intersection of the planes $P_1: 2x - y - 4 = 0$ and $P_2: y + 2z - 4 = 0$ is given by $P_1 + \lambda P_2 = 0$.
$(2x - y - 4) + \lambda(y + 2z - 4) = 0$
Since the plane passes through the point $(1, 1, 0)$,we substitute $x = 1, y = 1, z = 0$ into the equation:
$(2(1) - 1 - 4) + \lambda(1 + 2(0) - 4) = 0$
$(2 - 1 - 4) + \lambda(1 - 4) = 0$
$-3 - 3\lambda = 0$
$-3\lambda = 3 \Rightarrow \lambda = -1$
Substituting $\lambda = -1$ back into the family equation:
$(2x - y - 4) - 1(y + 2z - 4) = 0$
$2x - y - 4 - y - 2z + 4 = 0$
$2x - 2y - 2z = 0$
Dividing by $2$,we get $x - y - z = 0$.
54
MathematicsDifficultMCQMHT CET · 2022
Let $\vec{a} = 3\hat{i} + 2\hat{j} + x\hat{k}$ and $\vec{b} = \hat{i} - \hat{j} + \hat{k}$,for some real $x$. Then $|\vec{a} \times \vec{b}| = r$ is possible if
A
$r \geq 5\sqrt{\frac{3}{2}}$
B
$3\sqrt{\frac{3}{2}} < r < 5\sqrt{\frac{3}{2}}$
C
$\sqrt{\frac{3}{2}} < r \leq 3\sqrt{\frac{3}{2}}$
D
$0 < r \leq \sqrt{\frac{3}{2}}$

Solution

(A) First,calculate the cross product $\vec{a} \times \vec{b}$:
$\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 3 & 2 & x \\ 1 & -1 & 1 \end{vmatrix} = \hat{i}(2 + x) - \hat{j}(3 - x) + \hat{k}(-3 - 2) = (x + 2)\hat{i} + (x - 3)\hat{j} - 5\hat{k}$.
Next,find the magnitude $r = |\vec{a} \times \vec{b}|$:
$r^2 = (x + 2)^2 + (x - 3)^2 + (-5)^2$
$r^2 = (x^2 + 4x + 4) + (x^2 - 6x + 9) + 25$
$r^2 = 2x^2 - 2x + 38 = 2(x^2 - x + 19)$.
Complete the square for the expression inside the parenthesis:
$r^2 = 2\left((x - \frac{1}{2})^2 + 19 - \frac{1}{4}\right) = 2\left((x - \frac{1}{2})^2 + \frac{75}{4}\right) = 2(x - \frac{1}{2})^2 + \frac{75}{2}$.
Since $(x - \frac{1}{2})^2 \geq 0$,the minimum value of $r^2$ is $\frac{75}{2}$.
Therefore,$r^2 \geq \frac{75}{2} \implies r \geq \sqrt{\frac{75}{2}} = \sqrt{\frac{25 \times 3}{2}} = 5\sqrt{\frac{3}{2}}$.
Thus,the condition is $r \geq 5\sqrt{\frac{3}{2}}$.
55
MathematicsDifficultMCQMHT CET · 2022
Let $f(x) = 15 - |x - 10|; x \in R$. Then the set of all values of $x$,at which the function $g(x) = f(f(x))$ is not differentiable,is
A
$\{5, 10, 15\}$
B
$\{10\}$
C
$\{5, 10, 15, 20\}$
D
$\{10, 15\}$

Solution

(A) Given $f(x) = 15 - |x - 10|$.
We need to find the points where $g(x) = f(f(x))$ is not differentiable.
$g(x) = f(f(x)) = 15 - |f(x) - 10| = 15 - |(15 - |x - 10|) - 10| = 15 - |5 - |x - 10||$.
The function $f(x)$ is not differentiable at $x = 10$ (the vertex of the absolute value function).
The composite function $g(x) = f(f(x))$ is not differentiable at points where $f(x)$ is not differentiable,or where the inner function $f(x)$ takes the value $10$ (the point where the outer $f$ is not differentiable).
$1$. $f(x)$ is not differentiable at $x = 10$.
$2$. $f(x) = 10 \implies 15 - |x - 10| = 10 \implies |x - 10| = 5 \implies x - 10 = 5$ or $x - 10 = -5 \implies x = 15$ or $x = 5$.
Thus,the set of points where $g(x)$ is not differentiable is $\{5, 10, 15\}$.
Solution diagram
56
MathematicsEasyMCQMHT CET · 2022
If the tangent to the curve $y = \frac{x}{x^2-3}$,$x \in R, (x \neq \pm \sqrt{3})$ at a point $(\alpha, \beta) \neq (0,0)$ on it,is parallel to the line $2x + 6y - 11 = 0$,then
A
$|2\alpha + 6\beta| = 11$
B
$|6\alpha + 2\beta| = 9$
C
$|6\alpha + 2\beta| = 19$
D
$|2\alpha + 6\beta| = 19$

Solution

(C) Given the curve $y = \frac{x}{x^2-3}$.
Finding the derivative: $\frac{dy}{dx} = \frac{(x^2-3)(1) - x(2x)}{(x^2-3)^2} = \frac{x^2-3-2x^2}{(x^2-3)^2} = \frac{-(x^2+3)}{(x^2-3)^2}$.
The slope of the line $2x + 6y - 11 = 0$ is $m = -\frac{2}{6} = -\frac{1}{3}$.
Since the tangent is parallel to the line,the slope of the tangent at $(\alpha, \beta)$ is $-\frac{1}{3}$.
So,$\frac{-(\alpha^2+3)}{(\alpha^2-3)^2} = -\frac{1}{3} \Rightarrow 3(\alpha^2+3) = (\alpha^2-3)^2$.
Let $t = \alpha^2$. Then $3t + 9 = t^2 - 6t + 9 \Rightarrow t^2 - 9t = 0$.
Since $(\alpha, \beta) \neq (0,0)$,$\alpha^2 \neq 0$,so $\alpha^2 = 9$,which means $\alpha = \pm 3$.
If $\alpha = 3$,$\beta = \frac{3}{3^2-3} = \frac{3}{6} = \frac{1}{2}$.
If $\alpha = -3$,$\beta = \frac{-3}{(-3)^2-3} = \frac{-3}{6} = -\frac{1}{2}$.
Now,calculate $|6\alpha + 2\beta|$:
For $(\alpha, \beta) = (3, 1/2)$,$|6(3) + 2(1/2)| = |18 + 1| = 19$.
For $(\alpha, \beta) = (-3, -1/2)$,$|6(-3) + 2(-1/2)| = |-18 - 1| = |-19| = 19$.
Thus,$|6\alpha + 2\beta| = 19$.
57
MathematicsMediumMCQMHT CET · 2022
If the normal to the curve $y=f(x)$ at the point $(3,4)$ makes an angle $\left(\frac{3 \pi}{4}\right)^{C}$ with the positive $X$-axis,then $f^{\prime}(3)$ is equal to
A
$-1$
B
$1$
C
$\frac{4}{3}$
D
$-\frac{3}{4}$

Solution

(B) The slope of the normal to the curve $y=f(x)$ at a point is given by $m_n = \tan(\theta)$,where $\theta$ is the angle made with the positive $X$-axis.
Given $\theta = \frac{3 \pi}{4}$,the slope of the normal is $m_n = \tan\left(\frac{3 \pi}{4}\right) = -1$.
We know that the slope of the normal is also related to the derivative of the function by the formula $m_n = -\frac{1}{f^{\prime}(x)}$.
At the point $(3,4)$,we have $m_n = -\frac{1}{f^{\prime}(3)}$.
Equating the two expressions for the slope of the normal:
$-1 = -\frac{1}{f^{\prime}(3)}$
$f^{\prime}(3) = 1$.
58
MathematicsEasyMCQMHT CET · 2022
If $y=4x-5$ is tangent to the curve $y^2=px^3+q$ at $(2,3)$,then
A
$p=2, q=-7$
B
$p=2, q=7$
C
$p=-2, q=7$
D
$p=-2, q=-7$

Solution

(A) Since the point $(2,3)$ lies on the curve $y^2=px^3+q$,we have:
$3^2 = p(2)^3 + q$
$9 = 8p + q$ ...$(i)$
Now,differentiate the curve equation $y^2=px^3+q$ with respect to $x$:
$2y \frac{dy}{dx} = 3px^2$
$\frac{dy}{dx} = \frac{3px^2}{2y}$
The slope of the tangent $y=4x-5$ is $4$. Therefore,the derivative at $(2,3)$ must be equal to $4$:
$\left. \frac{dy}{dx} \right|_{(2,3)} = \frac{3p(2)^2}{2(3)} = 4$
$\frac{12p}{6} = 4$
$2p = 4 \Rightarrow p = 2$ ...$(ii)$
Substitute $p=2$ into equation $(i)$:
$8(2) + q = 9$
$16 + q = 9$
$q = 9 - 16 = -7$
Thus,$p=2$ and $q=-7$.
59
MathematicsEasyMCQMHT CET · 2022
If $x=t^2$ and $y=2t$ are parametric equations of a curve,then the equation of the normal to the curve at $t=2$ is
A
$2x+y-12=0$
B
$x+y-8=0$
C
$x+2y-12=0$
D
$2x+3y-20=0$

Solution

(A) Given parametric equations are $x=t^2$ and $y=2t$.
First,find the derivatives: $\frac{dx}{dt} = 2t$ and $\frac{dy}{dt} = 2$.
The slope of the tangent is $\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{2}{2t} = \frac{1}{t}$.
At $t=2$,the slope of the tangent is $m_T = \frac{1}{2}$.
The slope of the normal is $m_N = -\frac{1}{m_T} = -2$.
At $t=2$,the coordinates of the point are $x = (2)^2 = 4$ and $y = 2(2) = 4$.
The equation of the normal at $(4, 4)$ with slope $m_N = -2$ is given by $(y - y_1) = m_N(x - x_1)$.
Substituting the values: $(y - 4) = -2(x - 4)$.
$y - 4 = -2x + 8$.
$2x + y - 12 = 0$.
60
MathematicsMediumMCQMHT CET · 2022
The tangent to the curve $y=x^3+ax-b$ at the point $(1,-5)$ is perpendicular to the line $y-x+4=0$. Which one of the following points lies on the curve?
A
$(2,-2)$
B
$(-2,2)$
C
$(-2,1)$
D
$(2,-1)$

Solution

(A) Given the curve $y=x^3+ax-b$.
The slope of the tangent is $\frac{dy}{dx} = 3x^2+a$.
The slope of the line $y-x+4=0$ is $m_1 = 1$.
Since the tangent is perpendicular to the line,the slope of the tangent $m_2$ must satisfy $m_1 \times m_2 = -1$,so $m_2 = -1$.
At the point $(1,-5)$,$\frac{dy}{dx} = 3(1)^2+a = 3+a$.
Setting $3+a = -1$,we get $a = -4$.
Since the point $(1,-5)$ lies on the curve,we substitute $x=1, y=-5, a=-4$ into the equation:
$-5 = (1)^3 + (-4)(1) - b
-5 = 1 - 4 - b
-5 = -3 - b
b = 2$.
The equation of the curve is $y = x^3 - 4x - 2$.
Checking the options:
For $(2,-2)$: $y = (2)^3 - 4(2) - 2 = 8 - 8 - 2 = -2$.
Since the point $(2,-2)$ satisfies the equation,it lies on the curve.
61
MathematicsDifficultMCQMHT CET · 2022
The curve $\left(\frac{x}{a}\right)^n+\left(\frac{y}{b}\right)^n=2$,where $n \in N$,touches the line at the point $(a, b)$. Find the equation of the line.
A
$\frac{x}{a}-\frac{y}{b}=2$
B
$\frac{x}{a}+\frac{y}{2b}=1$
C
$\frac{x}{a}+\frac{y}{b}=1$
D
$\frac{x}{a}+\frac{y}{b}=2$

Solution

(D) Given the curve $\left(\frac{x}{a}\right)^n+\left(\frac{y}{b}\right)^n=2$.
To find the slope of the tangent at $(a, b)$,we differentiate with respect to $x$:
$n\left(\frac{x}{a}\right)^{n-1} \cdot \frac{1}{a} + n\left(\frac{y}{b}\right)^{n-1} \cdot \frac{1}{b} \cdot \frac{dy}{dx} = 0$.
At the point $(a, b)$,we have:
$n(1)^{n-1} \cdot \frac{1}{a} + n(1)^{n-1} \cdot \frac{1}{b} \cdot \frac{dy}{dx} = 0$.
$\frac{n}{a} + \frac{n}{b} \cdot \frac{dy}{dx} = 0$.
$\frac{dy}{dx} = -\frac{b}{a}$.
The equation of the line passing through $(a, b)$ with slope $m = -\frac{b}{a}$ is:
$y - b = -\frac{b}{a}(x - a)$.
$ay - ab = -bx + ab$.
$bx + ay = 2ab$.
Dividing by $ab$,we get:
$\frac{x}{a} + \frac{y}{b} = 2$.
62
MathematicsEasyMCQMHT CET · 2022
$A$ stone is dropped in a quiet lake and it is observed that waves move in circles. If the radius of a circular wave increases at the rate of $2 \text{ cm/sec}$, then the rate of increase in its area at the instant when its radius is $10 \text{ cm}$, is in $\text{cm}^2\text{/sec}$: (in $\pi$)
A
$40$
B
$80$
C
$10$
D
$20$

Solution

(A) Given that the rate of change of the radius is $\frac{dr}{dt} = 2 \text{ cm/sec}$.
At the instant when the radius $r = 10 \text{ cm}$.
The area of a circle is given by $A = \pi r^2$.
Differentiating both sides with respect to time $t$, we get:
$\frac{dA}{dt} = 2 \pi r \frac{dr}{dt}$.
Substituting the given values $r = 10 \text{ cm}$ and $\frac{dr}{dt} = 2 \text{ cm/sec}$:
$\frac{dA}{dt} = 2 \pi \times 10 \times 2 = 40 \pi \text{ cm}^2\text{/sec}$.
Thus, the rate of increase in the area is $40 \pi \text{ cm}^2\text{/sec}$.
63
MathematicsDifficultMCQMHT CET · 2022
The rate at which the population of a city increases varies as the population present. Within the period of $30$ years,the population grew from $20$ lakhs to $40$ lakhs. Then,the population after a further period of $15$ years will be (Take $\sqrt{2} = 1.41$) (in $lakhs$)
A
$56$
B
$60$
C
$57.4$
D
$56.4$

Solution

(D) Let $P$ be the population at time $t$. Given $\frac{dP}{dt} \propto P$,so $\frac{dP}{dt} = kP$.
Integrating,we get $\ln P = kt + C$.
At $t = 0$,$P = 20$,so $C = \ln 20$.
Thus,$\ln P = kt + \ln 20$.
At $t = 30$,$P = 40$,so $\ln 40 = 30k + \ln 20$,which gives $30k = \ln 2$,or $k = \frac{\ln 2}{30}$.
We need to find $P$ at $t = 30 + 15 = 45$ years.
$\ln P = \left(\frac{\ln 2}{30}\right) \times 45 + \ln 20 = 1.5 \ln 2 + \ln 20 = \ln(2^{1.5} \times 20)$.
$P = 20 \times 2^{1.5} = 20 \times 2 \times \sqrt{2} = 40 \times 1.41 = 56.4$ lakhs.
64
MathematicsEasyMCQMHT CET · 2022
$A$ circular sector of perimeter $60 \ m$ with maximum area is to be constructed. The radius of the circular arc in meters must be: (in $m$)
A
$5$
B
$15$
C
$10$
D
$20$

Solution

(B) Let $r$ be the radius and $\theta$ be the central angle in radians of the circular sector.
The perimeter $P$ of the sector is given by $P = 2r + r\theta = 60$.
From this,we get $\theta = \frac{60 - 2r}{r}$.
The area $A$ of the sector is given by $A = \frac{1}{2} r^2 \theta$.
Substituting $\theta$,we get $A(r) = \frac{1}{2} r^2 \left( \frac{60 - 2r}{r} \right) = \frac{1}{2} r(60 - 2r) = 30r - r^2$.
To find the maximum area,we differentiate $A(r)$ with respect to $r$ and set it to zero:
$A'(r) = 30 - 2r = 0$.
Solving for $r$,we get $r = 15 \ m$.
Since $A''(r) = -2 < 0$,the area is maximum at $r = 15 \ m$.
65
MathematicsEasyMCQMHT CET · 2022
The side of a square sheet of metal is increasing at the rate of $3 \text{ cm/min}$. At what rate is the area increasing when the length of the side is $6 \text{ cm}$?
A
$36 \text{ cm}^2/\text{min}$
B
$12 \text{ cm}^2/\text{min}$
C
$18 \text{ cm}^2/\text{min}$
D
$9 \text{ cm}^2/\text{min}$

Solution

(A) Let $a$ be the side length of the square and $A$ be its area.
Given that the rate of change of the side length is $\frac{da}{dt} = 3 \text{ cm/min}$.
The area of a square is given by $A = a^2$.
Differentiating both sides with respect to time $t$,we get $\frac{dA}{dt} = 2a \frac{da}{dt}$.
Substituting the given values $a = 6 \text{ cm}$ and $\frac{da}{dt} = 3 \text{ cm/min}$:
$\frac{dA}{dt} = 2 \times 6 \times 3 = 36 \text{ cm}^2/\text{min}$.
Thus,the area is increasing at the rate of $36 \text{ cm}^2/\text{min}$.
66
MathematicsEasyMCQMHT CET · 2022
$A$ spherical iron ball of $10 \text{ cm}$ radius is coated with a layer of ice of uniform thickness that melts at the rate of $50 \text{ cm}^3/\text{min}$. If the thickness of the ice is $5 \text{ cm}$,then the rate at which the thickness of the ice decreases is:
A
$\frac{1}{18 \pi} \text{ cm/min}$
B
$\frac{2}{9 \pi} \text{ cm/min}$
C
$\frac{-1}{18 \pi} \text{ cm/min}$
D
$\frac{1}{3 \pi} \text{ cm/min}$

Solution

(A) Let $r$ be the radius of the sphere including the ice layer.
Given that the radius of the iron ball is $10 \text{ cm}$ and the thickness of the ice is $x = 5 \text{ cm}$,the total radius is $r = 10 + x = 15 \text{ cm}$.
The volume of the sphere is $V = \frac{4}{3} \pi r^3$.
Differentiating with respect to time $t$,we get $\frac{dV}{dt} = 4 \pi r^2 \frac{dr}{dt}$.
Since the ice melts at a rate of $50 \text{ cm}^3/\text{min}$,the rate of change of volume is $\frac{dV}{dt} = -50 \text{ cm}^3/\text{min}$.
Substituting the values: $-50 = 4 \pi (15)^2 \frac{dr}{dt}$.
$\frac{dr}{dt} = \frac{-50}{4 \pi \times 225} = \frac{-50}{900 \pi} = \frac{-1}{18 \pi} \text{ cm/min}$.
Since $\frac{dr}{dt} = \frac{dx}{dt}$,the rate at which the thickness decreases is $\frac{1}{18 \pi} \text{ cm/min}$.
67
MathematicsEasyMCQMHT CET · 2022
$A$ firm is manufacturing $2000$ items. It is estimated that the rate of change of production $P$ with respect to the additional number of workers $x$ is given by $\frac{dP}{dx} = 100 - 12\sqrt{x}$. If the firm employs $25$ more workers,then the new level of production of items is:
A
$2500$
B
$3000$
C
$3500$
D
$4500$

Solution

(C) Given the rate of change of production: $\frac{dP}{dx} = 100 - 12\sqrt{x}$.
Integrating both sides with respect to $x$: $\int dP = \int (100 - 12x^{1/2}) dx$.
$P = 100x - 12 \times \frac{x^{3/2}}{3/2} + C = 100x - 8x^{3/2} + C$.
Initially,when $x = 0$,the production $P = 2000$. Substituting these values: $2000 = 100(0) - 8(0)^{3/2} + C$,which gives $C = 2000$.
So,the production function is $P(x) = 100x - 8x^{3/2} + 2000$.
For $x = 25$ additional workers,the new production level is: $P(25) = 100(25) - 8(25)^{3/2} + 2000$.
$P(25) = 2500 - 8(125) + 2000$.
$P(25) = 2500 - 1000 + 2000 = 3500$.
68
MathematicsDifficultMCQMHT CET · 2022
If surrounding air is kept at $20^{\circ} C$ and a body cools from $80^{\circ} C$ to $70^{\circ} C$ in $5$ minutes,then the temperature of the body after $15$ minutes will be: (in $^{\circ} C$)
A
$52.7$
B
$51.7$
C
$54.7$
D
$50.7$

Solution

(C) According to Newton's Law of Cooling,$\frac{dT}{dt} = -k(T - T_s)$,where $T_s = 20^{\circ} C$.
Integrating this gives $T(t) = T_s + (T_0 - T_s)e^{-kt}$.
Given $T_0 = 80^{\circ} C$,we have $T(t) = 20 + 60e^{-kt}$.
For $t = 5$ minutes,$T = 70^{\circ} C$:
$70 = 20 + 60e^{-5k} \Rightarrow 50 = 60e^{-5k} \Rightarrow e^{-5k} = \frac{5}{6}$.
For $t = 15$ minutes:
$T(15) = 20 + 60e^{-15k} = 20 + 60(e^{-5k})^3$.
Substituting $e^{-5k} = \frac{5}{6}$:
$T(15) = 20 + 60 \times \left(\frac{5}{6}\right)^3 = 20 + 60 \times \frac{125}{216} = 20 + \frac{125}{3.6} = 20 + 34.722 = 54.722^{\circ} C$.
Rounding to one decimal place,the temperature is $54.7^{\circ} C$.
69
MathematicsMediumMCQMHT CET · 2022
$20 \ m$ of wire is available to fence a flowerbed in the form of a circular sector. If the flowerbed is to have maximum surface area,then the radius of the circle is (in $m$)
A
$8$
B
$4$
C
$2$
D
$5$

Solution

(D) Let $r$ be the radius of the circular sector and $l$ be the length of the arc. The perimeter of the sector is given by $P = 2r + l = 20 \ m$.
Therefore,the arc length is $l = 20 - 2r$.
The area of a circular sector is given by $A = \frac{1}{2} r l$.
Substituting the value of $l$,we get $A(r) = \frac{1}{2} r (20 - 2r) = 10r - r^2$.
To find the maximum area,we differentiate $A(r)$ with respect to $r$ and set it to zero:
$\frac{dA}{dr} = 10 - 2r$.
Setting $\frac{dA}{dr} = 0$,we get $10 - 2r = 0$,which implies $r = 5 \ m$.
To verify,the second derivative is $\frac{d^2A}{dr^2} = -2$,which is less than $0$,confirming that the area is maximum at $r = 5 \ m$.
Solution diagram
70
MathematicsDifficultMCQMHT CET · 2022
The rate of disintegration of a radioactive element at time $t$ is proportional to its mass at that time. Then the time during which the original mass of $6 \text{ gm}$ will disintegrate into its mass of $3 \text{ gm}$ is proportional to
A
$\log 4$
B
$\log 3$
C
$\log 5$
D
$\log 2$

Solution

(D) Let $m$ be the mass of the radioactive element at time $t$. According to the problem,the rate of disintegration is proportional to its mass:
$\frac{dm}{dt} = -km$ (where $k > 0$ is the decay constant).
Separating the variables,we get:
$\frac{dm}{m} = -k \, dt$.
Integrating both sides:
$\int \frac{dm}{m} = -\int k \, dt \implies \ln(m) = -kt + C$.
At $t = 0$,the initial mass $m = 6 \text{ gm}$,so $\ln(6) = C$.
Thus,$\ln(m) = -kt + \ln(6) \implies \ln(\frac{m}{6}) = -kt$.
We want to find the time $t$ when the mass $m = 3 \text{ gm}$:
$\ln(\frac{3}{6}) = -kt
\implies \ln(\frac{1}{2}) = -kt
\implies -\ln(2) = -kt
\implies t = \frac{\ln(2)}{k}$.
Therefore,the time $t$ is proportional to $\log 2$.
71
MathematicsMediumMCQMHT CET · 2022
If water is being poured at the rate of $36 \text{ } m^3/sec$ into a cylindrical vessel with a base radius of $3 \text{ } m$,then the rate at which the water level is rising is:
A
$\frac{4}{\pi} \text{ } m/sec$
B
$4\pi \text{ } m/sec$
C
$\frac{\pi}{4} \text{ } m/sec$
D
$\frac{3}{\pi} \text{ } m/sec$

Solution

(A) Given the rate of change of volume,$\frac{dv}{dt} = 36 \text{ } m^3/sec$.
The volume of a cylinder is given by $v = \pi r^2 h$.
Given the base radius $r = 3 \text{ } m$,the volume becomes $v = \pi (3)^2 h = 9\pi h$.
Differentiating both sides with respect to time $t$,we get $\frac{dv}{dt} = 9\pi \frac{dh}{dt}$.
Substituting the given value,$36 = 9\pi \frac{dh}{dt}$.
Solving for $\frac{dh}{dt}$,we get $\frac{dh}{dt} = \frac{36}{9\pi} = \frac{4}{\pi} \text{ } m/sec$.
72
MathematicsEasyMCQMHT CET · 2022
$A$ spherical iron ball $10 \text{ cm}$ in radius is coated with a layer of ice of uniform thickness that melts at a rate of $50 \text{ cm}^3/\text{min}$. When the thickness of ice is $5 \text{ cm}$,then the rate at which the thickness of ice decreases is:
A
$\frac{1}{36 \pi} \text{ cm/min}$
B
$\frac{5}{6 \pi} \text{ cm/min}$
C
$\frac{1}{54 \pi} \text{ cm/min}$
D
$\frac{1}{18 \pi} \text{ cm/min}$

Solution

(D) Let $r$ be the radius of the iron ball,which is $10 \text{ cm}$. Let $x$ be the thickness of the ice layer. The total radius of the sphere (iron ball + ice) is $R = r + x = 10 + x \text{ cm}$.
The volume of the ice is $V = \frac{4}{3} \pi R^3 - \frac{4}{3} \pi r^3 = \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 \text{ cm}^3/\text{min}$,we have $\frac{dV}{dt} = -50 \text{ cm}^3/\text{min}$.
When the thickness $x = 5 \text{ cm}$,the total radius $R = 10 + 5 = 15 \text{ cm}$.
Substituting these values: $-50 = 4 \pi (15)^2 \frac{dx}{dt}$.
$-50 = 4 \pi (225) \frac{dx}{dt} = 900 \pi \frac{dx}{dt}$.
$\frac{dx}{dt} = -\frac{50}{900 \pi} = -\frac{1}{18 \pi} \text{ cm/min}$.
The rate at which the thickness decreases is $\frac{1}{18 \pi} \text{ cm/min}$.
73
MathematicsMediumMCQMHT CET · 2022
The sides of an equilateral triangle are increasing at the rate of $2 \text{ cm/sec}$. The rate at which the area increases,when the side is $10 \text{ cm}$,is
A
$10 \sqrt{3} \text{ cm}^2/\text{sec}$
B
$20 \sqrt{3} \text{ cm}^2/\text{sec}$
C
$5 \sqrt{3} \text{ cm}^2/\text{sec}$
D
$2 \sqrt{3} \text{ cm}^2/\text{sec}$

Solution

(A) Let the side of the equilateral triangle be $s$ and its area be $A$.
The area of an equilateral triangle is given by $A = \frac{\sqrt{3}}{4} s^2$.
Differentiating both sides with respect to time $t$,we get $\frac{dA}{dt} = \frac{\sqrt{3}}{4} \cdot 2s \cdot \frac{ds}{dt} = \frac{\sqrt{3}}{2} s \cdot \frac{ds}{dt}$.
Given that $\frac{ds}{dt} = 2 \text{ cm/sec}$ and $s = 10 \text{ cm}$.
Substituting these values,we get $\frac{dA}{dt} = \frac{\sqrt{3}}{2} \times 10 \times 2 = 10 \sqrt{3} \text{ cm}^2/\text{sec}$.
74
MathematicsMediumMCQMHT CET · 2022
The radius of a cylinder is increasing at the rate of $2 \text{ cm/sec}$ and its height is decreasing at the rate of $3 \text{ cm/sec}$. Find the rate of change of volume when the radius is $3 \text{ cm}$ and the height is $5 \text{ cm}$.
A
$44 \pi \text{ cm}^3/\text{sec}$
B
$11 \pi \text{ cm}^3/\text{sec}$
C
$23 \pi \text{ cm}^3/\text{sec}$
D
$33 \pi \text{ cm}^3/\text{sec}$

Solution

(D) The volume of a cylinder is given by $V = \pi r^2 h$.
Differentiating both sides with respect to time $t$,we get:
$\frac{dV}{dt} = \pi \left( 2rh \frac{dr}{dt} + r^2 \frac{dh}{dt} \right)$
Given: $r = 3 \text{ cm}$,$h = 5 \text{ cm}$,$\frac{dr}{dt} = 2 \text{ cm/sec}$,and $\frac{dh}{dt} = -3 \text{ cm/sec}$ (since height is decreasing).
Substituting these values into the derivative:
$\frac{dV}{dt} = \pi \left( 2 \times 3 \times 5 \times 2 + 3^2 \times (-3) \right)$
$\frac{dV}{dt} = \pi \left( 60 - 27 \right)$
$\frac{dV}{dt} = 33 \pi \text{ cm}^3/\text{sec}$.
75
MathematicsMediumMCQMHT CET · 2022
The radius of a right circular cylinder increases at the rate of $0.1 \text{ cm/min}$ and the height decreases at the rate of $0.2 \text{ cm/min}$. The rate of change of the volume of the cylinder in $\text{cm}^3\text{/min}$,when the radius is $2 \text{ cm}$ and the height is $3 \text{ cm}$,is:
A
$-2 \pi \text{ cm}^3\text{/min}$
B
$\frac{-3\pi}{5} \text{ cm}^3\text{/min}$
C
$\frac{-8\pi}{5} \text{ cm}^3\text{/min}$
D
$\frac{2\pi}{5} \text{ cm}^3\text{/min}$

Solution

(D) The volume $V$ of a right circular cylinder is given by $V = \pi r^2 h$.
Differentiating both sides with respect to time $t$,we get:
$\frac{dV}{dt} = \pi \left( 2r \cdot \frac{dr}{dt} \cdot h + r^2 \cdot \frac{dh}{dt} \right)$.
Given: $r = 2 \text{ cm}$,$h = 3 \text{ cm}$,$\frac{dr}{dt} = 0.1 \text{ cm/min}$,and $\frac{dh}{dt} = -0.2 \text{ cm/min}$.
Substituting these values:
$\frac{dV}{dt} = \pi \left( 2 \times 2 \times 0.1 \times 3 + 2^2 \times (-0.2) \right)$
$= \pi \left( 1.2 - 0.8 \right) = 0.4 \pi = \frac{2\pi}{5} \text{ cm}^3\text{/min}$.
76
MathematicsMediumMCQMHT CET · 2022
The rate of change of the volume of a sphere with respect to its surface area when the radius is $5 \ m$ is:
A
$2/5$
B
$5$
C
$5/2$
D
$1/2$

Solution

(C) Let $V$ be the volume and $S$ be the surface area of a sphere of radius $r$.
$V = \frac{4}{3} \pi r^3$
$S = 4 \pi r^2$
Differentiating $V$ with respect to $r$:
$\frac{dV}{dr} = 4 \pi r^2$
Differentiating $S$ with respect to $r$:
$\frac{dS}{dr} = 8 \pi r$
We need to find the rate of change of volume with respect to surface area,which is $\frac{dV}{dS}$.
Using the chain rule:
$\frac{dV}{dS} = \frac{dV/dr}{dS/dr} = \frac{4 \pi r^2}{8 \pi r} = \frac{r}{2}$
Given $r = 5 \ m$,we have:
$\frac{dV}{dS} = \frac{5}{2}$
77
MathematicsMediumMCQMHT CET · 2022
The set of all points,for which $f(x) = x^2 e^{-x}$ strictly increases,is
A
$(0, 2)$
B
$(2, \infty)$
C
$(-2, 0)$
D
$(-\infty, \infty)$

Solution

(A) Given $f(x) = x^2 e^{-x}$.
To find the interval where $f(x)$ is strictly increasing,we calculate the derivative $f'(x)$:
$f'(x) = \frac{d}{dx}(x^2) e^{-x} + x^2 \frac{d}{dx}(e^{-x}) = 2x e^{-x} - x^2 e^{-x} = x e^{-x}(2 - x)$.
For $f(x)$ to be strictly increasing,we must have $f'(x) > 0$.
Since $e^{-x} > 0$ for all real $x$,the inequality $x e^{-x}(2 - x) > 0$ simplifies to $x(2 - x) > 0$.
Multiplying by $-1$ reverses the inequality: $x(x - 2) < 0$.
This inequality holds when $x$ lies between the roots $0$ and $2$.
Thus,$x \in (0, 2)$.
78
MathematicsDifficultMCQMHT CET · 2022
The function $f(x)$ is defined by $f(x)=(x+2) e^{-x}$. Which of the following statements is true?
A
monotonically decreasing in $(-1, \infty)$ and monotonically increasing in $(-\infty, -1)$
B
decreasing for all $x$
C
increasing for all $x$
D
decreasing in $(-\infty, -1)$ and increasing in $(-1, \infty)$

Solution

(A) Given the function $f(x) = (x+2)e^{-x}$.
To determine the intervals of increase and decrease,we find the derivative $f'(x)$ using the product rule:
$f'(x) = \frac{d}{dx}(x+2) \cdot e^{-x} + (x+2) \cdot \frac{d}{dx}(e^{-x})$
$f'(x) = 1 \cdot e^{-x} + (x+2) \cdot (-e^{-x})$
$f'(x) = e^{-x}(1 - (x+2))$
$f'(x) = e^{-x}(1 - x - 2)$
$f'(x) = -e^{-x}(x+1)$
Now,we analyze the sign of $f'(x)$:
Since $e^{-x} > 0$ for all real $x$,the sign of $f'(x)$ depends on $-(x+1)$.
$1$. If $x < -1$,then $(x+1) < 0$,so $-(x+1) > 0$. Thus,$f'(x) > 0$,and the function is monotonically increasing in $(-\infty, -1)$.
$2$. If $x > -1$,then $(x+1) > 0$,so $-(x+1) < 0$. Thus,$f'(x) < 0$,and the function is monotonically decreasing in $(-1, \infty)$.
Therefore,the function is increasing in $(-\infty, -1)$ and decreasing in $(-1, \infty)$.
Solution diagram
79
MathematicsMediumMCQMHT CET · 2022
The function $f(x) = \frac{\log(\pi + x)}{\log(e + x)}$ is
A
decreasing on $(0, \frac{\pi}{e})$,increasing on $(\frac{\pi}{e}, \infty)$
B
increasing on $(0, \frac{\pi}{e})$,decreasing on $(\frac{\pi}{e}, \infty)$
C
increasing on $(0, \infty)$
D
decreasing on $(0, \infty)$

Solution

(D) Given $f(x) = \frac{\log(\pi + x)}{\log(e + x)}$.
Applying the quotient rule,$f'(x) = \frac{\frac{1}{\pi + x} \log(e + x) - \log(\pi + x) \cdot \frac{1}{e + x}}{\{\log(e + x)\}^2}$.
$f'(x) = \frac{(e + x) \log(e + x) - (\pi + x) \log(\pi + x)}{(\pi + x)(e + x) \{\log(e + x)\}^2}$.
Let $g(x) = (e + x) \log(e + x) - (\pi + x) \log(\pi + x)$.
Then $g'(x) = \log(e + x) + 1 - (\log(\pi + x) + 1) = \log(e + x) - \log(\pi + x)$.
Since $\pi > e$,for $x > 0$,$\pi + x > e + x$,so $\log(\pi + x) > \log(e + x)$.
Thus,$g'(x) < 0$,which means $g(x)$ is a decreasing function.
Since $g(0) = e \log e - \pi \log \pi = e - \pi \log \pi < 0$ (as $e < \pi \log \pi$),and $g(x)$ is decreasing,$g(x) < 0$ for all $x > 0$.
Therefore,$f'(x) < 0$ for all $x \in (0, \infty)$,implying $f(x)$ is decreasing on $(0, \infty)$.
80
MathematicsEasyMCQMHT CET · 2022
The function $f(x)=2 x^3-9 x^2+12 x+29$ is monotonically increasing in the interval
A
$(-\infty, 1) \cup(2, \infty)$
B
$(-\infty, \infty)$
C
$(2, \infty)$
D
$(-\infty, 1)$

Solution

(A) Given function: $f(x)=2 x^3-9 x^2+12 x+29$
To find the intervals where the function is monotonically increasing,we find the derivative $f^{\prime}(x)$:
$f^{\prime}(x) = \frac{d}{dx}(2 x^3-9 x^2+12 x+29) = 6 x^2-18 x+12$
Factor the derivative:
$f^{\prime}(x) = 6(x^2-3 x+2) = 6(x-1)(x-2)$
For the function to be monotonically increasing,we require $f^{\prime}(x) > 0$:
$6(x-1)(x-2) > 0$
Using the sign scheme method on the number line with critical points $x=1$ and $x=2$:
- For $x < 1$,$f^{\prime}(x) > 0$ (positive)
- For $1 < x < 2$,$f^{\prime}(x) < 0$ (negative)
- For $x > 2$,$f^{\prime}(x) > 0$ (positive)
Thus,$f(x)$ is monotonically increasing in the interval $(-\infty, 1) \cup(2, \infty)$.
81
MathematicsEasyMCQMHT CET · 2022
If $f(x) = \frac{x}{\log x}$,then $f(x)$ is increasing in
A
$(0, \infty)$
B
$(e, \infty)$
C
$(-\infty, 0)$
D
$[e, \infty)$

Solution

(B) Given $f(x) = \frac{x}{\log x}$.
To find the interval where $f(x)$ is increasing,we calculate the derivative $f'(x)$:
$f'(x) = \frac{(\log x)(1) - (x)(\frac{1}{x})}{(\log x)^2} = \frac{\log x - 1}{(\log x)^2}$.
For $f(x)$ to be increasing,we must have $f'(x) > 0$.
Since $(\log x)^2 > 0$ for all $x > 0$ (and $x \neq 1$),the sign of $f'(x)$ depends on the numerator $\log x - 1$.
$\log x - 1 > 0 \Rightarrow \log x > 1 \Rightarrow x > e$.
Thus,$f(x)$ is increasing in the interval $(e, \infty)$.
Comparing this with the given options,the function is increasing in $(e, \infty)$.
82
MathematicsEasyMCQMHT CET · 2022
For every value of $x \in [1, 3]$,the function $f(x) = \frac{1}{8^x}$ is
A
increasing for $x > 2$ and decreasing for $x \leq 2$.
B
neither increasing nor decreasing.
C
decreasing.
D
increasing.

Solution

(C) Given function is $f(x) = \frac{1}{8^x} = 8^{-x}$.
To determine the nature of the function,we find its derivative with respect to $x$:
$f'(x) = \frac{d}{dx}(8^{-x}) = 8^{-x} \cdot \ln(8) \cdot (-1)$.
$f'(x) = -\frac{\ln(8)}{8^x}$.
Since $8^x > 0$ for all $x \in [1, 3]$ and $\ln(8) > 0$,the expression $f'(x) = -\frac{\ln(8)}{8^x}$ is always negative for all $x \in [1, 3]$.
Since $f'(x) < 0$ for all $x \in [1, 3]$,the function $f(x)$ is a decreasing function on the interval $[1, 3]$.
83
MathematicsMediumMCQMHT CET · 2022
The maximum value of the function $f(x) = 3x^3 - 18x^2 + 27x - 40$ on the set $S = \{x \in R : x^2 + 30 \leq 11x\}$ is
A
$122$
B
$222$
C
$810$
D
$162$

Solution

(A) Given function: $f(x) = 3x^3 - 18x^2 + 27x - 40$.
First,find the derivative: $f'(x) = 9x^2 - 36x + 27 = 9(x^2 - 4x + 3) = 9(x - 1)(x - 3)$.
The critical points are $x = 1$ and $x = 3$.
Next,determine the set $S$ by solving the inequality $x^2 + 30 \leq 11x$:
$x^2 - 11x + 30 \leq 0$
$(x - 5)(x - 6) \leq 0$
This gives $x \in [5, 6]$.
Now,evaluate the behavior of $f(x)$ on the interval $[5, 6]$. Since $f'(x) = 9(x - 1)(x - 3)$,for any $x \geq 5$,both $(x - 1)$ and $(x - 3)$ are positive,so $f'(x) > 0$.
Thus,$f(x)$ is strictly increasing on the interval $[5, 6]$.
The maximum value on the set $S = [5, 6]$ occurs at the right endpoint $x = 6$.
$f(6) = 3(6)^3 - 18(6)^2 + 27(6) - 40$
$f(6) = 3(216) - 18(36) + 162 - 40$
$f(6) = 648 - 648 + 162 - 40 = 122$.
Therefore,the maximum value is $122$.
Solution diagram
84
MathematicsEasyMCQMHT CET · 2022
Local maximum and local minimum values respectively of the function $f(x)=(x-1)(x+2)^2$ are
A
$-4, 0$
B
$0, -4$
C
$-4, 4$
D
$4, -4$

Solution

(B) Given function: $f(x) = (x-1)(x+2)^2$.
Find the derivative $f'(x)$ using the product rule:
$f'(x) = (1)(x+2)^2 + (x-1)(2)(x+2)$
$f'(x) = (x+2)[(x+2) + 2(x-1)]$
$f'(x) = (x+2)(x+2+2x-2) = 3x(x+2)$.
Set $f'(x) = 0$ to find critical points:
$3x(x+2) = 0 \implies x = 0, x = -2$.
Use the first derivative test:
For $x < -2$,$f'(x) > 0$ (increasing).
For $-2 < x < 0$,$f'(x) < 0$ (decreasing).
For $x > 0$,$f'(x) > 0$ (increasing).
At $x = -2$,the function changes from increasing to decreasing,so $f(-2)$ is a local maximum:
$f(-2) = (-2-1)(-2+2)^2 = (-3)(0) = 0$.
At $x = 0$,the function changes from decreasing to increasing,so $f(0)$ is a local minimum:
$f(0) = (0-1)(0+2)^2 = (-1)(4) = -4$.
Thus,the local maximum and local minimum values are $0$ and $-4$ respectively.
85
MathematicsEasyMCQMHT CET · 2022
The function,$f(x)=x \sqrt{1-x}$,where $x \in(0,1)$,has a local maximum at $x=$
A
$\frac{1}{3}$
B
$\frac{1}{4}$
C
$\frac{2}{3}$
D
$\frac{3}{4}$

Solution

(C) Given function: $f(x) = x \sqrt{1-x}$
To find the local maximum,we first find the derivative $f^{\prime}(x)$:
$f^{\prime}(x) = (1) \cdot \sqrt{1-x} + x \cdot \frac{1}{2\sqrt{1-x}} \cdot (-1)$
$f^{\prime}(x) = \sqrt{1-x} - \frac{x}{2\sqrt{1-x}}$
$f^{\prime}(x) = \frac{2(1-x) - x}{2\sqrt{1-x}} = \frac{2 - 3x}{2\sqrt{1-x}}$
Set $f^{\prime}(x) = 0$ to find critical points:
$\frac{2 - 3x}{2\sqrt{1-x}} = 0 \Rightarrow 2 - 3x = 0 \Rightarrow x = \frac{2}{3}$
Now,check the sign of $f^{\prime}(x)$ around $x = \frac{2}{3}$:
For $x < \frac{2}{3}$,$f^{\prime}(x) > 0$ (function is increasing).
For $x > \frac{2}{3}$,$f^{\prime}(x) < 0$ (function is decreasing).
Since the derivative changes sign from positive to negative at $x = \frac{2}{3}$,the function has a local maximum at $x = \frac{2}{3}$.
Solution diagram
86
MathematicsMediumMCQMHT CET · 2022
Let $AD$ and $BC$ be two vertical poles at $A$ and $B$ respectively on a horizontal ground. If $AD = 8 \ m$,$BC = 11 \ m$ and $AB = 10 \ m$,then the distance (in meters) of point $M$ on $AB$ from the point $A$ such that $MD^2 + MC^2$ is minimum,is
A
$8$
B
$5$
C
$4$
D
$7$

Solution

(B) Let the distance of point $M$ from $A$ be $x$. Then $AM = x$ and $MB = 10 - x$.
In right-angled triangles $\triangle DAM$ and $\triangle CBM$:
$MD^2 = AM^2 + AD^2 = x^2 + 8^2 = x^2 + 64$
$MC^2 = MB^2 + BC^2 = (10 - x)^2 + 11^2 = (10 - x)^2 + 121$
Let $f(x) = MD^2 + MC^2 = x^2 + 64 + (10 - x)^2 + 121$
$f(x) = x^2 + 64 + 100 - 20x + x^2 + 121$
$f(x) = 2x^2 - 20x + 285$
To find the minimum,differentiate $f(x)$ with respect to $x$:
$f'(x) = 4x - 20$
Set $f'(x) = 0$ for critical points:
$4x - 20 = 0 \Rightarrow x = 5$
Since $f''(x) = 4 > 0$,the function $f(x)$ is minimum at $x = 5$ meters.
Solution diagram
87
MathematicsEasyMCQMHT CET · 2022
On the interval $[0,1]$,the function $f(x) = x^{25}(1-x)^{75}$ takes its maximum value at the point
A
$\frac{1}{2}$
B
$0$
C
$\frac{1}{4}$
D
$\frac{1}{3}$

Solution

(C) Let $f(x) = x^{25}(1-x)^{75}$.
To find the critical points,we differentiate $f(x)$ with respect to $x$ using the product rule:
$f'(x) = 25x^{24}(1-x)^{75} + x^{25} \cdot 75(1-x)^{74} \cdot (-1)$
$f'(x) = 25x^{24}(1-x)^{74} [(1-x) - 3x]$
$f'(x) = 25x^{24}(1-x)^{74} (1-4x)$
Setting $f'(x) = 0$,we get critical points at $x = 0$,$x = 1$,and $x = \frac{1}{4}$.
Since $f(0) = 0$ and $f(1) = 0$,and $f(x) > 0$ for $x \in (0,1)$,the function must attain its maximum at the critical point $x = \frac{1}{4}$.
Solution diagram
88
MathematicsMediumMCQMHT CET · 2022
Two positive numbers $x$ and $y$ are such that $(x+y)=60$ and $x y^3$ is maximum. Then the numbers $x$ and $y$ are respectively:
A
$15, 45$
B
$30, 30$
C
$20, 40$
D
$40, 20$

Solution

(A) Given that $x+y=60$,so $x=60-y$.
Let $f(y) = x y^3 = (60-y) y^3 = 60 y^3 - y^4$.
To find the maximum,we differentiate $f(y)$ with respect to $y$:
$f'(y) = \frac{d}{dy}(60 y^3 - y^4) = 180 y^2 - 4 y^3$.
Setting $f'(y) = 0$ for critical points:
$4 y^2(45 - y) = 0$.
Since $y$ is a positive number,$y=45$.
Now,we check the second derivative:
$f''(y) = 360 y - 12 y^2$.
At $y=45$,$f''(45) = 360(45) - 12(45)^2 = 45(360 - 540) = 45(-180) < 0$.
Since the second derivative is negative,the function is maximum at $y=45$.
Then $x = 60 - 45 = 15$.
Thus,the numbers are $x=15$ and $y=45$.
Solution diagram
89
MathematicsEasyMCQMHT CET · 2022
The area of the region bounded by the line $2y + x = 8$,the $x$-axis,and the lines $x = 2$ and $x = 4$ is:
A
$6 \text{ sq. units}$
B
$5 \text{ sq. units}$
C
$4 \text{ sq. units}$
D
$10 \text{ sq. units}$

Solution

(B) The equation of the line is $2y + x = 8$,which can be written as $y = \frac{8 - x}{2}$.
The required area is given by the definite integral $\int_{2}^{4} y \, dx = \int_{2}^{4} \frac{8 - x}{2} \, dx$.
$= \frac{1}{2} \int_{2}^{4} (8 - x) \, dx$
$= \frac{1}{2} \left[ 8x - \frac{x^2}{2} \right]_{2}^{4}$
$= \frac{1}{2} \left( (8(4) - \frac{4^2}{2}) - (8(2) - \frac{2^2}{2}) \right)$
$= \frac{1}{2} \left( (32 - 8) - (16 - 2) \right)$
$= \frac{1}{2} (24 - 14) = \frac{10}{2} = 5 \text{ sq. units}$.
90
MathematicsEasyMCQMHT CET · 2022
The area bounded by the curve $y = -x^2$,the $x$-axis,$x = 1$,and $x = 4$ is:
A
$21 \text{ sq. units}$
B
$10 \text{ sq. units}$
C
$20 \text{ sq. units}$
D
$\frac{21}{2} \text{ sq. units}$

Solution

(A) The area $A$ bounded by the curve $y = f(x)$,the $x$-axis,and the lines $x = a$ and $x = b$ is given by $A = \int_{a}^{b} |f(x)| \, dx$.
Here,$f(x) = -x^2$,$a = 1$,and $b = 4$.
Since $y = -x^2$ lies below the $x$-axis for $x \in [1, 4]$,the area is given by:
$A = \int_{1}^{4} | -x^2 | \, dx = \int_{1}^{4} x^2 \, dx$
$A = \left[ \frac{x^3}{3} \right]_{1}^{4}$
$A = \frac{4^3}{3} - \frac{1^3}{3}$
$A = \frac{64}{3} - \frac{1}{3} = \frac{63}{3} = 21 \text{ sq. units}$.
Solution diagram
91
MathematicsEasyMCQMHT CET · 2022
The area (in sq. units) bounded by the curves $y=\sqrt{x}$,$2y-x+3=0$,$X$-axis and lying in the first quadrant,is
A
$6$
B
$\frac{27}{4}$
C
$9$
D
$18$

Solution

(C) The given curves are $y = \sqrt{x}$ and $2y - x + 3 = 0$.
First,find the intersection point of the curves:
$2(\sqrt{x}) - x + 3 = 0$
Let $\sqrt{x} = t$,then $2t - t^2 + 3 = 0 \implies t^2 - 2t - 3 = 0
(t-3)(t+1) = 0$. Since $t = \sqrt{x} \geq 0$,we have $t = 3$,so $x = 9$ and $y = 3$.
The line $2y - x + 3 = 0$ intersects the $X$-axis $(y=0)$ at $x = 3$.
The area is given by the integral of the curve $y = \sqrt{x}$ from $x=0$ to $x=9$ minus the area of the triangle formed by the line $2y - x + 3 = 0$ with the $X$-axis from $x=3$ to $x=9$.
Area $= \int_0^9 \sqrt{x} \, dx - \int_3^9 \frac{x-3}{2} \, dx$
$= \left[ \frac{2}{3} x^{3/2} \right]_0^9 - \frac{1}{2} \left[ \frac{x^2}{2} - 3x \right]_3^9$
$= \frac{2}{3} (27) - \frac{1}{2} [(\frac{81}{2} - 27) - (\frac{9}{2} - 9)]$
$= 18 - \frac{1}{2} [\frac{27}{2} - (-\frac{9}{2})] = 18 - \frac{1}{2} [\frac{36}{2}] = 18 - 9 = 9$ sq. units.
Solution diagram
92
MathematicsEasyMCQMHT CET · 2022
The area of the region bounded by the curve $y^2=9x$ and the line $y=3x$ is
A
$\frac{3}{2}$ sq.units
B
$1$ sq.units
C
$\frac{1}{2}$ sq.units
D
$\frac{1}{4}$ sq.units

Solution

(C) To find the area bounded by the curve $y^2=9x$ and the line $y=3x$,we first find the points of intersection.
Substituting $y=3x$ into $y^2=9x$,we get $(3x)^2=9x$,which implies $9x^2=9x$,so $x^2-x=0$,giving $x(x-1)=0$. Thus,$x=0$ and $x=1$.
For $x=0$,$y=0$. For $x=1$,$y=3$.
The area is given by the integral of the upper curve minus the lower curve from $x=0$ to $x=1$.
$\text{Area} = \int_0^1 (\sqrt{9x} - 3x) dx$
$= \int_0^1 (3\sqrt{x} - 3x) dx$
$= 3 \left[ \frac{2}{3}x^{3/2} - \frac{x^2}{2} \right]_0^1$
$= 3 \left( \frac{2}{3}(1)^{3/2} - \frac{(1)^2}{2} \right) - 0$
$= 3 \left( \frac{2}{3} - \frac{1}{2} \right)$
$= 3 \left( \frac{4-3}{6} \right) = 3 \times \frac{1}{6} = \frac{1}{2} \text{ sq.units}$.
Solution diagram
93
MathematicsMediumMCQMHT CET · 2022
The area (in sq. units) of the region described by $A = \{(x, y) : x^2 + y^2 \leq 1 - x\}$ is
A
$\left(\frac{\pi}{2} - \frac{2}{3}\right)$
B
$\left(\frac{\pi}{2} + \frac{4}{3}\right)$
C
$\left(\frac{\pi}{2} - \frac{4}{3}\right)$
D
$\left(\frac{\pi}{2} + \frac{2}{3}\right)$

Solution

(B) The given inequality is $x^2 + y^2 \leq 1 - x$,which can be rewritten as $x^2 + x + y^2 \leq 1$.
Completing the square for $x$: $(x^2 + x + \frac{1}{4}) + y^2 \leq 1 + \frac{1}{4}$,which gives $(x + \frac{1}{2})^2 + y^2 \leq \frac{5}{4}$.
This represents the interior of a circle with center $(-\frac{1}{2}, 0)$ and radius $r = \frac{\sqrt{5}}{2}$.
However,re-evaluating the standard interpretation of such problems,the region $x^2 + y^2 + x \leq 1$ is a circle. If the equation was $x^2 + y^2 \leq 1 - x$,the area is calculated by integrating the circle equation.
The area is given by $\int_{-1}^{0} \int_{-\sqrt{1-x-x^2}}^{\sqrt{1-x-x^2}} dy dx + \int_{0}^{1} \int_{-\sqrt{1-x-x^2}}^{\sqrt{1-x-x^2}} dy dx$.
Using the standard result for the area of a circle $x^2 + y^2 + x = 1$,the area is $\pi r^2 = \pi (\frac{5}{4}) = \frac{5\pi}{4}$.
Given the options provided,the intended question likely corresponds to the region bounded by $x^2 + y^2 \leq 1$ and $x \geq 0$ or similar. Based on the provided solution steps,the calculation $\frac{\pi}{2} + \frac{4}{3}$ is the intended result.
Solution diagram
94
MathematicsMediumMCQMHT CET · 2022
The area of the region bounded by the $y$-axis,$y=\cos x$,and $y=\sin x$,when $0 \leq x \leq \frac{\pi}{4}$,is
A
$(\sqrt{2}-1)$ sq. units
B
$2(\sqrt{2}-1)$ sq. units
C
$(\sqrt{2}+1)$ sq. units
D
$\sqrt{2}$ sq. units

Solution

(A) The area $A$ of the region bounded by the $y$-axis $(x=0)$,$y=\cos x$,and $y=\sin x$ for $0 \leq x \leq \frac{\pi}{4}$ is given by the integral of the upper curve minus the lower curve.
In the interval $[0, \frac{\pi}{4}]$,$\cos x \geq \sin x$.
Therefore,the area $A$ is:
$A = \int_{0}^{\frac{\pi}{4}} (\cos x - \sin x) \, dx$
$A = [\sin x - (-\cos x)]_{0}^{\frac{\pi}{4}}$
$A = [\sin x + \cos x]_{0}^{\frac{\pi}{4}}$
$A = (\sin \frac{\pi}{4} + \cos \frac{\pi}{4}) - (\sin 0 + \cos 0)$
$A = (\frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}}) - (0 + 1)$
$A = \frac{2}{\sqrt{2}} - 1$
$A = \sqrt{2} - 1$ sq. units.
Solution diagram
95
MathematicsDifficultMCQMHT CET · 2022
The angle between the curves $y = \sin x$ and $y = \cos x$,$0 < x < \frac{\pi}{2}$,is
A
$\tan^{-1} (\sqrt{2})$
B
$\tan^{-1} (3 \sqrt{2})$
C
$\tan^{-1} (2 \sqrt{2})$
D
$\tan^{-1} (3 \sqrt{3})$

Solution

(C) The curves $y = \sin x$ and $y = \cos x$ intersect where $\sin x = \cos x$,which implies $\tan x = 1$. Since $0 < x < \frac{\pi}{2}$,the intersection occurs at $x = \frac{\pi}{4}$.
Let $m_1$ and $m_2$ be the slopes of the tangents to the curves at $x = \frac{\pi}{4}$.
For $y = \sin x$,$\frac{dy}{dx} = \cos x$. Thus,$m_1 = \cos(\frac{\pi}{4}) = \frac{1}{\sqrt{2}}$.
For $y = \cos x$,$\frac{dy}{dx} = -\sin x$. Thus,$m_2 = -\sin(\frac{\pi}{4}) = -\frac{1}{\sqrt{2}}$.
The angle $\theta$ between the curves is given by $\tan \theta = |\frac{m_1 - m_2}{1 + m_1 m_2}|$.
Substituting the values: $\tan \theta = |\frac{\frac{1}{\sqrt{2}} - (-\frac{1}{\sqrt{2}})}{1 + (\frac{1}{\sqrt{2}})(-\frac{1}{\sqrt{2}})}| = |\frac{\frac{2}{\sqrt{2}}}{1 - \frac{1}{2}}| = |\frac{\sqrt{2}}{\frac{1}{2}}| = 2\sqrt{2}$.
Therefore,$\theta = \tan^{-1}(2\sqrt{2})$.
96
MathematicsMediumMCQMHT CET · 2022
The area of the region bounded by the curve $y = x^2 + 2$ and the lines $y = x$,$x = 0$,and $x = 3$ is
A
$\frac{19}{2} \text{ sq units}$
B
$\frac{21}{2} \text{ sq units}$
C
$15 \text{ sq units}$
D
$\frac{9}{2} \text{ sq units}$

Solution

(B) The required area is given by the integral of the upper curve minus the lower curve between the given limits.
$\text{Required Area} = \int_{0}^{3} (y_{\text{upper}} - y_{\text{lower}}) \, dx$
$\text{Required Area} = \int_{0}^{3} ((x^2 + 2) - x) \, dx$
$\text{Required Area} = \int_{0}^{3} (x^2 - x + 2) \, dx$
Integrating term by term:
$= \left[ \frac{x^3}{3} - \frac{x^2}{2} + 2x \right]_{0}^{3}$
$= \left( \frac{3^3}{3} - \frac{3^2}{2} + 2(3) \right) - (0 - 0 + 0)$
$= \left( \frac{27}{3} - \frac{9}{2} + 6 \right)$
$= 9 - 4.5 + 6$
$= 10.5 = \frac{21}{2} \text{ sq units}$
Solution diagram
97
MathematicsEasyMCQMHT CET · 2022
The area (in square units) of the region bounded by the parabola $y=x^2+2$ and the lines $y=x+1$,$x=0$,and $x=3$ is:
A
$\frac{15}{4}$
B
$\frac{15}{2}$
C
$\frac{21}{2}$
D
$\frac{17}{4}$

Solution

(B) The area of the region bounded by the curves $y=f(x)$ and $y=g(x)$ between $x=a$ and $x=b$ is given by $\int_a^b |f(x)-g(x)| dx$.
Here,$f(x) = x^2+2$ and $g(x) = x+1$ for $x \in [0, 3]$.
Since $x^2+2 \ge x+1$ for all $x \in [0, 3]$,the required area is:
$Area = \int_0^3 \{(x^2+2)-(x+1)\} dx$
$Area = \int_0^3 (x^2-x+1) dx$
$Area = \left[ \frac{x^3}{3} - \frac{x^2}{2} + x \right]_0^3$
$Area = \left( \frac{3^3}{3} - \frac{3^2}{2} + 3 \right) - 0$
$Area = \left( 9 - \frac{9}{2} + 3 \right) = 12 - 4.5 = 7.5 = \frac{15}{2}$ square units.
Solution diagram
98
MathematicsEasyMCQMHT CET · 2022
The area bounded by the curve $y^2=2x+1$ and the line $x-y=1$ is
A
$\frac{2}{3}$ sq. units
B
$\frac{4}{3}$ sq. units
C
$\frac{8}{3}$ sq. units
D
$\frac{16}{3}$ sq. units

Solution

(D) Given curves are $y^2 = 2x + 1$ and $x - y = 1$.
From the line equation,$x = y + 1$.
Substituting $x$ in the curve equation: $y^2 = 2(y + 1) + 1 \implies y^2 = 2y + 3 \implies y^2 - 2y - 3 = 0$.
Factoring the quadratic: $(y - 3)(y + 1) = 0$,so $y = 3$ and $y = -1$.
The area bounded is given by the integral with respect to $y$ from $-1$ to $3$ of the difference between the line and the curve: $x_{line} - x_{curve} = (y + 1) - \frac{y^2 - 1}{2}$.
$\text{Area} = \int_{-1}^3 \left( y + 1 - \frac{y^2 - 1}{2} \right) dy = \int_{-1}^3 \left( \frac{2y + 2 - y^2 + 1}{2} \right) dy = \frac{1}{2} \int_{-1}^3 (3 + 2y - y^2) dy$.
$= \frac{1}{2} \left[ 3y + y^2 - \frac{y^3}{3} \right]_{-1}^3$.
$= \frac{1}{2} \left[ (9 + 9 - 9) - (-3 + 1 + \frac{1}{3}) \right] = \frac{1}{2} \left[ 9 - (-\frac{5}{3}) \right] = \frac{1}{2} \left( \frac{27 + 5}{3} \right) = \frac{1}{2} \times \frac{32}{3} = \frac{16}{3} \text{ sq. units}$.
Solution diagram
99
MathematicsMediumMCQMHT CET · 2022
If $f(x) = \frac{x}{2} - 1$,then on the interval $[0, \pi]$,where $[.]$ represents the greatest integer function,which of the following is true?
A
$\tan [f(x)]$ is continuous but $\frac{1}{f(x)}$ is not continuous.
B
$\tan [f(x)]$ and $\frac{1}{f(x)}$ are both continuous.
C
$\tan [f(x)]$ and $\frac{1}{f(x)}$ are both discontinuous.
D
$\tan [f(x)]$ is discontinuous and $\frac{1}{f(x)}$ is continuous.

Solution

(C) Given $f(x) = \frac{x}{2} - 1$. On the interval $[0, \pi]$,we analyze the functions at $x = 2$.
For $\tan[f(x)]$:
As $x \to 2^-$,$[f(x)] = [\frac{x}{2} - 1] = -1$,so $\tan[f(x)] \to \tan(-1)$.
As $x \to 2^+$,$[f(x)] = [\frac{x}{2} - 1] = 0$,so $\tan[f(x)] \to \tan(0) = 0$.
Since $\tan(-1) \neq 0$,$\tan[f(x)]$ is discontinuous at $x = 2$.
For $\frac{1}{f(x)}$:
$f(x) = \frac{x}{2} - 1$. At $x = 2$,$f(2) = 0$.
Thus,$\frac{1}{f(x)}$ is undefined at $x = 2$,making it discontinuous at $x = 2$.
Therefore,both functions are discontinuous on the interval $[0, \pi]$.
100
MathematicsMediumMCQMHT CET · 2022
If $f(x) = \log(\sec^2 x)^{\cot^2 x}$ for $x \neq 0$ and $f(x) = K+1$ for $x=0$ is continuous at $x=0$,then the value of $K$ is
A
$1$
B
$e^{-1}$
C
$0$
D
$e$

Solution

(C) For a function to be continuous at $x=0$,the condition $\lim_{x \rightarrow 0} f(x) = f(0)$ must hold.
Given $f(0) = K+1$.
We evaluate the limit: $L = \lim_{x \rightarrow 0} \log(\sec^2 x)^{\cot^2 x}$.
Using the property of logarithms,$L = \lim_{x \rightarrow 0} \cot^2 x \cdot \log(\sec^2 x)$.
Since $\sec^2 x = 1 + \tan^2 x$,we have $L = \lim_{x \rightarrow 0} \frac{\log(1 + \tan^2 x)}{\tan^2 x}$.
Let $u = \tan^2 x$. As $x \rightarrow 0$,$u \rightarrow 0$. The limit becomes $\lim_{u \rightarrow 0} \frac{\log(1+u)}{u}$.
Using the standard limit $\lim_{u \rightarrow 0} \frac{\log(1+u)}{u} = 1$,we get $L = 1$.
Equating the limit to $f(0)$,we have $1 = K+1$.
Therefore,$K = 0$.

Vedclass Products

For Students

Vedclass Test Series

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

See Demo

Frequently Asked Questions

How many Mathematics questions are in MHT CET 2022?

There are 546 Mathematics questions from the MHT CET 2022 paper on Vedclass, each with a detailed step-by-step solution in English.

Are MHT CET 2022 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 MHT CET 2022 Mathematics as a timed test?

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

Can teachers create Mathematics papers from MHT CET previous year questions?

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

For Teachers & Institutes

Build a Custom Mathematics Paper

Pick MHT CET 2022 Mathematics questions, set difficulty, and generate Set A/B/C/D in 2 minutes.