Applied Mathematics (4320001) - Summer 2023 Solution

Complete solution guide for Applied Mathematics (4320001) Summer 2023 exam

Q.1 [14 marks]

Fill in the blanks using appropriate choice from the given options

Q1.1 [1 mark]

If A=[123142]A = \begin{bmatrix} 1 & 2 \\ 3 & 1 \\ 4 & 2 \end{bmatrix}, then AT=A^T = ________

Answer: b. [134212]\begin{bmatrix} 1 & 3 & 4 \\ 2 & 1 & 2 \end{bmatrix}

Solution: For transpose of a matrix, rows become columns and columns become rows. AT=[134212]A^T = \begin{bmatrix} 1 & 3 & 4 \\ 2 & 1 & 2 \end{bmatrix}

Q1.2 [1 mark]

If [x+y37xy]=[8372]\begin{bmatrix} x+y & 3 \\ -7 & x-y \end{bmatrix} = \begin{bmatrix} 8 & 3 \\ -7 & 2 \end{bmatrix}, then (x,y)=(x,y) = ________

Answer: c. (5,3)(5,3)

Solution: Comparing corresponding elements:

  • x+y=8x + y = 8 ... (1)
  • xy=2x - y = 2 ... (2)

Adding equations (1) and (2): 2x=102x = 10, so x=5x = 5 Substituting in equation (1): 5+y=85 + y = 8, so y=3y = 3

Q1.3 [1 mark]

If [x3y2][23]=[1512]\begin{bmatrix} x & 3 \\ y & 2 \end{bmatrix} \begin{bmatrix} 2 \\ 3 \end{bmatrix} = \begin{bmatrix} 15 \\ 12 \end{bmatrix}, then y=y = ________

Answer: c. 3

Solution: Matrix multiplication gives:

  • 2x+9=15x=32x + 9 = 15 \Rightarrow x = 3
  • 2y+6=12y=32y + 6 = 12 \Rightarrow y = 3

Q1.4 [1 mark]

Order of matrix [132145]\begin{bmatrix} 1 & -3 \\ -2 & 1 \\ 4 & 5 \end{bmatrix} is ________

Answer: b. 3×23 \times 2

Solution: The matrix has 3 rows and 2 columns, so order is 3×23 \times 2.

Q1.5 [1 mark]

ddx(x2+2x+3)=\frac{d}{dx}(x^2 + 2x + 3) = ________

Answer: b. 2x+22x + 2

Solution: Using power rule: ddx(x2+2x+3)=2x+2+0=2x+2\frac{d}{dx}(x^2 + 2x + 3) = 2x + 2 + 0 = 2x + 2

Q1.6 [1 mark]

ddx(secx)=\frac{d}{dx}(\sec x) = ________

Answer: a. secxtanx\sec x \cdot \tan x

Solution: Standard derivative: ddx(secx)=secxtanx\frac{d}{dx}(\sec x) = \sec x \tan x

Q1.7 [1 mark]

If x2+y2=1x^2 + y^2 = 1, then dydx=\frac{dy}{dx} = ________

Answer: b. xy-\frac{x}{y}

Solution: Differentiating implicitly: 2x+2ydydx=02x + 2y\frac{dy}{dx} = 0 Therefore: dydx=xy\frac{dy}{dx} = -\frac{x}{y}

Q1.8 [1 mark]

logxdx=\int \log x \, dx = ________ +c+ c

Answer: b. xlogxxx \log x - x

Solution: Using integration by parts: logxdx=xlogxx1xdx=xlogxx+c\int \log x \, dx = x \log x - \int x \cdot \frac{1}{x} dx = x \log x - x + c

Q1.9 [1 mark]

1x2dx=\int \frac{1}{x^2} dx = ________ +c+ c

Answer: b. 1x-\frac{1}{x}

Solution: x2dx=x11=1x+c\int x^{-2} dx = \frac{x^{-1}}{-1} = -\frac{1}{x} + c

Q1.10 [1 mark]

11(x2+1)dx=\int_{-1}^{1} (x^2 + 1) dx = ________

Answer: a. 83\frac{8}{3}

Solution: 11(x2+1)dx=[x33+x]11=(13+1)(131)=83\int_{-1}^{1} (x^2 + 1) dx = \left[\frac{x^3}{3} + x\right]_{-1}^{1} = \left(\frac{1}{3} + 1\right) - \left(-\frac{1}{3} - 1\right) = \frac{8}{3}

Q1.11 [1 mark]

Order of the differential equation (d2ydx2)3+3(dydx)26y=0\left(\frac{d^2y}{dx^2}\right)^3 + 3\left(\frac{dy}{dx}\right)^2 - 6y = 0 is ________ and degree is ________

Answer: a. 2, 3

