Mathematics-I (DI01000021) - Winter 2024 Solution

Solution guide for Mathematics-I (DI01000021) Winter 2024 exam

Q.1 [14 marks]

Fill in the blanks/MCQs using appropriate choice from the given options.

Q1.1 [1 mark]

5123=\begin{vmatrix} 5 & 1 \\ 2 & 3 \end{vmatrix} = _______

Answer: b. 13

Solution: For 2×2 determinant abcd=adbc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc

5123=(5×3)(1×2)=152=13\begin{vmatrix} 5 & 1 \\ 2 & 3 \end{vmatrix} = (5 \times 3) - (1 \times 2) = 15 - 2 = 13

Q1.2 [1 mark]

If x121=0\begin{vmatrix} x & 1 \\ 2 & 1 \end{vmatrix} = 0 then x=x = _______

Answer: b. 2

Solution: x121=x×11×2=x2=0\begin{vmatrix} x & 1 \\ 2 & 1 \end{vmatrix} = x \times 1 - 1 \times 2 = x - 2 = 0

Therefore, x=2x = 2

Q1.3 [1 mark]

If f(x)=x2f(x) = x^2 then f(1)=f(-1) = _______

Answer: a. 1

Solution: f(x)=x2f(x) = x^2 f(1)=(1)2=1f(-1) = (-1)^2 = 1

Q1.4 [1 mark]

log101=\log_{10} 1 = _______

Answer: b. 0

Solution: By logarithm property: loga1=0\log_a 1 = 0 for any base a>0a > 0 Therefore, log101=0\log_{10} 1 = 0

Q1.5 [1 mark]

sinπ2+cosπ2=\sin \frac{\pi}{2} + \cos \frac{\pi}{2} = _______

Answer: c. 1

Solution: sinπ2=1\sin \frac{\pi}{2} = 1 and cosπ2=0\cos \frac{\pi}{2} = 0 Therefore, sinπ2+cosπ2=1+0=1\sin \frac{\pi}{2} + \cos \frac{\pi}{2} = 1 + 0 = 1

Q1.6 [1 mark]

tan1(1)=\tan^{-1}(1) = _______

Answer: a. π4\frac{\pi}{4}

Solution: tanπ4=1\tan \frac{\pi}{4} = 1 Therefore, tan1(1)=π4\tan^{-1}(1) = \frac{\pi}{4}

Q1.7 [1 mark]

2π3\frac{2\pi}{3} radian = _______ degree

Answer: d. 120

Solution: To convert radians to degrees: degrees=radians×180π\text{degrees} = \text{radians} \times \frac{180}{\pi} 2π3×180π=2×1803=3603=120°\frac{2\pi}{3} \times \frac{180}{\pi} = \frac{2 \times 180}{3} = \frac{360}{3} = 120°

Q1.8 [1 mark]

i^×j^=\hat{i} \times \hat{j} = _______

Answer: c. k^\hat{k}

Solution: By right-hand rule for cross product: i^×j^=k^\hat{i} \times \hat{j} = \hat{k}

Q1.9 [1 mark]

i^+j^+k^=|\hat{i} + \hat{j} + \hat{k}| = _______

Answer: d. 3\sqrt{3}

Solution: i^+j^+k^=12+12+12=3|\hat{i} + \hat{j} + \hat{k}| = \sqrt{1^2 + 1^2 + 1^2} = \sqrt{3}

Q1.10 [1 mark]

Slope of line 2x+y3=02x + y - 3 = 0 is _______

Answer: a. -2

Solution: Convert to slope-intercept form: y=2x+3y = -2x + 3 Slope = coefficient of x=2x = -2

Q1.11 [1 mark]

Radius of circle x2+y2=81x^2 + y^2 = 81 is _______

Answer: b. 9

Solution: Standard form: x2+y2=r2x^2 + y^2 = r^2 Here, r2=81r^2 = 81, so r=9r = 9

Q1.12 [1 mark]

limn1n=\lim_{n \to \infty} \frac{1}{n} = _______

Answer: c. 0

Solution: As nn approaches infinity, 1n\frac{1}{n} approaches 0

Q1.13 [1 mark]

limx1(x2+x+1)=\lim_{x \to 1} (x^2 + x + 1) = _______

Answer: a. 3

Solution: Direct substitution: (1)2+(1)+1=1+1+1=3(1)^2 + (1) + 1 = 1 + 1 + 1 = 3

