Applied Mathematics (4320001) - Summer 2024 Solution

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

Q.1 Fill in the blanks [14 marks]

Q1.1 [1 mark]

Order of the matrix [123456]\begin{bmatrix} 1 & 2 & 3 \\ -4 & 5 & 6 \end{bmatrix} is = ___________

Answer: (b) 2×32 \times 3

Solution: A matrix with 2 rows and 3 columns has order 2×32 \times 3.

Q1.2 [1 mark]

If [x3240]=[5240]\begin{bmatrix} x-3 & 2 \\ 4 & 0 \end{bmatrix} = \begin{bmatrix} 5 & 2 \\ 4 & 0 \end{bmatrix} then xx = ____

Answer: (d) 8

Solution: For matrix equality, corresponding elements must be equal: x3=5x - 3 = 5 x=8x = 8

Q1.3 [1 mark]

The adjoint of [3201]\begin{bmatrix} -3 & 2 \\ 0 & 1 \end{bmatrix} = _____________

Answer: (b) [1203]\begin{bmatrix} 1 & -2 \\ 0 & -3 \end{bmatrix}

Solution: For matrix A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, adj(A)=[dbca]\text{adj}(A) = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} adj[3201]=[1203]\text{adj}\begin{bmatrix} -3 & 2 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & -2 \\ 0 & -3 \end{bmatrix}

Q1.4 [1 mark]

For any square matrix AA, (A1)1(A^{-1})^{-1} = ____________

Answer: (b) AA

Solution: By definition of inverse matrices: (A1)1=A(A^{-1})^{-1} = A

Q1.5 [1 mark]

ddxlogx\frac{d}{dx} \log x = _________

Answer: (b) 1x\frac{1}{x}

Solution: The derivative of natural logarithm: ddxlogx=1x\frac{d}{dx} \log x = \frac{1}{x}

Q1.6 [1 mark]

ddx(tan1x+cot1x)\frac{d}{dx}(\tan^{-1} x + \cot^{-1} x) = _______

Answer: (d) 0

Solution: tan1x+cot1x=π2\tan^{-1} x + \cot^{-1} x = \frac{\pi}{2} (constant) Therefore, ddx(tan1x+cot1x)=0\frac{d}{dx}(\tan^{-1} x + \cot^{-1} x) = 0

Q1.7 [1 mark]

If x=acosθx = a \cos \theta, y=asinθy = a \sin \theta then dydx\frac{dy}{dx} = __________

Answer: (a) cotθ-\cot \theta

Solution: dxdθ=asinθ\frac{dx}{d\theta} = -a \sin \theta, dydθ=acosθ\frac{dy}{d\theta} = a \cos \theta dydx=dy/dθdx/dθ=acosθasinθ=cotθ\frac{dy}{dx} = \frac{dy/d\theta}{dx/d\theta} = \frac{a \cos \theta}{-a \sin \theta} = -\cot \theta

Q1.8 [1 mark]

5x4dx\int 5x^4 dx = ____________ + cc

Answer: (d) x5x^5

Solution: 5x4dx=5x55=x5+c\int 5x^4 dx = 5 \cdot \frac{x^5}{5} = x^5 + c

Q1.9 [1 mark]

01exdx\int_0^1 e^x dx = __________

Answer: (a) e1e - 1

Solution: 01exdx=[ex]01=e1e0=e1\int_0^1 e^x dx = [e^x]_0^1 = e^1 - e^0 = e - 1

Q1.10 [1 mark]

113x22x+1dx\int_{-1}^1 3x^2 - 2x + 1 dx = __________

Answer: (c) 4

Solution: 11(3x22x+1)dx=[x3x2+x]11\int_{-1}^1 (3x^2 - 2x + 1) dx = [x^3 - x^2 + x]_{-1}^1 =(11+1)(111)=1(3)=4= (1 - 1 + 1) - (-1 - 1 - 1) = 1 - (-3) = 4

Q1.11 [1 mark]

The order of differential equation (dydx)2+4y=x(\frac{dy}{dx})^2 + 4y = x is ___________

Answer: (d) 1

Solution: Order is the highest derivative present. Here, only first derivative dydx\frac{dy}{dx} appears, so order = 1.

