Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2022 Jan FP1 Q1

A Level / Edexcel / FP1

IAL 2022 Jan Paper · Question 1

题目

Problem

M=(3x74x+12x)\mathbf{M} = \begin{pmatrix} 3x & 7 \\ 4x + 1 & 2 - x \end{pmatrix}

Find the range of values of xx for which the determinant of the matrix M\mathbf{M} is positive.

(5)
题目中文翻译

M=(3x74x+12x)\mathbf{M} = \begin{pmatrix} 3x & 7 \\ 4x + 1 & 2 - x \end{pmatrix}

求使矩阵 M\mathbf{M} 的行列式为正值的 xx 的取值范围。

解答

解法一

思路

展开

先按二阶矩阵行列式公式展开并化简,再把二次不等式因式分解。找出两个临界值后,根据二次项系数为负判断表达式在两根之间为正;由于题目要求严格大于零,端点不包括在内。

答题过程

展开

The determinant of M\mathbf M is

detM=(3x)(2x)7(4x+1)=6x3x228x7=3x222x7.\begin{align*} \det\mathbf M =&\,(3x)(2-x)-7(4x+1)\\ =&\,6x-3x^2-28x-7\\ =&\,-3x^2-22x-7. \end{align*}

For the determinant to be positive,

3x222x7>0.-3x^2-22x-7>0.

The corresponding quadratic equation factorises as

3x222x7=0,(3x1)(x+7)=0.\begin{align*} -3x^2-22x-7=&\,0,\\ (-3x-1)(x+7)=&\,0. \end{align*}

Thus the critical values are

x=7andx=13.x=-7 \qquad\text{and}\qquad x=-\frac13.

Since the coefficient of x2x^2 is negative, the quadratic is positive between its roots. Therefore,

7<x<13.\boxed{-7<x<-\frac13}.