Engineering Mathematics (4320002) - Summer 2024 Solution

Complete solution guide for Engineering Mathematics (4320002) Summer 2024 exam

Engineering Mathematics (4320002) - Summer 2024 Solutions

Q.1 [14 marks]

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

Q.1.1 [1 mark]

Order of the matrix A=[120134]A = \begin{bmatrix} 1 & 2 \\ 0 & -1 \\ 3 & 4 \end{bmatrix} is ______.

Answer: (b) 3 × 2

Solution: Order of a matrix is given by (number of rows) × (number of columns) Matrix A has 3 rows and 2 columns Therefore, order = 3 × 2

Q.1.2 [1 mark]

If A=[sinθcosθcosθsinθ]A = \begin{bmatrix} \sin \theta & -\cos \theta \\ \cos \theta & \sin \theta \end{bmatrix} then A1=A^{-1} = ______

Answer: (d) ATA^T

Solution: For orthogonal matrices, A1=ATA^{-1} = A^T Since AAT=IAA^T = I, we have A1=ATA^{-1} = A^T

Q.1.3 [1 mark]

[1250]×[1621]=\begin{bmatrix} 1 & 2 \\ 5 & 0 \end{bmatrix} \times \begin{bmatrix} -1 & 6 \\ 2 & 1 \end{bmatrix} = ______

Answer: (a) [38530]\begin{bmatrix} 3 & 8 \\ -5 & 30 \end{bmatrix}

Solution: [1250]×[1621]\begin{bmatrix} 1 & 2 \\ 5 & 0 \end{bmatrix} \times \begin{bmatrix} -1 & 6 \\ 2 & 1 \end{bmatrix}

=[1(1)+2(2)1(6)+2(1)5(1)+0(2)5(6)+0(1)]= \begin{bmatrix} 1(-1) + 2(2) & 1(6) + 2(1) \\ 5(-1) + 0(2) & 5(6) + 0(1) \end{bmatrix}

=[1+46+25+030+0]=[38530]= \begin{bmatrix} -1 + 4 & 6 + 2 \\ -5 + 0 & 30 + 0 \end{bmatrix} = \begin{bmatrix} 3 & 8 \\ -5 & 30 \end{bmatrix}

Q.1.4 [1 mark]

If A=[acbd]A = \begin{bmatrix} a & c \\ b & d \end{bmatrix} then AT=A^T = ______

Answer: (b) [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}

Solution: Transpose of a matrix is obtained by interchanging rows and columns AT=[abcd]A^T = \begin{bmatrix} a & b \\ c & d \end{bmatrix}

Q.1.5 [1 mark]

ddx(4x)=\frac{d}{dx}(4^x) = ______

Answer: (a) 4xloge44^x \log_e 4

Solution: ddx(ax)=axlna\frac{d}{dx}(a^x) = a^x \ln a Therefore, ddx(4x)=4xln4=4xloge4\frac{d}{dx}(4^x) = 4^x \ln 4 = 4^x \log_e 4

Q.1.6 [1 mark]

ddx(sin2x+cos2x)=\frac{d}{dx}(\sin^2 x + \cos^2 x) = ______

Answer: (b) 0

Solution: sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 (trigonometric identity) ddx(1)=0\frac{d}{dx}(1) = 0

Q.1.7 [1 mark]

If x=sinθ,y=cosθx = \sin \theta, y = \cos \theta then dydx=\frac{dy}{dx} = ______

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

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

Q.1.8 [1 mark]

x7dx=\int x^7 dx = ______

Answer: (c) x88\frac{x^8}{8}

Solution: xndx=xn+1n+1+c\int x^n dx = \frac{x^{n+1}}{n+1} + c x7dx=x88+c\int x^7 dx = \frac{x^8}{8} + c

Q.1.9 [1 mark]

22x5dx=\int_{-2}^{2} x^5 dx = ______

Answer: (b) 0

Solution: x5x^5 is an odd function For odd functions, aaf(x)dx=0\int_{-a}^{a} f(x) dx = 0 Therefore, 22x5dx=0\int_{-2}^{2} x^5 dx = 0

Q.1.10 [1 mark]

cosxsinxdx=\int \frac{\cos x}{\sin x} dx = ______

Answer: (d) logsinx\log|\sin x|

Solution: Let u=sinxu = \sin x, then du=cosxdxdu = \cos x dx cosxsinxdx=duu=logu+c=logsinx+c\int \frac{\cos x}{\sin x} dx = \int \frac{du}{u} = \log|u| + c = \log|\sin x| + c

Q.1.11 [1 mark]

The order of the differential equation (d3ydx3)2+(d2ydx2)4+y=0\left(\frac{d^3y}{dx^3}\right)^2 + \left(\frac{d^2y}{dx^2}\right)^4 + y = 0 is ______

Answer: (a) 3

Solution: Order of a differential equation is the highest order derivative present Highest derivative is d3ydx3\frac{d^3y}{dx^3}, so order = 3

Q.1.12 [1 mark]

An integrating factor of the differential equation dydx+y=3x\frac{dy}{dx} + y = 3x is ______

Answer: (c) exe^x

Solution: For linear differential equation dydx+Py=Q\frac{dy}{dx} + Py = Q Integrating factor = ePdx=e1dx=exe^{\int P dx} = e^{\int 1 dx} = e^x

Q.1.13 [1 mark]

i7=i^7 = ______

Answer: (b) i-i