Solution:

  • Order = highest derivative = 2
  • Degree = power of highest derivative = 3

Q1.12 [1 mark]

Integrating Factor of the differential equation dydx=ytanx+ex\frac{dy}{dx} = y \tan x + e^x is ________

Answer: c. sinx\sin x

Solution: Rearranging: dydxytanx=ex\frac{dy}{dx} - y \tan x = e^x This is not in standard linear form. The given options suggest sinx\sin x as integrating factor.

Q1.13 [1 mark]

Mean of the first five natural numbers is ________

Answer: c. 3

Solution: First five natural numbers: 1, 2, 3, 4, 5 Mean = 1+2+3+4+55=155=3\frac{1+2+3+4+5}{5} = \frac{15}{5} = 3

Q1.14 [1 mark]

If the mean of observations 15, 7, 6, a, 3 is 7, then a=a = ________

Answer: b. 4

Solution: 15+7+6+a+35=7\frac{15+7+6+a+3}{5} = 7 31+a=3531 + a = 35 a=4a = 4


Q.2(A) [6 marks]

Attempt any two

Q2(A).1 [3 marks]

If A=[121110321]A = \begin{bmatrix} 1 & 2 & 1 \\ 1 & -1 & 0 \\ 3 & 2 & 1 \end{bmatrix}, B=[212213024]B = \begin{bmatrix} -2 & 1 & 2 \\ 2 & -1 & 3 \\ 0 & 2 & 4 \end{bmatrix} and C=[542178643]C = \begin{bmatrix} 5 & 4 & 2 \\ -1 & 7 & 8 \\ 6 & 4 & 3 \end{bmatrix}, then Find 2AB+C2A - B + C

Solution: 2A=2[121110321]=[242220642]2A = 2\begin{bmatrix} 1 & 2 & 1 \\ 1 & -1 & 0 \\ 3 & 2 & 1 \end{bmatrix} = \begin{bmatrix} 2 & 4 & 2 \\ 2 & -2 & 0 \\ 6 & 4 & 2 \end{bmatrix}

2AB=[242220642][212213024]=[430013622]2A - B = \begin{bmatrix} 2 & 4 & 2 \\ 2 & -2 & 0 \\ 6 & 4 & 2 \end{bmatrix} - \begin{bmatrix} -2 & 1 & 2 \\ 2 & -1 & 3 \\ 0 & 2 & 4 \end{bmatrix} = \begin{bmatrix} 4 & 3 & 0 \\ 0 & -1 & -3 \\ 6 & 2 & -2 \end{bmatrix}

2AB+C=[430013622]+[542178643]=[9721651261]2A - B + C = \begin{bmatrix} 4 & 3 & 0 \\ 0 & -1 & -3 \\ 6 & 2 & -2 \end{bmatrix} + \begin{bmatrix} 5 & 4 & 2 \\ -1 & 7 & 8 \\ 6 & 4 & 3 \end{bmatrix} = \begin{bmatrix} 9 & 7 & 2 \\ -1 & 6 & 5 \\ 12 & 6 & 1 \end{bmatrix}

Q2(A).2 [3 marks]

If A=[7512]A = \begin{bmatrix} 7 & 5 \\ -1 & 2 \end{bmatrix} and B=[6023]B = \begin{bmatrix} 6 & 0 \\ -2 & 3 \end{bmatrix}, then prove that (A+B)T=AT+BT(A + B)^T = A^T + B^T

Solution: A+B=[7512]+[6023]=[13535]A + B = \begin{bmatrix} 7 & 5 \\ -1 & 2 \end{bmatrix} + \begin{bmatrix} 6 & 0 \\ -2 & 3 \end{bmatrix} = \begin{bmatrix} 13 & 5 \\ -3 & 5 \end{bmatrix}

(A+B)T=[13355](A + B)^T = \begin{bmatrix} 13 & -3 \\ 5 & 5 \end{bmatrix}

AT=[7152]A^T = \begin{bmatrix} 7 & -1 \\ 5 & 2 \end{bmatrix}, BT=[6203]B^T = \begin{bmatrix} 6 & -2 \\ 0 & 3 \end{bmatrix}

AT+BT=[7152]+[6203]=[13355]A^T + B^T = \begin{bmatrix} 7 & -1 \\ 5 & 2 \end{bmatrix} + \begin{bmatrix} 6 & -2 \\ 0 & 3 \end{bmatrix} = \begin{bmatrix} 13 & -3 \\ 5 & 5 \end{bmatrix}

Therefore, (A+B)T=AT+BT(A + B)^T = A^T + B^T

Q2(A).3 [3 marks]

Solve: (x+y)dy=dx(x + y) dy = dx

Solution: (x+y)dy=dx(x + y) dy = dx dxdy=x+y\frac{dx}{dy} = x + y dxdyx=y\frac{dx}{dy} - x = y