Q1.12 [1 mark]

The integrating factor of dydx+3y=x\frac{dy}{dx} + 3y = x is _____________

Answer: (d) e3xe^{3x}

Solution: For linear DE dydx+Py=Q\frac{dy}{dx} + Py = Q, integrating factor = ePdxe^{\int P dx} Here P=3P = 3, so I.F. = e3dx=e3xe^{\int 3 dx} = e^{3x}

Q1.13 [1 mark]

The mean of first ten natural numbers is_________

Answer: (a) 5.5

Solution: Mean = 1+2+3+...+1010=5510=5.5\frac{1 + 2 + 3 + ... + 10}{10} = \frac{55}{10} = 5.5

Q1.14 [1 mark]

The range of the data 17, 15, 25, 34, 32 is _______________

Answer: (d) 19

Solution: Range = Maximum - Minimum = 34 - 15 = 19


Q.2 (A) Attempt any two [6 marks]

Q2.1 [3 marks]

If A=[1123]A = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix} then find A+AT+IA + A^T + I.

Answer:

Solution: A=[1123]A = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix}

AT=[1213]A^T = \begin{bmatrix} 1 & 2 \\ -1 & 3 \end{bmatrix}

I=[1001]I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

A+AT+I=[1123]+[1213]+[1001]A + A^T + I = \begin{bmatrix} 1 & -1 \\ 2 & 3 \end{bmatrix} + \begin{bmatrix} 1 & 2 \\ -1 & 3 \end{bmatrix} + \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}

=[3117]= \begin{bmatrix} 3 & 1 \\ 1 & 7 \end{bmatrix}

Q2.2 [3 marks]

If A=[2312]A = \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} then prove that A24A+7I2=0A^2 - 4A + 7I_2 = 0

Answer: Proved

Solution: A=[2312]A = \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix}

A2=[2312][2312]=[11241]A^2 = \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} \begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 1 & 12 \\ -4 & 1 \end{bmatrix}

4A=4[2312]=[81248]4A = 4\begin{bmatrix} 2 & 3 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 8 & 12 \\ -4 & 8 \end{bmatrix}

7I2=[7007]7I_2 = \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix}

A24A+7I2=[11241][81248]+[7007]A^2 - 4A + 7I_2 = \begin{bmatrix} 1 & 12 \\ -4 & 1 \end{bmatrix} - \begin{bmatrix} 8 & 12 \\ -4 & 8 \end{bmatrix} + \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix}

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

Q2.3 [3 marks]

Solve differential equation dy3x2eydx=0dy - 3x^2e^{-y}dx = 0

Answer: ey=x3+Ce^y = x^3 + C

Solution: dy3x2eydx=0dy - 3x^2e^{-y}dx = 0 dy=3x2eydxdy = 3x^2e^{-y}dx eydy=3x2dxe^y dy = 3x^2 dx

Integrating both sides: eydy=3x2dx\int e^y dy = \int 3x^2 dx ey=x3+Ce^y = x^3 + C


Q.2 (B) Attempt any two [8 marks]

Q2.1 [4 marks]

Find the inverse of matrix [312411501]\begin{bmatrix} 3 & -1 & 2 \\ 4 & 1 & -1 \\ 5 & 0 & 1 \end{bmatrix}

Answer: A1=[1/141/141/149/147/1411/145/145/141/2]A^{-1} = \begin{bmatrix} 1/14 & 1/14 & -1/14 \\ -9/14 & -7/14 & 11/14 \\ -5/14 & -5/14 & 1/2 \end{bmatrix}

Solution: Let A=[312411501]A = \begin{bmatrix} 3 & -1 & 2 \\ 4 & 1 & -1 \\ 5 & 0 & 1 \end{bmatrix}

First, find det(A)\det(A): det(A)=3(11(1)0)(1)(41(1)5)+2(4015)\det(A) = 3(1 \cdot 1 - (-1) \cdot 0) - (-1)(4 \cdot 1 - (-1) \cdot 5) + 2(4 \cdot 0 - 1 \cdot 5) =3(1)+1(9)+2(5)=3+910=2= 3(1) + 1(9) + 2(-5) = 3 + 9 - 10 = 2

