Q.1 [14 marks]
Fill in the blanks using appropriate choice from the given options.
Q.1.1 [1 mark]
Order of [1−20430] is ___________.
Answer: b. 2×3
Solution:
The matrix has 2 rows and 3 columns, so the order is 2×3.
Q.1.2 [1 mark]
If A is of order 2×3 and B is of order 3×2 then AB is of order _________.
Answer: d. 2×2
Solution:
For matrix multiplication AB, if A is 2×3 and B is 3×2, then AB is of order 2×2.
Q.1.3 [1 mark]
If A=[1−1] then AT= _______
Answer: b. [1−1]
Solution:
The transpose of a row matrix becomes a column matrix.
AT=[1−1]
Q.1.4 [1 mark]
If A=[1324] then adj A= ______
Answer: d. [4−3−21]
Solution:
For a 2×2 matrix A=[acbd],
adj A=[d−c−ba]
Therefore: adj A=[4−3−21]
Q.1.5 [1 mark]
dxd(ex)= _____
Answer: a. ex
Solution:
dxd(ex)=ex
Q.1.6 [1 mark]
If f(x)=logx then f′(1)= _____
Answer: c. 1
Solution:
f′(x)=x1
f′(1)=11=1
Q.1.7 [1 mark]
dxd(3log3x)= ______
Answer: b. 2x
Solution:
Using the property alogax=x:
3log3x=x
Therefore: dxd(3log3x)=dxd(x)=1
Wait, let me recalculate this. The expression is 3log3x2=x2
dxd(x2)=2x
Q.1.8 [1 mark]
∫sinxdx= _____
Answer: c. −cosx
Solution:
∫sinxdx=−cosx+C
Q.1.9 [1 mark]
∫−11x3dx= _____
Answer: b. 0
Solution:
∫−11x3dx=[4x4]−11=41−41=0
Q.1.10 [1 mark]
∫1+x21dx= _____
Answer: d. tan−1x
Solution:
∫1+x21dx=tan−1x+C
Q.1.11 [1 mark]
Order of the differential equation dx2d2y−y=0 is ________.
Answer: b. 2
Solution:
The highest derivative is dx2d2y, so the order is 2.
Q.1.12 [1 mark]
The integration factor (I.F) of dxdy+Py=Q is ________
Answer: a. e∫Pdx
Solution:
For a linear differential equation dxdy+Py=Q, the integrating factor is e∫Pdx.
Q.1.13 [1 mark]
If Z=4−5i then Zˉ= ________
Answer: c. 4−5i
Solution:
Wait, this seems incorrect. If Z=4−5i, then Zˉ=4+5i.
The correct answer should be 4+5i.
Q.1.14 [1 mark]
i10= ______
Answer: b. -1
Solution:
i10=i4⋅2+2=(i4)2⋅i2=12⋅(−1)=−1
Q.2 (A) [6 marks]
Attempt any two.
Q.2(A).1 [3 marks]
If A=[24−13] and B=[3124] then find the matrix X such that 2A+X=3B.
Solution:
2A+X=3B
X=3B−2A
2A=2[24−13]=[48−26]
3B=3[3124]=[93612]
X=[93612]−[48−26]=[5−586]
Q.2(A).2 [3 marks]
If A=[5443] and B=[1231] then find (AB)T.
Solution:
First, find AB:
AB=[5443][1231]
AB=[5(1)+4(2)4(1)+3(2)5(3)+4(1)4(3)+3(1)]=[13101915]
(AB)T=[13191015]
Q.2(A).3 [3 marks]
Solve: dxdy=x2⋅e−y.
Solution:
dxdy=x2⋅e−y
Separating variables:
eydy=x2dx
Integrating both sides:
∫eydy=∫x2dx
ey=3x3+C
y=ln(3x3+C)
Q.2 (B) [8 marks]
Attempt any two.
Q.2(B).1 [4 marks]
If A=[2435−10] and B=[122341] then prove that (A+B)T=AT+BT.
Solution:
A+B=[2435−10]+[122341]
A+B=[365831]
(A+B)T=353681
AT=23−1450, BT=124231
AT+BT=23−1450+124231=353681
Therefore, (A+B)T=AT+BT is proved.
Q.2(B).2 [4 marks]
If A=211−10−1041 then find A−1.
Solution:
To find A−1, we use the formula A−1=∣A∣1⋅adj(A)
First, find ∣A∣:
∣A∣=2(0⋅1−4⋅(−1))−(−1)(1⋅1−4⋅1)+0(1⋅(−1)−0⋅1)
∣A∣=2(4)+1(−3)=8−3=5
Next, find cofactors:
C11=(−1)1+10−141=4
C12=(−1)1+21141=−(−3)=3
C13=(−1)1+3110−1=−1
C21=(−1)2+1−1−101=−(−1)=1
C22=(−1)2+22101=2
C23=(−1)2+321−1−1=−(−1)=1
C31=(−1)3+1−1004=−4
C32=(−1)3+22104=−(8)=−8
C33=(−1)3+321−10=1
adj(A)=43−1121−4−81
A−1=5143−1121−4−81
Q.2(B).3 [4 marks]
Solve the equations 3x−y=1,x+2y=5 by matrix method.
Solution:
The system can be written as AX=B where:
A=[31−12], X=[xy], B=[15]
∣A∣=3(2)−(−1)(1)=6+1=7
A−1=71[2−113]
X=A−1B=71[2−113][15]
X=71[2+5−1+15]=71[714]=[12]
Therefore, x=1 and y=2.
Q.3 (A) [6 marks]
Attempt any two.
Q.3(A).1 [3 marks]
If y=ex−1ex+1 then find dxdy.
Solution:
Using quotient rule: dxd(vu)=v2vdxdu−udxdv
Let u=ex+1 and v=ex−1
dxdu=ex and dxdv=ex
dxdy=(ex−1)2(ex−1)(ex)−(ex+1)(ex)
=(ex−1)2e2x−ex−e2x−ex=(ex−1)2−2ex
Q.3(A).2 [3 marks]
If x=acosθ,y=bsinθ then find dxdy.
Solution:
dθdx=−asinθ
dθdy=bcosθ
dxdy=dx/dθdy/dθ=−asinθbcosθ=−asinθbcosθ=−abcotθ
Q.3(A).3 [3 marks]
Evaluate: ∫2xcosxdx.
Solution:
Let u=x, then du=2x1dx
∫2xcosxdx=∫cosudu=sinu+C=sinx+C
Q.3 (B) [8 marks]
Attempt any two.
Q.3(B).1 [4 marks]
Differentiate y=xcosx with respect to x.
Solution:
Taking natural logarithm on both sides:
lny=cosxlnx
Differentiating both sides with respect to x:
y1dxdy=cosx⋅x1+lnx⋅(−sinx)
dxdy=y(xcosx−sinxlnx)
dxdy=xcosx(xcosx−sinxlnx)
Q.3(B).2 [4 marks]
If y=Acospt+Bsinpt, prove that dt2d2y+p2y=0.
Solution:
y=Acospt+Bsinpt
dtdy=−Apsinpt+Bpcospt
dt2d2y=−Ap2cospt−Bp2sinpt=−p2(Acospt+Bsinpt)=−p2y
Therefore: dt2d2y+p2y=−p2y+p2y=0
Q.3(B).3 [4 marks]
The equation of motion of a particle is s=t3+2t2−3t+5. Find the velocity and acceleration of the particle at t=1 and t=2 seconds.
Solution:
s=t3+2t2−3t+5
Velocity: v=dtds=3t2+4t−3
Acceleration: a=dtdv=6t+4
At t=1:
v(1)=3(1)2+4(1)−3=3+4−3=4 units/sec
a(1)=6(1)+4=10 units/sec²
At t=2:
v(2)=3(2)2+4(2)−3=12+8−3=17 units/sec
a(2)=6(2)+4=16 units/sec²
Q.4 (A) [6 marks]
Attempt any two.
Q.4(A).1 [3 marks]
Evaluate: ∫xlogxdx.
Solution:
Using integration by parts: ∫udv=uv−∫vdu
Let u=logx and dv=xdx
Then du=x1dx and v=2x2
∫xlogxdx=logx⋅2x2−∫2x2⋅x1dx
=2x2logx−∫2xdx
=2x2logx−4x2+C
=2x2(logx−21)+C
Q.4(A).2 [3 marks]
Evaluate: ∫−111+x21dx.
Solution:
∫−111+x21dx=[tan−1x]−11
=tan−1(1)−tan−1(−1)
=4π−(−4π)=2π
Q.4(A).3 [3 marks]
Find inverse of Z=3+4i.
Solution:
Z−1=Z1=3+4i1
Multiply numerator and denominator by the conjugate:
Z−1=3+4i1⋅3−4i3−4i=(3)2+(4)23−4i=9+163−4i=253−4i
Z−1=253−254i
Q.4 (B) [8 marks]
Attempt any two.
Q.4(B).1 [4 marks]
Evaluate: ∫0π/2tanx+cotxtanxdx.
Solution:
Let I=∫0π/2tanx+cotxtanxdx
Using the property ∫abf(x)dx=∫abf(a+b−x)dx:
I=∫0π/2tan(π/2−x)+cot(π/2−x)tan(π/2−x)dx
=∫0π/2cotx+tanxcotxdx
Adding the two expressions:
2I=∫0π/2tanx+cotxtanx+cotxdx=∫0π/21dx=2π
Therefore: I=4π
Q.4(B).2 [4 marks]
Find the area bounded by the line y=x, x=5 and the X-axis.
Solution:
The region is bounded by y=x, x=5, and y=0 (X-axis).
Area = ∫05xdx=[2x2]05=225−0=225 square units
Q.4(B).3 [4 marks]
If x+iy=(2−i1+i)2, find the value of x+y.
Solution:
First, simplify 2−i1+i:
2−i1+i⋅2+i2+i=(2−i)(2+i)(1+i)(2+i)=4−i22+i+2i+i2=4+12+3i−1=51+3i
Now: (51+3i)2=25(1+3i)2=251+6i+9i2=251+6i−9=25−8+6i
Therefore: x=−258 and y=256
x+y=−258+256=−252
Q.5 (A) [6 marks]
Attempt any two.
Q.5(A).1 [3 marks]
Find Square root of Z=5+12i.
Solution:
Let 5+12i=a+bi where a,b∈R
(a+bi)2=5+12i
a2+2abi+b2i2=5+12i
(a2−b2)+2abi=5+12i
Comparing real and imaginary parts:
a2−b2=5 ... (1)
2ab=12 ... (2)
From (2): b=a6
Substituting in (1): a2−a236=5
a4−5a2−36=0
Let u=a2: u2−5u−36=0
(u−9)(u+4)=0
Since u=a2≥0, we have u=9, so a=±3
If a=3, then b=2
If a=−3, then b=−2
Therefore: 5+12i=±(3+2i)
Q.5(A).2 [3 marks]
Find x,y∈R from the equation (2x−y)+yi=6+4i.
Solution:
Comparing real and imaginary parts:
Real part: 2x−y=6 ... (1)
Imaginary part: y=4 ... (2)
Substituting (2) into (1):
2x−4=6
2x=10
x=5
Therefore: x=5 and y=4
Q.5(A).3 [3 marks]
Find the modulus and principal argument of Z=1+i, and express Z into the polar form.
Solution:
Z=1+i
Modulus: ∣Z∣=12+12=2
Principal argument: arg(Z)=tan−1(11)=tan−1(1)=4π
Polar form: Z=∣Z∣(cosθ+isinθ)=2(cos4π+isin4π)
Q.5 (B) [8 marks]
Attempt any two.
Q.5(B).1 [4 marks]
Solve: dxdy=1+x+y+xy.
Solution:
dxdy=1+x+y+xy=(1+x)+y(1+x)=(1+x)(1+y)
Separating variables:
1+ydy=(1+x)dx
Integrating both sides:
∫1+ydy=∫(1+x)dx
ln∣1+y∣=x+2x2+C
1+y=Aex+x2/2 where A=eC
y=Aex+x2/2−1
Q.5(B).2 [4 marks]
Solve the differential equation: dxdy+y=ex.
Solution:
This is a first-order linear differential equation of the form dxdy+Py=Q where P=1 and Q=ex.
Integrating factor: I.F.=e∫Pdx=e∫1dx=ex
Multiplying the equation by ex:
exdxdy+exy=e2x
dxd(yex)=e2x
Integrating both sides:
yex=∫e2xdx=2e2x+C
y=2ex+Ce−x
Q.5(B).3 [4 marks]
Solve the differential equation: dxdy−ytanx=1.
Solution:
This is a first-order linear differential equation where P=−tanx and Q=1.
Integrating factor: I.F.=e∫(−tanx)dx=eln∣cosx∣=cosx
Multiplying the equation by cosx:
cosxdxdy−ycosxtanx=cosx
cosxdxdy−ysinx=cosx
dxd(ycosx)=cosx
Integrating both sides:
ycosx=∫cosxdx=sinx+C
y=tanx+cosxC=tanx+Csecx
Formula Cheat Sheet
Matrix Operations
- Order of Matrix: If matrix has m rows and n columns, order is m×n
- Matrix Multiplication: (AB)ij=∑kAikBkj
- Transpose: (AT)ij=Aji
- Adjoint of 2×2 Matrix: If A=[acbd], then adj(A)=[d−c−ba]
- Inverse: A−1=∣A∣1⋅adj(A)
Differentiation
- dxd(ex)=ex
- dxd(lnx)=x1
- dxd(xn)=nxn−1
- dxd(sinx)=cosx
- dxd(cosx)=−sinx
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Product Rule: dxd(uv)=u′v+uv′
- Quotient Rule: dxd(vu)=v2u′v−uv′
- Parametric: If x=f(t) and y=g(t), then dxdy=dx/dtdy/dt
Integration
- ∫xndx=n+1xn+1+C (for n=−1)
- ∫exdx=ex+C
- ∫x1dx=ln∣x∣+C
- ∫sinxdx=−cosx+C
- ∫cosxdx=sinx+C
- ∫1+x21dx=tan−1x+C
- Integration by Parts: ∫udv=uv−∫vdu
- Definite Integration: ∫abf(x)dx=F(b)−F(a) where F′(x)=f(x)
Differential Equations
- Order: Highest derivative present
- Degree: Power of highest derivative
- Linear DE: dxdy+Py=Q
- Integrating Factor: I.F.=e∫Pdx
- Variable Separable: dxdy=f(x)g(y) → g(y)dy=f(x)dx
Complex Numbers
- Standard Form: z=a+bi
- Conjugate: a+bi=a−bi
- Modulus: ∣a+bi∣=a2+b2
- Argument: arg(z)=tan−1(ab)
- Polar Form: z=r(cosθ+isinθ) where r=∣z∣ and θ=arg(z)
- Powers of i: i1=i, i2=−1, i3=−i, i4=1
- Inverse: z−1=∣z∣2z
Problem-Solving Strategies
Matrix Problems
- Check dimensions before multiplication
- Use properties: (AB)T=BTAT, (A+B)T=AT+BT
- For inverse: Calculate determinant first, then adjoint
- System of equations: Write as AX=B, solve X=A−1B
Differentiation Problems
- Identify the type: Basic, chain rule, product rule, quotient rule
- For implicit: Differentiate both sides with respect to x
- For parametric: Use dxdy=dx/dtdy/dt
- For logarithmic: Take ln of both sides first
Integration Problems
- Check standard forms first
- For products: Try integration by parts (ILATE rule)
- For rational functions: Check for substitution
- For definite integrals: Use properties like ∫−aaf(x)dx=0 if f(x) is odd
Differential Equations
- Identify type: Order, degree, linear/non-linear
- For linear DE: Find integrating factor
- For separable: Separate variables and integrate
- Check initial conditions if given
Complex Numbers
- For operations: Use standard form a+bi
- For modulus/argument: Convert to polar form
- For powers: Use De Moivre's theorem
- For square roots: Let a+bi=c+di and solve
Common Mistakes to Avoid
- Matrix multiplication: Remember AB=BA in general
- Chain rule: Don't forget to multiply by derivative of inner function
- Integration: Remember the constant of integration
- Definite integrals: Apply limits correctly
- Complex numbers: i2=−1, not +1
- Differential equations: Don't forget integrating factor for linear DE
- Parametric differentiation: Use dx/dtdy/dt, not dt/dxdt/dy
Exam Tips
Time Management
- Q.1 (MCQs): Spend 15-20 minutes maximum
- Short answers: 3-4 minutes per question
- Long answers: 8-10 minutes per question
- Keep 10 minutes for final review
Strategy
- Read all questions first to identify easy ones
- Attempt easy questions first to build confidence
- Show all steps clearly for partial marks
- Check units in application problems
- Verify answers where possible (especially in matrix problems)
During Exam
- Write clearly and organize solutions
- Draw diagrams where helpful
- State formulas before using them
- Don't panic if stuck on one question - move to next
- Use remaining time to review and check calculations
Good Luck with your exams!