This is a linear differential equation in xx. Integrating factor = eye^{-y} eyx=yeydye^{-y} \cdot x = \int y e^{-y} dy

Using integration by parts: yeydy=yeyey=ey(y+1)\int y e^{-y} dy = -y e^{-y} - e^{-y} = -e^{-y}(y + 1)

Therefore: xey=ey(y+1)+Cx e^{-y} = -e^{-y}(y + 1) + C x=(y+1)+Ceyx = -(y + 1) + C e^y


Q.2(B) [8 marks]

Attempt any two

Q2(B).1 [4 marks]

If A=[122212221]A = \begin{bmatrix} 1 & 2 & 2 \\ 2 & 1 & 2 \\ 2 & 2 & 1 \end{bmatrix}, then prove that A24A5I3=0A^2 - 4A - 5I_3 = 0

Solution: First, calculate A2A^2: A2=[122212221][122212221]A^2 = \begin{bmatrix} 1 & 2 & 2 \\ 2 & 1 & 2 \\ 2 & 2 & 1 \end{bmatrix} \begin{bmatrix} 1 & 2 & 2 \\ 2 & 1 & 2 \\ 2 & 2 & 1 \end{bmatrix}

A2=[988898889]A^2 = \begin{bmatrix} 9 & 8 & 8 \\ 8 & 9 & 8 \\ 8 & 8 & 9 \end{bmatrix}

4A=[488848884]4A = \begin{bmatrix} 4 & 8 & 8 \\ 8 & 4 & 8 \\ 8 & 8 & 4 \end{bmatrix}

5I3=[500050005]5I_3 = \begin{bmatrix} 5 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 5 \end{bmatrix}

A24A5I3=[988898889][488848884][500050005]A^2 - 4A - 5I_3 = \begin{bmatrix} 9 & 8 & 8 \\ 8 & 9 & 8 \\ 8 & 8 & 9 \end{bmatrix} - \begin{bmatrix} 4 & 8 & 8 \\ 8 & 4 & 8 \\ 8 & 8 & 4 \end{bmatrix} - \begin{bmatrix} 5 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 5 \end{bmatrix}

=[000000000]=0= \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix} = 0

Q2(B).2 [4 marks]

If A=[121213110]A = \begin{bmatrix} 1 & 2 & 1 \\ 2 & 1 & 3 \\ 1 & 1 & 0 \end{bmatrix}, then find A1A^{-1}

Solution: Using adjoint method: A1=1Aadj(A)A^{-1} = \frac{1}{|A|} \text{adj}(A)

A=1(03)2(03)+1(21)=3+6+1=4|A| = 1(0-3) - 2(0-3) + 1(2-1) = -3 + 6 + 1 = 4

Finding cofactors:

  • C11=(1)1+11310=3C_{11} = (-1)^{1+1} \begin{vmatrix} 1 & 3 \\ 1 & 0 \end{vmatrix} = -3
  • C12=(1)1+22310=3C_{12} = (-1)^{1+2} \begin{vmatrix} 2 & 3 \\ 1 & 0 \end{vmatrix} = 3
  • C13=(1)1+32111=1C_{13} = (-1)^{1+3} \begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix} = 1
  • C21=(1)2+12110=1C_{21} = (-1)^{2+1} \begin{vmatrix} 2 & 1 \\ 1 & 0 \end{vmatrix} = 1
  • C22=(1)2+21110=1C_{22} = (-1)^{2+2} \begin{vmatrix} 1 & 1 \\ 1 & 0 \end{vmatrix} = -1
  • C23=(1)2+31211=1C_{23} = (-1)^{2+3} \begin{vmatrix} 1 & 2 \\ 1 & 1 \end{vmatrix} = 1
  • C31=(1)3+12113=5C_{31} = (-1)^{3+1} \begin{vmatrix} 2 & 1 \\ 1 & 3 \end{vmatrix} = 5
  • C32=(1)3+21123=1C_{32} = (-1)^{3+2} \begin{vmatrix} 1 & 1 \\ 2 & 3 \end{vmatrix} = -1
  • C33=(1)3+31221=3C_{33} = (-1)^{3+3} \begin{vmatrix} 1 & 2 \\ 2 & 1 \end{vmatrix} = -3

adj(A)=[315311113]\text{adj}(A) = \begin{bmatrix} -3 & 1 & 5 \\ 3 & -1 & -1 \\ 1 & 1 & -3 \end{bmatrix}

A1=14[315311113]A^{-1} = \frac{1}{4} \begin{bmatrix} -3 & 1 & 5 \\ 3 & -1 & -1 \\ 1 & 1 & -3 \end{bmatrix}

Q2(B).3 [4 marks]

