To find the value of 3 ( M − m ) 3(M - m) 3 ( M − m ) , we proceed step-by-step:
Step 1: Find the value of α \alpha α
Given that matrix A A A is singular, its determinant must be equal to zero, i.e., det ( A ) = 0 \det(A) = 0 det ( A ) = 0 .
A = [ 1 3 − 1 2 1 α 0 1 − 1 ] A = \begin{bmatrix} 1 & 3 & -1 \\ 2 & 1 & \alpha \\ 0 & 1 & -1 \end{bmatrix} A = 1 2 0 3 1 1 − 1 α − 1
Expanding the determinant along the first column:
det ( A ) = 1 ⋅ ∣ 1 α 1 − 1 ∣ − 2 ⋅ ∣ 3 − 1 1 − 1 ∣ + 0 ⋅ ∣ 3 − 1 1 α ∣ \det(A) = 1 \cdot \begin{vmatrix} 1 & \alpha \\ 1 & -1 \end{vmatrix} - 2 \cdot \begin{vmatrix} 3 & -1 \\ 1 & -1 \end{vmatrix} + 0 \cdot \begin{vmatrix} 3 & -1 \\ 1 & \alpha \end{vmatrix} det ( A ) = 1 ⋅ 1 1 α − 1 − 2 ⋅ 3 1 − 1 − 1 + 0 ⋅ 3 1 − 1 α
det ( A ) = 1 ( ( − 1 ) − α ) − 2 ( − 3 − ( − 1 ) ) + 0 \det(A) = 1((-1) - \alpha) - 2(-3 - (-1)) + 0 det ( A ) = 1 (( − 1 ) − α ) − 2 ( − 3 − ( − 1 )) + 0
det ( A ) = − 1 − α − 2 ( − 2 ) = 3 − α \det(A) = -1 - \alpha - 2(-2) = 3 - \alpha det ( A ) = − 1 − α − 2 ( − 2 ) = 3 − α
Since det ( A ) = 0 \det(A) = 0 det ( A ) = 0 :
3 − α = 0 ⟹ α = 3 3 - \alpha = 0 \implies \alpha = 3 3 − α = 0 ⟹ α = 3
Thus, the interval for x x x is [ 1 , α ] = [ 1 , 3 ] [1, \alpha] = [1, 3] [ 1 , α ] = [ 1 , 3 ] .
Step 2: Determine the nature of f ( x ) f(x) f ( x ) on [ 1 , 3 ] [1, 3] [ 1 , 3 ]
The function f ( x ) f(x) f ( x ) is given by:
f ( x ) = ∫ 0 x ( t 2 + 2 t + 3 ) d t f(x) = \int_{0}^{x} (t^2 + 2t + 3) \, dt f ( x ) = ∫ 0 x ( t 2 + 2 t + 3 ) d t
Using the Leibniz Rule for differentiation under the integral sign:
f ′ ( x ) = x 2 + 2 x + 3 = ( x + 1 ) 2 + 2 f'(x) = x^2 + 2x + 3 = (x + 1)^2 + 2 f ′ ( x ) = x 2 + 2 x + 3 = ( x + 1 ) 2 + 2
Since ( x + 1 ) 2 + 2 > 0 (x + 1)^2 + 2 > 0 ( x + 1 ) 2 + 2 > 0 for all real x x x , f ′ ( x ) > 0 f'(x) > 0 f ′ ( x ) > 0 on the interval [ 1 , 3 ] [1, 3] [ 1 , 3 ] .
This implies that f ( x ) f(x) f ( x ) is a strictly increasing function on [ 1 , 3 ] [1, 3] [ 1 , 3 ] .
Step 3: Find the maximum (M M M ) and minimum (m m m ) values
Since f ( x ) f(x) f ( x ) is strictly increasing on [ 1 , 3 ] [1, 3] [ 1 , 3 ] :
The minimum value m m m occurs at the lower boundary, x = 1 x = 1 x = 1 , so m = f ( 1 ) m = f(1) m = f ( 1 ) .
The maximum value M M M occurs at the upper boundary, x = 3 x = 3 x = 3 , so M = f ( 3 ) M = f(3) M = f ( 3 ) .
Therefore, the difference M − m M - m M − m is:
M − m = f ( 3 ) − f ( 1 ) = ∫ 0 3 ( t 2 + 2 t + 3 ) d t − ∫ 0 1 ( t 2 + 2 t + 3 ) d t = ∫ 1 3 ( t 2 + 2 t + 3 ) d t M - m = f(3) - f(1) = \int_{0}^{3} (t^2 + 2t + 3) \, dt - \int_{0}^{1} (t^2 + 2t + 3) \, dt = \int_{1}^{3} (t^2 + 2t + 3) \, dt M − m = f ( 3 ) − f ( 1 ) = ∫ 0 3 ( t 2 + 2 t + 3 ) d t − ∫ 0 1 ( t 2 + 2 t + 3 ) d t = ∫ 1 3 ( t 2 + 2 t + 3 ) d t
Step 4: Evaluate the integral
M − m = [ t 3 3 + t 2 + 3 t ] 1 3 M - m = \left[ \frac{t^3}{3} + t^2 + 3t \right]_{1}^{3} M − m = [ 3 t 3 + t 2 + 3 t ] 1 3
M − m = ( 3 3 3 + 3 2 + 3 ( 3 ) ) − ( 1 3 3 + 1 2 + 3 ( 1 ) ) M - m = \left( \frac{3^3}{3} + 3^2 + 3(3) \right) - \left( \frac{1^3}{3} + 1^2 + 3(1) \right) M − m = ( 3 3 3 + 3 2 + 3 ( 3 ) ) − ( 3 1 3 + 1 2 + 3 ( 1 ) )
M − m = ( 9 + 9 + 9 ) − ( 1 3 + 1 + 3 ) M - m = (9 + 9 + 9) - \left( \frac{1}{3} + 1 + 3 \right) M − m = ( 9 + 9 + 9 ) − ( 3 1 + 1 + 3 )
M − m = 27 − 13 3 = 81 − 13 3 = 68 3 M - m = 27 - \frac{13}{3} = \frac{81 - 13}{3} = \frac{68}{3} M − m = 27 − 3 13 = 3 81 − 13 = 3 68
Step 5: Compute 3 ( M − m ) 3(M - m) 3 ( M − m )
3 ( M − m ) = 3 × 68 3 = 68 3(M - m) = 3 \times \frac{68}{3} = 68 3 ( M − m ) = 3 × 3 68 = 68
Correct Option: B