Q1.14 [1 mark]

limθ0tanθθ=\lim_{\theta \to 0} \frac{\tan \theta}{\theta} = _______

Answer: b. 1

Solution: This is a standard limit: limθ0tanθθ=1\lim_{\theta \to 0} \frac{\tan \theta}{\theta} = 1

Q.2 (A) [6 marks]

Attempt any two

Q2.1 [3 marks]

Find the value of 131210425\begin{vmatrix} 1 & 3 & 1 \\ 2 & -1 & 0 \\ 4 & -2 & 5 \end{vmatrix}

Answer:

Solution: Using expansion along second row (has zero): =23125+(1)1145+0= -2\begin{vmatrix} 3 & 1 \\ -2 & 5 \end{vmatrix} + (-1)\begin{vmatrix} 1 & 1 \\ 4 & 5 \end{vmatrix} + 0

=2(15+2)1(54)= -2(15 + 2) - 1(5 - 4) =2(17)1(1)= -2(17) - 1(1) =341=35= -34 - 1 = -35

Table:

StepCalculationResult
Minor 1(3×5)(1×2)(3 \times 5) - (1 \times -2)17
Minor 2(1×5)(1×4)(1 \times 5) - (1 \times 4)1
Final2(17)1(1)-2(17) - 1(1)-35

Q2.2 [3 marks]

If f(x)=x3+5f(x) = x^3 + 5 then find f(0)f(0), f(1)f(1) and f(1)f(-1)

Answer:

Solution: Given: f(x)=x3+5f(x) = x^3 + 5

f(0)=(0)3+5=0+5=5f(0) = (0)^3 + 5 = 0 + 5 = 5 f(1)=(1)3+5=1+5=6f(1) = (1)^3 + 5 = 1 + 5 = 6 f(1)=(1)3+5=1+5=4f(-1) = (-1)^3 + 5 = -1 + 5 = 4

Table:

InputCalculationOutput
f(0)f(0)03+50^3 + 55
f(1)f(1)13+51^3 + 56
f(1)f(-1)(1)3+5(-1)^3 + 54

Q2.3 [3 marks]

Prove that tan1(12)+tan1(13)=π4\tan^{-1}\left(\frac{1}{2}\right) + \tan^{-1}\left(\frac{1}{3}\right) = \frac{\pi}{4}

Answer:

Solution: Using formula: tan1a+tan1b=tan1(a+b1ab)\tan^{-1}a + \tan^{-1}b = \tan^{-1}\left(\frac{a+b}{1-ab}\right)

Let a=12a = \frac{1}{2}, b=13b = \frac{1}{3}

tan1(12)+tan1(13)=tan1(12+13112×13)\tan^{-1}\left(\frac{1}{2}\right) + \tan^{-1}\left(\frac{1}{3}\right) = \tan^{-1}\left(\frac{\frac{1}{2} + \frac{1}{3}}{1 - \frac{1}{2} \times \frac{1}{3}}\right)

=tan1(56116)=tan1(5656)=tan1(1)=π4= \tan^{-1}\left(\frac{\frac{5}{6}}{1 - \frac{1}{6}}\right) = \tan^{-1}\left(\frac{\frac{5}{6}}{\frac{5}{6}}\right) = \tan^{-1}(1) = \frac{\pi}{4}

Hence proved.

Q.2 (B) [8 marks]

Attempt any two

Q2.1 [4 marks]

If f(x)=x1x+1f(x) = \frac{x-1}{x+1} then prove that f(x)f(x)=1f(x) \cdot f(-x) = 1

Answer:

Solution: Given: f(x)=x1x+1f(x) = \frac{x-1}{x+1}

First find f(x)f(-x): f(x)=(x)1(x)+1=x1x+1=(x+1)(x1)=x+1x1f(-x) = \frac{(-x)-1}{(-x)+1} = \frac{-x-1}{-x+1} = \frac{-(x+1)}{-(x-1)} = \frac{x+1}{x-1}

Now calculate f(x)f(x)f(x) \cdot f(-x): f(x)f(x)=x1x+1x+1x1=(x1)(x+1)(x+1)(x1)=1f(x) \cdot f(-x) = \frac{x-1}{x+1} \cdot \frac{x+1}{x-1} = \frac{(x-1)(x+1)}{(x+1)(x-1)} = 1

Hence proved.

Q2.2 [4 marks]