Solution: i1=i,i2=1,i3=i,i4=1i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1 i7=i4i3=1(i)=ii^7 = i^4 \cdot i^3 = 1 \cdot (-i) = -i

Q.1.14 [1 mark]

arg(1+i)=\arg(1+i) = ______

Answer: (c) π4\frac{\pi}{4}

Solution: arg(a+bi)=tan1(ba)\arg(a + bi) = \tan^{-1}\left(\frac{b}{a}\right) arg(1+i)=tan1(11)=tan1(1)=π4\arg(1 + i) = \tan^{-1}\left(\frac{1}{1}\right) = \tan^{-1}(1) = \frac{\pi}{4}

Q.2 (A) [6 marks]

Attempt any two

Q.2 (A).1 [3 marks]

If A=[2130]A = \begin{bmatrix} 2 & 1 \\ 3 & 0 \end{bmatrix} and B=[4123]B = \begin{bmatrix} 4 & -1 \\ 2 & 3 \end{bmatrix} then prove that (A+B)T=AT+BT(A + B)^T = A^T + B^T

Solution: A+B=[2130]+[4123]=[6053]A + B = \begin{bmatrix} 2 & 1 \\ 3 & 0 \end{bmatrix} + \begin{bmatrix} 4 & -1 \\ 2 & 3 \end{bmatrix} = \begin{bmatrix} 6 & 0 \\ 5 & 3 \end{bmatrix}

(A+B)T=[6503](A + B)^T = \begin{bmatrix} 6 & 5 \\ 0 & 3 \end{bmatrix}

AT=[2310]A^T = \begin{bmatrix} 2 & 3 \\ 1 & 0 \end{bmatrix}, BT=[4213]B^T = \begin{bmatrix} 4 & 2 \\ -1 & 3 \end{bmatrix}

AT+BT=[2310]+[4213]=[6503]A^T + B^T = \begin{bmatrix} 2 & 3 \\ 1 & 0 \end{bmatrix} + \begin{bmatrix} 4 & 2 \\ -1 & 3 \end{bmatrix} = \begin{bmatrix} 6 & 5 \\ 0 & 3 \end{bmatrix}

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

Q.2 (A).2 [3 marks]

If A=[1123]A = \begin{bmatrix} 1 & 1 \\ 2 & 3 \end{bmatrix} then show that AA1=IA \cdot A^{-1} = I

Solution: First, find A1A^{-1}: A=1(3)1(2)=32=1|A| = 1(3) - 1(2) = 3 - 2 = 1

A1=1Aadj(A)=11[3121]=[3121]A^{-1} = \frac{1}{|A|} \text{adj}(A) = \frac{1}{1} \begin{bmatrix} 3 & -1 \\ -2 & 1 \end{bmatrix} = \begin{bmatrix} 3 & -1 \\ -2 & 1 \end{bmatrix}

Now verify AA1=IA \cdot A^{-1} = I: AA1=[1123][3121]A \cdot A^{-1} = \begin{bmatrix} 1 & 1 \\ 2 & 3 \end{bmatrix} \begin{bmatrix} 3 & -1 \\ -2 & 1 \end{bmatrix}

=[1(3)+1(2)1(1)+1(1)2(3)+3(2)2(1)+3(1)]= \begin{bmatrix} 1(3) + 1(-2) & 1(-1) + 1(1) \\ 2(3) + 3(-2) & 2(-1) + 3(1) \end{bmatrix}

=[321+1662+3]=[1001]=I= \begin{bmatrix} 3 - 2 & -1 + 1 \\ 6 - 6 & -2 + 3 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = IProved

Q.2 (A).3 [3 marks]

Solve the differential equation xdy+ydx=0x dy + y dx = 0

Solution: xdy+ydx=0x dy + y dx = 0 xdy=ydxx dy = -y dx dyy=dxx\frac{dy}{y} = -\frac{dx}{x}

Integrating both sides: dyy=dxx\int \frac{dy}{y} = -\int \frac{dx}{x} lny=lnx+c1\ln|y| = -\ln|x| + c_1 lny+lnx=c1\ln|y| + \ln|x| = c_1 lnxy=c1\ln|xy| = c_1 xy=ec1=c|xy| = e^{c_1} = c (where c=ec1c = e^{c_1} is a constant)

Therefore, xy=±cxy = \pm c or xy=kxy = k where kk is an arbitrary constant.

Q.2 (B) [8 marks]

Attempt any two

Q.2 (B).1 [4 marks]

If A=[3112]A = \begin{bmatrix} 3 & 1 \\ -1 & 2 \end{bmatrix} then show that A25A+7I=0A^2 - 5A + 7I = 0

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

=[3(3)+1(1)3(1)+1(2)1(3)+2(1)1(1)+2(2)]= \begin{bmatrix} 3(3) + 1(-1) & 3(1) + 1(2) \\ -1(3) + 2(-1) & -1(1) + 2(2) \end{bmatrix}

=[913+2321+4]=[8553]= \begin{bmatrix} 9 - 1 & 3 + 2 \\ -3 - 2 & -1 + 4 \end{bmatrix} = \begin{bmatrix} 8 & 5 \\ -5 & 3 \end{bmatrix}

Now calculate 5A5A: 5A=5[3112]=[155510]5A = 5\begin{bmatrix} 3 & 1 \\ -1 & 2 \end{bmatrix} = \begin{bmatrix} 15 & 5 \\ -5 & 10 \end{bmatrix}

