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

IAL 2020 Oct Q3

A Level / Edexcel / FP2

IAL 2020 Oct Paper · Question 3

题目

Problem

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

x2+3x+10x+2<7x\begin{align*} \left|\frac{x^2+3x+10}{x+2}\right|<7-x \end{align*}
(9)

解答

解法一

思路

展开

左边是绝对值,所以要同时满足 x2+3x+10x+2<7x\dfrac{x^2+3x+10}{x+2}<7-xx2+3x+10x+2>(7x)\dfrac{x^2+3x+10}{x+2}>-(7-x)。 两边分别解完后取交集。注意 x=2x=-2 不在定义域内。

### 答题过程
展开

First solve

x2+3x+10x+2<7xx2+3x+10(7x)(x+2)x+2<0x2+3x+10(x2+5x+14)x+2<02x22x4x+2<02(x2)(x+1)x+2<0\begin{align*} \frac{x^2+3x+10}{x+2} &<7-x\\[4mm] \frac{x^2+3x+10-(7-x)(x+2)}{x+2} &<0\\[4mm] \frac{x^2+3x+10-(-x^2+5x+14)}{x+2} &<0\\[4mm] \frac{2x^2-2x-4}{x+2} &<0\\[4mm] \frac{2(x-2)(x+1)}{x+2} &<0 \end{align*}

The critical values are 2-2, 1-1 and 22, so

x<2or1<x<2\begin{align*} x<-2 \quad \text{or} \quad -1<x<2 \end{align*}

Next solve

x2+3x+10x+2>(7x)x2+3x+10+(7x)(x+2)x+2>0x2+3x+10+(x2+5x+14)x+2>08x+24x+2>0x+3x+2>0\begin{align*} \frac{x^2+3x+10}{x+2} &>-(7-x)\\[4mm] \frac{x^2+3x+10+(7-x)(x+2)}{x+2} &>0\\[4mm] \frac{x^2+3x+10+(-x^2+5x+14)}{x+2} &>0\\[4mm] \frac{8x+24}{x+2} &>0\\[4mm] \frac{x+3}{x+2} &>0 \end{align*}

The critical values are 3-3 and 2-2, so

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

Taking the intersection of the two results,

x<3or1<x<2\begin{align*} x<-3 \quad \text{or} \quad -1<x<2 \end{align*}