If log(x+y2)=12(logx+logy)\log\left(\frac{x+y}{2}\right) = \frac{1}{2}(\log x + \log y) then prove that x=yx = y

Answer:

Solution: Given: log(x+y2)=12(logx+logy)\log\left(\frac{x+y}{2}\right) = \frac{1}{2}(\log x + \log y)

Using logarithm properties: 12(logx+logy)=12log(xy)=logxy\frac{1}{2}(\log x + \log y) = \frac{1}{2}\log(xy) = \log\sqrt{xy}

So: log(x+y2)=logxy\log\left(\frac{x+y}{2}\right) = \log\sqrt{xy}

Taking antilog: x+y2=xy\frac{x+y}{2} = \sqrt{xy}

Squaring both sides: (x+y2)2=xy\left(\frac{x+y}{2}\right)^2 = xy

(x+y)24=xy\frac{(x+y)^2}{4} = xy

(x+y)2=4xy(x+y)^2 = 4xy

x2+2xy+y2=4xyx^2 + 2xy + y^2 = 4xy

x22xy+y2=0x^2 - 2xy + y^2 = 0

(xy)2=0(x-y)^2 = 0

Therefore, x=yx = y. Hence proved.

Q2.3 [4 marks]

Solve log(x+3)+log(x3)=log27\log(x+3) + \log(x-3) = \log 27

Answer:

Solution: Given: log(x+3)+log(x3)=log27\log(x+3) + \log(x-3) = \log 27

Using logarithm property: loga+logb=log(ab)\log a + \log b = \log(ab) log[(x+3)(x3)]=log27\log[(x+3)(x-3)] = \log 27

Taking antilog: (x+3)(x3)=27(x+3)(x-3) = 27

x29=27x^2 - 9 = 27

x2=36x^2 = 36

x=±6x = \pm 6

Check validity:

  • For x=6x = 6: x+3=9>0x+3 = 9 > 0 and x3=3>0x-3 = 3 > 0
  • For x=6x = -6: x+3=3<0x+3 = -3 < 0 (invalid for logarithm)

Therefore, x=6x = 6

Q.3 (A) [6 marks]

Attempt any two

Q3.1 [3 marks]

Prove that sin(π2+θ)cos(πθ)+tan(πθ)cot(3π2θ)+cosec(π2θ)sec(π+θ)=3\frac{\sin\left(\frac{\pi}{2}+\theta\right)}{\cos(\pi-\theta)} + \frac{\tan(\pi-\theta)}{\cot\left(\frac{3\pi}{2}-\theta\right)} + \frac{\text{cosec}\left(\frac{\pi}{2}-\theta\right)}{\sec(\pi+\theta)} = -3

Answer:

Solution: Using trigonometric identities:

sin(π2+θ)=cosθ\sin\left(\frac{\pi}{2}+\theta\right) = \cos\theta cos(πθ)=cosθ\cos(\pi-\theta) = -\cos\theta tan(πθ)=tanθ\tan(\pi-\theta) = -\tan\theta cot(3π2θ)=tanθ\cot\left(\frac{3\pi}{2}-\theta\right) = \tan\theta cosec(π2θ)=secθ\text{cosec}\left(\frac{\pi}{2}-\theta\right) = \sec\theta sec(π+θ)=secθ\sec(\pi+\theta) = -\sec\theta

Substituting: cosθcosθ+tanθtanθ+secθsecθ\frac{\cos\theta}{-\cos\theta} + \frac{-\tan\theta}{\tan\theta} + \frac{\sec\theta}{-\sec\theta}

=1+(1)+(1)=3= -1 + (-1) + (-1) = -3

Hence proved.

Q3.2 [3 marks]

Prove that tan55°=cos10°+sin10°cos10°sin10°\tan 55° = \frac{\cos 10° + \sin 10°}{\cos 10° - \sin 10°}

Answer:

Solution: We know that tan55°=tan(45°+10°)\tan 55° = \tan(45° + 10°)

Using formula: tan(A+B)=tanA+tanB1tanAtanB\tan(A + B) = \frac{\tan A + \tan B}{1 - \tan A \tan B}

tan55°=tan45°+tan10°1tan45°tan10°=1+tan10°1tan10°\tan 55° = \frac{\tan 45° + \tan 10°}{1 - \tan 45° \tan 10°} = \frac{1 + \tan 10°}{1 - \tan 10°}