And 7I7I: 7I=7[1001]=[7007]7I = 7\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix}

Now verify A25A+7I=0A^2 - 5A + 7I = 0: A25A+7I=[8553][155510]+[7007]A^2 - 5A + 7I = \begin{bmatrix} 8 & 5 \\ -5 & 3 \end{bmatrix} - \begin{bmatrix} 15 & 5 \\ -5 & 10 \end{bmatrix} + \begin{bmatrix} 7 & 0 \\ 0 & 7 \end{bmatrix}

=[815+755+05+5+0310+7]=[0000]=0= \begin{bmatrix} 8 - 15 + 7 & 5 - 5 + 0 \\ -5 + 5 + 0 & 3 - 10 + 7 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} = 0Proved

Q.2 (B).2 [4 marks]

If A=[433101443]A = \begin{bmatrix} -4 & -3 & -3 \\ 1 & 0 & 1 \\ 4 & 4 & 3 \end{bmatrix} then prove that adj A=A\text{adj } A = A

Solution: To find adj A, we need to find the cofactor matrix and then transpose it.

Cofactors: C11=(1)1+10143=0(3)1(4)=4C_{11} = (-1)^{1+1} \begin{vmatrix} 0 & 1 \\ 4 & 3 \end{vmatrix} = 0(3) - 1(4) = -4

C12=(1)1+21143=(1(3)1(4))=(34)=1C_{12} = (-1)^{1+2} \begin{vmatrix} 1 & 1 \\ 4 & 3 \end{vmatrix} = -(1(3) - 1(4)) = -(3-4) = 1

C13=(1)1+31044=1(4)0(4)=4C_{13} = (-1)^{1+3} \begin{vmatrix} 1 & 0 \\ 4 & 4 \end{vmatrix} = 1(4) - 0(4) = 4

C21=(1)2+13343=((3)(3)(3)(4))=(9+12)=3C_{21} = (-1)^{2+1} \begin{vmatrix} -3 & -3 \\ 4 & 3 \end{vmatrix} = -((-3)(3) - (-3)(4)) = -(-9+12) = -3

C22=(1)2+24343=(4)(3)(3)(4)=12+12=0C_{22} = (-1)^{2+2} \begin{vmatrix} -4 & -3 \\ 4 & 3 \end{vmatrix} = (-4)(3) - (-3)(4) = -12+12 = 0

C23=(1)2+34344=((4)(4)(3)(4))=(16+12)=(4)=4C_{23} = (-1)^{2+3} \begin{vmatrix} -4 & -3 \\ 4 & 4 \end{vmatrix} = -((-4)(4) - (-3)(4)) = -(-16+12) = -(-4) = 4

C31=(1)3+13301=(3)(1)(3)(0)=3C_{31} = (-1)^{3+1} \begin{vmatrix} -3 & -3 \\ 0 & 1 \end{vmatrix} = (-3)(1) - (-3)(0) = -3

C32=(1)3+24311=((4)(1)(3)(1))=(4+3)=(1)=1C_{32} = (-1)^{3+2} \begin{vmatrix} -4 & -3 \\ 1 & 1 \end{vmatrix} = -((-4)(1) - (-3)(1)) = -(-4+3) = -(-1) = 1

C33=(1)3+34310=(4)(0)(3)(1)=0+3=3C_{33} = (-1)^{3+3} \begin{vmatrix} -4 & -3 \\ 1 & 0 \end{vmatrix} = (-4)(0) - (-3)(1) = 0+3 = 3

Cofactor matrix = [414304313]\begin{bmatrix} -4 & 1 & 4 \\ -3 & 0 & 4 \\ -3 & 1 & 3 \end{bmatrix}

adj A=(Cofactor matrix)T=[433101443]=A\text{adj } A = \text{(Cofactor matrix)}^T = \begin{bmatrix} -4 & -3 & -3 \\ 1 & 0 & 1 \\ 4 & 4 & 3 \end{bmatrix} = AProved

Q.2 (B).3 [4 marks]

Solve the following system of linear equations using matrix: 3x+2y=53x + 2y = 5, 2xy=12x - y = 1

Solution: The system can be written as AX=BAX = B where: A=[3221]A = \begin{bmatrix} 3 & 2 \\ 2 & -1 \end{bmatrix}, X=[xy]X = \begin{bmatrix} x \\ y \end{bmatrix}, B=[51]B = \begin{bmatrix} 5 \\ 1 \end{bmatrix}

Find A=3(1)2(2)=34=7|A| = 3(-1) - 2(2) = -3 - 4 = -7

A1=17[1223]=[17272737]A^{-1} = \frac{1}{-7} \begin{bmatrix} -1 & -2 \\ -2 & 3 \end{bmatrix} = \begin{bmatrix} \frac{1}{7} & \frac{2}{7} \\ \frac{2}{7} & -\frac{3}{7} \end{bmatrix}

X=A1B=[17272737][51]X = A^{-1}B = \begin{bmatrix} \frac{1}{7} & \frac{2}{7} \\ \frac{2}{7} & -\frac{3}{7} \end{bmatrix} \begin{bmatrix} 5 \\ 1 \end{bmatrix}

=[17(5)+27(1)27(5)37(1)]=[5+271037]=[11]= \begin{bmatrix} \frac{1}{7}(5) + \frac{2}{7}(1) \\ \frac{2}{7}(5) - \frac{3}{7}(1) \end{bmatrix} = \begin{bmatrix} \frac{5+2}{7} \\ \frac{10-3}{7} \end{bmatrix} = \begin{bmatrix} 1 \\ 1 \end{bmatrix}