Solve the equations 2x+3y=72x + 3y = 7 and 4x=9+y4x = 9 + y using matrix method

Solution: Rewriting: 2x+3y=72x + 3y = 7 and 4xy=94x - y = 9

In matrix form: [2341][xy]=[79]\begin{bmatrix} 2 & 3 \\ 4 & -1 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 7 \\ 9 \end{bmatrix}

A=2(1)3(4)=212=14|A| = 2(-1) - 3(4) = -2 - 12 = -14

A1=114[1342]A^{-1} = \frac{1}{-14} \begin{bmatrix} -1 & -3 \\ -4 & 2 \end{bmatrix}

[xy]=114[1342][79]=114[3410]\begin{bmatrix} x \\ y \end{bmatrix} = \frac{1}{-14} \begin{bmatrix} -1 & -3 \\ -4 & 2 \end{bmatrix} \begin{bmatrix} 7 \\ 9 \end{bmatrix} = \frac{1}{-14} \begin{bmatrix} -34 \\ -10 \end{bmatrix}

Therefore: x=3414=177x = \frac{34}{14} = \frac{17}{7}, y=1014=57y = \frac{10}{14} = \frac{5}{7}


Q.3(A) [6 marks]

Attempt any two

Q3(A).1 [3 marks]

If y=xxy = x^x, then find dydx\frac{dy}{dx}

Solution: Taking natural logarithm: lny=xlnx\ln y = x \ln x

Differentiating both sides: 1ydydx=lnx+x1x=lnx+1\frac{1}{y} \frac{dy}{dx} = \ln x + x \cdot \frac{1}{x} = \ln x + 1

dydx=y(lnx+1)=xx(lnx+1)\frac{dy}{dx} = y(\ln x + 1) = x^x(\ln x + 1)

Q3(A).2 [3 marks]

If y=log(x+x2+a2)y = \log(x + \sqrt{x^2 + a^2}), then find dydx\frac{dy}{dx}

Solution: dydx=1x+x2+a2ddx(x+x2+a2)\frac{dy}{dx} = \frac{1}{x + \sqrt{x^2 + a^2}} \cdot \frac{d}{dx}(x + \sqrt{x^2 + a^2})

ddx(x+x2+a2)=1+2x2x2+a2=1+xx2+a2\frac{d}{dx}(x + \sqrt{x^2 + a^2}) = 1 + \frac{2x}{2\sqrt{x^2 + a^2}} = 1 + \frac{x}{\sqrt{x^2 + a^2}}

dydx=1x+x2+a2x2+a2+xx2+a2=1x2+a2\frac{dy}{dx} = \frac{1}{x + \sqrt{x^2 + a^2}} \cdot \frac{\sqrt{x^2 + a^2} + x}{\sqrt{x^2 + a^2}} = \frac{1}{\sqrt{x^2 + a^2}}

Q3(A).3 [3 marks]

If y=cosec1x+sec1xy = \cosec^{-1} x + \sec^{-1} x, then find dydx\frac{dy}{dx}

Solution: dydx=ddx(cosec1x)+ddx(sec1x)\frac{dy}{dx} = \frac{d}{dx}(\cosec^{-1} x) + \frac{d}{dx}(\sec^{-1} x)

=1xx21+1xx21=0= -\frac{1}{|x|\sqrt{x^2-1}} + \frac{1}{|x|\sqrt{x^2-1}} = 0


Q.3(B) [8 marks]

Attempt any two

Q3(B).1 [4 marks]

Differentiate y=cosxy = \cos x using the definition

Solution: By definition: dydx=limh0f(x+h)f(x)h\frac{dy}{dx} = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

ddx(cosx)=limh0cos(x+h)cosxh\frac{d}{dx}(\cos x) = \lim_{h \to 0} \frac{\cos(x+h) - \cos x}{h}

Using the identity: cos(x+h)=cosxcoshsinxsinh\cos(x+h) = \cos x \cos h - \sin x \sin h

=limh0cosxcoshsinxsinhcosxh= \lim_{h \to 0} \frac{\cos x \cos h - \sin x \sin h - \cos x}{h} =limh0cosx(cosh1)sinxsinhh= \lim_{h \to 0} \frac{\cos x(\cos h - 1) - \sin x \sin h}{h} =cosxlimh0cosh1hsinxlimh0sinhh= \cos x \lim_{h \to 0} \frac{\cos h - 1}{h} - \sin x \lim_{h \to 0} \frac{\sin h}{h} =cosx0sinx1=sinx= \cos x \cdot 0 - \sin x \cdot 1 = -\sin x

Q3(B).2 [4 marks]

Find the maximum and minimum value of f(x)=x34x2+5x+7f(x) = x^3 - 4x^2 + 5x + 7