Now, tan10°=sin10°cos10°\tan 10° = \frac{\sin 10°}{\cos 10°}

tan55°=1+sin10°cos10°1sin10°cos10°=cos10°+sin10°cos10°sin10°\tan 55° = \frac{1 + \frac{\sin 10°}{\cos 10°}}{1 - \frac{\sin 10°}{\cos 10°}} = \frac{\cos 10° + \sin 10°}{\cos 10° - \sin 10°}

Hence proved.

Q3.3 [3 marks]

If a=2i^+3j^+k^\vec{a} = 2\hat{i} + 3\hat{j} + \hat{k}, b=i^+j^+k^\vec{b} = \hat{i} + \hat{j} + \hat{k} and c=3i^+j^+k^\vec{c} = 3\hat{i} + \hat{j} + \hat{k} then find 2a+bc2\vec{a} + \vec{b} - \vec{c}

Answer:

Solution: Given: a=2i^+3j^+k^\vec{a} = 2\hat{i} + 3\hat{j} + \hat{k} b=i^+j^+k^\vec{b} = \hat{i} + \hat{j} + \hat{k} c=3i^+j^+k^\vec{c} = 3\hat{i} + \hat{j} + \hat{k}

2a=2(2i^+3j^+k^)=4i^+6j^+2k^2\vec{a} = 2(2\hat{i} + 3\hat{j} + \hat{k}) = 4\hat{i} + 6\hat{j} + 2\hat{k}

2a+bc=(4i^+6j^+2k^)+(i^+j^+k^)(3i^+j^+k^)2\vec{a} + \vec{b} - \vec{c} = (4\hat{i} + 6\hat{j} + 2\hat{k}) + (\hat{i} + \hat{j} + \hat{k}) - (3\hat{i} + \hat{j} + \hat{k})

=(4+13)i^+(6+11)j^+(2+11)k^= (4 + 1 - 3)\hat{i} + (6 + 1 - 1)\hat{j} + (2 + 1 - 1)\hat{k}

=2i^+6j^+2k^= 2\hat{i} + 6\hat{j} + 2\hat{k}

Q.3 (B) [8 marks]

Attempt any two

Q3.1 [4 marks]

Prove that sin(xy)cosxcosy+sin(yz)cosycosz+sin(zx)coszcosx=0\frac{\sin(x-y)}{\cos x \cos y} + \frac{\sin(y-z)}{\cos y \cos z} + \frac{\sin(z-x)}{\cos z \cos x} = 0

Answer:

Solution: Using identity: sin(AB)=sinAcosBcosAsinB\sin(A-B) = \sin A \cos B - \cos A \sin B

sin(xy)cosxcosy=sinxcosycosxsinycosxcosy=tanxtany\frac{\sin(x-y)}{\cos x \cos y} = \frac{\sin x \cos y - \cos x \sin y}{\cos x \cos y} = \tan x - \tan y

Similarly: sin(yz)cosycosz=tanytanz\frac{\sin(y-z)}{\cos y \cos z} = \tan y - \tan z sin(zx)coszcosx=tanztanx\frac{\sin(z-x)}{\cos z \cos x} = \tan z - \tan x

Adding all three: (tanxtany)+(tanytanz)+(tanztanx)=0(\tan x - \tan y) + (\tan y - \tan z) + (\tan z - \tan x) = 0

Hence proved.

Q3.2 [4 marks]

Draw graph of y=cosxy = \cos x for 0xπ0 \leq x \leq \pi

Answer:

Solution:

goat

Table of values:

x0π/4π/23π/4π
y1√2/20-√2/2-1

Q3.3 [4 marks]

Find equation of line passing through (1, 2) and (-3, 1)

Answer:

Solution: Given points: (x1,y1)=(1,2)(x_1, y_1) = (1, 2) and (x2,y2)=(3,1)(x_2, y_2) = (-3, 1)

Slope: m=y2y1x2x1=1231=14=14m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{1 - 2}{-3 - 1} = \frac{-1}{-4} = \frac{1}{4}

Using point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1) y2=14(x1)y - 2 = \frac{1}{4}(x - 1) 4(y2)=x14(y - 2) = x - 1 4y8=x14y - 8 = x - 1 x4y+7=0x - 4y + 7 = 0

Equation: x4y+7=0x - 4y + 7 = 0

Q.4 (A) [6 marks]

Attempt any two

Q4.1 [3 marks]