Therefore, x=1,y=1x = 1, y = 1

Q.3 (A) [6 marks]

Attempt any two

Q.3 (A).1 [3 marks]

Using definition of differentiation find the derivative of x5x^5 with respect to xx

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

For f(x)=x5f(x) = x^5: ddx(x5)=limh0(x+h)5x5h\frac{d}{dx}(x^5) = \lim_{h \to 0} \frac{(x+h)^5 - x^5}{h}

Using binomial theorem: (x+h)5=x5+5x4h+10x3h2+10x2h3+5xh4+h5(x+h)^5 = x^5 + 5x^4h + 10x^3h^2 + 10x^2h^3 + 5xh^4 + h^5

ddx(x5)=limh0x5+5x4h+10x3h2+10x2h3+5xh4+h5x5h\frac{d}{dx}(x^5) = \lim_{h \to 0} \frac{x^5 + 5x^4h + 10x^3h^2 + 10x^2h^3 + 5xh^4 + h^5 - x^5}{h}

=limh05x4h+10x3h2+10x2h3+5xh4+h5h= \lim_{h \to 0} \frac{5x^4h + 10x^3h^2 + 10x^2h^3 + 5xh^4 + h^5}{h}

=limh0(5x4+10x3h+10x2h2+5xh3+h4)= \lim_{h \to 0} (5x^4 + 10x^3h + 10x^2h^2 + 5xh^3 + h^4)

=5x4+0+0+0+0=5x4= 5x^4 + 0 + 0 + 0 + 0 = 5x^4

Therefore, ddx(x5)=5x4\frac{d}{dx}(x^5) = 5x^4

Q.3 (A).2 [3 marks]

Find dydx\frac{dy}{dx} if y=x21x2+1y = \frac{x^2-1}{x^2+1}

Solution: Using quotient rule: ddx(uv)=vdudxudvdxv2\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2}

Here, u=x21u = x^2 - 1, v=x2+1v = x^2 + 1 dudx=2x\frac{du}{dx} = 2x, dvdx=2x\frac{dv}{dx} = 2x

dydx=(x2+1)(2x)(x21)(2x)(x2+1)2\frac{dy}{dx} = \frac{(x^2+1)(2x) - (x^2-1)(2x)}{(x^2+1)^2}

=2x(x2+1)2x(x21)(x2+1)2= \frac{2x(x^2+1) - 2x(x^2-1)}{(x^2+1)^2}

=2x[(x2+1)(x21)](x2+1)2= \frac{2x[(x^2+1) - (x^2-1)]}{(x^2+1)^2}

=2x[x2+1x2+1](x2+1)2= \frac{2x[x^2+1-x^2+1]}{(x^2+1)^2}

=2x2(x2+1)2=4x(x2+1)2= \frac{2x \cdot 2}{(x^2+1)^2} = \frac{4x}{(x^2+1)^2}

Therefore, dydx=4x(x2+1)2\frac{dy}{dx} = \frac{4x}{(x^2+1)^2}

Q.3 (A).3 [3 marks]

Evaluate the integral x2+5x+6x2+2xdx\int \frac{x^2+5x+6}{x^2+2x} dx

Solution: First, perform polynomial long division: x2+5x+6x2+2x=1+3x+6x2+2x\frac{x^2+5x+6}{x^2+2x} = 1 + \frac{3x+6}{x^2+2x}

x2+5x+6x2+2xdx=(1+3x+6x2+2x)dx\int \frac{x^2+5x+6}{x^2+2x} dx = \int \left(1 + \frac{3x+6}{x^2+2x}\right) dx

=1dx+3x+6x2+2xdx= \int 1 dx + \int \frac{3x+6}{x^2+2x} dx

=x+3x+6x(x+2)dx= x + \int \frac{3x+6}{x(x+2)} dx

For the second integral, use partial fractions: 3x+6x(x+2)=Ax+Bx+2\frac{3x+6}{x(x+2)} = \frac{A}{x} + \frac{B}{x+2}

3x+6=A(x+2)+Bx3x + 6 = A(x+2) + Bx

When x=0x = 0: 6=2A6 = 2A, so A=3A = 3 When x=2x = -2: 6+6=2B-6 + 6 = -2B, so B=0B = 0

Wait, let me recalculate: When x=2x = -2: 3(2)+6=6+6=0=B(2)3(-2) + 6 = -6 + 6 = 0 = B(-2) When x=0x = 0: 6=2A6 = 2A, so A=3A = 3

Actually: 3x+6=3(x+2)3x + 6 = 3(x + 2) So 3x+6x(x+2)=3(x+2)x(x+2)=3x\frac{3x+6}{x(x+2)} = \frac{3(x+2)}{x(x+2)} = \frac{3}{x}

3x+6x(x+2)dx=3xdx=3lnx+c1\int \frac{3x+6}{x(x+2)} dx = \int \frac{3}{x} dx = 3\ln|x| + c_1

Therefore: x2+5x+6x2+2xdx=x+3lnx+c\int \frac{x^2+5x+6}{x^2+2x} dx = x + 3\ln|x| + c

Q.3 (B) [8 marks]

Attempt any two

Q.3 (B).1 [4 marks]

If y=log(secx+tanx)y = \log(\sec x + \tan x) then find dydx\frac{dy}{dx}