Since det(A)0\det(A) \neq 0, inverse exists.

Finding cofactors and adjoint matrix: C11=1C_{11} = 1, C12=9C_{12} = -9, C13=5C_{13} = -5 C21=1C_{21} = 1, C22=7C_{22} = -7, C23=5C_{23} = -5
C31=1C_{31} = -1, C32=11C_{32} = 11, C33=7C_{33} = 7

adj(A)=[1119711557]\text{adj}(A) = \begin{bmatrix} 1 & 1 & -1 \\ -9 & -7 & 11 \\ -5 & -5 & 7 \end{bmatrix}

A1=1det(A)adj(A)=12[1119711557]A^{-1} = \frac{1}{\det(A)} \cdot \text{adj}(A) = \frac{1}{2} \begin{bmatrix} 1 & 1 & -1 \\ -9 & -7 & 11 \\ -5 & -5 & 7 \end{bmatrix}

Q2.2 [4 marks]

If A+B=[1130]A + B = \begin{bmatrix} 1 & -1 \\ 3 & 0 \end{bmatrix} and AB=[3114]A - B = \begin{bmatrix} 3 & 1 \\ 1 & 4 \end{bmatrix} then find ABAB.

Answer: AB=[0142]AB = \begin{bmatrix} 0 & -1 \\ 4 & -2 \end{bmatrix}

Solution: Adding the equations: (A+B)+(AB)=2A(A + B) + (A - B) = 2A 2A=[1130]+[3114]=[4044]2A = \begin{bmatrix} 1 & -1 \\ 3 & 0 \end{bmatrix} + \begin{bmatrix} 3 & 1 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} 4 & 0 \\ 4 & 4 \end{bmatrix} A=[2022]A = \begin{bmatrix} 2 & 0 \\ 2 & 2 \end{bmatrix}

Subtracting the equations: (A+B)(AB)=2B(A + B) - (A - B) = 2B 2B=[1130][3114]=[2224]2B = \begin{bmatrix} 1 & -1 \\ 3 & 0 \end{bmatrix} - \begin{bmatrix} 3 & 1 \\ 1 & 4 \end{bmatrix} = \begin{bmatrix} -2 & -2 \\ 2 & -4 \end{bmatrix} B=[1112]B = \begin{bmatrix} -1 & -1 \\ 1 & -2 \end{bmatrix}

AB=[2022][1112]=[2206]AB = \begin{bmatrix} 2 & 0 \\ 2 & 2 \end{bmatrix} \begin{bmatrix} -1 & -1 \\ 1 & -2 \end{bmatrix} = \begin{bmatrix} -2 & -2 \\ 0 & -6 \end{bmatrix}

Q2.3 [4 marks]

Solve the system of linear equation 2x+3y=12x + 3y = 1, y4x=2y - 4x = 2 using matrices.

Answer: x=111x = -\frac{1}{11}, y=1311y = \frac{13}{11}

Solution: The system can be written as: AX=BAX = B [2341][xy]=[12]\begin{bmatrix} 2 & 3 \\ -4 & 1 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 1 \\ 2 \end{bmatrix}

det(A)=2(1)3(4)=2+12=14\det(A) = 2(1) - 3(-4) = 2 + 12 = 14

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

X=A1B=114[1342][12]=114[58]X = A^{-1}B = \frac{1}{14} \begin{bmatrix} 1 & -3 \\ 4 & 2 \end{bmatrix} \begin{bmatrix} 1 \\ 2 \end{bmatrix} = \frac{1}{14} \begin{bmatrix} -5 \\ 8 \end{bmatrix}

Therefore: x=514x = -\frac{5}{14}, y=814=47y = \frac{8}{14} = \frac{4}{7}


Q.3 (A) Attempt any two [6 marks]

Q3.1 [3 marks]

Find the derivative of f(x)=exf(x) = e^x using definition of derivative.

Answer: f(x)=exf'(x) = e^x

Solution: Using the definition: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

f(x)=limh0ex+hexhf'(x) = \lim_{h \to 0} \frac{e^{x+h} - e^x}{h} =limh0exehexh= \lim_{h \to 0} \frac{e^x \cdot e^h - e^x}{h} =exlimh0eh1h= e^x \lim_{h \to 0} \frac{e^h - 1}{h} =ex1=ex= e^x \cdot 1 = e^x