Find unit vector perpendicular to a=i^3j^+k^\vec{a} = \hat{i} - 3\hat{j} + \hat{k} and b=2i^+j^+2k^\vec{b} = 2\hat{i} + \hat{j} + 2\hat{k}

Answer:

Solution: Cross product: a×b=i^j^k^131212\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & -3 & 1 \\ 2 & 1 & 2 \end{vmatrix}

=i^[(3)(2)(1)(1)]j^[(1)(2)(1)(2)]+k^[(1)(1)(3)(2)]= \hat{i}[(-3)(2) - (1)(1)] - \hat{j}[(1)(2) - (1)(2)] + \hat{k}[(1)(1) - (-3)(2)] =i^(61)j^(22)+k^(1+6)= \hat{i}(-6-1) - \hat{j}(2-2) + \hat{k}(1+6) =7i^+0j^+7k^= -7\hat{i} + 0\hat{j} + 7\hat{k}

Magnitude: a×b=(7)2+02+72=49+49=72|\vec{a} \times \vec{b}| = \sqrt{(-7)^2 + 0^2 + 7^2} = \sqrt{49 + 49} = 7\sqrt{2}

Unit vector: n^=7i^+7k^72=i^+k^2\hat{n} = \frac{-7\hat{i} + 7\hat{k}}{7\sqrt{2}} = \frac{-\hat{i} + \hat{k}}{\sqrt{2}}

Q4.2 [3 marks]

Forces (1, 2, 1) and (2, -1, 3) act on a particle and the particle moves from point (2, 3, 1) to (4, 6, 2). Find the work done.

Answer:

Solution: Resultant force: F=(1,2,1)+(2,1,3)=(3,1,4)\vec{F} = (1, 2, 1) + (2, -1, 3) = (3, 1, 4)

Displacement: s=(4,6,2)(2,3,1)=(2,3,1)\vec{s} = (4, 6, 2) - (2, 3, 1) = (2, 3, 1)

Work done: W=Fs=(3)(2)+(1)(3)+(4)(1)=6+3+4=13W = \vec{F} \cdot \vec{s} = (3)(2) + (1)(3) + (4)(1) = 6 + 3 + 4 = 13 units

Q4.3 [3 marks]

Show that lines 2x3y+5=02x - 3y + 5 = 0 and 8x12y3=08x - 12y - 3 = 0 are parallel lines.

Answer:

Solution: For line 2x3y+5=02x - 3y + 5 = 0: slope m1=23m_1 = \frac{2}{3} For line 8x12y3=08x - 12y - 3 = 0: slope m2=812=23m_2 = \frac{8}{12} = \frac{2}{3}

Since m1=m2=23m_1 = m_2 = \frac{2}{3}, the lines are parallel.

Table:

LineStandard FormSlope
Line 12x3y+5=02x - 3y + 5 = 023\frac{2}{3}
Line 28x12y3=08x - 12y - 3 = 023\frac{2}{3}

Q.4 (B) [8 marks]

Attempt any two

Q4.1 [4 marks]

Show that angle between a=i^+j^k^\vec{a} = \hat{i} + \hat{j} - \hat{k} and b=2i^2j^+k^\vec{b} = 2\hat{i} - 2\hat{j} + \hat{k} is sin1(2627)\sin^{-1}\left(\frac{\sqrt{26}}{27}\right)

Answer:

Solution: ab=(1)(2)+(1)(2)+(1)(1)=221=1\vec{a} \cdot \vec{b} = (1)(2) + (1)(-2) + (-1)(1) = 2 - 2 - 1 = -1

a=12+12+(1)2=3|\vec{a}| = \sqrt{1^2 + 1^2 + (-1)^2} = \sqrt{3} b=22+(2)2+12=9=3|\vec{b}| = \sqrt{2^2 + (-2)^2 + 1^2} = \sqrt{9} = 3

cosθ=abab=13×3=133\cos\theta = \frac{\vec{a} \cdot \vec{b}}{|\vec{a}||\vec{b}|} = \frac{-1}{\sqrt{3} \times 3} = \frac{-1}{3\sqrt{3}}

sin2θ=1cos2θ=1127=2627\sin^2\theta = 1 - \cos^2\theta = 1 - \frac{1}{27} = \frac{26}{27}

Therefore, sinθ=2633=2627\sin\theta = \frac{\sqrt{26}}{3\sqrt{3}} = \frac{\sqrt{26}}{\sqrt{27}}