Solution: y=log(secx+tanx)y = \log(\sec x + \tan x)

dydx=1secx+tanxddx(secx+tanx)\frac{dy}{dx} = \frac{1}{\sec x + \tan x} \cdot \frac{d}{dx}(\sec x + \tan x)

ddx(secx)=secxtanx\frac{d}{dx}(\sec x) = \sec x \tan x ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x

dydx=1secx+tanx(secxtanx+sec2x)\frac{dy}{dx} = \frac{1}{\sec x + \tan x} \cdot (\sec x \tan x + \sec^2 x)

=secx(tanx+secx)secx+tanx= \frac{\sec x(\tan x + \sec x)}{\sec x + \tan x}

=secx(secx+tanx)secx+tanx=secx= \frac{\sec x(\sec x + \tan x)}{\sec x + \tan x} = \sec x

Therefore, dydx=secx\frac{dy}{dx} = \sec x

Q.3 (B).2 [4 marks]

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

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

First derivative: dydx=2(3e3x)+3(2e2x)=6e3x6e2x\frac{dy}{dx} = 2(3e^{3x}) + 3(-2e^{-2x}) = 6e^{3x} - 6e^{-2x}

Second derivative: d2ydx2=6(3e3x)6(2e2x)=18e3x+12e2x\frac{d^2y}{dx^2} = 6(3e^{3x}) - 6(-2e^{-2x}) = 18e^{3x} + 12e^{-2x}

Now verify 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}

=e3x(18612)+e2x(12+618)= e^{3x}(18 - 6 - 12) + e^{-2x}(12 + 6 - 18)

=e3x(0)+e2x(0)=0= e^{3x}(0) + e^{-2x}(0) = 0Proved

Q.3 (B).3 [4 marks]

Find the maximum and minimum value of function f(x)=x33x+11f(x) = x^3 - 3x + 11

Solution: f(x)=x33x+11f(x) = x^3 - 3x + 11

First derivative: f(x)=3x23=3(x21)=3(x1)(x+1)f'(x) = 3x^2 - 3 = 3(x^2 - 1) = 3(x-1)(x+1)

For critical points, set f(x)=0f'(x) = 0: 3(x1)(x+1)=03(x-1)(x+1) = 0 x=1x = 1 or x=1x = -1

Second derivative: f(x)=6xf''(x) = 6x

At x=1x = 1: f(1)=6>0f''(1) = 6 > 0 → Local minimum At x=1x = -1: f(1)=6<0f''(-1) = -6 < 0 → Local maximum

Function values: At x=1x = 1: f(1)=133(1)+11=13+11=9f(1) = 1^3 - 3(1) + 11 = 1 - 3 + 11 = 9 At x=1x = -1: f(1)=(1)33(1)+11=1+3+11=13f(-1) = (-1)^3 - 3(-1) + 11 = -1 + 3 + 11 = 13

Therefore:

  • Local maximum value = 13 at x=1x = -1
  • Local minimum value = 9 at x=1x = 1

Q.4 (A) [6 marks]

Attempt any two

Q.4 (A).1 [3 marks]

Evaluate the integral cos(logx)xdx\int \frac{\cos(\log x)}{x} dx

Solution: Let u=logxu = \log x, then du=1xdxdu = \frac{1}{x} dx

cos(logx)xdx=cosudu=sinu+c\int \frac{\cos(\log x)}{x} dx = \int \cos u \, du = \sin u + c

Substituting back: u=logxu = \log x

Therefore, cos(logx)xdx=sin(logx)+c\int \frac{\cos(\log x)}{x} dx = \sin(\log x) + c

Q.4 (A).2 [3 marks]

Evaluate the integral xsinxdx\int x \sin x \, dx

Solution: Using integration by parts: udv=uvvdu\int u \, dv = uv - \int v \, du

Let u=xu = x and dv=sinxdxdv = \sin x \, dx Then du=dxdu = dx and v=cosxv = -\cos x

xsinxdx=x(cosx)(cosx)dx\int x \sin x \, dx = x(-\cos x) - \int (-\cos x) dx

=xcosx+cosxdx= -x \cos x + \int \cos x \, dx

=xcosx+sinx+c= -x \cos x + \sin x + c

Therefore, xsinxdx=sinxxcosx+c\int x \sin x \, dx = \sin x - x \cos x + c

Q.4 (A).3 [3 marks]

If (2xy)+2yi=6+4i(2x - y) + 2y i = 6 + 4i then find xx and yy

Solution: (2xy)+2yi=6+4i(2x - y) + 2y i = 6 + 4i

Comparing real and imaginary parts: Real part: 2xy=62x - y = 6 ... (1) Imaginary part: 2y=42y = 4 ... (2)

From equation (2): y=2y = 2

Substituting in equation (1): 2x2=62x - 2 = 6 2x=82x = 8 x=4x = 4

Therefore, x=4x = 4 and y=2y = 2

Q.4 (B) [8 marks]

Attempt any two

Q.4 (B).1 [4 marks]

Find the area of the region bounded by the curve y=x2y = x^2, lines x=1x = 1, x=2x = 2 and X-axis

Solution: The required area is given by: A=12x2dxA = \int_1^2 x^2 \, dx

A=[x33]12A = \left[\frac{x^3}{3}\right]_1^2

=233133= \frac{2^3}{3} - \frac{1^3}{3}

=8313= \frac{8}{3} - \frac{1}{3}

=73= \frac{7}{3} square units