Q3.2 [3 marks]

If x+y=a\sqrt{x} + \sqrt{y} = \sqrt{a} then prove that dydx=yx\frac{dy}{dx} = -\sqrt{\frac{y}{x}}

Answer: Proved

Solution: x+y=a\sqrt{x} + \sqrt{y} = \sqrt{a}

Differentiating both sides with respect to xx: 12x+12ydydx=0\frac{1}{2\sqrt{x}} + \frac{1}{2\sqrt{y}} \cdot \frac{dy}{dx} = 0

12ydydx=12x\frac{1}{2\sqrt{y}} \cdot \frac{dy}{dx} = -\frac{1}{2\sqrt{x}}

dydx=yx=yx\frac{dy}{dx} = -\frac{\sqrt{y}}{\sqrt{x}} = -\sqrt{\frac{y}{x}}

Q3.3 [3 marks]

Evaluate tanxsecx+tanxdx\int \frac{\tan x}{\sec x + \tan x} dx

Answer: xlnsecx+tanx+Cx - \ln|\sec x + \tan x| + C

Solution: Let I=tanxsecx+tanxdxI = \int \frac{\tan x}{\sec x + \tan x} dx

Multiply numerator and denominator by (secxtanx)(\sec x - \tan x): I=tanx(secxtanx)(secx+tanx)(secxtanx)dxI = \int \frac{\tan x(\sec x - \tan x)}{(\sec x + \tan x)(\sec x - \tan x)} dx =tanx(secxtanx)sec2xtan2xdx= \int \frac{\tan x(\sec x - \tan x)}{\sec^2 x - \tan^2 x} dx =tanx(secxtanx)1dx= \int \frac{\tan x(\sec x - \tan x)}{1} dx =(tanxsecxtan2x)dx= \int (\tan x \sec x - \tan^2 x) dx =tanxsecxdx(sec2x1)dx= \int \tan x \sec x dx - \int (\sec^2 x - 1) dx =secxtanx+x+C= \sec x - \tan x + x + C


Q.3 (B) Attempt any two [8 marks]

Q3.1 [4 marks]

If ex+ey=ex+ye^x + e^y = e^{x+y} then find dydx\frac{dy}{dx}.

Answer: dydx=ex(ey1)ey(ex1)\frac{dy}{dx} = \frac{e^x(e^y - 1)}{e^y(e^x - 1)}

Solution: ex+ey=ex+ye^x + e^y = e^{x+y}

Differentiating both sides with respect to xx: ex+eydydx=ex+y(1+dydx)e^x + e^y \frac{dy}{dx} = e^{x+y}(1 + \frac{dy}{dx}) ex+eydydx=ex+y+ex+ydydxe^x + e^y \frac{dy}{dx} = e^{x+y} + e^{x+y} \frac{dy}{dx}

Rearranging: exex+y=ex+ydydxeydydxe^x - e^{x+y} = e^{x+y} \frac{dy}{dx} - e^y \frac{dy}{dx} exex+y=dydx(ex+yey)e^x - e^{x+y} = \frac{dy}{dx}(e^{x+y} - e^y)

dydx=exex+yex+yey=ex(1ey)ey(ex1)=ex(ey1)ey(ex1)\frac{dy}{dx} = \frac{e^x - e^{x+y}}{e^{x+y} - e^y} = \frac{e^x(1 - e^y)}{e^y(e^x - 1)} = \frac{e^x(e^y - 1)}{e^y(e^x - 1)}

Q3.2 [4 marks]

For y=2e3x+3e2xy = 2e^{3x} + 3e^{-2x}, prove that d2ydx2dydx6y=0\frac{d^2y}{dx^2} - \frac{dy}{dx} - 6y = 0.

Answer: Proved

Solution: y=2e3x+3e2xy = 2e^{3x} + 3e^{-2x}

dydx=6e3x6e2x\frac{dy}{dx} = 6e^{3x} - 6e^{-2x}

d2ydx2=18e3x+12e2x\frac{d^2y}{dx^2} = 18e^{3x} + 12e^{-2x}