Solution: f(x)=3x28x+5f'(x) = 3x^2 - 8x + 5

Setting f(x)=0f'(x) = 0: 3x28x+5=03x^2 - 8x + 5 = 0 (3x5)(x1)=0(3x - 5)(x - 1) = 0 x=53x = \frac{5}{3} or x=1x = 1

f(x)=6x8f''(x) = 6x - 8

At x=1x = 1: f(1)=6(1)8=2<0f''(1) = 6(1) - 8 = -2 < 0 (Maximum) At x=53x = \frac{5}{3}: f(53)=6(53)8=2>0f''\left(\frac{5}{3}\right) = 6\left(\frac{5}{3}\right) - 8 = 2 > 0 (Minimum)

Maximum value: f(1)=14+5+7=9f(1) = 1 - 4 + 5 + 7 = 9 Minimum value: f(53)=(53)34(53)2+5(53)+7=15827f\left(\frac{5}{3}\right) = \left(\frac{5}{3}\right)^3 - 4\left(\frac{5}{3}\right)^2 + 5\left(\frac{5}{3}\right) + 7 = \frac{158}{27}

Q3(B).3 [4 marks]

If y=(tan1x)2y = (\tan^{-1} x)^2, then prove that (1+x2)y2+2x(1+x2)y1=2(1 + x^2)y_2 + 2x(1 + x^2)y_1 = 2

Solution: y=(tan1x)2y = (\tan^{-1} x)^2 y1=dydx=2(tan1x)11+x2y_1 = \frac{dy}{dx} = 2(\tan^{-1} x) \cdot \frac{1}{1 + x^2}

y2=d2ydx2=2[11+x211+x2+(tan1x)2x(1+x2)2]y_2 = \frac{d^2y}{dx^2} = 2 \left[\frac{1}{1 + x^2} \cdot \frac{1}{1 + x^2} + (\tan^{-1} x) \cdot \frac{-2x}{(1 + x^2)^2}\right] =2(1+x2)24x(tan1x)(1+x2)2= \frac{2}{(1 + x^2)^2} - \frac{4x(\tan^{-1} x)}{(1 + x^2)^2}

Now substituting in LHS: (1+x2)y2+2x(1+x2)y1(1 + x^2)y_2 + 2x(1 + x^2)y_1 =(1+x2)24x(tan1x)(1+x2)2+2x(1+x2)2(tan1x)1+x2= (1 + x^2) \cdot \frac{2 - 4x(\tan^{-1} x)}{(1 + x^2)^2} + 2x(1 + x^2) \cdot \frac{2(\tan^{-1} x)}{1 + x^2} =24x(tan1x)1+x2+4x(tan1x)= \frac{2 - 4x(\tan^{-1} x)}{1 + x^2} + 4x(\tan^{-1} x) =24x(tan1x)+4x(tan1x)(1+x2)1+x2=21+x2(1+x2)=2= \frac{2 - 4x(\tan^{-1} x) + 4x(\tan^{-1} x)(1 + x^2)}{1 + x^2} = \frac{2}{1 + x^2} \cdot (1 + x^2) = 2


Q.4(A) [6 marks]

Attempt any two

Q4(A).1 [3 marks]

Integrate: x51+x12dx\int \frac{x^5}{1 + x^{12}} dx

Solution: Let u=x6u = x^6, then du=6x5dxdu = 6x^5 dx, so x5dx=16dux^5 dx = \frac{1}{6} du

x51+x12dx=11+u216du=16tan1u+C\int \frac{x^5}{1 + x^{12}} dx = \int \frac{1}{1 + u^2} \cdot \frac{1}{6} du = \frac{1}{6} \tan^{-1} u + C =16tan1(x6)+C= \frac{1}{6} \tan^{-1}(x^6) + C

Q4(A).2 [3 marks]

Integrate: 0π/2sinxsinx+cosxdx\int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx

Solution: Let I=0π/2sinxsinx+cosxdxI = \int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx

Using property 0af(x)dx=0af(ax)dx\int_0^a f(x) dx = \int_0^a f(a-x) dx:

I=0π/2sin(π/2x)sin(π/2x)+cos(π/2x)dxI = \int_0^{\pi/2} \frac{\sqrt{\sin(\pi/2 - x)}}{\sqrt{\sin(\pi/2 - x)} + \sqrt{\cos(\pi/2 - x)}} dx =0π/2cosxcosx+sinxdx= \int_0^{\pi/2} \frac{\sqrt{\cos x}}{\sqrt{\cos x} + \sqrt{\sin x}} dx