Therefore, Area = 73\frac{7}{3} square units

Q.4 (B).2 [4 marks]

Evaluate the definite integral 0π/2secxsecx+cscxdx\int_0^{\pi/2} \frac{\sec x}{\sec x + \csc x} dx

Solution: Let I=0π/2secxsecx+cscxdxI = \int_0^{\pi/2} \frac{\sec x}{\sec x + \csc x} dx

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

I=0π/2sec(π/2x)sec(π/2x)+csc(π/2x)dxI = \int_0^{\pi/2} \frac{\sec(\pi/2 - x)}{\sec(\pi/2 - x) + \csc(\pi/2 - x)} dx

Since sec(π/2x)=cscx\sec(\pi/2 - x) = \csc x and csc(π/2x)=secx\csc(\pi/2 - x) = \sec x:

I=0π/2cscxcscx+secxdxI = \int_0^{\pi/2} \frac{\csc x}{\csc x + \sec x} dx

Adding both expressions: 2I=0π/2secxsecx+cscxdx+0π/2cscxsecx+cscxdx2I = \int_0^{\pi/2} \frac{\sec x}{\sec x + \csc x} dx + \int_0^{\pi/2} \frac{\csc x}{\sec x + \csc x} dx

2I=0π/2secx+cscxsecx+cscxdx=0π/21dx=π22I = \int_0^{\pi/2} \frac{\sec x + \csc x}{\sec x + \csc x} dx = \int_0^{\pi/2} 1 \, dx = \frac{\pi}{2}

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

Answer: 0π/2secxsecx+cscxdx=π4\int_0^{\pi/2} \frac{\sec x}{\sec x + \csc x} dx = \frac{\pi}{4}

Q.4 (B).3 [4 marks]

If α+iβ=1a+ib\alpha + i\beta = \frac{1}{a + ib} then prove that (α2+β2)(a2+b2)=1(\alpha^2 + \beta^2)(a^2 + b^2) = 1

Solution: Given: α+iβ=1a+ib\alpha + i\beta = \frac{1}{a + ib}

Rationalizing the right side: α+iβ=1a+ibaibaib=aiba2+b2\alpha + i\beta = \frac{1}{a + ib} \cdot \frac{a - ib}{a - ib} = \frac{a - ib}{a^2 + b^2}

α+iβ=aa2+b2iba2+b2\alpha + i\beta = \frac{a}{a^2 + b^2} - i\frac{b}{a^2 + b^2}

Comparing real and imaginary parts: α=aa2+b2\alpha = \frac{a}{a^2 + b^2} and β=ba2+b2\beta = -\frac{b}{a^2 + b^2}

Now calculating α2+β2\alpha^2 + \beta^2: α2+β2=(aa2+b2)2+(ba2+b2)2\alpha^2 + \beta^2 = \left(\frac{a}{a^2 + b^2}\right)^2 + \left(-\frac{b}{a^2 + b^2}\right)^2

=a2(a2+b2)2+b2(a2+b2)2= \frac{a^2}{(a^2 + b^2)^2} + \frac{b^2}{(a^2 + b^2)^2}

=a2+b2(a2+b2)2=1a2+b2= \frac{a^2 + b^2}{(a^2 + b^2)^2} = \frac{1}{a^2 + b^2}

Therefore: (α2+β2)(a2+b2)=1a2+b2(a2+b2)=1(\alpha^2 + \beta^2)(a^2 + b^2) = \frac{1}{a^2 + b^2} \cdot (a^2 + b^2) = 1Proved

Q.5 (A) [6 marks]

Attempt any two

Q.5 (A).1 [3 marks]

Find conjugate and modulus of complex number 2+3i3+2i\frac{2+3i}{3+2i}

Solution: First, simplify the complex number by rationalizing: 2+3i3+2i=2+3i3+2i32i32i\frac{2+3i}{3+2i} = \frac{2+3i}{3+2i} \cdot \frac{3-2i}{3-2i}

=(2+3i)(32i)(3+2i)(32i)= \frac{(2+3i)(3-2i)}{(3+2i)(3-2i)}

=64i+9i6i294i2= \frac{6 - 4i + 9i - 6i^2}{9 - 4i^2}

=6+5i6(1)94(1)= \frac{6 + 5i - 6(-1)}{9 - 4(-1)}

=6+5i+69+4=12+5i13= \frac{6 + 5i + 6}{9 + 4} = \frac{12 + 5i}{13}

So 2+3i3+2i=1213+513i\frac{2+3i}{3+2i} = \frac{12}{13} + \frac{5}{13}i

Conjugate: 2+3i3+2i=1213513i\overline{\frac{2+3i}{3+2i}} = \frac{12}{13} - \frac{5}{13}i

Modulus: 2+3i3+2i=(1213)2+(513)2\left|\frac{2+3i}{3+2i}\right| = \sqrt{\left(\frac{12}{13}\right)^2 + \left(\frac{5}{13}\right)^2}

=144169+25169=169169=1=1= \sqrt{\frac{144}{169} + \frac{25}{169}} = \sqrt{\frac{169}{169}} = \sqrt{1} = 1

Q.5 (A).2 [3 marks]

Simplify: (cos3θ+isin3θ)4(cosθisinθ)5(cos2θisin2θ)7\frac{(\cos 3\theta + i \sin 3\theta)^{-4} (\cos \theta - i \sin \theta)^{-5}}{(\cos 2\theta - i \sin 2\theta)^7}