Now checking the equation: d2ydx2dydx6y\frac{d^2y}{dx^2} - \frac{dy}{dx} - 6y =(18e3x+12e2x)(6e3x6e2x)6(2e3x+3e2x)= (18e^{3x} + 12e^{-2x}) - (6e^{3x} - 6e^{-2x}) - 6(2e^{3x} + 3e^{-2x}) =18e3x+12e2x6e3x+6e2x12e3x18e2x= 18e^{3x} + 12e^{-2x} - 6e^{3x} + 6e^{-2x} - 12e^{3x} - 18e^{-2x} =(18612)e3x+(12+618)e2x= (18 - 6 - 12)e^{3x} + (12 + 6 - 18)e^{-2x} =0e3x+0e2x=0= 0 \cdot e^{3x} + 0 \cdot e^{-2x} = 0

Q3.3 [4 marks]

Equation of motion of a moving particle given by s=t3+3ts = t^3 + 3t, t>0t > 0, when the velocity and acceleration will be equal?

Answer: At t=1t = 1 second

Solution: Given: s=t3+3ts = t^3 + 3t

Velocity: v=dsdt=3t2+3v = \frac{ds}{dt} = 3t^2 + 3 Acceleration: a=dvdt=6ta = \frac{dv}{dt} = 6t

For velocity = acceleration: 3t2+3=6t3t^2 + 3 = 6t 3t26t+3=03t^2 - 6t + 3 = 0 t22t+1=0t^2 - 2t + 1 = 0 (t1)2=0(t - 1)^2 = 0 t=1t = 1

Therefore, velocity and acceleration are equal at t=1t = 1 second.


Q.4 (A) Attempt any two [6 marks]

Q4.1 [3 marks]

Evaluate: sinxxdx\int \frac{\sin\sqrt{x}}{\sqrt{x}} dx

Answer: 2cosx+C-2\cos\sqrt{x} + C

Solution: Let u=xu = \sqrt{x}, then du=12xdxdu = \frac{1}{2\sqrt{x}} dx, so dx=2xdu=2ududx = 2\sqrt{x} du = 2u du

sinxxdx=sinuu2udu=2sinudu=2cosu+C=2cosx+C\int \frac{\sin\sqrt{x}}{\sqrt{x}} dx = \int \frac{\sin u}{u} \cdot 2u du = 2\int \sin u du = -2\cos u + C = -2\cos\sqrt{x} + C

Q4.2 [3 marks]

Evaluate: 0π/2sinxcosx+sinxdx\int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\cos x} + \sqrt{\sin x}} dx

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