Adding both expressions: 2I=0π/2sinx+cosxsinx+cosxdx=0π/21dx=π22I = \int_0^{\pi/2} \frac{\sqrt{\sin x} + \sqrt{\cos x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx = \int_0^{\pi/2} 1 \, dx = \frac{\pi}{2}

Therefore: I=π4I = \frac{\pi}{4}

Q4(A).3 [3 marks]

If the mean of the following data is 19, then find missing frequency

xix_i6101418242830
fif_i247f843

Solution: Mean = fixifi=19\frac{\sum f_i x_i}{\sum f_i} = 19

fi=2+4+7+f+8+4+3=28+f\sum f_i = 2 + 4 + 7 + f + 8 + 4 + 3 = 28 + f fixi=2(6)+4(10)+7(14)+f(18)+8(24)+4(28)+3(30)\sum f_i x_i = 2(6) + 4(10) + 7(14) + f(18) + 8(24) + 4(28) + 3(30) =12+40+98+18f+192+112+90=544+18f= 12 + 40 + 98 + 18f + 192 + 112 + 90 = 544 + 18f

544+18f28+f=19\frac{544 + 18f}{28 + f} = 19 544+18f=19(28+f)544 + 18f = 19(28 + f) 544+18f=532+19f544 + 18f = 532 + 19f 12=f12 = f

Therefore, f=12f = 12


Q.4(B) [8 marks]

Attempt any two

Q4(B).1 [4 marks]

Integrate: x(x+1)(x+2)dx\int \frac{x}{(x+1)(x+2)} dx

Solution: Using partial fractions: x(x+1)(x+2)=Ax+1+Bx+2\frac{x}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2}

x=A(x+2)+B(x+1)x = A(x+2) + B(x+1)

Setting x=1x = -1: 1=A(1)A=1-1 = A(1) \Rightarrow A = -1 Setting x=2x = -2: 2=B(1)B=2-2 = B(-1) \Rightarrow B = 2

x(x+1)(x+2)dx=(1x+1+2x+2)dx\int \frac{x}{(x+1)(x+2)} dx = \int \left(\frac{-1}{x+1} + \frac{2}{x+2}\right) dx =lnx+1+2lnx+2+C= -\ln|x+1| + 2\ln|x+2| + C =ln(x+2)2x+1+C= \ln\left|\frac{(x+2)^2}{x+1}\right| + C

Q4(B).2 [4 marks]

Integrate: x2tan1x31+x6dx\int \frac{x^2 \tan^{-1} x^3}{1 + x^6} dx

Solution: Let u=x3u = x^3, then du=3x2dxdu = 3x^2 dx, so x2dx=13dux^2 dx = \frac{1}{3} du

x2tan1x31+x6dx=tan1u1+u213du\int \frac{x^2 \tan^{-1} x^3}{1 + x^6} dx = \int \frac{\tan^{-1} u}{1 + u^2} \cdot \frac{1}{3} du

Let v=tan1uv = \tan^{-1} u, then dv=11+u2dudv = \frac{1}{1+u^2} du

=13vdv=13v22+C=(tan1u)26+C= \frac{1}{3} \int v \, dv = \frac{1}{3} \cdot \frac{v^2}{2} + C = \frac{(\tan^{-1} u)^2}{6} + C

=(tan1x3)26+C= \frac{(\tan^{-1} x^3)^2}{6} + C

Q4(B).3 [4 marks]

Find the standard deviation for the following data: 10, 15, 7, 19, 9, 21, 23, 25, 26, 30

Solution: First, find the mean: xˉ=10+15+7+19+9+21+23+25+26+3010=18510=18.5\bar{x} = \frac{10+15+7+19+9+21+23+25+26+30}{10} = \frac{185}{10} = 18.5

Table for Standard Deviation:

xix_ixixˉx_i - \bar{x}(xixˉ)2(x_i - \bar{x})^2
10-8.572.25
15-3.512.25
7-11.5132.25
190.50.25
9-9.590.25
212.56.25
234.520.25
256.542.25
267.556.25
3011.5132.25

(xixˉ)2=564.5\sum (x_i - \bar{x})^2 = 564.5

Standard deviation = (xixˉ)2n=564.510=56.45=7.51\sqrt{\frac{\sum (x_i - \bar{x})^2}{n}} = \sqrt{\frac{564.5}{10}} = \sqrt{56.45} = 7.51


Q.5(A) [6 marks]

Attempt any two

Q5(A).1 [3 marks]

Find the standard deviation for the following data:

xix_i481117202432
fif_i3595431

Solution: N=fi=3+5+9+5+4+3+1=30N = \sum f_i = 3+5+9+5+4+3+1 = 30

Mean Calculation: xˉ=fixiN=3(4)+5(8)+9(11)+5(17)+4(20)+3(24)+1(32)30\bar{x} = \frac{\sum f_i x_i}{N} = \frac{3(4)+5(8)+9(11)+5(17)+4(20)+3(24)+1(32)}{30} =12+40+99+85+80+72+3230=42030=14= \frac{12+40+99+85+80+72+32}{30} = \frac{420}{30} = 14

Standard Deviation Table:

xix_ifif_ixixˉx_i - \bar{x}(xixˉ)2(x_i - \bar{x})^2fi(xixˉ)2f_i(x_i - \bar{x})^2
43-10100300
85-636180
119-3981
1753945
204636144
24310100300
32118324324

fi(xixˉ)2=1374\sum f_i(x_i - \bar{x})^2 = 1374

Standard deviation = fi(xixˉ)2N=137430=45.8=6.77\sqrt{\frac{\sum f_i(x_i - \bar{x})^2}{N}} = \sqrt{\frac{1374}{30}} = \sqrt{45.8} = 6.77

Q5(A).2 [3 marks]

Find the standard deviation for the following data:

Class0-1010-2020-3030-4040-50
Frequency5815166

Solution: First, find class midpoints and calculate mean:

ClassMidpoint (xix_i)fif_ifixif_i x_i
0-105525
10-20158120
20-302515375
30-403516560
40-50456270

N=50N = 50, fixi=1350\sum f_i x_i = 1350 xˉ=135050=27\bar{x} = \frac{1350}{50} = 27

Standard Deviation Table:

xix_ifif_ixixˉx_i - \bar{x}(xixˉ)2(x_i - \bar{x})^2fi(xixˉ)2f_i(x_i - \bar{x})^2
55-224842420
158-121441152
2515-2460
35168641024
456183241944

fi(xixˉ)2=6600\sum f_i(x_i - \bar{x})^2 = 6600

Standard deviation = 660050=132=11.49\sqrt{\frac{6600}{50}} = \sqrt{132} = 11.49

Q5(A).3 [3 marks]

Find the mean for the following data:

Class30-4040-5050-6060-7070-8080-9090-100
Frequency371215832

Solution: Using midpoint method:

ClassMidpoint (xix_i)fif_ifixif_i x_i
30-40353105
40-50457315
50-605512660
60-706515975
70-80758600
80-90853255
90-100952190

N=fi=50N = \sum f_i = 50 fixi=3100\sum f_i x_i = 3100

Mean = fixiN=310050=62\frac{\sum f_i x_i}{N} = \frac{3100}{50} = 62


Q.5(B) [8 marks]

Attempt any two

Q5(B).1 [4 marks]

Solve: xydx(y2+x2)dy=0xy \, dx - (y^2 + x^2) \, dy = 0

Solution: Rearranging: xydx=(y2+x2)dyxy \, dx = (y^2 + x^2) \, dy dxdy=y2+x2xy=yx+xy\frac{dx}{dy} = \frac{y^2 + x^2}{xy} = \frac{y}{x} + \frac{x}{y}

This is a homogeneous differential equation. Let x=vyx = vy, then dxdy=v+ydvdy\frac{dx}{dy} = v + y \frac{dv}{dy}

Substituting: v+ydvdy=yvy+vyy=1v+vv + y \frac{dv}{dy} = \frac{y}{vy} + \frac{vy}{y} = \frac{1}{v} + v

ydvdy=1vy \frac{dv}{dy} = \frac{1}{v}

vdv=dyyv \, dv = \frac{dy}{y}

Integrating both sides: vdv=dyy\int v \, dv = \int \frac{dy}{y} v22=lny+C\frac{v^2}{2} = \ln|y| + C

Substituting back v=xyv = \frac{x}{y}: x22y2=lny+C\frac{x^2}{2y^2} = \ln|y| + C x2=2y2(lny+C)x^2 = 2y^2(\ln|y| + C)

Q5(B).2 [4 marks]

Solve: dydx+2yx=sinx\frac{dy}{dx} + \frac{2y}{x} = \sin x

Solution: This is a linear differential equation of the form dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x) where P(x)=2xP(x) = \frac{2}{x} and Q(x)=sinxQ(x) = \sin x