Solution: Using De Moivre's theorem: (cosθ+isinθ)n=cosnθ+isinnθ(\cos \theta + i \sin \theta)^n = \cos n\theta + i \sin n\theta

Also, cosθisinθ=cos(θ)+isin(θ)\cos \theta - i \sin \theta = \cos(-\theta) + i \sin(-\theta)

(cos3θ+isin3θ)4=cos(12θ)+isin(12θ)(\cos 3\theta + i \sin 3\theta)^{-4} = \cos(-12\theta) + i \sin(-12\theta)

(cosθisinθ)5=(cos(θ)+isin(θ))5=cos(5θ)+isin(5θ)(\cos \theta - i \sin \theta)^{-5} = (\cos(-\theta) + i \sin(-\theta))^{-5} = \cos(5\theta) + i \sin(5\theta)

(cos2θisin2θ)7=(cos(2θ)+isin(2θ))7=cos(14θ)+isin(14θ)(\cos 2\theta - i \sin 2\theta)^7 = (\cos(-2\theta) + i \sin(-2\theta))^7 = \cos(-14\theta) + i \sin(-14\theta)

Therefore: (cos3θ+isin3θ)4(cosθisinθ)5(cos2θisin2θ)7\frac{(\cos 3\theta + i \sin 3\theta)^{-4} (\cos \theta - i \sin \theta)^{-5}}{(\cos 2\theta - i \sin 2\theta)^7}

=[cos(12θ)+isin(12θ)][cos(5θ)+isin(5θ)]cos(14θ)+isin(14θ)= \frac{[\cos(-12\theta) + i \sin(-12\theta)][\cos(5\theta) + i \sin(5\theta)]}{\cos(-14\theta) + i \sin(-14\theta)}

=cos(12θ+5θ)+isin(12θ+5θ)cos(14θ)+isin(14θ)= \frac{\cos(-12\theta + 5\theta) + i \sin(-12\theta + 5\theta)}{\cos(-14\theta) + i \sin(-14\theta)}

=cos(7θ)+isin(7θ)cos(14θ)+isin(14θ)= \frac{\cos(-7\theta) + i \sin(-7\theta)}{\cos(-14\theta) + i \sin(-14\theta)}

=cos(7θ+14θ)+isin(7θ+14θ)= \cos(-7\theta + 14\theta) + i \sin(-7\theta + 14\theta)

=cos(7θ)+isin(7θ)= \cos(7\theta) + i \sin(7\theta)

Q.5 (A).3 [3 marks]

Express Complex number 1+3i1 + \sqrt{3}i into polar form

Solution: For complex number z=a+biz = a + bi, polar form is z=r(cosθ+isinθ)z = r(\cos \theta + i \sin \theta)

Here, a=1a = 1, b=3b = \sqrt{3}

Modulus: r=z=a2+b2=12+(3)2=1+3=4=2r = |z| = \sqrt{a^2 + b^2} = \sqrt{1^2 + (\sqrt{3})^2} = \sqrt{1 + 3} = \sqrt{4} = 2

Argument: θ=tan1(ba)=tan1(31)=tan1(3)=π3\theta = \tan^{-1}\left(\frac{b}{a}\right) = \tan^{-1}\left(\frac{\sqrt{3}}{1}\right) = \tan^{-1}(\sqrt{3}) = \frac{\pi}{3}

Therefore, the polar form is: 1+3i=2(cosπ3+isinπ3)1 + \sqrt{3}i = 2\left(\cos \frac{\pi}{3} + i \sin \frac{\pi}{3}\right)

Q.5 (B) [8 marks]

Attempt any two

Q.5 (B).1 [4 marks]

Solve: tanydx+tanxsec2ydy=0\tan y \, dx + \tan x \sec^2 y \, dy = 0

Solution: tanydx+tanxsec2ydy=0\tan y \, dx + \tan x \sec^2 y \, dy = 0

Rearranging: tanydx=tanxsec2ydy\tan y \, dx = -\tan x \sec^2 y \, dy

dxtanx=sec2ydytany\frac{dx}{\tan x} = -\frac{\sec^2 y \, dy}{\tan y}

cosxsinxdx=dysinycosy\frac{\cos x}{\sin x} dx = -\frac{dy}{\sin y \cos y}

cotxdx=dysinycosy\cot x \, dx = -\frac{dy}{\sin y \cos y}

Since 1sinycosy=22sinycosy=2sin2y\frac{1}{\sin y \cos y} = \frac{2}{2\sin y \cos y} = \frac{2}{\sin 2y}:

cotxdx=2dysin2y\cot x \, dx = -\frac{2 dy}{\sin 2y}

Integrating both sides: cotxdx=2csc(2y)dy\int \cot x \, dx = -2 \int \csc(2y) \, dy

lnsinx=2(12lncsc(2y)+cot(2y))+c\ln|\sin x| = -2 \cdot \left(-\frac{1}{2}\ln|\csc(2y) + \cot(2y)|\right) + c

lnsinx=lncsc(2y)+cot(2y)+c\ln|\sin x| = \ln|\csc(2y) + \cot(2y)| + c

Therefore: sinx[csc(2y)+cot(2y)]=k\sin x \cdot [\csc(2y) + \cot(2y)] = k where kk is a constant.

Q.5 (B).2 [4 marks]

Solve: xdydxy=x2x \frac{dy}{dx} - y = x^2