Hence, θ=sin1(2627)\theta = \sin^{-1}\left(\frac{\sqrt{26}}{\sqrt{27}}\right)

Q4.2 [4 marks]

If a=(1,1,1)\vec{a} = (1, 1, 1), b=(2,0,1)\vec{b} = (2, 0, 1) and c=(2,1,0)\vec{c} = (-2, 1, 0) then find a(b×c)\vec{a} \cdot (\vec{b} \times \vec{c})

Answer:

Solution: First find b×c\vec{b} \times \vec{c}: b×c=i^j^k^201210\vec{b} \times \vec{c} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 0 & 1 \\ -2 & 1 & 0 \end{vmatrix}

=i^(0×01×1)j^(2×01×(2))+k^(2×10×(2))= \hat{i}(0 \times 0 - 1 \times 1) - \hat{j}(2 \times 0 - 1 \times (-2)) + \hat{k}(2 \times 1 - 0 \times (-2)) =i^(1)j^(2)+k^(2)= \hat{i}(-1) - \hat{j}(2) + \hat{k}(2) =i^2j^+2k^= -\hat{i} - 2\hat{j} + 2\hat{k}

Now find a(b×c)\vec{a} \cdot (\vec{b} \times \vec{c}): a(b×c)=(1,1,1)(1,2,2)\vec{a} \cdot (\vec{b} \times \vec{c}) = (1, 1, 1) \cdot (-1, -2, 2) =(1)(1)+(1)(2)+(1)(2)=12+2=1= (1)(-1) + (1)(-2) + (1)(2) = -1 - 2 + 2 = -1

Q4.3 [4 marks]

Evaluate limθ0sin4θθ\lim_{\theta \to 0} \frac{\sin 4\theta}{\theta}

Answer:

Solution: limθ0sin4θθ=limθ0sin4θ4θ×4\lim_{\theta \to 0} \frac{\sin 4\theta}{\theta} = \lim_{\theta \to 0} \frac{\sin 4\theta}{4\theta} \times 4

Using standard limit limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1:

Let u=4θu = 4\theta, then as θ0\theta \to 0, u0u \to 0

limθ0sin4θ4θ=limu0sinuu=1\lim_{\theta \to 0} \frac{\sin 4\theta}{4\theta} = \lim_{u \to 0} \frac{\sin u}{u} = 1

Therefore, limθ0sin4θθ=4×1=4\lim_{\theta \to 0} \frac{\sin 4\theta}{\theta} = 4 \times 1 = 4

Q.5 (A) [6 marks]

Attempt any two

Q5.1 [3 marks]

Evaluate limx9x281x9\lim_{x \to 9} \frac{x^2 - 81}{x - 9}

Answer:

Solution: Direct substitution gives 00\frac{0}{0} form.

Factor the numerator: x281=(x9)(x+9)x^2 - 81 = (x-9)(x+9)

limx9x281x9=limx9(x9)(x+9)x9\lim_{x \to 9} \frac{x^2 - 81}{x - 9} = \lim_{x \to 9} \frac{(x-9)(x+9)}{x-9}

=limx9(x+9)=9+9=18= \lim_{x \to 9} (x+9) = 9 + 9 = 18

Q5.2 [3 marks]

Evaluate limx(1+3x)2x\lim_{x \to \infty} \left(1 + \frac{3}{x}\right)^{2x}

Answer:

Solution: Let y=(1+3x)2xy = \left(1 + \frac{3}{x}\right)^{2x}

Taking natural logarithm: lny=2xln(1+3x)\ln y = 2x \ln\left(1 + \frac{3}{x}\right)

As xx \to \infty, 3x0\frac{3}{x} \to 0

Using ln(1+u)u\ln(1+u) \approx u for small uu: lny=2x×3x=6\ln y = 2x \times \frac{3}{x} = 6

Therefore, y=e6y = e^6

Q5.3 [3 marks]

Evaluate limx1x1x2+x2\lim_{x \to 1} \frac{x - 1}{x^2 + x - 2}

Answer:

Solution: Factor the denominator: x2+x2=(x+2)(x1)x^2 + x - 2 = (x+2)(x-1)

limx1x1x2+x2=limx1x1(x+2)(x1)\lim_{x \to 1} \frac{x - 1}{x^2 + x - 2} = \lim_{x \to 1} \frac{x-1}{(x+2)(x-1)}