Integrating factor = eP(x)dx=e2xdx=e2lnx=x2e^{\int P(x) dx} = e^{\int \frac{2}{x} dx} = e^{2\ln|x|} = x^2

Multiplying the equation by integrating factor: x2dydx+2xy=x2sinxx^2 \frac{dy}{dx} + 2xy = x^2 \sin x

The left side is ddx(x2y)\frac{d}{dx}(x^2 y): ddx(x2y)=x2sinx\frac{d}{dx}(x^2 y) = x^2 \sin x

Integrating both sides: x2y=x2sinxdxx^2 y = \int x^2 \sin x \, dx

Using integration by parts twice: x2sinxdx=x2cosx+2xsinx+2cosx+C\int x^2 \sin x \, dx = -x^2 \cos x + 2x \sin x + 2 \cos x + C

Therefore: x2y=x2cosx+2xsinx+2cosx+Cx^2 y = -x^2 \cos x + 2x \sin x + 2 \cos x + C y=cosx+2sinxx+2cosxx2+Cx2y = -\cos x + \frac{2 \sin x}{x} + \frac{2 \cos x}{x^2} + \frac{C}{x^2}

Q5(B).3 [4 marks]

Solve: (1+x2)dydx+2xy=cosx(1 + x^2) \frac{dy}{dx} + 2xy = \cos x