Solution: Let I=0π/2sinxcosx+sinxdxI = \int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\cos x} + \sqrt{\sin 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)cos(π/2x)+sin(π/2x)dxI = \int_0^{\pi/2} \frac{\sqrt{\sin(\pi/2 - x)}}{\sqrt{\cos(\pi/2 - x)} + \sqrt{\sin(\pi/2 - x)}} dx =0π/2cosxsinx+cosxdx= \int_0^{\pi/2} \frac{\sqrt{\cos x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx

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

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

Q4.3 [3 marks]

Find the mean of the frequency distribution:

Age20-2425-2930-3435-3940-4445-4950-5455-59
Staff5791110864

Answer: Mean = 37.5 years

Solution:

ClassMidpoint (x)Frequency (f)fx
20-24225110
25-29277189
30-34329288
35-393711407
40-444210420
45-49478376
50-54526312
55-59574228
Total602330

Mean = fxf=233060=38.83\frac{\sum fx}{\sum f} = \frac{2330}{60} = 38.83 years


Q.4 (B) Attempt any two [8 marks]

Q4.1 [4 marks]

Evaluate: 01x21+x6dx\int_0^1 \frac{x^2}{1 + x^6} dx

Answer: π12\frac{\pi}{12}

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

01x21+x6dx=0111+u213du=130111+u2du\int_0^1 \frac{x^2}{1 + x^6} dx = \int_0^1 \frac{1}{1 + u^2} \cdot \frac{1}{3} du = \frac{1}{3} \int_0^1 \frac{1}{1 + u^2} du =13[tan1u]01=13(tan11tan10)=13π4=π12= \frac{1}{3} [\tan^{-1} u]_0^1 = \frac{1}{3}(\tan^{-1} 1 - \tan^{-1} 0) = \frac{1}{3} \cdot \frac{\pi}{4} = \frac{\pi}{12}

Q4.2 [4 marks]

Find area enclosed by curve y=x2y = x^2, XX-axis and x=2x = 2

Answer: Area = 83\frac{8}{3} square units

Solution: The area is bounded by y=x2y = x^2, y=0y = 0 (X-axis), x=0x = 0 and x=2x = 2

Area = 02x2dx=[x33]02=830=83\int_0^2 x^2 dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \frac{8}{3} square units

Q4.3 [4 marks]

Calculate the standard deviation for the following continuous grouped data:

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

Answer: Standard deviation = 10.95

Solution:

ClassMidpoint (x)ffxx2x^2fx2fx^2
0-10552525125
10-201581202251800
20-3025153756259375
30-403516560122519600
40-50456270202512150
Total50135043050

Mean xˉ=135050=27\bar{x} = \frac{1350}{50} = 27

Variance = fx2n(xˉ)2=4305050(27)2=861729=132\frac{\sum fx^2}{n} - (\bar{x})^2 = \frac{43050}{50} - (27)^2 = 861 - 729 = 132

Standard deviation = 132=11.49\sqrt{132} = 11.49


Q.5 (A) Attempt any two [6 marks]

Q5.1 [3 marks]

If mean of 25 observation is 50 and mean of other 75 observation is 60. Considering all the observation then find the mean.

Answer: Combined mean = 57.5

Solution: Combined mean = n1x1ˉ+n2x2ˉn1+n2\frac{n_1\bar{x_1} + n_2\bar{x_2}}{n_1 + n_2} =25×50+75×6025+75=1250+4500100=5750100=57.5= \frac{25 \times 50 + 75 \times 60}{25 + 75} = \frac{1250 + 4500}{100} = \frac{5750}{100} = 57.5

Q5.2 [3 marks]

Find the mean deviation for the following frequency distribution:

xix_i345678
fif_i137522

Answer: Mean deviation = 1.1

Solution: | xix_i | fif_i | fixif_i x_i | xixˉ|x_i - \bar{x}| | fixixˉf_i|x_i - \bar{x}| | |-------|-------|-----------|------------------|---------------------| | 3 | 1 | 3 | 2 | 2 | | 4 | 3 | 12 | 1 | 3 | | 5 | 7 | 35 | 0 | 0 | | 6 | 5 | 30 | 1 | 5 | | 7 | 2 | 14 | 2 | 4 | | 8 | 2 | 16 | 3 | 6 | | Total | 20 | 110 | | 20 |

Mean xˉ=11020=5.5\bar{x} = \frac{110}{20} = 5.5

Recalculating deviations from mean = 5.5: Mean deviation = fixixˉfi=2220=1.1\frac{\sum f_i|x_i - \bar{x}|}{\sum f_i} = \frac{22}{20} = 1.1

Q5.3 [3 marks]

Calculate the standard deviation for the following ungrouped data: 120, 132, 148, 136, 142, 140, 165, 153

Answer: Standard deviation = 13.36

Solution:

xxxxˉx - \bar{x}(xxˉ)2(x - \bar{x})^2
120-19.5380.25
132-7.556.25
1488.572.25
136-3.512.25
1422.56.25
1400.50.25
16525.5650.25
15313.5182.25
Total01360

n=8n = 8, x=1116\sum x = 1116 Mean xˉ=11168=139.5\bar{x} = \frac{1116}{8} = 139.5

Variance = (xxˉ)2n=13608=170\frac{\sum(x - \bar{x})^2}{n} = \frac{1360}{8} = 170

Standard deviation = 170=13.04\sqrt{170} = 13.04


Q.5 (B) Attempt any two [8 marks]

Q5.1 [4 marks]

Solve: dydx+tanxtany=0\frac{dy}{dx} + \tan x \cdot \tan y = 0

Answer: lncosy=lncosx+C\ln|\cos y| = \ln|\cos x| + C or cosy=Acosx\cos y = A\cos x

Solution: dydx+tanxtany=0\frac{dy}{dx} + \tan x \cdot \tan y = 0 dydx=tanxtany\frac{dy}{dx} = -\tan x \cdot \tan y dytany=tanxdx\frac{dy}{\tan y} = -\tan x \, dx cotydy=tanxdx\cot y \, dy = -\tan x \, dx

Integrating both sides: cotydy=tanxdx\int \cot y \, dy = -\int \tan x \, dx lnsiny=lncosx+C1\ln|\sin y| = \ln|\cos x| + C_1 lnsinylncosx=C1\ln|\sin y| - \ln|\cos x| = C_1 lnsinycosx=C1\ln\left|\frac{\sin y}{\cos x}\right| = C_1

Taking exponential: sinycosx=C\frac{\sin y}{\cos x} = C (where C=eC1C = e^{C_1}) siny=Ccosx\sin y = C \cos x

Alternative form: cosy=Acosx\cos y = A \cos x where AA is a constant.

Q5.2 [4 marks]

Solve: dydx+2y=3ex\frac{dy}{dx} + 2y = 3e^x

Answer: y=ex+Ce2xy = e^x + Ce^{-2x}

Solution: This is a first-order linear differential equation of the form dydx+Py=Q\frac{dy}{dx} + Py = Q where P=2P = 2 and Q=3exQ = 3e^x

Integrating factor: I.F.=ePdx=e2dx=e2xI.F. = e^{\int P \, dx} = e^{\int 2 \, dx} = e^{2x}

Multiplying the equation by e2xe^{2x}: e2xdydx+2e2xy=3e3xe^{2x}\frac{dy}{dx} + 2e^{2x}y = 3e^{3x}

The left side is the derivative of ye2xye^{2x}: ddx(ye2x)=3e3x\frac{d}{dx}(ye^{2x}) = 3e^{3x}

Integrating both sides: ye2x=3e3xdx=e3x+Cye^{2x} = \int 3e^{3x} \, dx = e^{3x} + C

Therefore: y=ex+Ce2xy = e^x + Ce^{-2x}

Q5.3 [4 marks]

Solve: dy+4xy2dx=0dy + 4xy^2dx = 0; y(0)=1y(0) = 1

Answer: y=11+2x2y = \frac{1}{1 + 2x^2}

Solution: dy+4xy2dx=0dy + 4xy^2dx = 0 dy=4xy2dxdy = -4xy^2dx dyy2=4xdx\frac{dy}{y^2} = -4x \, dx

Integrating both sides: y2dy=4xdx\int y^{-2} \, dy = \int -4x \, dx 1y=2x2+C-\frac{1}{y} = -2x^2 + C 1y=2x2C\frac{1}{y} = 2x^2 - C

Using initial condition y(0)=1y(0) = 1: 11=2(0)2C\frac{1}{1} = 2(0)^2 - C 1=C1 = -C C=1C = -1

Therefore: 1y=2x2+1\frac{1}{y} = 2x^2 + 1 y=12x2+1y = \frac{1}{2x^2 + 1}


Formula Cheat Sheet

Matrix Operations

  • Matrix Addition/Subtraction: Element-wise operation
  • Matrix Multiplication: (AB)ij=kaikbkj(AB)_{ij} = \sum_{k} a_{ik}b_{kj}
  • Transpose: (AT)ij=Aji(A^T)_{ij} = A_{ji}
  • Determinant (2×2): det[abcd]=adbc\det\begin{bmatrix} a & b \\ c & d \end{bmatrix} = ad - bc
  • Inverse (2×2): A1=1det(A)[dbca]A^{-1} = \frac{1}{\det(A)}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix}
  • Adjoint (2×2): adj[abcd]=[dbca]\text{adj}\begin{bmatrix} a & b \\ c & d \end{bmatrix} = \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}