=limx11x+2=11+2=13= \lim_{x \to 1} \frac{1}{x+2} = \frac{1}{1+2} = \frac{1}{3}

Q.5 (B) [8 marks]

Attempt any two

Q5.1 [4 marks]

Find the equation of line passing through the point (2, -3) and having slope 4.

Answer:

Solution: Using point-slope form: yy1=m(xx1)y - y_1 = m(x - x_1)

Given: (x1,y1)=(2,3)(x_1, y_1) = (2, -3) and slope m=4m = 4

y(3)=4(x2)y - (-3) = 4(x - 2) y+3=4x8y + 3 = 4x - 8 y=4x11y = 4x - 11

Equation: y=4x11y = 4x - 11 or $4x - y - 11 = 0

Q5.2 [4 marks]

For what value of m, lines 7x+y1=07x + y - 1 = 0 and 3xmy+2=03x - my + 2 = 0 are perpendicular to each other.

Answer:

Solution: For perpendicular lines, product of slopes = -1

For line 7x+y1=07x + y - 1 = 0: slope m1=7m_1 = -7 For line 3xmy+2=03x - my + 2 = 0: slope m2=3mm_2 = \frac{3}{m}

Condition: m1×m2=1m_1 \times m_2 = -1 (7)×3m=1(-7) \times \frac{3}{m} = -1 21m=1\frac{-21}{m} = -1 21=m21 = m

Therefore, m=21m = 21

Table:

LineStandard FormSlope
Line 17x+y1=07x + y - 1 = 07-7
Line 23xmy+2=03x - my + 2 = 03m\frac{3}{m}

Verification: When m=21m = 21, slopes are 7-7 and 321=17\frac{3}{21} = \frac{1}{7} Product: (7)×17=1(-7) \times \frac{1}{7} = -1

Q5.3 [4 marks]

Find the centre and radius of the circle 4x2+4y2+8x12y3=04x^2 + 4y^2 + 8x - 12y - 3 = 0

Answer:

Solution: First, divide by 4 to get standard form: x2+y2+2x3y34=0x^2 + y^2 + 2x - 3y - \frac{3}{4} = 0

Complete the square for x and y terms: x2+2x=(x+1)21x^2 + 2x = (x+1)^2 - 1 y23y=(y32)294y^2 - 3y = \left(y - \frac{3}{2}\right)^2 - \frac{9}{4}

Substituting: (x+1)21+(y32)29434=0(x+1)^2 - 1 + \left(y - \frac{3}{2}\right)^2 - \frac{9}{4} - \frac{3}{4} = 0

(x+1)2+(y32)2=1+94+34=1+3=4(x+1)^2 + \left(y - \frac{3}{2}\right)^2 = 1 + \frac{9}{4} + \frac{3}{4} = 1 + 3 = 4

Centre: (1,32)(-1, \frac{3}{2}) Radius: r=4=2r = \sqrt{4} = 2

Table:

ComponentValue
Centre (h,k)(1,32)(-1, \frac{3}{2})
Radius2
Standard Form(x+1)2+(y32)2=4(x+1)^2 + (y-\frac{3}{2})^2 = 4

Formula Cheat Sheet

Determinants

  • 2×2 Determinant: abcd=adbc\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - bc
  • 3×3 Determinant: Expand along any row/column

Functions & Logarithms

  • Basic: loga1=0\log_a 1 = 0, logaa=1\log_a a = 1
  • Properties: log(ab)=loga+logb\log(ab) = \log a + \log b, log(ab)=logalogb\log\left(\frac{a}{b}\right) = \log a - \log b

Trigonometry

  • Basic Values: sin0°=0\sin 0° = 0, sin30°=12\sin 30° = \frac{1}{2}, sin45°=22\sin 45° = \frac{\sqrt{2}}{2}, sin60°=32\sin 60° = \frac{\sqrt{3}}{2}, sin90°=1\sin 90° = 1
  • Conversion: Radians to degrees: ×180π\times \frac{180}{\pi}
  • Identities: sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1
  • Inverse: tan1(1)=π4\tan^{-1}(1) = \frac{\pi}{4}