Solution: xdydxy=x2x \frac{dy}{dx} - y = x^2

Dividing by xx: dydxyx=x\frac{dy}{dx} - \frac{y}{x} = x

This is a linear differential equation of the form dydx+Py=Q\frac{dy}{dx} + Py = Q

Here, P=1xP = -\frac{1}{x} and Q=xQ = x

Integrating factor: I.F.=ePdx=e1xdx=elnx=1xI.F. = e^{\int P dx} = e^{\int -\frac{1}{x} dx} = e^{-\ln|x|} = \frac{1}{x}

Multiplying the equation by I.F.: 1xdydxyx2=1\frac{1}{x} \frac{dy}{dx} - \frac{y}{x^2} = 1

This can be written as: ddx(yx)=1\frac{d}{dx}\left(\frac{y}{x}\right) = 1

Integrating: yx=x+c\frac{y}{x} = x + c

Therefore: y=x2+cxy = x^2 + cx

Q.5 (B).3 [4 marks]

Solve: dydx+yx=ex\frac{dy}{dx} + \frac{y}{x} = e^x, y(0)=3y(0) = 3

Solution: This is a linear differential equation: dydx+yx=ex\frac{dy}{dx} + \frac{y}{x} = e^x

Here, P=1xP = \frac{1}{x} and Q=exQ = e^x

Integrating factor: I.F.=e1xdx=elnx=x=xI.F. = e^{\int \frac{1}{x} dx} = e^{\ln|x|} = |x| = x (assuming x>0x > 0)

Multiplying the equation by I.F.: xdydx+y=xexx \frac{dy}{dx} + y = xe^x

This can be written as: ddx(xy)=xex\frac{d}{dx}(xy) = xe^x

Integrating both sides: xy=xexdxxy = \int xe^x dx

Using integration by parts for xexdx\int xe^x dx: Let u=xu = x, dv=exdxdv = e^x dx Then du=dxdu = dx, v=exv = e^x

xexdx=xexexdx=xexex=ex(x1)\int xe^x dx = xe^x - \int e^x dx = xe^x - e^x = e^x(x-1)

So: xy=ex(x1)+cxy = e^x(x-1) + c

Therefore: y=ex(x1)+cxy = \frac{e^x(x-1) + c}{x}

Using initial condition y(0)=3y(0) = 3: This presents a problem as we have division by zero. Let me reconsider the approach.

Actually, let's solve this more carefully. The equation dydx+yx=ex\frac{dy}{dx} + \frac{y}{x} = e^x with y(0)=3y(0) = 3 has an issue because at x=0x = 0, we have division by zero.

For the general solution away from x=0x = 0: y=ex(x1)+cxy = \frac{e^x(x-1) + c}{x}

The initial condition suggests we need to examine the behavior near x=0x = 0.

General solution: y=ex(x1)+cxy = \frac{e^x(x-1) + c}{x} for x0x \neq 0


Formula Cheat Sheet

Matrix Operations

  • Matrix multiplication: (AB)ij=kAikBkj(AB)_{ij} = \sum_{k} A_{ik}B_{kj}
  • Inverse of 2×2 matrix: A1=1A[dbca]A^{-1} = \frac{1}{|A|}\begin{bmatrix} d & -b \\ -c & a \end{bmatrix} for A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}
  • Determinant: A=adbc|A| = ad - bc

Differentiation Rules

  • Power rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}
  • Product rule: ddx(uv)=udvdx+vdudx\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}
  • Quotient rule: ddx(uv)=vdudxudvdxv2\frac{d}{dx}\left(\frac{u}{v}\right) = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2}
  • Chain rule: ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

Integration Rules

  • Power rule: xndx=xn+1n+1+c\int x^n dx = \frac{x^{n+1}}{n+1} + c (for n1n \neq -1)
  • Integration by parts: udv=uvvdu\int u \, dv = uv - \int v \, du
  • Fundamental theorem: abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a)

Differential Equations

  • Linear first order: 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}
  • Variable separable: dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y)dyg(y)=f(x)dx\frac{dy}{g(y)} = f(x)dx

Complex Numbers

  • Polar form: z=r(cosθ+isinθ)z = r(\cos \theta + i \sin \theta)
  • Modulus: a+bi=a2+b2|a + bi| = \sqrt{a^2 + b^2}
  • Argument: arg(a+bi)=tan1(b/a)\arg(a + bi) = \tan^{-1}(b/a)
  • De Moivre's theorem: (cosθ+isinθ)n=cos(nθ)+isin(nθ)(\cos \theta + i \sin \theta)^n = \cos(n\theta) + i \sin(n\theta)

Problem-Solving Strategies

  1. Matrix Problems: Always check dimensions before multiplication
  2. Differentiation: Identify which rule applies (product, quotient, chain)
  3. Integration: Look for substitution opportunities first
  4. Differential Equations: Identify type (separable vs linear) before solving
  5. Complex Numbers: Convert to standard form before operations

Common Mistakes to Avoid

  1. Matrix multiplication: Order matters - ABBAAB \neq BA in general
  2. Differentiation: Don't forget the chain rule for composite functions
  3. Integration: Always add the constant of integration
  4. Complex numbers: Be careful with signs when rationalizing

Exam Tips

  1. Time management: Allocate time based on marks (1 mark = 2-3 minutes)
  2. Show work: Partial marks are awarded for correct steps
  3. Check units: Ensure final answers have appropriate units
  4. Verify: When possible, substitute back to check answers