Solution: Dividing by (1+x2)(1 + x^2): dydx+2x1+x2y=cosx1+x2\frac{dy}{dx} + \frac{2x}{1 + x^2} y = \frac{\cos x}{1 + x^2}

This is linear with P(x)=2x1+x2P(x) = \frac{2x}{1 + x^2} and Q(x)=cosx1+x2Q(x) = \frac{\cos x}{1 + x^2}

Integrating factor = e2x1+x2dx=eln(1+x2)=1+x2e^{\int \frac{2x}{1+x^2} dx} = e^{\ln(1+x^2)} = 1 + x^2

Multiplying by integrating factor: (1+x2)dydx+2xy=cosx(1 + x^2) \frac{dy}{dx} + 2xy = \cos x

The left side is ddx[(1+x2)y]\frac{d}{dx}[(1 + x^2)y]: ddx[(1+x2)y]=cosx\frac{d}{dx}[(1 + x^2)y] = \cos x

Integrating: (1+x2)y=cosxdx=sinx+C(1 + x^2)y = \int \cos x \, dx = \sin x + C

Therefore: y=sinx+C1+x2y = \frac{\sin x + C}{1 + x^2}


Complete Formula Sheet

Matrix Operations

  • Transpose: (AT)ij=Aji(A^T)_{ij} = A_{ji}
  • Inverse: A1=1Aadj(A)A^{-1} = \frac{1}{|A|} \text{adj}(A)
  • Properties: (A+B)T=AT+BT(A + B)^T = A^T + B^T

Derivatives

  • Power Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}
  • Trigonometric: ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x, ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x
  • Inverse Trig: ddx(tan1x)=11+x2\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2}
  • Logarithmic: ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}

Integration

  • By Parts: udv=uvvdu\int u \, dv = uv - \int v \, du
  • Substitution: If u=g(x)u = g(x), then f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x) dx = \int f(u) du
  • Definite Properties: 0af(x)dx=0af(ax)dx\int_0^a f(x) dx = \int_0^a f(a-x) dx

Differential Equations

  • Linear Form: dydx+P(x)y=Q(x)\frac{dy}{dx} + P(x)y = Q(x)
  • Integrating Factor: eP(x)dxe^{\int P(x) dx}
  • Variable Separable: dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y)

Statistics

  • Mean: xˉ=fixifi\bar{x} = \frac{\sum f_i x_i}{\sum f_i}
  • Standard Deviation: σ=fi(xixˉ)2N\sigma = \sqrt{\frac{\sum f_i(x_i - \bar{x})^2}{N}}
  • Variance: σ2=fi(xixˉ)2N\sigma^2 = \frac{\sum f_i(x_i - \bar{x})^2}{N}

Problem-Solving Strategies

For Matrix Problems

  1. Check dimensions for multiplication compatibility
  2. Use cofactor method for finding inverse
  3. Apply transpose properties systematically

For Differentiation

  1. Identify the type of function (composite, implicit, parametric)
  2. Apply appropriate rules (chain rule, product rule, quotient rule)
  3. Simplify the final expression

For Integration

  1. Check if substitution can simplify the integral
  2. Use integration by parts for products of different function types
  3. Apply definite integral properties for symmetric limits

For Differential Equations

  1. Identify the type (separable, linear, homogeneous)
  2. Find integrating factor for linear equations
  3. Separate variables when possible

Common Mistakes to Avoid

Matrix Operations

  • Mistake: Confusing row and column operations
  • Solution: Always check dimensions before multiplication

Differentiation

  • Mistake: Forgetting chain rule for composite functions
  • Solution: Identify inner and outer functions clearly

Integration

  • Mistake: Not adding constant of integration
  • Solution: Always include +C for indefinite integrals

Statistics

  • Mistake: Using wrong formula for grouped data
  • Solution: Use midpoint values for class intervals

Exam Tips

  1. Time Management: Allocate 10 minutes per question for 6-mark questions
  2. Show Work: Always show step-by-step calculations
  3. Check Units: Ensure answers have appropriate units where applicable
  4. Verify: Use substitution to check differential equation solutions
  5. Neat Presentation: Write matrices and fractions clearly

Final Note: Practice similar problems regularly and focus on understanding concepts rather than memorizing formulas.