Q.1 [14 marks]
Fill in the blanks using appropriate choice from the given options
Q1.1 [1 mark]
If A = [ 1 2 3 1 4 2 ] A = \begin{bmatrix} 1 & 2 \\ 3 & 1 \\ 4 & 2 \end{bmatrix} A = 1 3 4 2 1 2 , then A T = A^T = A T = ________
Answer : b. [ 1 3 4 2 1 2 ] \begin{bmatrix} 1 & 3 & 4 \\ 2 & 1 & 2 \end{bmatrix} [ 1 2 3 1 4 2 ]
Solution :
For transpose of a matrix, rows become columns and columns become rows.
A T = [ 1 3 4 2 1 2 ] A^T = \begin{bmatrix} 1 & 3 & 4 \\ 2 & 1 & 2 \end{bmatrix} A T = [ 1 2 3 1 4 2 ]
Q1.2 [1 mark]
If [ x + y 3 − 7 x − y ] = [ 8 3 − 7 2 ] \begin{bmatrix} x+y & 3 \\ -7 & x-y \end{bmatrix} = \begin{bmatrix} 8 & 3 \\ -7 & 2 \end{bmatrix} [ x + y − 7 3 x − y ] = [ 8 − 7 3 2 ] , then ( x , y ) = (x,y) = ( x , y ) = ________
Answer : c. ( 5 , 3 ) (5,3) ( 5 , 3 )
Solution :
Comparing corresponding elements:
x + y = 8 x + y = 8 x + y = 8 ... (1)
x − y = 2 x - y = 2 x − y = 2 ... (2)
Adding equations (1) and (2): 2 x = 10 2x = 10 2 x = 10 , so x = 5 x = 5 x = 5
Substituting in equation (1): 5 + y = 8 5 + y = 8 5 + y = 8 , so y = 3 y = 3 y = 3
Q1.3 [1 mark]
If [ x 3 y 2 ] [ 2 3 ] = [ 15 12 ] \begin{bmatrix} x & 3 \\ y & 2 \end{bmatrix} \begin{bmatrix} 2 \\ 3 \end{bmatrix} = \begin{bmatrix} 15 \\ 12 \end{bmatrix} [ x y 3 2 ] [ 2 3 ] = [ 15 12 ] , then y = y = y = ________
Answer : c. 3
Solution :
Matrix multiplication gives:
2 x + 9 = 15 ⇒ x = 3 2x + 9 = 15 \Rightarrow x = 3 2 x + 9 = 15 ⇒ x = 3
2 y + 6 = 12 ⇒ y = 3 2y + 6 = 12 \Rightarrow y = 3 2 y + 6 = 12 ⇒ y = 3
Q1.4 [1 mark]
Order of matrix [ 1 − 3 − 2 1 4 5 ] \begin{bmatrix} 1 & -3 \\ -2 & 1 \\ 4 & 5 \end{bmatrix} 1 − 2 4 − 3 1 5 is ________
Answer : b. 3 × 2 3 \times 2 3 × 2
Solution :
The matrix has 3 rows and 2 columns, so order is 3 × 2 3 \times 2 3 × 2 .
Q1.5 [1 mark]
d d x ( x 2 + 2 x + 3 ) = \frac{d}{dx}(x^2 + 2x + 3) = d x d ( x 2 + 2 x + 3 ) = ________
Answer : b. 2 x + 2 2x + 2 2 x + 2
Solution :
Using power rule: d d x ( x 2 + 2 x + 3 ) = 2 x + 2 + 0 = 2 x + 2 \frac{d}{dx}(x^2 + 2x + 3) = 2x + 2 + 0 = 2x + 2 d x d ( x 2 + 2 x + 3 ) = 2 x + 2 + 0 = 2 x + 2
Q1.6 [1 mark]
d d x ( sec x ) = \frac{d}{dx}(\sec x) = d x d ( sec x ) = ________
Answer : a. sec x ⋅ tan x \sec x \cdot \tan x sec x ⋅ tan x
Solution :
Standard derivative: d d x ( sec x ) = sec x tan x \frac{d}{dx}(\sec x) = \sec x \tan x d x d ( sec x ) = sec x tan x
Q1.7 [1 mark]
If x 2 + y 2 = 1 x^2 + y^2 = 1 x 2 + y 2 = 1 , then d y d x = \frac{dy}{dx} = d x d y = ________
Answer : b. − x y -\frac{x}{y} − y x
Solution :
Differentiating implicitly: 2 x + 2 y d y d x = 0 2x + 2y\frac{dy}{dx} = 0 2 x + 2 y d x d y = 0
Therefore: d y d x = − x y \frac{dy}{dx} = -\frac{x}{y} d x d y = − y x
Q1.8 [1 mark]
∫ log x d x = \int \log x \, dx = ∫ log x d x = ________ + c + c + c
Answer : b. x log x − x x \log x - x x log x − x
Solution :
Using integration by parts:
∫ log x d x = x log x − ∫ x ⋅ 1 x d x = x log x − x + c \int \log x \, dx = x \log x - \int x \cdot \frac{1}{x} dx = x \log x - x + c ∫ log x d x = x log x − ∫ x ⋅ x 1 d x = x log x − x + c
Q1.9 [1 mark]
∫ 1 x 2 d x = \int \frac{1}{x^2} dx = ∫ x 2 1 d x = ________ + c + c + c
Answer : b. − 1 x -\frac{1}{x} − x 1
Solution :
∫ x − 2 d x = x − 1 − 1 = − 1 x + c \int x^{-2} dx = \frac{x^{-1}}{-1} = -\frac{1}{x} + c ∫ x − 2 d x = − 1 x − 1 = − x 1 + c
Q1.10 [1 mark]
∫ − 1 1 ( x 2 + 1 ) d x = \int_{-1}^{1} (x^2 + 1) dx = ∫ − 1 1 ( x 2 + 1 ) d x = ________
Answer : a. 8 3 \frac{8}{3} 3 8
Solution :
∫ − 1 1 ( x 2 + 1 ) d x = [ x 3 3 + x ] − 1 1 = ( 1 3 + 1 ) − ( − 1 3 − 1 ) = 8 3 \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} ∫ − 1 1 ( x 2 + 1 ) d x = [ 3 x 3 + x ] − 1 1 = ( 3 1 + 1 ) − ( − 3 1 − 1 ) = 3 8
Q1.11 [1 mark]
Order of the differential equation ( d 2 y d x 2 ) 3 + 3 ( d y d x ) 2 − 6 y = 0 \left(\frac{d^2y}{dx^2}\right)^3 + 3\left(\frac{dy}{dx}\right)^2 - 6y = 0 ( d x 2 d 2 y ) 3 + 3 ( d x d y ) 2 − 6 y = 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 d y d x = y tan x + e x \frac{dy}{dx} = y \tan x + e^x d x d y = y tan x + e x is ________
Answer : c. sin x \sin x sin x
Solution :
Rearranging: d y d x − y tan x = e x \frac{dy}{dx} - y \tan x = e^x d x d y − y tan x = e x
This is not in standard linear form. The given options suggest sin x \sin x 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 + 5 5 = 15 5 = 3 \frac{1+2+3+4+5}{5} = \frac{15}{5} = 3 5 1 + 2 + 3 + 4 + 5 = 5 15 = 3
Q1.14 [1 mark]
If the mean of observations 15, 7, 6, a, 3 is 7, then a = a = a = ________
Answer : b. 4
Solution :
15 + 7 + 6 + a + 3 5 = 7 \frac{15+7+6+a+3}{5} = 7 5 15 + 7 + 6 + a + 3 = 7
31 + a = 35 31 + a = 35 31 + a = 35
a = 4 a = 4 a = 4
Q.2(A) [6 marks]
Attempt any two
Q2(A).1 [3 marks]
If A = [ 1 2 1 1 − 1 0 3 2 1 ] A = \begin{bmatrix} 1 & 2 & 1 \\ 1 & -1 & 0 \\ 3 & 2 & 1 \end{bmatrix} A = 1 1 3 2 − 1 2 1 0 1 , B = [ − 2 1 2 2 − 1 3 0 2 4 ] B = \begin{bmatrix} -2 & 1 & 2 \\ 2 & -1 & 3 \\ 0 & 2 & 4 \end{bmatrix} B = − 2 2 0 1 − 1 2 2 3 4 and C = [ 5 4 2 − 1 7 8 6 4 3 ] C = \begin{bmatrix} 5 & 4 & 2 \\ -1 & 7 & 8 \\ 6 & 4 & 3 \end{bmatrix} C = 5 − 1 6 4 7 4 2 8 3 , then Find 2 A − B + C 2A - B + C 2 A − B + C
Solution :
2 A = 2 [ 1 2 1 1 − 1 0 3 2 1 ] = [ 2 4 2 2 − 2 0 6 4 2 ] 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} 2 A = 2 1 1 3 2 − 1 2 1 0 1 = 2 2 6 4 − 2 4 2 0 2
2 A − B = [ 2 4 2 2 − 2 0 6 4 2 ] − [ − 2 1 2 2 − 1 3 0 2 4 ] = [ 4 3 0 0 − 1 − 3 6 2 − 2 ] 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} 2 A − B = 2 2 6 4 − 2 4 2 0 2 − − 2 2 0 1 − 1 2 2 3 4 = 4 0 6 3 − 1 2 0 − 3 − 2
2 A − B + C = [ 4 3 0 0 − 1 − 3 6 2 − 2 ] + [ 5 4 2 − 1 7 8 6 4 3 ] = [ 9 7 2 − 1 6 5 12 6 1 ] 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} 2 A − B + C = 4 0 6 3 − 1 2 0 − 3 − 2 + 5 − 1 6 4 7 4 2 8 3 = 9 − 1 12 7 6 6 2 5 1
Q2(A).2 [3 marks]
If A = [ 7 5 − 1 2 ] A = \begin{bmatrix} 7 & 5 \\ -1 & 2 \end{bmatrix} A = [ 7 − 1 5 2 ] and B = [ 6 0 − 2 3 ] B = \begin{bmatrix} 6 & 0 \\ -2 & 3 \end{bmatrix} B = [ 6 − 2 0 3 ] , then prove that ( A + B ) T = A T + B T (A + B)^T = A^T + B^T ( A + B ) T = A T + B T
Solution :
A + B = [ 7 5 − 1 2 ] + [ 6 0 − 2 3 ] = [ 13 5 − 3 5 ] 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 = [ 7 − 1 5 2 ] + [ 6 − 2 0 3 ] = [ 13 − 3 5 5 ]
( A + B ) T = [ 13 − 3 5 5 ] (A + B)^T = \begin{bmatrix} 13 & -3 \\ 5 & 5 \end{bmatrix} ( A + B ) T = [ 13 5 − 3 5 ]
A T = [ 7 − 1 5 2 ] A^T = \begin{bmatrix} 7 & -1 \\ 5 & 2 \end{bmatrix} A T = [ 7 5 − 1 2 ] , B T = [ 6 − 2 0 3 ] B^T = \begin{bmatrix} 6 & -2 \\ 0 & 3 \end{bmatrix} B T = [ 6 0 − 2 3 ]
A T + B T = [ 7 − 1 5 2 ] + [ 6 − 2 0 3 ] = [ 13 − 3 5 5 ] 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} A T + B T = [ 7 5 − 1 2 ] + [ 6 0 − 2 3 ] = [ 13 5 − 3 5 ]
Therefore, ( A + B ) T = A T + B T (A + B)^T = A^T + B^T ( A + B ) T = A T + B T ✓
Q2(A).3 [3 marks]
Solve: ( x + y ) d y = d x (x + y) dy = dx ( x + y ) d y = d x
Solution :
( x + y ) d y = d x (x + y) dy = dx ( x + y ) d y = d x
d x d y = x + y \frac{dx}{dy} = x + y d y d x = x + y
d x d y − x = y \frac{dx}{dy} - x = y d y d x − x = y
This is a linear differential equation in x x x .
Integrating factor = e − y e^{-y} e − y
e − y ⋅ x = ∫ y e − y d y e^{-y} \cdot x = \int y e^{-y} dy e − y ⋅ x = ∫ y e − y d y
Using integration by parts:
∫ y e − y d y = − y e − y − e − y = − e − y ( y + 1 ) \int y e^{-y} dy = -y e^{-y} - e^{-y} = -e^{-y}(y + 1) ∫ y e − y d y = − y e − y − e − y = − e − y ( y + 1 )
Therefore: x e − y = − e − y ( y + 1 ) + C x e^{-y} = -e^{-y}(y + 1) + C x e − y = − e − y ( y + 1 ) + C
x = − ( y + 1 ) + C e y x = -(y + 1) + C e^y x = − ( y + 1 ) + C e y
Q.2(B) [8 marks]
Attempt any two
Q2(B).1 [4 marks]
If A = [ 1 2 2 2 1 2 2 2 1 ] A = \begin{bmatrix} 1 & 2 & 2 \\ 2 & 1 & 2 \\ 2 & 2 & 1 \end{bmatrix} A = 1 2 2 2 1 2 2 2 1 , then prove that A 2 − 4 A − 5 I 3 = 0 A^2 - 4A - 5I_3 = 0 A 2 − 4 A − 5 I 3 = 0
Solution :
First, calculate A 2 A^2 A 2 :
A 2 = [ 1 2 2 2 1 2 2 2 1 ] [ 1 2 2 2 1 2 2 2 1 ] 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} A 2 = 1 2 2 2 1 2 2 2 1 1 2 2 2 1 2 2 2 1
A 2 = [ 9 8 8 8 9 8 8 8 9 ] A^2 = \begin{bmatrix} 9 & 8 & 8 \\ 8 & 9 & 8 \\ 8 & 8 & 9 \end{bmatrix} A 2 = 9 8 8 8 9 8 8 8 9
4 A = [ 4 8 8 8 4 8 8 8 4 ] 4A = \begin{bmatrix} 4 & 8 & 8 \\ 8 & 4 & 8 \\ 8 & 8 & 4 \end{bmatrix} 4 A = 4 8 8 8 4 8 8 8 4
5 I 3 = [ 5 0 0 0 5 0 0 0 5 ] 5I_3 = \begin{bmatrix} 5 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 5 \end{bmatrix} 5 I 3 = 5 0 0 0 5 0 0 0 5
A 2 − 4 A − 5 I 3 = [ 9 8 8 8 9 8 8 8 9 ] − [ 4 8 8 8 4 8 8 8 4 ] − [ 5 0 0 0 5 0 0 0 5 ] 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} A 2 − 4 A − 5 I 3 = 9 8 8 8 9 8 8 8 9 − 4 8 8 8 4 8 8 8 4 − 5 0 0 0 5 0 0 0 5
= [ 0 0 0 0 0 0 0 0 0 ] = 0 = \begin{bmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix} = 0 = 0 0 0 0 0 0 0 0 0 = 0 ✓
Q2(B).2 [4 marks]
If A = [ 1 2 1 2 1 3 1 1 0 ] A = \begin{bmatrix} 1 & 2 & 1 \\ 2 & 1 & 3 \\ 1 & 1 & 0 \end{bmatrix} A = 1 2 1 2 1 1 1 3 0 , then find A − 1 A^{-1} A − 1
Solution :
Using adjoint method: A − 1 = 1 ∣ A ∣ adj ( A ) A^{-1} = \frac{1}{|A|} \text{adj}(A) A − 1 = ∣ A ∣ 1 adj ( A )
∣ A ∣ = 1 ( 0 − 3 ) − 2 ( 0 − 3 ) + 1 ( 2 − 1 ) = − 3 + 6 + 1 = 4 |A| = 1(0-3) - 2(0-3) + 1(2-1) = -3 + 6 + 1 = 4 ∣ A ∣ = 1 ( 0 − 3 ) − 2 ( 0 − 3 ) + 1 ( 2 − 1 ) = − 3 + 6 + 1 = 4
Finding cofactors:
C 11 = ( − 1 ) 1 + 1 ∣ 1 3 1 0 ∣ = − 3 C_{11} = (-1)^{1+1} \begin{vmatrix} 1 & 3 \\ 1 & 0 \end{vmatrix} = -3 C 11 = ( − 1 ) 1 + 1 1 1 3 0 = − 3
C 12 = ( − 1 ) 1 + 2 ∣ 2 3 1 0 ∣ = 3 C_{12} = (-1)^{1+2} \begin{vmatrix} 2 & 3 \\ 1 & 0 \end{vmatrix} = 3 C 12 = ( − 1 ) 1 + 2 2 1 3 0 = 3
C 13 = ( − 1 ) 1 + 3 ∣ 2 1 1 1 ∣ = 1 C_{13} = (-1)^{1+3} \begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix} = 1 C 13 = ( − 1 ) 1 + 3 2 1 1 1 = 1
C 21 = ( − 1 ) 2 + 1 ∣ 2 1 1 0 ∣ = 1 C_{21} = (-1)^{2+1} \begin{vmatrix} 2 & 1 \\ 1 & 0 \end{vmatrix} = 1 C 21 = ( − 1 ) 2 + 1 2 1 1 0 = 1
C 22 = ( − 1 ) 2 + 2 ∣ 1 1 1 0 ∣ = − 1 C_{22} = (-1)^{2+2} \begin{vmatrix} 1 & 1 \\ 1 & 0 \end{vmatrix} = -1 C 22 = ( − 1 ) 2 + 2 1 1 1 0 = − 1
C 23 = ( − 1 ) 2 + 3 ∣ 1 2 1 1 ∣ = 1 C_{23} = (-1)^{2+3} \begin{vmatrix} 1 & 2 \\ 1 & 1 \end{vmatrix} = 1 C 23 = ( − 1 ) 2 + 3 1 1 2 1 = 1
C 31 = ( − 1 ) 3 + 1 ∣ 2 1 1 3 ∣ = 5 C_{31} = (-1)^{3+1} \begin{vmatrix} 2 & 1 \\ 1 & 3 \end{vmatrix} = 5 C 31 = ( − 1 ) 3 + 1 2 1 1 3 = 5
C 32 = ( − 1 ) 3 + 2 ∣ 1 1 2 3 ∣ = − 1 C_{32} = (-1)^{3+2} \begin{vmatrix} 1 & 1 \\ 2 & 3 \end{vmatrix} = -1 C 32 = ( − 1 ) 3 + 2 1 2 1 3 = − 1
C 33 = ( − 1 ) 3 + 3 ∣ 1 2 2 1 ∣ = − 3 C_{33} = (-1)^{3+3} \begin{vmatrix} 1 & 2 \\ 2 & 1 \end{vmatrix} = -3 C 33 = ( − 1 ) 3 + 3 1 2 2 1 = − 3
adj ( A ) = [ − 3 1 5 3 − 1 − 1 1 1 − 3 ] \text{adj}(A) = \begin{bmatrix} -3 & 1 & 5 \\ 3 & -1 & -1 \\ 1 & 1 & -3 \end{bmatrix} adj ( A ) = − 3 3 1 1 − 1 1 5 − 1 − 3
A − 1 = 1 4 [ − 3 1 5 3 − 1 − 1 1 1 − 3 ] A^{-1} = \frac{1}{4} \begin{bmatrix} -3 & 1 & 5 \\ 3 & -1 & -1 \\ 1 & 1 & -3 \end{bmatrix} A − 1 = 4 1 − 3 3 1 1 − 1 1 5 − 1 − 3
Q2(B).3 [4 marks]
Solve the equations 2 x + 3 y = 7 2x + 3y = 7 2 x + 3 y = 7 and 4 x = 9 + y 4x = 9 + y 4 x = 9 + y using matrix method
Solution :
Rewriting: 2 x + 3 y = 7 2x + 3y = 7 2 x + 3 y = 7 and 4 x − y = 9 4x - y = 9 4 x − y = 9
In matrix form: [ 2 3 4 − 1 ] [ x y ] = [ 7 9 ] \begin{bmatrix} 2 & 3 \\ 4 & -1 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 7 \\ 9 \end{bmatrix} [ 2 4 3 − 1 ] [ x y ] = [ 7 9 ]
∣ A ∣ = 2 ( − 1 ) − 3 ( 4 ) = − 2 − 12 = − 14 |A| = 2(-1) - 3(4) = -2 - 12 = -14 ∣ A ∣ = 2 ( − 1 ) − 3 ( 4 ) = − 2 − 12 = − 14
A − 1 = 1 − 14 [ − 1 − 3 − 4 2 ] A^{-1} = \frac{1}{-14} \begin{bmatrix} -1 & -3 \\ -4 & 2 \end{bmatrix} A − 1 = − 14 1 [ − 1 − 4 − 3 2 ]
[ x y ] = 1 − 14 [ − 1 − 3 − 4 2 ] [ 7 9 ] = 1 − 14 [ − 34 − 10 ] \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} [ x y ] = − 14 1 [ − 1 − 4 − 3 2 ] [ 7 9 ] = − 14 1 [ − 34 − 10 ]
Therefore: x = 34 14 = 17 7 x = \frac{34}{14} = \frac{17}{7} x = 14 34 = 7 17 , y = 10 14 = 5 7 y = \frac{10}{14} = \frac{5}{7} y = 14 10 = 7 5
Q.3(A) [6 marks]
Attempt any two
Q3(A).1 [3 marks]
If y = x x y = x^x y = x x , then find d y d x \frac{dy}{dx} d x d y
Solution :
Taking natural logarithm: ln y = x ln x \ln y = x \ln x ln y = x ln x
Differentiating both sides:
1 y d y d x = ln x + x ⋅ 1 x = ln x + 1 \frac{1}{y} \frac{dy}{dx} = \ln x + x \cdot \frac{1}{x} = \ln x + 1 y 1 d x d y = ln x + x ⋅ x 1 = ln x + 1
d y d x = y ( ln x + 1 ) = x x ( ln x + 1 ) \frac{dy}{dx} = y(\ln x + 1) = x^x(\ln x + 1) d x d y = y ( ln x + 1 ) = x x ( ln x + 1 )
Q3(A).2 [3 marks]
If y = log ( x + x 2 + a 2 ) y = \log(x + \sqrt{x^2 + a^2}) y = log ( x + x 2 + a 2 ) , then find d y d x \frac{dy}{dx} d x d y
Solution :
d y d x = 1 x + x 2 + a 2 ⋅ d d x ( x + x 2 + a 2 ) \frac{dy}{dx} = \frac{1}{x + \sqrt{x^2 + a^2}} \cdot \frac{d}{dx}(x + \sqrt{x^2 + a^2}) d x d y = x + x 2 + a 2 1 ⋅ d x d ( x + x 2 + a 2 )
d d x ( x + x 2 + a 2 ) = 1 + 2 x 2 x 2 + a 2 = 1 + x x 2 + a 2 \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}} d x d ( x + x 2 + a 2 ) = 1 + 2 x 2 + a 2 2 x = 1 + x 2 + a 2 x
d y d x = 1 x + x 2 + a 2 ⋅ x 2 + a 2 + x x 2 + a 2 = 1 x 2 + a 2 \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}} d x d y = x + x 2 + a 2 1 ⋅ x 2 + a 2 x 2 + a 2 + x = x 2 + a 2 1
Q3(A).3 [3 marks]
If y = cosec − 1 x + sec − 1 x y = \cosec^{-1} x + \sec^{-1} x y = cosec − 1 x + sec − 1 x , then find d y d x \frac{dy}{dx} d x d y
Solution :
d y d x = d d x ( cosec − 1 x ) + d d x ( sec − 1 x ) \frac{dy}{dx} = \frac{d}{dx}(\cosec^{-1} x) + \frac{d}{dx}(\sec^{-1} x) d x d y = d x d ( cosec − 1 x ) + d x d ( sec − 1 x )
= − 1 ∣ x ∣ x 2 − 1 + 1 ∣ x ∣ x 2 − 1 = 0 = -\frac{1}{|x|\sqrt{x^2-1}} + \frac{1}{|x|\sqrt{x^2-1}} = 0 = − ∣ x ∣ x 2 − 1 1 + ∣ x ∣ x 2 − 1 1 = 0
Q.3(B) [8 marks]
Attempt any two
Q3(B).1 [4 marks]
Differentiate y = cos x y = \cos x y = cos x using the definition
Solution :
By definition: d y d x = lim h → 0 f ( x + h ) − f ( x ) h \frac{dy}{dx} = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} d x d y = lim h → 0 h f ( x + h ) − f ( x )
d d x ( cos x ) = lim h → 0 cos ( x + h ) − cos x h \frac{d}{dx}(\cos x) = \lim_{h \to 0} \frac{\cos(x+h) - \cos x}{h} d x d ( cos x ) = lim h → 0 h c o s ( x + h ) − c o s x
Using the identity: cos ( x + h ) = cos x cos h − sin x sin h \cos(x+h) = \cos x \cos h - \sin x \sin h cos ( x + h ) = cos x cos h − sin x sin h
= lim h → 0 cos x cos h − sin x sin h − cos x h = \lim_{h \to 0} \frac{\cos x \cos h - \sin x \sin h - \cos x}{h} = lim h → 0 h c o s x c o s h − s i n x s i n h − c o s x
= lim h → 0 cos x ( cos h − 1 ) − sin x sin h h = \lim_{h \to 0} \frac{\cos x(\cos h - 1) - \sin x \sin h}{h} = lim h → 0 h c o s x ( c o s h − 1 ) − s i n x s i n h
= cos x lim h → 0 cos h − 1 h − sin x lim h → 0 sin h h = \cos x \lim_{h \to 0} \frac{\cos h - 1}{h} - \sin x \lim_{h \to 0} \frac{\sin h}{h} = cos x lim h → 0 h c o s h − 1 − sin x lim h → 0 h s i n h
= cos x ⋅ 0 − sin x ⋅ 1 = − sin x = \cos x \cdot 0 - \sin x \cdot 1 = -\sin x = cos x ⋅ 0 − sin x ⋅ 1 = − sin x
Q3(B).2 [4 marks]
Find the maximum and minimum value of f ( x ) = x 3 − 4 x 2 + 5 x + 7 f(x) = x^3 - 4x^2 + 5x + 7 f ( x ) = x 3 − 4 x 2 + 5 x + 7
Solution :
f ′ ( x ) = 3 x 2 − 8 x + 5 f'(x) = 3x^2 - 8x + 5 f ′ ( x ) = 3 x 2 − 8 x + 5
Setting f ′ ( x ) = 0 f'(x) = 0 f ′ ( x ) = 0 : 3 x 2 − 8 x + 5 = 0 3x^2 - 8x + 5 = 0 3 x 2 − 8 x + 5 = 0
( 3 x − 5 ) ( x − 1 ) = 0 (3x - 5)(x - 1) = 0 ( 3 x − 5 ) ( x − 1 ) = 0
x = 5 3 x = \frac{5}{3} x = 3 5 or x = 1 x = 1 x = 1
f ′ ′ ( x ) = 6 x − 8 f''(x) = 6x - 8 f ′′ ( x ) = 6 x − 8
At x = 1 x = 1 x = 1 : f ′ ′ ( 1 ) = 6 ( 1 ) − 8 = − 2 < 0 f''(1) = 6(1) - 8 = -2 < 0 f ′′ ( 1 ) = 6 ( 1 ) − 8 = − 2 < 0 (Maximum)
At x = 5 3 x = \frac{5}{3} x = 3 5 : f ′ ′ ( 5 3 ) = 6 ( 5 3 ) − 8 = 2 > 0 f''\left(\frac{5}{3}\right) = 6\left(\frac{5}{3}\right) - 8 = 2 > 0 f ′′ ( 3 5 ) = 6 ( 3 5 ) − 8 = 2 > 0 (Minimum)
Maximum value: f ( 1 ) = 1 − 4 + 5 + 7 = 9 f(1) = 1 - 4 + 5 + 7 = 9 f ( 1 ) = 1 − 4 + 5 + 7 = 9
Minimum value: f ( 5 3 ) = ( 5 3 ) 3 − 4 ( 5 3 ) 2 + 5 ( 5 3 ) + 7 = 158 27 f\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} f ( 3 5 ) = ( 3 5 ) 3 − 4 ( 3 5 ) 2 + 5 ( 3 5 ) + 7 = 27 158
Q3(B).3 [4 marks]
If y = ( tan − 1 x ) 2 y = (\tan^{-1} x)^2 y = ( tan − 1 x ) 2 , then prove that ( 1 + x 2 ) y 2 + 2 x ( 1 + x 2 ) y 1 = 2 (1 + x^2)y_2 + 2x(1 + x^2)y_1 = 2 ( 1 + x 2 ) y 2 + 2 x ( 1 + x 2 ) y 1 = 2
Solution :
y = ( tan − 1 x ) 2 y = (\tan^{-1} x)^2 y = ( tan − 1 x ) 2
y 1 = d y d x = 2 ( tan − 1 x ) ⋅ 1 1 + x 2 y_1 = \frac{dy}{dx} = 2(\tan^{-1} x) \cdot \frac{1}{1 + x^2} y 1 = d x d y = 2 ( tan − 1 x ) ⋅ 1 + x 2 1
y 2 = d 2 y d x 2 = 2 [ 1 1 + x 2 ⋅ 1 1 + x 2 + ( tan − 1 x ) ⋅ − 2 x ( 1 + x 2 ) 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] y 2 = d x 2 d 2 y = 2 [ 1 + x 2 1 ⋅ 1 + x 2 1 + ( tan − 1 x ) ⋅ ( 1 + x 2 ) 2 − 2 x ]
= 2 ( 1 + x 2 ) 2 − 4 x ( tan − 1 x ) ( 1 + x 2 ) 2 = \frac{2}{(1 + x^2)^2} - \frac{4x(\tan^{-1} x)}{(1 + x^2)^2} = ( 1 + x 2 ) 2 2 − ( 1 + x 2 ) 2 4 x ( t a n − 1 x )
Now substituting in LHS:
( 1 + x 2 ) y 2 + 2 x ( 1 + x 2 ) y 1 (1 + x^2)y_2 + 2x(1 + x^2)y_1 ( 1 + x 2 ) y 2 + 2 x ( 1 + x 2 ) y 1
= ( 1 + x 2 ) ⋅ 2 − 4 x ( tan − 1 x ) ( 1 + x 2 ) 2 + 2 x ( 1 + x 2 ) ⋅ 2 ( tan − 1 x ) 1 + x 2 = (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} = ( 1 + x 2 ) ⋅ ( 1 + x 2 ) 2 2 − 4 x ( t a n − 1 x ) + 2 x ( 1 + x 2 ) ⋅ 1 + x 2 2 ( t a n − 1 x )
= 2 − 4 x ( tan − 1 x ) 1 + x 2 + 4 x ( tan − 1 x ) = \frac{2 - 4x(\tan^{-1} x)}{1 + x^2} + 4x(\tan^{-1} x) = 1 + x 2 2 − 4 x ( t a n − 1 x ) + 4 x ( tan − 1 x )
= 2 − 4 x ( tan − 1 x ) + 4 x ( tan − 1 x ) ( 1 + x 2 ) 1 + x 2 = 2 1 + x 2 ⋅ ( 1 + x 2 ) = 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 = 1 + x 2 2 − 4 x ( t a n − 1 x ) + 4 x ( t a n − 1 x ) ( 1 + x 2 ) = 1 + x 2 2 ⋅ ( 1 + x 2 ) = 2 ✓
Q.4(A) [6 marks]
Attempt any two
Q4(A).1 [3 marks]
Integrate: ∫ x 5 1 + x 12 d x \int \frac{x^5}{1 + x^{12}} dx ∫ 1 + x 12 x 5 d x
Solution :
Let u = x 6 u = x^6 u = x 6 , then d u = 6 x 5 d x du = 6x^5 dx d u = 6 x 5 d x , so x 5 d x = 1 6 d u x^5 dx = \frac{1}{6} du x 5 d x = 6 1 d u
∫ x 5 1 + x 12 d x = ∫ 1 1 + u 2 ⋅ 1 6 d u = 1 6 tan − 1 u + 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 ∫ 1 + x 12 x 5 d x = ∫ 1 + u 2 1 ⋅ 6 1 d u = 6 1 tan − 1 u + C
= 1 6 tan − 1 ( x 6 ) + C = \frac{1}{6} \tan^{-1}(x^6) + C = 6 1 tan − 1 ( x 6 ) + C
Q4(A).2 [3 marks]
Integrate: ∫ 0 π / 2 sin x sin x + cos x d x \int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx ∫ 0 π /2 s i n x + c o s x s i n x d x
Solution :
Let I = ∫ 0 π / 2 sin x sin x + cos x d x I = \int_0^{\pi/2} \frac{\sqrt{\sin x}}{\sqrt{\sin x} + \sqrt{\cos x}} dx I = ∫ 0 π /2 s i n x + c o s x s i n x d x
Using property ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x \int_0^a f(x) dx = \int_0^a f(a-x) dx ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x :
I = ∫ 0 π / 2 sin ( π / 2 − x ) sin ( π / 2 − x ) + cos ( π / 2 − x ) d x I = \int_0^{\pi/2} \frac{\sqrt{\sin(\pi/2 - x)}}{\sqrt{\sin(\pi/2 - x)} + \sqrt{\cos(\pi/2 - x)}} dx I = ∫ 0 π /2 s i n ( π /2 − x ) + c o s ( π /2 − x ) s i n ( π /2 − x ) d x
= ∫ 0 π / 2 cos x cos x + sin x d x = \int_0^{\pi/2} \frac{\sqrt{\cos x}}{\sqrt{\cos x} + \sqrt{\sin x}} dx = ∫ 0 π /2 c o s x + s i n x c o s x d x
Adding both expressions:
2 I = ∫ 0 π / 2 sin x + cos x sin x + cos x d x = ∫ 0 π / 2 1 d x = π 2 2I = \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} 2 I = ∫ 0 π /2 s i n x + c o s x s i n x + c o s x d x = ∫ 0 π /2 1 d x = 2 π
Therefore: I = π 4 I = \frac{\pi}{4} I = 4 π
Q4(A).3 [3 marks]
If the mean of the following data is 19, then find missing frequency
x i x_i x i 6 10 14 18 24 28 30 f i f_i f i 2 4 7 f 8 4 3
Solution :
Mean = ∑ f i x i ∑ f i = 19 \frac{\sum f_i x_i}{\sum f_i} = 19 ∑ f i ∑ f i x i = 19
∑ f i = 2 + 4 + 7 + f + 8 + 4 + 3 = 28 + f \sum f_i = 2 + 4 + 7 + f + 8 + 4 + 3 = 28 + f ∑ f i = 2 + 4 + 7 + f + 8 + 4 + 3 = 28 + f
∑ f i x i = 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) ∑ f i x i = 2 ( 6 ) + 4 ( 10 ) + 7 ( 14 ) + f ( 18 ) + 8 ( 24 ) + 4 ( 28 ) + 3 ( 30 )
= 12 + 40 + 98 + 18 f + 192 + 112 + 90 = 544 + 18 f = 12 + 40 + 98 + 18f + 192 + 112 + 90 = 544 + 18f = 12 + 40 + 98 + 18 f + 192 + 112 + 90 = 544 + 18 f
544 + 18 f 28 + f = 19 \frac{544 + 18f}{28 + f} = 19 28 + f 544 + 18 f = 19
544 + 18 f = 19 ( 28 + f ) 544 + 18f = 19(28 + f) 544 + 18 f = 19 ( 28 + f )
544 + 18 f = 532 + 19 f 544 + 18f = 532 + 19f 544 + 18 f = 532 + 19 f
12 = f 12 = f 12 = f
Therefore, f = 12 f = 12 f = 12
Q.4(B) [8 marks]
Attempt any two
Q4(B).1 [4 marks]
Integrate: ∫ x ( x + 1 ) ( x + 2 ) d x \int \frac{x}{(x+1)(x+2)} dx ∫ ( x + 1 ) ( x + 2 ) x d x
Solution :
Using partial fractions:
x ( x + 1 ) ( x + 2 ) = A x + 1 + B x + 2 \frac{x}{(x+1)(x+2)} = \frac{A}{x+1} + \frac{B}{x+2} ( x + 1 ) ( x + 2 ) x = x + 1 A + x + 2 B
x = A ( x + 2 ) + B ( x + 1 ) x = A(x+2) + B(x+1) x = A ( x + 2 ) + B ( x + 1 )
Setting x = − 1 x = -1 x = − 1 : − 1 = A ( 1 ) ⇒ A = − 1 -1 = A(1) \Rightarrow A = -1 − 1 = A ( 1 ) ⇒ A = − 1
Setting x = − 2 x = -2 x = − 2 : − 2 = B ( − 1 ) ⇒ B = 2 -2 = B(-1) \Rightarrow B = 2 − 2 = B ( − 1 ) ⇒ B = 2
∫ x ( x + 1 ) ( x + 2 ) d x = ∫ ( − 1 x + 1 + 2 x + 2 ) d x \int \frac{x}{(x+1)(x+2)} dx = \int \left(\frac{-1}{x+1} + \frac{2}{x+2}\right) dx ∫ ( x + 1 ) ( x + 2 ) x d x = ∫ ( x + 1 − 1 + x + 2 2 ) d x
= − ln ∣ x + 1 ∣ + 2 ln ∣ x + 2 ∣ + C = -\ln|x+1| + 2\ln|x+2| + C = − ln ∣ x + 1∣ + 2 ln ∣ x + 2∣ + C
= ln ∣ ( x + 2 ) 2 x + 1 ∣ + C = \ln\left|\frac{(x+2)^2}{x+1}\right| + C = ln x + 1 ( x + 2 ) 2 + C
Q4(B).2 [4 marks]
Integrate: ∫ x 2 tan − 1 x 3 1 + x 6 d x \int \frac{x^2 \tan^{-1} x^3}{1 + x^6} dx ∫ 1 + x 6 x 2 t a n − 1 x 3 d x
Solution :
Let u = x 3 u = x^3 u = x 3 , then d u = 3 x 2 d x du = 3x^2 dx d u = 3 x 2 d x , so x 2 d x = 1 3 d u x^2 dx = \frac{1}{3} du x 2 d x = 3 1 d u
∫ x 2 tan − 1 x 3 1 + x 6 d x = ∫ tan − 1 u 1 + u 2 ⋅ 1 3 d u \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 ∫ 1 + x 6 x 2 t a n − 1 x 3 d x = ∫ 1 + u 2 t a n − 1 u ⋅ 3 1 d u
Let v = tan − 1 u v = \tan^{-1} u v = tan − 1 u , then d v = 1 1 + u 2 d u dv = \frac{1}{1+u^2} du d v = 1 + u 2 1 d u
= 1 3 ∫ v d v = 1 3 ⋅ v 2 2 + C = ( tan − 1 u ) 2 6 + C = \frac{1}{3} \int v \, dv = \frac{1}{3} \cdot \frac{v^2}{2} + C = \frac{(\tan^{-1} u)^2}{6} + C = 3 1 ∫ v d v = 3 1 ⋅ 2 v 2 + C = 6 ( t a n − 1 u ) 2 + C
= ( tan − 1 x 3 ) 2 6 + C = \frac{(\tan^{-1} x^3)^2}{6} + C = 6 ( t a n − 1 x 3 ) 2 + 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 + 30 10 = 185 10 = 18.5 \bar{x} = \frac{10+15+7+19+9+21+23+25+26+30}{10} = \frac{185}{10} = 18.5 x ˉ = 10 10 + 15 + 7 + 19 + 9 + 21 + 23 + 25 + 26 + 30 = 10 185 = 18.5
Table for Standard Deviation:
x i x_i x i x i − x ˉ x_i - \bar{x} x i − x ˉ ( x i − x ˉ ) 2 (x_i - \bar{x})^2 ( x i − x ˉ ) 2 10 -8.5 72.25 15 -3.5 12.25 7 -11.5 132.25 19 0.5 0.25 9 -9.5 90.25 21 2.5 6.25 23 4.5 20.25 25 6.5 42.25 26 7.5 56.25 30 11.5 132.25
∑ ( x i − x ˉ ) 2 = 564.5 \sum (x_i - \bar{x})^2 = 564.5 ∑ ( x i − x ˉ ) 2 = 564.5
Standard deviation = ∑ ( x i − x ˉ ) 2 n = 564.5 10 = 56.45 = 7.51 \sqrt{\frac{\sum (x_i - \bar{x})^2}{n}} = \sqrt{\frac{564.5}{10}} = \sqrt{56.45} = 7.51 n ∑ ( x i − x ˉ ) 2 = 10 564.5 = 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:
x i x_i x i 4 8 11 17 20 24 32 f i f_i f i 3 5 9 5 4 3 1
Solution :
N = ∑ f i = 3 + 5 + 9 + 5 + 4 + 3 + 1 = 30 N = \sum f_i = 3+5+9+5+4+3+1 = 30 N = ∑ f i = 3 + 5 + 9 + 5 + 4 + 3 + 1 = 30
Mean Calculation:
x ˉ = ∑ f i x i N = 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} x ˉ = N ∑ f i x i = 30 3 ( 4 ) + 5 ( 8 ) + 9 ( 11 ) + 5 ( 17 ) + 4 ( 20 ) + 3 ( 24 ) + 1 ( 32 )
= 12 + 40 + 99 + 85 + 80 + 72 + 32 30 = 420 30 = 14 = \frac{12+40+99+85+80+72+32}{30} = \frac{420}{30} = 14 = 30 12 + 40 + 99 + 85 + 80 + 72 + 32 = 30 420 = 14
Standard Deviation Table:
x i x_i x i f i f_i f i x i − x ˉ x_i - \bar{x} x i − x ˉ ( x i − x ˉ ) 2 (x_i - \bar{x})^2 ( x i − x ˉ ) 2 f i ( x i − x ˉ ) 2 f_i(x_i - \bar{x})^2 f i ( x i − x ˉ ) 2 4 3 -10 100 300 8 5 -6 36 180 11 9 -3 9 81 17 5 3 9 45 20 4 6 36 144 24 3 10 100 300 32 1 18 324 324
∑ f i ( x i − x ˉ ) 2 = 1374 \sum f_i(x_i - \bar{x})^2 = 1374 ∑ f i ( x i − x ˉ ) 2 = 1374
Standard deviation = ∑ f i ( x i − x ˉ ) 2 N = 1374 30 = 45.8 = 6.77 \sqrt{\frac{\sum f_i(x_i - \bar{x})^2}{N}} = \sqrt{\frac{1374}{30}} = \sqrt{45.8} = 6.77 N ∑ f i ( x i − x ˉ ) 2 = 30 1374 = 45.8 = 6.77
Q5(A).2 [3 marks]
Find the standard deviation for the following data:
Class 0-10 10-20 20-30 30-40 40-50 Frequency 5 8 15 16 6
Solution :
First, find class midpoints and calculate mean:
Class Midpoint (x i x_i x i ) f i f_i f i f i x i f_i x_i f i x i 0-10 5 5 25 10-20 15 8 120 20-30 25 15 375 30-40 35 16 560 40-50 45 6 270
N = 50 N = 50 N = 50 , ∑ f i x i = 1350 \sum f_i x_i = 1350 ∑ f i x i = 1350
x ˉ = 1350 50 = 27 \bar{x} = \frac{1350}{50} = 27 x ˉ = 50 1350 = 27
Standard Deviation Table:
x i x_i x i f i f_i f i x i − x ˉ x_i - \bar{x} x i − x ˉ ( x i − x ˉ ) 2 (x_i - \bar{x})^2 ( x i − x ˉ ) 2 f i ( x i − x ˉ ) 2 f_i(x_i - \bar{x})^2 f i ( x i − x ˉ ) 2 5 5 -22 484 2420 15 8 -12 144 1152 25 15 -2 4 60 35 16 8 64 1024 45 6 18 324 1944
∑ f i ( x i − x ˉ ) 2 = 6600 \sum f_i(x_i - \bar{x})^2 = 6600 ∑ f i ( x i − x ˉ ) 2 = 6600
Standard deviation = 6600 50 = 132 = 11.49 \sqrt{\frac{6600}{50}} = \sqrt{132} = 11.49 50 6600 = 132 = 11.49
Q5(A).3 [3 marks]
Find the mean for the following data:
Class 30-40 40-50 50-60 60-70 70-80 80-90 90-100 Frequency 3 7 12 15 8 3 2
Solution :
Using midpoint method:
Class Midpoint (x i x_i x i ) f i f_i f i f i x i f_i x_i f i x i 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 = ∑ f i = 50 N = \sum f_i = 50 N = ∑ f i = 50
∑ f i x i = 3100 \sum f_i x_i = 3100 ∑ f i x i = 3100
Mean = ∑ f i x i N = 3100 50 = 62 \frac{\sum f_i x_i}{N} = \frac{3100}{50} = 62 N ∑ f i x i = 50 3100 = 62
Q.5(B) [8 marks]
Attempt any two
Q5(B).1 [4 marks]
Solve: x y d x − ( y 2 + x 2 ) d y = 0 xy \, dx - (y^2 + x^2) \, dy = 0 x y d x − ( y 2 + x 2 ) d y = 0
Solution :
Rearranging: x y d x = ( y 2 + x 2 ) d y xy \, dx = (y^2 + x^2) \, dy x y d x = ( y 2 + x 2 ) d y
d x d y = y 2 + x 2 x y = y x + x y \frac{dx}{dy} = \frac{y^2 + x^2}{xy} = \frac{y}{x} + \frac{x}{y} d y d x = x y y 2 + x 2 = x y + y x
This is a homogeneous differential equation.
Let x = v y x = vy x = v y , then d x d y = v + y d v d y \frac{dx}{dy} = v + y \frac{dv}{dy} d y d x = v + y d y d v
Substituting:
v + y d v d y = y v y + v y y = 1 v + v v + y \frac{dv}{dy} = \frac{y}{vy} + \frac{vy}{y} = \frac{1}{v} + v v + y d y d v = v y y + y v y = v 1 + v
y d v d y = 1 v y \frac{dv}{dy} = \frac{1}{v} y d y d v = v 1
v d v = d y y v \, dv = \frac{dy}{y} v d v = y d y
Integrating both sides:
∫ v d v = ∫ d y y \int v \, dv = \int \frac{dy}{y} ∫ v d v = ∫ y d y
v 2 2 = ln ∣ y ∣ + C \frac{v^2}{2} = \ln|y| + C 2 v 2 = ln ∣ y ∣ + C
Substituting back v = x y v = \frac{x}{y} v = y x :
x 2 2 y 2 = ln ∣ y ∣ + C \frac{x^2}{2y^2} = \ln|y| + C 2 y 2 x 2 = ln ∣ y ∣ + C
x 2 = 2 y 2 ( ln ∣ y ∣ + C ) x^2 = 2y^2(\ln|y| + C) x 2 = 2 y 2 ( ln ∣ y ∣ + C )
Q5(B).2 [4 marks]
Solve: d y d x + 2 y x = sin x \frac{dy}{dx} + \frac{2y}{x} = \sin x d x d y + x 2 y = sin x
Solution :
This is a linear differential equation of the form d y d x + P ( x ) y = Q ( x ) \frac{dy}{dx} + P(x)y = Q(x) d x d y + P ( x ) y = Q ( x )
where P ( x ) = 2 x P(x) = \frac{2}{x} P ( x ) = x 2 and Q ( x ) = sin x Q(x) = \sin x Q ( x ) = sin x
Integrating factor = e ∫ P ( x ) d x = e ∫ 2 x d x = e 2 ln ∣ x ∣ = x 2 e^{\int P(x) dx} = e^{\int \frac{2}{x} dx} = e^{2\ln|x|} = x^2 e ∫ P ( x ) d x = e ∫ x 2 d x = e 2 l n ∣ x ∣ = x 2
Multiplying the equation by integrating factor:
x 2 d y d x + 2 x y = x 2 sin x x^2 \frac{dy}{dx} + 2xy = x^2 \sin x x 2 d x d y + 2 x y = x 2 sin x
The left side is d d x ( x 2 y ) \frac{d}{dx}(x^2 y) d x d ( x 2 y ) :
d d x ( x 2 y ) = x 2 sin x \frac{d}{dx}(x^2 y) = x^2 \sin x d x d ( x 2 y ) = x 2 sin x
Integrating both sides:
x 2 y = ∫ x 2 sin x d x x^2 y = \int x^2 \sin x \, dx x 2 y = ∫ x 2 sin x d x
Using integration by parts twice:
∫ x 2 sin x d x = − x 2 cos x + 2 x sin x + 2 cos x + C \int x^2 \sin x \, dx = -x^2 \cos x + 2x \sin x + 2 \cos x + C ∫ x 2 sin x d x = − x 2 cos x + 2 x sin x + 2 cos x + C
Therefore:
x 2 y = − x 2 cos x + 2 x sin x + 2 cos x + C x^2 y = -x^2 \cos x + 2x \sin x + 2 \cos x + C x 2 y = − x 2 cos x + 2 x sin x + 2 cos x + C
y = − cos x + 2 sin x x + 2 cos x x 2 + C x 2 y = -\cos x + \frac{2 \sin x}{x} + \frac{2 \cos x}{x^2} + \frac{C}{x^2} y = − cos x + x 2 s i n x + x 2 2 c o s x + x 2 C
Q5(B).3 [4 marks]
Solve: ( 1 + x 2 ) d y d x + 2 x y = cos x (1 + x^2) \frac{dy}{dx} + 2xy = \cos x ( 1 + x 2 ) d x d y + 2 x y = cos x
Solution :
Dividing by ( 1 + x 2 ) (1 + x^2) ( 1 + x 2 ) :
d y d x + 2 x 1 + x 2 y = cos x 1 + x 2 \frac{dy}{dx} + \frac{2x}{1 + x^2} y = \frac{\cos x}{1 + x^2} d x d y + 1 + x 2 2 x y = 1 + x 2 c o s x
This is linear with P ( x ) = 2 x 1 + x 2 P(x) = \frac{2x}{1 + x^2} P ( x ) = 1 + x 2 2 x and Q ( x ) = cos x 1 + x 2 Q(x) = \frac{\cos x}{1 + x^2} Q ( x ) = 1 + x 2 c o s x
Integrating factor = e ∫ 2 x 1 + x 2 d x = e ln ( 1 + x 2 ) = 1 + x 2 e^{\int \frac{2x}{1+x^2} dx} = e^{\ln(1+x^2)} = 1 + x^2 e ∫ 1 + x 2 2 x d x = e l n ( 1 + x 2 ) = 1 + x 2
Multiplying by integrating factor:
( 1 + x 2 ) d y d x + 2 x y = cos x (1 + x^2) \frac{dy}{dx} + 2xy = \cos x ( 1 + x 2 ) d x d y + 2 x y = cos x
The left side is d d x [ ( 1 + x 2 ) y ] \frac{d}{dx}[(1 + x^2)y] d x d [( 1 + x 2 ) y ] :
d d x [ ( 1 + x 2 ) y ] = cos x \frac{d}{dx}[(1 + x^2)y] = \cos x d x d [( 1 + x 2 ) y ] = cos x
Integrating:
( 1 + x 2 ) y = ∫ cos x d x = sin x + C (1 + x^2)y = \int \cos x \, dx = \sin x + C ( 1 + x 2 ) y = ∫ cos x d x = sin x + C
Therefore:
y = sin x + C 1 + x 2 y = \frac{\sin x + C}{1 + x^2} y = 1 + x 2 s i n x + C
Complete Formula Sheet
Matrix Operations
Transpose : ( A T ) i j = A j i (A^T)_{ij} = A_{ji} ( A T ) ij = A j i
Inverse : A − 1 = 1 ∣ A ∣ adj ( A ) A^{-1} = \frac{1}{|A|} \text{adj}(A) A − 1 = ∣ A ∣ 1 adj ( A )
Properties : ( A + B ) T = A T + B T (A + B)^T = A^T + B^T ( A + B ) T = A T + B T
Derivatives
Power Rule : d d x ( x n ) = n x n − 1 \frac{d}{dx}(x^n) = nx^{n-1} d x d ( x n ) = n x n − 1
Trigonometric : d d x ( sin x ) = cos x \frac{d}{dx}(\sin x) = \cos x d x d ( sin x ) = cos x , d d x ( cos x ) = − sin x \frac{d}{dx}(\cos x) = -\sin x d x d ( cos x ) = − sin x
Inverse Trig : d d x ( tan − 1 x ) = 1 1 + x 2 \frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2} d x d ( tan − 1 x ) = 1 + x 2 1
Logarithmic : d d x ( ln x ) = 1 x \frac{d}{dx}(\ln x) = \frac{1}{x} d x d ( ln x ) = x 1
Integration
By Parts : ∫ u d v = u v − ∫ v d u \int u \, dv = uv - \int v \, du ∫ u d v = uv − ∫ v d u
Substitution : If u = g ( x ) u = g(x) u = g ( x ) , then ∫ f ( g ( x ) ) g ′ ( x ) d x = ∫ f ( u ) d u \int f(g(x))g'(x) dx = \int f(u) du ∫ f ( g ( x )) g ′ ( x ) d x = ∫ f ( u ) d u
Definite Properties : ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x \int_0^a f(x) dx = \int_0^a f(a-x) dx ∫ 0 a f ( x ) d x = ∫ 0 a f ( a − x ) d x
Differential Equations
Linear Form : d y d x + P ( x ) y = Q ( x ) \frac{dy}{dx} + P(x)y = Q(x) d x d y + P ( x ) y = Q ( x )
Integrating Factor : e ∫ P ( x ) d x e^{\int P(x) dx} e ∫ P ( x ) d x
Variable Separable : d y d x = f ( x ) g ( y ) \frac{dy}{dx} = f(x)g(y) d x d y = f ( x ) g ( y )
Statistics
Mean : x ˉ = ∑ f i x i ∑ f i \bar{x} = \frac{\sum f_i x_i}{\sum f_i} x ˉ = ∑ f i ∑ f i x i
Standard Deviation : σ = ∑ f i ( x i − x ˉ ) 2 N \sigma = \sqrt{\frac{\sum f_i(x_i - \bar{x})^2}{N}} σ = N ∑ f i ( x i − x ˉ ) 2
Variance : σ 2 = ∑ f i ( x i − x ˉ ) 2 N \sigma^2 = \frac{\sum f_i(x_i - \bar{x})^2}{N} σ 2 = N ∑ f i ( x i − x ˉ ) 2
Problem-Solving Strategies
For Matrix Problems
Check dimensions for multiplication compatibility
Use cofactor method for finding inverse
Apply transpose properties systematically
For Differentiation
Identify the type of function (composite, implicit, parametric)
Apply appropriate rules (chain rule, product rule, quotient rule)
Simplify the final expression
For Integration
Check if substitution can simplify the integral
Use integration by parts for products of different function types
Apply definite integral properties for symmetric limits
For Differential Equations
Identify the type (separable, linear, homogeneous)
Find integrating factor for linear equations
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
Time Management : Allocate 10 minutes per question for 6-mark questions
Show Work : Always show step-by-step calculations
Check Units : Ensure answers have appropriate units where applicable
Verify : Use substitution to check differential equation solutions
Neat Presentation : Write matrices and fractions clearly
Final Note : Practice similar problems regularly and focus on understanding concepts rather than memorizing formulas.