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

IAL 2021 June Q5

A Level / Edexcel / FP2

IAL 2021 June Paper · Question 5

题目

Problem

Use algebra to find the set of values of xx for which

2x2+x3>31x\begin{align*} \left|2x^2 + x - 3\right| > 3|1 - x| \end{align*}
(7)
Solutions based entirely on graphical or numerical methods are not acceptable.

解答

解法一

思路

展开

先把左边因式分解:

2x2+x3=(2x+3)(x1).\begin{align*} 2x^2+x-3=(2x+3)(x-1). \end{align*}

这样两边都有 x1|x-1|。但 x=1x=1 时两边都是 00,不满足严格大于,所以之后可以在 x1x\neq1 的条件下除以正数 x1|x-1|

答题过程

展开

Factorise the expression inside the modulus:

2x2+x3=(2x+3)(x1).\begin{align*} 2x^2+x-3=(2x+3)(x-1). \end{align*}

So

2x2+x3=(2x+3)(x1)=2x+3x1.\begin{align*} \left|2x^2+x-3\right| =&\,|(2x+3)(x-1)|\\[4mm] =&\,|2x+3|\,|x-1|. \end{align*}

The inequality becomes

2x+3x1>31x.\begin{align*} |2x+3|\,|x-1|>3|1-x|. \end{align*}

Since

1x=x1,\begin{align*} |1-x|=|x-1|, \end{align*}

we have

2x+3x1>3x1.\begin{align*} |2x+3|\,|x-1|>3|x-1|. \end{align*}

If x=1x=1, then both sides are 00, so x=1x=1 is not a solution. For x1x\neq1, x1>0|x-1|>0, so we can divide both sides by x1|x-1|:

2x+3>3.\begin{align*} |2x+3|>3. \end{align*}

Therefore,

2x+3>3or2x+3<3.\begin{align*} 2x+3>3 \quad \text{or} \quad 2x+3<-3. \end{align*}

This gives

x>0orx<3.\begin{align*} x>0 \quad \text{or} \quad x<-3. \end{align*}

Remembering that x=1x=1 is not allowed, the solution set is

x<3,0<x<1,x>1.\begin{align*} x<-3, \qquad 0<x<1, \qquad x>1. \end{align*}

解法二

思路

展开

因为两边都是非负数,也可以平方。这样会得到一个 quartic inequality,再因式分解。这个方法较长,但完全符合 “Use algebra” 的要求。

答题过程

展开

Since both sides are non-negative, square both sides:

(2x2+x3)2>9(1x)2.\begin{align*} \left(2x^2+x-3\right)^2>9(1-x)^2. \end{align*}

Bring everything to one side:

(2x2+x3)29(1x)2>0.\begin{align*} \left(2x^2+x-3\right)^2-9(1-x)^2>0. \end{align*}

This is a difference of squares:

(2x2+x33(1x))×(2x2+x3+3(1x))>0.\begin{align*} &\,\left(2x^2+x-3-3(1-x)\right)\\[2mm] &\,\hspace{2pt}\times \left(2x^2+x-3+3(1-x)\right)>0. \end{align*}

Simplify each factor:

2x2+x33(1x)=2x2+4x6=2(x+3)(x1),\begin{align*} 2x^2+x-3-3(1-x) =&\,2x^2+4x-6\\[2mm] =&\,2(x+3)(x-1), \end{align*}

and

2x2+x3+3(1x)=2x22x=2x(x1).\begin{align*} 2x^2+x-3+3(1-x) =&\,2x^2-2x\\[2mm] =&\,2x(x-1). \end{align*}

Therefore,

4x(x+3)(x1)2>0.\begin{align*} 4x(x+3)(x-1)^2>0. \end{align*}

Since 4>04>0 and (x1)20(x-1)^2\geqslant0, with equality only at x=1x=1, the sign is controlled by x(x+3)x(x+3), except that x=1x=1 is not a solution.

So we need

x(x+3)>0andx1.\begin{align*} x(x+3)>0 \quad \text{and} \quad x\neq1. \end{align*}

Thus

x<3,0<x<1,x>1.\begin{align*} x<-3, \qquad 0<x<1, \qquad x>1. \end{align*}