Vectors

  • Magnitude: a=ax2+ay2+az2|\vec{a}| = \sqrt{a_x^2 + a_y^2 + a_z^2}
  • Dot Product: ab=axbx+ayby+azbz\vec{a} \cdot \vec{b} = a_x b_x + a_y b_y + a_z b_z
  • Cross Product: i^×j^=k^\hat{i} \times \hat{j} = \hat{k}, j^×k^=i^\hat{j} \times \hat{k} = \hat{i}, k^×i^=j^\hat{k} \times \hat{i} = \hat{j}
  • Work Done: W=FsW = \vec{F} \cdot \vec{s}

Coordinate Geometry

  • Slope: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
  • Point-Slope Form: yy1=m(xx1)y - y_1 = m(x - x_1)
  • Parallel Lines: Same slope
  • Perpendicular Lines: Product of slopes = -1
  • Circle: (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2

Limits

  • Standard Limits: limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1, limx0tanxx=1\lim_{x \to 0} \frac{\tan x}{x} = 1
  • Factorization: Use for 00\frac{0}{0} forms
  • L'Hôpital's Rule: For indeterminate forms

Problem-Solving Strategies

For Determinants:

  1. Choose the row/column with most zeros for expansion
  2. Use cofactor expansion systematically
  3. Check calculations by expanding along different rows

For Functions:

  1. Direct substitution first
  2. Use function properties and definitions
  3. Check domain restrictions

For Trigonometry:

  1. Convert all angles to same unit (degrees or radians)
  2. Use standard angle values
  3. Apply appropriate identities
  4. Simplify step by step

For Vectors:

  1. Write components clearly
  2. Use right-hand rule for cross products
  3. Check units and directions
  4. Verify with geometric interpretation

For Coordinate Geometry:

  1. Plot points when possible
  2. Use appropriate formulas based on given information
  3. Check parallel/perpendicular conditions
  4. Complete the square for circles

For Limits:

  1. Try direct substitution first
  2. Factor polynomials for 00\frac{0}{0} forms
  3. Use standard limit formulas
  4. Apply L'Hôpital's rule for indeterminate forms

Common Mistakes to Avoid

Determinants:

  • ❌ Wrong sign in calculations
  • ✅ Follow cofactor signs carefully: (1)i+j(-1)^{i+j}

Logarithms:

  • log(a+b)=loga+logb\log(a+b) = \log a + \log b (WRONG)
  • log(ab)=loga+logb\log(ab) = \log a + \log b (CORRECT)

Trigonometry:

  • ❌ Mixing degrees and radians
  • ✅ Convert to same unit first

Vectors:

  • a×b=b×a\vec{a} \times \vec{b} = \vec{b} \times \vec{a} (WRONG)
  • a×b=(b×a)\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a}) (CORRECT)

Slopes:

  • ❌ Confusing parallel and perpendicular conditions
  • ✅ Parallel: same slope, Perpendicular: product = -1

Limits:

  • ❌ Direct substitution without checking indeterminate forms
  • ✅ Check for 00\frac{0}{0} or \frac{\infty}{\infty} first

Exam Tips

Time Management:

  • Spend 2 minutes per mark (14 marks = 28 minutes for Q1)
  • Start with familiar questions
  • Leave difficult problems for the end

Calculation Tips:

  • Show all steps clearly
  • Use tables for organized presentation
  • Double-check arithmetic
  • Write final answers clearly

Writing Strategy:

  • Write given information first
  • State formulas before using them
  • Include units where applicable
  • Box or underline final answers

Last-Minute Checks:

  • Verify all calculations
  • Check if answers are reasonable
  • Ensure all parts are attempted
  • Review question requirements

Mnemonic for Standard Angles: "Some People Have Curly Brown Hair Through Proper Brushing"

  • Sin 0° = 0, Pi/6 = 1/2, Half = √2/2, Cos complement, etc.

Remember: Mathematics is about understanding patterns, not memorizing formulas. Practice regularly and think step by step!


Quick Reference Table

TopicKey FormulaExample
Determinant 2×2adbcad - bc2314=83=5\begin{vmatrix} 2 & 3 \\ 1 & 4 \end{vmatrix} = 8-3 = 5
Slopey2y1x2x1\frac{y_2-y_1}{x_2-x_1}Points (1,2), (3,8): m=8231=3m = \frac{8-2}{3-1} = 3
Distance(x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}Between (0,0), (3,4): d=5d = 5
Circle(xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2Center (1,2), radius 3
Limitlimxaf(x)\lim_{x \to a} f(x)Direct substitution or factoring

Final Tip: Keep practicing and stay confident! 🎯