Q.1 Fill in the blanks [14 marks]
Q1.1 [1 mark]
If A = [1 2; 3 -1] then 4A = ...
Answer: (b) [4 8; 12 -4]
Solution:
4A=4[132−1]=[4128−4]
Q1.2 [1 mark]
Order of the matrix [1 1 2; -3 2 3] is ...
Answer: (a) 2 × 3
Solution:
Matrix has 2 rows and 3 columns, so order is 2 × 3.
Q1.3 [1 mark]
If A = [1 1; 1 1] then A² = ...
Answer: (d) [2 2; 2 2]
Solution:
A2=[1111][1111]=[2222]
Q1.4 [1 mark]
If A = [2 -1; 3 4] then adjoint of A = ...
Answer: (c) [4 1; -3 2]
Solution:
For matrix A = [a b; c d], adj(A) = [d -b; -c a]
adj(A) = [4 1; -3 2]
Q1.5 [1 mark]
d/dx(tan x) = ...
Answer: (d) sec²x
Solution:
dxd(tanx)=sec2x
Q1.6 [1 mark]
d/dx(sin 5x) = ...
Answer: (b) 5cos5x
Solution:
dxd(sin5x)=5cos5x (using chain rule)
Q1.7 [1 mark]
If function y = f(x) is maximum at x = a then f'(a) = ...
Answer: (c) 0
Solution:
At maximum point, first derivative equals zero: f'(a) = 0
Q1.8 [1 mark]
∫sin x dx = ... + C
Answer: (a) -cos x
Solution:
∫sinxdx=−cosx+C
Q1.9 [1 mark]
∫1/(x²+4) dx = ... + C
Answer: (d) (1/2)tan⁻¹(x/2)
Solution:
∫x2+41dx=21tan−1(2x)+C
Q1.10 [1 mark]
∫₁² x² dx = ...
Answer: (a) 7/3
Solution:
∫12x2dx=[3x3]12=38−31=37
Q1.11 [1 mark]
Order of differential equation (d³y/dx³)⁴ + dy/dx + 5y = 0 is ...
Answer: (c) 3
Solution:
Order is the highest derivative present = 3
Q1.12 [1 mark]
Integrating factor of dy/dx + y/x = 1 is ...
Answer: (b) x
Solution:
I.F. = e∫x1dx=elnx=x
Q1.13 [1 mark]
Mean of 39,23,58,47,50,16,61 is ...
Answer: (b) 42
Solution:
Mean = 739+23+58+47+50+16+61=7294=42
Q1.14 [1 mark]
Mean of first five natural numbers is ...
Answer: (a) 3
Solution:
Mean = 51+2+3+4+5=515=3
Q.2 Attempt any two [14 marks total]
Q2(A).1 [3 marks]
If A = [1 3 5; -1 0 2; 4 3 6], B = [3 4 5; 5 4 3; 3 5 4], C = [1 2 1; 3 3 3; 4 5 6], find 3A+2B-4C
Solution:
3A=3−31290915618
2B=610688101068
4C=412168122041224
3A+2B−4C=5−529−4−12102
Q2(A).2 [3 marks]
If A = [7 5; -1 2], B = [1 -1; 3 2], show that (A+B)ᵀ = Aᵀ + Bᵀ
Solution:
A+B=[8244]
(A+B)T=[8424]
AT=[75−12], BT=[1−132]
AT+BT=[8424]
Hence proved: (A+B)T=AT+BT
Q2(A).3 [3 marks]
Solve the differential equation xy dy = (x+1)(y+1)dx
Solution:
Separating variables:
y+1ydy=xx+1dx
(1−y+11)dy=(1+x1)dx
Integrating:
y−ln∣y+1∣=x+ln∣x∣+C
Final answer: y−x=ln∣y+1∣+ln∣x∣+C
Q2(B).1 [4 marks]
Find the inverse of matrix [3 1 2; 2 -3 -1; 1 2 1]
Solution:
Let A=3211−322−11
∣A∣=3(−3−(−2))−1(2−(−1))+2(4−(−3))=3(−1)−1(3)+2(7)=−3−3+14=8
Cofactors:
- C₁₁ = -1, C₁₂ = -3, C₁₃ = 7
- C₂₁ = 3, C₂₂ = 1, C₂₃ = -5
- C₃₁ = 5, C₃₂ = 7, C₃₃ = -11
adj(A)=−1−3731−557−11
A−1=81−1−3731−557−11
Q2(B).2 [4 marks]
Solve 3x - 2y = 8, 5x + 4y = 6 using matrix method
Solution:
[35−24][xy]=[86]
∣A∣=3(4)−(−2)(5)=12+10=22
A−1=221[4−523]
[xy]=221[4−523][86]=221[44−22]
Answer: x = 2, y = -1
Q2(B).3 [4 marks]
If A = [1 2 1; 2 3 1; 1 2 2], find A·adj(A)
Solution:
∣A∣=1(6−2)−2(4−1)+1(4−3)=4−6+1=−1
For any matrix A: A⋅adj(A)=∣A∣⋅I
A⋅adj(A)=(−1)100010001=−1000−1000−1
Q.3 Attempt any two [14 marks total]
Q3(A).1 [3 marks]
If y = log(sin x/(1+cos x)), find dy/dx
Solution:
y=log(sinx)−log(1+cosx)
dxdy=sinx1⋅cosx−1+cosx1⋅(−sinx)
=sinxcosx+1+cosxsinx
=cotx+1+cosxsinx
Using identity: 1+cosxsinx=tan(2x)
Answer: dxdy=cotx+tan(2x)
Q3(A).2 [3 marks]
If y = sin(x+y), find dy/dx
Solution:
Differentiating both sides:
dxdy=cos(x+y)⋅(1+dxdy)
dxdy=cos(x+y)+cos(x+y)⋅dxdy
dxdy−cos(x+y)⋅dxdy=cos(x+y)
dxdy[1−cos(x+y)]=cos(x+y)
Answer: dxdy=1−cos(x+y)cos(x+y)
Q3(A).3 [3 marks]
Obtain ∫x²log x dx
Solution:
Using integration by parts: ∫u dv = uv - ∫v du
Let u = log x, dv = x² dx
Then du = (1/x) dx, v = x³/3
∫x2logxdx=logx⋅3x3−∫3x3⋅x1dx
=3x3logx−∫3x2dx
=3x3logx−9x3+C
Answer: 3x3(logx−31)+C
Q3(B).1 [4 marks]
Motion equation s = 2t³ - 3t² - 12t + 7. Find s and t when acceleration is zero
Solution:
s=2t3−3t2−12t+7
Velocity: v=dtds=6t2−6t−12
Acceleration: a=dtdv=12t−6
When acceleration = 0:
12t−6=0
t=21
At t = 1/2:
s=2(21)3−3(21)2−12(21)+7=41−43−6+7=21
Answer: t = 1/2, s = 1/2
Q3(B).2 [4 marks]
If y = 2e³ˣ + 3e⁻²ˣ, prove d²y/dx² - dy/dx - 6y = 0
Solution:
y=2e3x+3e−2x
dxdy=6e3x−6e−2x
dx2d2y=18e3x+12e−2x
Now: dx2d2y−dxdy−6y
=(18e3x+12e−2x)−(6e3x−6e−2x)−6(2e3x+3e−2x)
=18e3x+12e−2x−6e3x+6e−2x−12e3x−18e−2x
=(18−6−12)e3x+(12+6−18)e−2x=0
Hence proved
Q3(B).3 [4 marks]
Find maximum and minimum values of f(x) = x³ - 3x + 11
Solution:
f(x)=x3−3x+11
f′(x)=3x2−3=3(x2−1)=3(x−1)(x+1)
Critical points: x = 1, x = -1
f′′(x)=6x
At x = 1: f''(1) = 6 > 0 → Local minimum
At x = -1: f''(-1) = -6 < 0 → Local maximum
f(1)=1−3+11=9 (minimum)
f(−1)=−1+3+11=13 (maximum)
Answer: Maximum = 13 at x = -1, Minimum = 9 at x = 1
Q.4 Attempt any two [14 marks total]
Q4(A).1 [3 marks]
Obtain ∫sin 5x sin 6x dx
Solution:
Using identity: sinAsinB=21[cos(A−B)−cos(A+B)]
sin5xsin6x=21[cos(5x−6x)−cos(5x+6x)]
=21[cos(−x)−cos(11x)]=21[cosx−cos(11x)]
∫sin5xsin6xdx=21∫[cosx−cos(11x)]dx
=21[sinx−11sin(11x)]+C
Answer: 21sinx−22sin(11x)+C
Q4(A).2 [3 marks]
Obtain ∫(1+x)eˣ/cos²(xeˣ) dx
Solution:
Let u=xex, then du=(1+x)exdx
The integral becomes:
∫cos2udu=∫sec2udu=tanu+C
Substituting back:
=tan(xex)+C
Answer: tan(xex)+C
Q4(A).3 [3 marks]
Find standard deviation for data: 6,7,10,12,13,4,8,12
Solution:
Data: 6, 7, 10, 12, 13, 4, 8, 12
n = 8
Mean = 86+7+10+12+13+4+8+12=872=9
| x | x-9 | (x-9)² |
|---|
| 6 | -3 | 9 |
| 7 | -2 | 4 |
| 10 | 1 | 1 |
| 12 | 3 | 9 |
| 13 | 4 | 16 |
| 4 | -5 | 25 |
| 8 | -1 | 1 |
| 12 | 3 | 9 |
Σ(x-9)² = 74
Standard deviation = n∑(x−xˉ)2=874=9.25=3.04
Answer: σ = 3.04
Q4(B).1 [4 marks]
Obtain ∫(2x+1)/[(x+1)(x-3)] dx
Solution:
Using partial fractions:
(x+1)(x−3)2x+1=x+1A+x−3B
2x+1=A(x−3)+B(x+1)
When x = -1: 2(−1)+1=A(−4)⇒−1=−4A⇒A=41
When x = 3: 2(3)+1=B(4)⇒7=4B⇒B=47
∫(x+1)(x−3)2x+1dx=41∫x+11dx+47∫x−31dx
=41ln∣x+1∣+47ln∣x−3∣+C
Answer: 41ln∣x+1∣+47ln∣x−3∣+C
Q4(B).2 [4 marks]
Obtain ∫₀^(π/2) √(cot x)/(√(cot x) + √(tan x)) dx
Solution:
Let I=∫0π/2cotx+tanxcotxdx
Using property: ∫0af(x)dx=∫0af(a−x)dx
I=∫0π/2cot(π/2−x)+tan(π/2−x)cot(π/2−x)dx
Since cot(π/2−x)=tanx and tan(π/2−x)=cotx:
I=∫0π/2tanx+cotxtanxdx
Adding both expressions:
2I=∫0π/2cotx+tanxcotx+tanxdx=∫0π/21dx=2π
Answer: I=4π
Q4(B).3 [4 marks]
Find mean deviation for grouped data
Solution:
N = Σfᵢ = 3+5+9+5+4+3+1 = 30
Mean = N∑fixi=303(4)+5(8)+9(11)+5(17)+4(20)+3(24)+1(32)
=3012+40+99+85+80+72+32=30420=14
| xᵢ | fᵢ | |xᵢ-14| | fᵢ|xᵢ-14| |
|----|----|---------|-----------|
| 4 | 3 | 10 | 30 |
| 8 | 5 | 6 | 30 |
| 11 | 9 | 3 | 27 |
| 17 | 5 | 3 | 15 |
| 20 | 4 | 6 | 24 |
| 24 | 3 | 10 | 30 |
| 32 | 1 | 18 | 18 |
Σfᵢ|xᵢ-14| = 174
Mean deviation = N∑fi∣xi−xˉ∣=30174=5.8
Answer: Mean deviation = 5.8
Q.5 Attempt any two [14 marks total]
Q5(A).1 [3 marks]
Find mean deviation for grouped data
| Class | 30-40 | 40-50 | 50-60 | 60-70 | 70-80 | 80-90 | 90-100 |
|---|
| Freq | 3 | 7 | 12 | 15 | 8 | 3 | 2 |
Solution:
| Class | Mid-value | fᵢ | fᵢxᵢ |
|---|
| 30-40 | 35 | 3 | 105 |
| 40-50 | 45 | 7 | 315 |
| 50-60 | 55 | 12 | 660 |
| 60-70 | 65 | 15 | 975 |
| 70-80 | 75 | 8 | 600 |
| 80-90 | 85 | 3 | 255 |
| 90-100 | 95 | 2 | 190 |
N = 50, Σfᵢxᵢ = 3100
Mean = 3100/50 = 62
| Class | xᵢ | fᵢ | |xᵢ-62| | fᵢ|xᵢ-62| |
|-------|----|----|---------|-----------|
| 30-40 | 35 | 3 | 27 | 81 |
| 40-50 | 45 | 7 | 17 | 119 |
| 50-60 | 55 | 12 | 7 | 84 |
| 60-70 | 65 | 15 | 3 | 45 |
| 70-80 | 75 | 8 | 13 | 104 |
| 80-90 | 85 | 3 | 23 | 69 |
| 90-100| 95 | 2 | 33 | 66 |
Mean deviation = 568/50 = 11.36
Answer: Mean deviation = 11.36
Q5(A).2 [3 marks]
Find standard deviation for given data
| Class | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 |
|---|
| Freq | 2 | 1 | 12 | 29 | 25 | 12 | 10 | 4 | 5 |
Solution:
N = 100, Mean = (2×60 + 1×61 + ... + 5×68)/100 = 6380/100 = 63.8
| xᵢ | fᵢ | (xᵢ-63.8) | (xᵢ-63.8)² | fᵢ(xᵢ-63.8)² |
|---|
| 60 | 2 | -3.8 | 14.44 | 28.88 |
| 61 | 1 | -2.8 | 7.84 | 7.84 |
| 62 | 12 | -1.8 | 3.24 | 38.88 |
| 63 | 29 | -0.8 | 0.64 | 18.56 |
| 64 | 25 | 0.2 | 0.04 | 1.00 |
| 65 | 12 | 1.2 | 1.44 | 17.28 |
| 66 | 10 | 2.2 | 4.84 | 48.40 |
| 67 | 4 | 3.2 | 10.24 | 40.96 |
| 68 | 5 | 4.2 | 17.64 | 88.20 |
Σfᵢ(xᵢ-x̄)² = 290
Standard deviation = √(290/100) = √2.9 = 1.70
Answer: σ = 1.70
Q5(A).3 [3 marks]
Find mean for grouped data
| Class | 0-20 | 20-40 | 40-60 | 60-80 | 80-100 | 100-120 |
|---|
| Freq | 26 | 31 | 35 | 42 | 82 | 71 |
Solution:
| Class | Mid-value | fᵢ | fᵢxᵢ |
|---|
| 0-20 | 10 | 26 | 260 |
| 20-40 | 30 | 31 | 930 |
| 40-60 | 50 | 35 | 1750 |
| 60-80 | 70 | 42 | 2940 |
| 80-100 | 90 | 82 | 7380 |
| 100-120 | 110 | 71 | 7810 |
N = 287, Σfᵢxᵢ = 21070
Mean = N∑fixi=28721070=73.42
Answer: Mean = 73.42
Q5(B).1 [4 marks]
Solve differential equation (x + y + 1)² dy/dx = 1
Solution:
Let z = x + y + 1, then dz/dx = 1 + dy/dx
So dy/dx = dz/dx - 1
Substituting: z2(dz/dx−1)=1
z2dz/dx−z2=1
z2dz/dx=1+z2
1+z2z2dz=dx
Integrating:
∫1+z2z2dz=∫dx
∫(1−1+z21)dz=x+C
z−tan−1z=x+C
Substituting back z = x + y + 1:
(x+y+1)−tan−1(x+y+1)=x+C
Answer: y+1=tan−1(x+y+1)+C
Q5(B).2 [4 marks]
Solve dy/dx + y/x = eˣ, y(0) = 2
Solution:
This is a linear differential equation of the form dy/dx + P(x)y = Q(x)
Here P(x) = 1/x, Q(x) = eˣ
Integrating factor: I.F.=e∫x1dx=eln∣x∣=∣x∣=x (for x > 0)
Multiplying the equation by x:
xdxdy+y=xex
dxd(xy)=xex
Integrating both sides:
xy=∫xexdx
Using integration by parts for ∫xeˣ dx:
Let u = x, dv = eˣ dx
Then du = dx, v = eˣ
∫xexdx=xex−∫exdx=xex−ex=ex(x−1)
So: xy=ex(x−1)+C
y=xex(x−1)+C
Using initial condition y(0) = 2:
As x → 0, we need to use L'Hôpital's rule or series expansion.
From the original equation at x = 0: dy/dx = eˣ - y/x
This suggests we need to be more careful with the initial condition.
Alternative approach: Since the equation has a singularity at x = 0, we solve in the neighborhood where x ≠ 0.
Answer: y=xex(x−1)+C where C is determined by boundary conditions.
Q5(B).3 [4 marks]
Solve y dy/dx = √(1 + x² + y² + x²y²)
Solution:
ydxdy=1+x2+y2+x2y2
ydxdy=(1+x2)(1+y2)
1+y2ydy=1+x2dx
Integrating both sides:
∫1+y2ydy=∫1+x2dx
For the left side, let u = 1 + y², then du = 2y dy:
∫1+y2ydy=21∫udu=u=1+y2
For the right side:
∫1+x2dx=2x1+x2+21ln∣x+1+x2∣+C
Therefore:
1+y2=2x1+x2+21ln∣x+1+x2∣+C
Answer: 1+y2=2x1+x2+21ln∣x+1+x2∣+C
Formula Cheat Sheet
Matrix Operations
- (A+B)T=AT+BT
- (AB)T=BTAT
- A⋅adj(A)=∣A∣⋅I
- For 2×2 matrix [ab;cd]: adj=[d−b;−ca]
Differentiation Formulas
- dxd(sinx)=cosx
- dxd(cosx)=−sinx
- dxd(tanx)=sec2x
- dxd(logx)=x1
- dxd(ex)=ex
- Chain rule: dxdf(g(x))=f′(g(x))⋅g′(x)
Integration Formulas
- ∫sinxdx=−cosx+C
- ∫cosxdx=sinx+C
- ∫sec2xdx=tanx+C
- ∫x1dx=ln∣x∣+C
- ∫exdx=ex+C
- ∫x2+a21dx=a1tan−1(ax)+C
Differential Equations
- Linear DE: dxdy+P(x)y=Q(x)
- Integrating Factor: I.F.=e∫P(x)dx
- Variable Separable: dxdy=f(x)g(y)⇒g(y)dy=f(x)dx
Statistics
- Mean: xˉ=n∑xi (ungrouped), xˉ=∑fi∑fixi (grouped)
- Mean Deviation: M.D.=n∑∣xi−xˉ∣
- Standard Deviation: σ=n∑(xi−xˉ)2
Problem-Solving Strategies
Matrix Problems
- Always check dimensions before operations
- For inverse: Calculate determinant first, then adjoint
- For system of equations: Use X=A−1B where AX=B
Differentiation Problems
- Identify the type: Chain rule, product rule, quotient rule
- For implicit differentiation: Differentiate both sides, collect dy/dx terms
- For parametric: Use dxdy=dx/dtdy/dt
Integration Problems
- Try substitution if you see function and its derivative
- Use integration by parts for products (LIATE rule)
- For definite integrals: Check for symmetry properties
Differential Equations
- Identify type: Separable, linear, exact
- For linear DE: Find integrating factor first
- Always verify your solution by substitution
Statistics Problems
- Find mean first for deviation calculations
- Use grouped data formulas when data is in classes
- Create frequency table to organize calculations
Common Mistakes to Avoid
- Matrix multiplication: Order matters (AB ≠ BA generally)
- Chain rule: Don't forget to multiply by derivative of inner function
- Integration by parts: Choose u and dv carefully using LIATE
- Differential equations: Don't forget the constant of integration
- Statistics: Use correct formula for grouped vs ungrouped data
Exam Tips
- Read questions carefully - especially for OR questions
- Show all steps - partial marks are awarded
- Check units and signs in your final answers
- Verify solutions when possible by substitution
- Manage time wisely - attempt questions you're confident about first
- Use standard formulas - memorize the formula sheet content
- For fill-in-blanks: Eliminate obviously wrong options first