Differentiation Formulas

  • ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}
  • ddx(ex)=ex\frac{d}{dx}(e^x) = e^x
  • ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}
  • ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x
  • ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x
  • ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x
  • ddx(tan1x)=11+x2\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2}
  • Chain Rule: ddxf(g(x))=f(g(x))g(x)\frac{d}{dx}f(g(x)) = f'(g(x)) \cdot g'(x)
  • Product Rule: (uv)=uv+uv(uv)' = u'v + uv'
  • Quotient Rule: (uv)=uvuvv2(\frac{u}{v})' = \frac{u'v - uv'}{v^2}

Integration Formulas

  • xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C (for n1n \neq -1)
  • 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C
  • exdx=ex+C\int e^x \, dx = e^x + C
  • sinxdx=cosx+C\int \sin x \, dx = -\cos x + C
  • cosxdx=sinx+C\int \cos x \, dx = \sin x + C
  • sec2xdx=tanx+C\int \sec^2 x \, dx = \tan x + C
  • 11+x2dx=tan1x+C\int \frac{1}{1+x^2} \, dx = \tan^{-1} x + C
  • Integration by Parts: udv=uvvdu\int u \, dv = uv - \int v \, du

Differential Equations

  • Variable Separable: dydx=f(x)g(y)dyg(y)=f(x)dx\frac{dy}{dx} = f(x)g(y) \Rightarrow \frac{dy}{g(y)} = f(x)dx
  • Linear DE: dydx+Py=Q\frac{dy}{dx} + Py = Q, Solution: yI.F.=QI.F.dxy \cdot I.F. = \int Q \cdot I.F. \, dx
  • Integrating Factor: I.F.=ePdxI.F. = e^{\int P \, dx}

Statistics Formulas

  • Mean: xˉ=xin\bar{x} = \frac{\sum x_i}{n} (ungrouped), xˉ=fixifi\bar{x} = \frac{\sum f_i x_i}{\sum f_i} (grouped)
  • Mean Deviation: M.D.=xixˉnM.D. = \frac{\sum |x_i - \bar{x}|}{n} (ungrouped), M.D.=fixixˉfiM.D. = \frac{\sum f_i |x_i - \bar{x}|}{\sum f_i} (grouped)
  • Standard Deviation: σ=(xixˉ)2n\sigma = \sqrt{\frac{\sum (x_i - \bar{x})^2}{n}} (ungrouped)
  • Variance: σ2=(xixˉ)2n\sigma^2 = \frac{\sum (x_i - \bar{x})^2}{n}
  • Range: Maximum value - Minimum value
  • Combined Mean: xˉ=n1x1ˉ+n2x2ˉn1+n2\bar{x} = \frac{n_1\bar{x_1} + n_2\bar{x_2}}{n_1 + n_2}

Problem-Solving Strategies

Matrix Problems

  1. Check dimensions before operations
  2. Calculate determinant first to check if inverse exists
  3. Use cofactor method for 3×3 matrix inverse
  4. Set up equations properly for system solving

Differentiation Problems

  1. Identify the type (implicit, parametric, composite)
  2. Apply appropriate rules (chain, product, quotient)
  3. Simplify step by step
  4. Check units in application problems

Integration Problems

  1. Try standard forms first
  2. Use substitution when inner function derivative is present
  3. Apply integration by parts for products
  4. Check limits carefully in definite integrals

Differential Equations

  1. Identify the type (separable, linear, homogeneous)
  2. Apply appropriate method
  3. Use initial conditions to find constants
  4. Verify solution by substitution

Statistics Problems

  1. Organize data in tabular form
  2. Calculate systematically using formulas
  3. Use class midpoints for grouped data
  4. Double-check calculations

Common Mistakes to Avoid

  1. Matrix multiplication: Remember it's not commutative (ABBAAB \neq BA)
  2. Chain rule: Don't forget to multiply by derivative of inner function
  3. Integration limits: Be careful with sign changes
  4. Differential equations: Always include constant of integration
  5. Statistics: Use correct formulas for grouped vs ungrouped data
  6. Arithmetic errors: Double-check all calculations
  7. Units: Maintain proper units throughout calculations

Exam Tips

  1. Read questions carefully - understand what's being asked
  2. Show all steps - partial credit is often awarded
  3. Use proper mathematical notation
  4. Check your answers when possible
  5. Manage time effectively - attempt questions you're confident about first
  6. Use formulas correctly - refer to the formula sheet
  7. For optional questions - choose the ones you can solve completely
  8. In statistics problems - organize data clearly before calculations
  9. For differential equations - verify your solution satisfies the original equation
  10. Practice numerical problems - accuracy in calculations is crucial