跳转到内容

STEP3 2000 -- Pure Mathematics

此内容尚不支持你的语言。

STEP3 2000 — Section A (Pure Mathematics)

Section titled “STEP3 2000 — Section A (Pure Mathematics)”

Exam: STEP3  |  Year: 2000  |  Questions: Q1—Q8  |  Total marks per question: 20

All questions are pure mathematics. Solutions and examiner commentary are included below.

QTopicDifficultyKey Techniques
1坐标几何 Coordinate GeometryChallenging隐函数求导,切线方程,对称性分析,几何证明
2积分 IntegrationChallenging三角代换,定积分计算,参数化推广
3复数 Complex NumbersHard复数运算,旋转变换,等边三角形性质,共点证明
4函数与图像 Functions and GraphsChallenging有理函数分析,渐近线求法,分类讨论,图像绘制
5线性代数与向量 Linear Algebra and VectorsHard行列式性质,线性变换,矩阵表示,充要条件证明
6代数 AlgebraChallenging待定系数法,预解三次方程,多项式因式分解
7级数与不等式 Sequences, Series and InequalitiesChallenging二项式定理,AM-GM不等式,无穷乘积收敛
8递推关系与数学归纳法 Sequences and Mathematical InductionChallenging数学归纳法,特征方程,递推关系线性化

Topic: 坐标几何 Coordinate Geometry  |  Difficulty: Challenging  |  Marks: 20

1 Sketch on the same axes the two curves C1C_1 and C2C_2, given by

C1:xy=1,C2:x2y2=2.\begin{matrix} C_1 : & xy & = & 1, \\ C_2 : & x^2 - y^2 & = & 2. \end{matrix}

The curves intersect at PP and QQ. Given that the coordinates of PP are (a,b)(a, b) (which you need not evaluate), write down the coordinates of QQ in terms of aa and bb.

The tangent to C1C_1 through PP meets the tangent to C2C_2 through QQ at the point MM, and the tangent to C2C_2 through PP meets the tangent to C1C_1 through QQ at NN. Show that the coordinates of MM are (b,a)(-b, a) and write down the coordinates of NN.

Show that PMQNPMQN is a square.

Model Solution

Part (i): Coordinates of QQ

The curve C1:xy=1C_1 : xy = 1 is symmetric under (x,y)(x,y)(x, y) \mapsto (-x, -y) (a hyperbola in quadrants 1 and 3). The curve C2:x2y2=2C_2 : x^2 - y^2 = 2 is also symmetric under (x,y)(x,y)(x, y) \mapsto (-x, -y) (a hyperbola opening left-right). Since P=(a,b)P = (a, b) is an intersection point, Q=(a,b)Q = (-a, -b) is the other.

Part (ii): Tangent equations

Tangent to C1C_1 at PP. Differentiating xy=1xy = 1 implicitly: y+xy=0y + xy' = 0, so y=y/xy' = -y/x. At P=(a,b)P = (a, b): slope =b/a= -b/a. Tangent:

yb=ba(xa)    bx+ay=2ab=2.(since ab=1)y - b = -\frac{b}{a}(x - a) \implies bx + ay = 2ab = 2. \qquad \text{(since } ab = 1\text{)}

Tangent to C2C_2 at QQ. Differentiating x2y2=2x^2 - y^2 = 2: 2x2yy=02x - 2yy' = 0, so y=x/yy' = x/y. At Q=(a,b)Q = (-a, -b): slope =(a)/(b)=a/b= (-a)/(-b) = a/b. Tangent:

y+b=ab(x+a)    bxay=b(b)a(a)bay + b = \frac{a}{b}(x + a) \implies bx - ay = b(-b) - a(a) \cdot \frac{b}{a}

More carefully: y(b)=ab(x(a))y - (-b) = \frac{a}{b}(x - (-a)), so y+b=ab(x+a)y + b = \frac{a}{b}(x + a). Rearranging: bx+ab=ayabbx + ab = ay - ab… let me redo this cleanly.

b(y+b)=a(x+a)    by+b2=ax+a2    axby=b2a2.b(y + b) = a(x + a) \implies by + b^2 = ax + a^2 \implies ax - by = b^2 - a^2.

Since a2b2=2a^2 - b^2 = 2 (as PP lies on C2C_2), we get b2a2=2b^2 - a^2 = -2, so:

axby=2.(tangent to C2 at Q)ax - by = -2. \qquad \text{(tangent to } C_2 \text{ at } Q\text{)}

Tangent to C2C_2 at PP. At P=(a,b)P = (a, b): slope =a/b= a/b. Tangent: yb=ab(xa)y - b = \frac{a}{b}(x - a). Rearranging: axby=a2b2=2ax - by = a^2 - b^2 = 2.

axby=2.(tangent to C2 at P)ax - by = 2. \qquad \text{(tangent to } C_2 \text{ at } P\text{)}

Tangent to C1C_1 at QQ. At Q=(a,b)Q = (-a, -b): slope =(b)/(a)=b/a= -(-b)/(-a) = -b/a. Tangent: y+b=ba(x+a)y + b = -\frac{b}{a}(x + a). Rearranging: bx+ay=2ab=2bx + ay = -2ab = -2.

bx+ay=2.(tangent to C1 at Q)bx + ay = -2. \qquad \text{(tangent to } C_1 \text{ at } Q\text{)}

Part (iii): Show M=(b,a)M = (-b, a)

MM is the intersection of the tangent to C1C_1 at PP and the tangent to C2C_2 at QQ:

bx+ay=2,axby=2.bx + ay = 2, \qquad ax - by = -2.

Solving: multiply the first by bb and the second by aa:

b2x+aby=2b,a2xaby=2a.b^2 x + aby = 2b, \qquad a^2 x - aby = -2a.

Adding: (a2+b2)x=2b2a(a^2 + b^2)x = 2b - 2a, so x=2(ba)a2+b2x = \frac{2(b - a)}{a^2 + b^2}.

Hmm, this doesn’t immediately give x=bx = -b. Let me use a cleaner method. Multiply the first equation by bb and the second by aa:

From bx+ay=2bx + ay = 2: x=2aybx = \frac{2 - ay}{b}.

Substitute into axby=2ax - by = -2: a(2ay)bby=2\frac{a(2 - ay)}{b} - by = -2, so 2aa2yb2y=2b2a - a^2 y - b^2 y = -2b, giving (a2+b2)y=2a+2b(a^2 + b^2)y = 2a + 2b.

Hmm, this also doesn’t simplify directly. The issue is that a2+b2a^2 + b^2 is not a simple expression. Let me instead verify M=(b,a)M = (-b, a) directly.

Check bx+ay=2bx + ay = 2: b(b)+a(a)=a2b2=2b(-b) + a(a) = a^2 - b^2 = 2. \checkmark (since PP lies on C2C_2).

Check axby=2ax - by = -2: a(b)b(a)=2ab=2a(-b) - b(a) = -2ab = -2. \checkmark (since ab=1ab = 1).

Therefore M=(b,a)M = (-b, a). \qquad \blacksquare

Part (iv): Coordinates of NN

NN is the intersection of the tangent to C2C_2 at PP and the tangent to C1C_1 at QQ:

axby=2,bx+ay=2.ax - by = 2, \qquad bx + ay = -2.

By the same verification approach (swapping the roles of the two tangent pairs), N=(b,a)N = (b, -a).

Check axby=2ax - by = 2: a(b)b(a)=2ab=2a(b) - b(-a) = 2ab = 2. \checkmark

Check bx+ay=2bx + ay = -2: b(b)+a(a)=b2a2=2b(b) + a(-a) = b^2 - a^2 = -2. \checkmark

Therefore N=(b,a)N = (b, -a).

Part (v): Show PMQNPMQN is a square

The four vertices are P=(a,b)P = (a, b), M=(b,a)M = (-b, a), Q=(a,b)Q = (-a, -b), N=(b,a)N = (b, -a).

Midpoints of diagonals. Midpoint of PQPQ: (a+(a)2,b+(b)2)=(0,0)\left(\frac{a + (-a)}{2}, \frac{b + (-b)}{2}\right) = (0, 0). Midpoint of MNMN: (b+b2,a+(a)2)=(0,0)\left(\frac{-b + b}{2}, \frac{a + (-a)}{2}\right) = (0, 0).

The diagonals bisect each other at the origin.

Equal diagonals. PQ=2a2+b2|PQ| = 2\sqrt{a^2 + b^2} and MN=(bb)2+(a(a))2=4b2+4a2=2a2+b2|MN| = \sqrt{(-b - b)^2 + (a - (-a))^2} = \sqrt{4b^2 + 4a^2} = 2\sqrt{a^2 + b^2}. So PQ=MN|PQ| = |MN|.

Perpendicular diagonals. Direction of PQPQ: (2a,2b)(-2a, -2b), i.e. (a,b)(a, b). Direction of MNMN: (2b,2a)(2b, -2a), i.e. (b,a)(b, -a). Dot product: ab+b(a)=abab=0ab + b(-a) = ab - ab = 0. \checkmark

A quadrilateral whose diagonals are equal, bisect each other, and are perpendicular is a square. \qquad \blacksquare


Topic: 积分 Integration  |  Difficulty: Challenging  |  Marks: 20

2 Use the substitution x=2cosθx = 2 - \cos \theta to evaluate the integral

3/22(x13x)12dx.\int_{3/2}^{2} \left( \frac{x - 1}{3 - x} \right)^{\frac{1}{2}} dx.

Show that, for a<ba < b,

pq(xabx)12dx=(ba)(π+336)12,\int_{p}^{q} \left( \frac{x - a}{b - x} \right)^{\frac{1}{2}} dx = \frac{(b - a)(\pi + 3\sqrt{3} - 6)}{12},

where p=(3a+b)/4p = (3a + b)/4 and q=(a+b)/2q = (a + b)/2.

Model Solution

Part (i): Evaluate the integral using x=2cosθx = 2 - \cos\theta

Let x=2cosθx = 2 - \cos\theta, so dx=sinθdθdx = \sin\theta \, d\theta.

When x=3/2x = 3/2: cosθ=1/2\cos\theta = 1/2, so θ=π/3\theta = \pi/3. When x=2x = 2: cosθ=0\cos\theta = 0, so θ=π/2\theta = \pi/2.

Compute the integrand:

x13x=(2cosθ)13(2cosθ)=1cosθ1+cosθ.\frac{x - 1}{3 - x} = \frac{(2 - \cos\theta) - 1}{3 - (2 - \cos\theta)} = \frac{1 - \cos\theta}{1 + \cos\theta}.

Using half-angle identities: 1cosθ=2sin2(θ/2)1 - \cos\theta = 2\sin^2(\theta/2) and 1+cosθ=2cos2(θ/2)1 + \cos\theta = 2\cos^2(\theta/2):

1cosθ1+cosθ=tan2(θ/2).\frac{1 - \cos\theta}{1 + \cos\theta} = \tan^2(\theta/2).

So the integral becomes:

π/3π/2tan(θ/2)sinθdθ.\int_{\pi/3}^{\pi/2} \tan(\theta/2) \cdot \sin\theta \, d\theta.

Since sinθ=2sin(θ/2)cos(θ/2)\sin\theta = 2\sin(\theta/2)\cos(\theta/2):

π/3π/2sin(θ/2)cos(θ/2)2sin(θ/2)cos(θ/2)dθ=π/3π/22sin2(θ/2)dθ=π/3π/2(1cosθ)dθ.\int_{\pi/3}^{\pi/2} \frac{\sin(\theta/2)}{\cos(\theta/2)} \cdot 2\sin(\theta/2)\cos(\theta/2) \, d\theta = \int_{\pi/3}^{\pi/2} 2\sin^2(\theta/2) \, d\theta = \int_{\pi/3}^{\pi/2} (1 - \cos\theta) \, d\theta.

Evaluating:

[θsinθ]π/3π/2=(π21)(π332)=π61+32=π6+321.\left[\theta - \sin\theta\right]_{\pi/3}^{\pi/2} = \left(\frac{\pi}{2} - 1\right) - \left(\frac{\pi}{3} - \frac{\sqrt{3}}{2}\right) = \frac{\pi}{6} - 1 + \frac{\sqrt{3}}{2} = \frac{\pi}{6} + \frac{\sqrt{3}}{2} - 1.

Rewriting with a common denominator:

3/22(x13x)1/2dx=π+3366.(i)\int_{3/2}^{2} \left(\frac{x - 1}{3 - x}\right)^{1/2} dx = \frac{\pi + 3\sqrt{3} - 6}{6}. \qquad \text{(i)}

Part (ii): General case

For a<ba < b, let h=ba2h = \frac{b - a}{2} (half the width of [a,b][a, b]). Use the substitution x=a+b2hcosθx = \frac{a + b}{2} - h\cos\theta, i.e. x=a+b2ba2cosθx = \frac{a+b}{2} - \frac{b-a}{2}\cos\theta.

Then dx=hsinθdθdx = h\sin\theta \, d\theta, and:

xa=h(1cosθ),bx=h(1+cosθ).x - a = h(1 - \cos\theta), \qquad b - x = h(1 + \cos\theta).

So xabx=1cosθ1+cosθ=tan2(θ/2)\frac{x - a}{b - x} = \frac{1 - \cos\theta}{1 + \cos\theta} = \tan^2(\theta/2), and the integrand becomes tan(θ/2)\tan(\theta/2).

The limits: when x=p=3a+b4=a+h2x = p = \frac{3a + b}{4} = a + \frac{h}{2}:

a+h2=a+b2hcosθ    hcosθ=ba2h2=hh2=h2,a + \frac{h}{2} = \frac{a+b}{2} - h\cos\theta \implies h\cos\theta = \frac{b-a}{2} - \frac{h}{2} = h - \frac{h}{2} = \frac{h}{2},

so cosθ=1/2\cos\theta = 1/2, giving θ=π/3\theta = \pi/3.

When x=q=a+b2x = q = \frac{a+b}{2}:

a+b2=a+b2hcosθ    cosθ=0,θ=π/2.\frac{a+b}{2} = \frac{a+b}{2} - h\cos\theta \implies \cos\theta = 0, \quad \theta = \pi/2.

The integral becomes:

π/3π/2tan(θ/2)hsinθdθ=hπ/3π/2(1cosθ)dθ,\int_{\pi/3}^{\pi/2} \tan(\theta/2) \cdot h\sin\theta \, d\theta = h\int_{\pi/3}^{\pi/2} (1 - \cos\theta) \, d\theta,

using the same simplification as in Part (i). Evaluating:

hπ+3366=ba2π+3366=(ba)(π+336)12.h \cdot \frac{\pi + 3\sqrt{3} - 6}{6} = \frac{b - a}{2} \cdot \frac{\pi + 3\sqrt{3} - 6}{6} = \frac{(b - a)(\pi + 3\sqrt{3} - 6)}{12}. \qquad \blacksquare


Topic: 复数 Complex Numbers  |  Difficulty: Hard  |  Marks: 20

3 Given that α=eiπ3\alpha = e^{i\frac{\pi}{3}}, prove that 1+α2=α1 + \alpha^2 = \alpha.

A triangle in the Argand plane has vertices AA, BB, and CC represented by the complex numbers pp, qα2q\alpha^2 and rα-r\alpha respectively, where pp, qq and rr are positive real numbers. Sketch the triangle ABCABC.

Three equilateral triangles ABLABL, BCMBCM and CANCAN (each lettered clockwise) are erected on sides ABAB, BCBC and CACA respectively. Show that the complex number representing NN is (1α)pα2r(1 - \alpha)p - \alpha^2r and find similar expressions for the complex numbers representing LL and MM.

Show that lines LCLC, MAMA and NBNB all meet at the origin, and that these three line segments have the common length p+q+rp + q + r.

Model Solution

Part (i): Prove 1+α2=α1 + \alpha^2 = \alpha

Since α=eiπ/3\alpha = e^{i\pi/3}, we have α2=e2iπ/3=cos(2π/3)+isin(2π/3)=12+32i\alpha^2 = e^{2i\pi/3} = \cos(2\pi/3) + i\sin(2\pi/3) = -\frac{1}{2} + \frac{\sqrt{3}}{2}i.

Therefore 1+α2=12+32i=eiπ/3=α1 + \alpha^2 = \frac{1}{2} + \frac{\sqrt{3}}{2}i = e^{i\pi/3} = \alpha. \qquad \blacksquare

Note: This gives α2=α1\alpha^2 = \alpha - 1, or equivalently α2α+1=0\alpha^2 - \alpha + 1 = 0. Also α3=1\alpha^3 = -1 and α6=1\alpha^6 = 1.

Part (ii): Sketch of triangle ABCABC

A=pA = p lies on the positive real axis. B=qα2B = q\alpha^2 lies at angle 2π/32\pi/3 (upper left). C=rα=rei4π/3C = -r\alpha = re^{i4\pi/3} lies at angle 4π/34\pi/3 (lower left). For p=q=rp = q = r the triangle is equilateral.

Part (iii): Find LL, MM, NN

For an equilateral triangle with two given vertices U,VU, V and third vertex WW such that UVWUVW is labeled clockwise, we use W=V+(UV)αW = V + (U - V)\alpha (a 6060^\circ counterclockwise rotation of UU about VV, which produces clockwise labeling in the standard Argand diagram).

Finding NN (equilateral triangle CANCAN, clockwise):

N=A+(CA)α=p+(rαp)α=prα2pα=(1α)prα2.N = A + (C - A)\alpha = p + (-r\alpha - p)\alpha = p - r\alpha^2 - p\alpha = (1 - \alpha)p - r\alpha^2.

Using α2=α1\alpha^2 = \alpha - 1: coefficient of rr is (α1)=1α-(\alpha - 1) = 1 - \alpha. So:

N=(1α)pα2r.N = (1 - \alpha)p - \alpha^2 r. \qquad \blacksquare

Finding LL (equilateral triangle ABLABL, clockwise):

L=B+(AB)α=qα2+(pqα2)α=qα2+pαqα3.L = B + (A - B)\alpha = q\alpha^2 + (p - q\alpha^2)\alpha = q\alpha^2 + p\alpha - q\alpha^3.

Since α3=1\alpha^3 = -1: L=qα2+pα+q=(1α)p+pα+qα2+q(1α)pL = q\alpha^2 + p\alpha + q = (1 - \alpha)p + p\alpha + q\alpha^2 + q - (1-\alpha)p… let me compute directly.

L=pα+qα2+q=pα+q(α2+1)=pα+qα=(p+q)α.L = p\alpha + q\alpha^2 + q = p\alpha + q(\alpha^2 + 1) = p\alpha + q\alpha = (p + q)\alpha.

Wait, α2+1=α\alpha^2 + 1 = \alpha, so L=pα+qα=(p+q)αL = p\alpha + q\alpha = (p+q)\alpha. But this puts LL on the ray from the origin at angle π/3\pi/3. Let me re-derive more carefully.

L=qα2+pα+qL = q\alpha^2 + p\alpha + q. Since α2=α1\alpha^2 = \alpha - 1:

L=q(α1)+pα+q=qαq+pα+q=(p+q)α.L = q(\alpha - 1) + p\alpha + q = q\alpha - q + p\alpha + q = (p + q)\alpha.

Hmm, this means LL lies on the ray OAOA extended, which seems geometrically suspicious. Let me recheck.

Actually, L=qα2+pαqα3L = q\alpha^2 + p\alpha - q\alpha^3. Since α3=1\alpha^3 = -1:

L=qα2+pα+q.L = q\alpha^2 + p\alpha + q.

Using α2+1=α\alpha^2 + 1 = \alpha: q(α2+1)=qαq(\alpha^2 + 1) = q\alpha, so L=pα+qα=(p+q)αL = p\alpha + q\alpha = (p+q)\alpha.

This is correct. L=(p+q)αL = (p+q)\alpha, which lies at angle π/3\pi/3.

Finding MM (equilateral triangle BCMBCM, clockwise):

M=C+(BC)α=rα+(qα2+rα)α=rα+qα3+rα2.M = C + (B - C)\alpha = -r\alpha + (q\alpha^2 + r\alpha)\alpha = -r\alpha + q\alpha^3 + r\alpha^2.

Since α3=1\alpha^3 = -1 and α2=α1\alpha^2 = \alpha - 1:

M=rαq+r(α1)=rαq+rαr=qr.M = -r\alpha - q + r(\alpha - 1) = -r\alpha - q + r\alpha - r = -q - r.

So M=(q+r)M = -(q + r), lying on the negative real axis.

Verification: We can write L=(p+q)α=(1α)p+q1ααL = (p+q)\alpha = (1-\alpha) \cdot \frac{p+q}{1-\alpha} \cdot \alpha… let me express in the standard form.

L=(p+q)αL = (p+q)\alpha, M=(q+r)M = -(q+r), N=(1α)pα2rN = (1-\alpha)p - \alpha^2 r.

Part (iv): Show LCLC, MAMA, NBNB meet at the origin with common length p+q+rp + q + r

Collinearity with the origin. A point ZZ lies on the line through the origin if and only if arg(Z)\arg(Z) is constant, equivalently Z/ZˉZ/\bar{Z} is real (or Z=0Z = 0). We show each pair of points is collinear with OO.

LL and CC are collinear with OO: L=(p+q)αL = (p+q)\alpha and C=rαC = -r\alpha. Both are real multiples of α\alpha, so they lie on the ray at angle π/3\pi/3 (and its extension). Hence OO, LL, CC are collinear. \checkmark

MM and AA are collinear with OO: M=(q+r)M = -(q+r) and A=pA = p. Both are real, so they lie on the real axis. Hence OO, MM, AA are collinear. \checkmark

NN and BB are collinear with OO: We need N/BN/B to be real.

NB=(1α)pα2rqα2.\frac{N}{B} = \frac{(1-\alpha)p - \alpha^2 r}{q\alpha^2}.

Since 1α=α2+(1α+α2)=α2+01 - \alpha = -\alpha^2 + (1 - \alpha + \alpha^2) = -\alpha^2 + 0… wait, α2α+1=0\alpha^2 - \alpha + 1 = 0 means 1α=α21 - \alpha = -\alpha^2. So:

N=α2pα2r=α2(p+r).N = -\alpha^2 p - \alpha^2 r = -\alpha^2(p + r).

Therefore NB=α2(p+r)qα2=p+rq\frac{N}{B} = \frac{-\alpha^2(p+r)}{q\alpha^2} = -\frac{p+r}{q}, which is real (and negative). So NN and BB lie on the same line through the origin. \checkmark

Common length. We compute LC=LC|LC| = |L - C|:

LC=(p+q)α(rα)=(p+q+r)α.L - C = (p+q)\alpha - (-r\alpha) = (p + q + r)\alpha.

So LC=(p+q+r)α=p+q+r|LC| = (p + q + r)|\alpha| = p + q + r.

MA=MA=(q+r)p=p+q+r|MA| = |M - A| = |-(q+r) - p| = p + q + r.

NB=NB=α2(p+r)qα2=α2p+q+r=p+q+r|NB| = |N - B| = |-\alpha^2(p+r) - q\alpha^2| = |\alpha^2| \cdot |p + q + r| = p + q + r.

Therefore all three line segments have the common length p+q+rp + q + r. \qquad \blacksquare


Topic: 函数与图像 Functions and Graphs  |  Difficulty: Challenging  |  Marks: 20

4 The function f(x)f(x) is defined by

f(x)=x(x2)(xa)x21.f(x) = \frac{x(x - 2)(x - a)}{x^2 - 1} .

Prove algebraically that the line y=x+cy = x + c intersects the curve y=f(x)y = f(x) if a1|a| \geqslant 1, but there are values of cc for which there are no points of intersection if a<1|a| < 1.

Find the equation of the oblique asymptote of the curve y=f(x)y = f(x). Sketch the graph in the two cases (i) a<1a < -1; and (ii) 1<a<12-1 < a < -\frac{1}{2}. (You need not calculate the turning points.)

Model Solution

Part (i): Show y=x+cy = x + c intersects y=f(x)y = f(x) if a1|a| \geq 1

Setting f(x)=x+cf(x) = x + c:

x(x2)(xa)x21=x+c.\frac{x(x-2)(x-a)}{x^2 - 1} = x + c.

For x±1x \neq \pm 1, cross-multiplying:

x(x2)(xa)=(x+c)(x21).x(x-2)(x-a) = (x + c)(x^2 - 1).

Expand the left side: x(x2(a+2)x+2a)=x3(a+2)x2+2axx(x^2 - (a+2)x + 2a) = x^3 - (a+2)x^2 + 2ax.

Expand the right side: x3x+cx2c=x3+cx2xcx^3 - x + cx^2 - c = x^3 + cx^2 - x - c.

Setting them equal and cancelling x3x^3:

(a+2)x2+2ax=cx2xc.-(a+2)x^2 + 2ax = cx^2 - x - c.

Rearranging:

x3(a+2)x2+2axx3cx2+x+c=0x^3 - (a+2)x^2 + 2ax - x^3 - cx^2 + x + c = 0

(a+2+c)x2+(2a+1)x+c=0.-(a+2+c)x^2 + (2a+1)x + c = 0.

Wait, let me redo this. The equation is:

x3(a+2)x2+2ax=x3+cx2xc.x^3 - (a+2)x^2 + 2ax = x^3 + cx^2 - x - c.

(a+2)x2+2axcx2+x+c=0-(a+2)x^2 + 2ax - cx^2 + x + c = 0

(a+2+c)x2+(2a+1)x+c=0.-(a+2+c)x^2 + (2a+1)x + c = 0.

Hmm, this is a quadratic in xx, not a cubic. Let me recheck.

x(x2)(xa)=x3(a+2)x2+2axx(x-2)(x-a) = x^3 - (a+2)x^2 + 2ax.

(x+c)(x21)=x3+cx2xc(x+c)(x^2 - 1) = x^3 + cx^2 - x - c.

Subtracting: x3(a+2)x2+2axx3cx2+x+c=0x^3 - (a+2)x^2 + 2ax - x^3 - cx^2 + x + c = 0

(a+2+c)x2+(2a+1)x+c=0-(a+2+c)x^2 + (2a+1)x + c = 0.

So it’s a quadratic: (a+2+c)x2(2a+1)xc=0(a+2+c)x^2 - (2a+1)x - c = 0. \qquad (*)

A quadratic Ax2+Bx+C=0Ax^2 + Bx + C = 0 has a real root that is not ±1\pm 1 if: (a) its discriminant 0\geq 0, and (b) at least one root is not ±1\pm 1.

The discriminant is:

Δ=(2a+1)2+4c(a+2+c)=(2a+1)2+4c(a+2)+4c2.\Delta = (2a+1)^2 + 4c(a+2+c) = (2a+1)^2 + 4c(a+2) + 4c^2.

=4a2+4a+1+4ac+8c+4c2= 4a^2 + 4a + 1 + 4ac + 8c + 4c^2

=4a2+4a(1+c)+(1+8c+4c2)= 4a^2 + 4a(1+c) + (1+8c+4c^2)

=4a2+4a(1+c)+(2c+1)2+4c.= 4a^2 + 4a(1+c) + (2c+1)^2 + 4c.

Hmm, let me try completing the square differently.

Δ=4c2+4(a+2)c+(2a+1)2\Delta = 4c^2 + 4(a+2)c + (2a+1)^2

Viewing as quadratic in cc: Δ=4c2+4(a+2)c+(2a+1)2\Delta = 4c^2 + 4(a+2)c + (2a+1)^2.

Discriminant of this in cc: 16(a+2)216(2a+1)2=16[(a+2)2(2a+1)2]=16[(a+22a1)(a+2+2a+1)]=16[(1a)(3a+3)]=48(1a)(a+1)16(a+2)^2 - 16(2a+1)^2 = 16[(a+2)^2 - (2a+1)^2] = 16[(a+2-2a-1)(a+2+2a+1)] = 16[(1-a)(3a+3)] = 48(1-a)(a+1).

For Δ0\Delta \geq 0 for all cc, we need the quadratic in cc to be non-negative for all cc. Since the leading coefficient is 4>04 > 0, this requires the discriminant (in cc) 0\leq 0:

48(1a)(a+1)0    (1a)(a+1)0    a1 or a1    a1.48(1-a)(a+1) \leq 0 \iff (1-a)(a+1) \leq 0 \iff a \leq -1 \text{ or } a \geq 1 \iff |a| \geq 1.

So when a1|a| \geq 1, Δ0\Delta \geq 0 for all cc, meaning (*) always has real roots.

We must also check that the roots are not at x=±1x = \pm 1 (where ff is undefined). If x=1x = 1 is a root of (*):

(a+2+c)(2a+1)c=0    a+2+c2a1c=0    1a=0    a=1(a+2+c) - (2a+1) - c = 0 \implies a+2+c-2a-1-c = 0 \implies 1 - a = 0 \implies a = 1.

When a=1a = 1 and x=1x = 1 is a root, the quadratic becomes (3+c)x23xc=0(3+c)x^2 - 3x - c = 0 with x=1x = 1 a root: 3+c3c=03 + c - 3 - c = 0, confirmed. The other root is x=c/(3+c)x = -c/(3+c) by Vieta’s (product of roots =c/(3+c)= -c/(3+c), one root is 1, so other is c/(3+c)-c/(3+c)). This root equals 1-1 when c=(3+c)-c = -(3+c), i.e. 3=03 = 0, impossible. So the other root is valid.

If x=1x = -1 is a root of (*):

(a+2+c)+(2a+1)c=0    3a+3=0    a=1(a+2+c) + (2a+1) - c = 0 \implies 3a + 3 = 0 \implies a = -1.

When a=1a = -1 and x=1x = -1 is a root, the quadratic becomes (1+c)x2+xc=0(1+c)x^2 + x - c = 0 with x=1x = -1: 1+c1c=01+c-1-c = 0, confirmed. The other root is x=c/(1+c)x = c/(1+c) by Vieta’s. This equals 11 when c=1+cc = 1+c, impossible. So the other root is valid.

In both edge cases, at least one valid intersection exists. Therefore for a1|a| \geq 1 and any cc, the line y=x+cy = x + c intersects y=f(x)y = f(x). \qquad \blacksquare

Part (ii): No intersection for some cc when a<1|a| < 1

When a<1|a| < 1, the discriminant Δ\Delta (as a quadratic in cc) can be negative for some cc. Specifically, Δ<0\Delta < 0 when cc lies between the two roots of Δ=0\Delta = 0 (viewed as quadratic in cc). For such cc, the quadratic (*) has no real roots, so there is no intersection.

For example, when a=0a = 0: Δ=4c2+8c+1\Delta = 4c^2 + 8c + 1. Setting Δ=0\Delta = 0: c=8±64168=8±438=2±32c = \frac{-8 \pm \sqrt{64 - 16}}{8} = \frac{-8 \pm 4\sqrt{3}}{8} = \frac{-2 \pm \sqrt{3}}{2}. For cc in the interval (232,2+32)\left(\frac{-2 - \sqrt{3}}{2}, \frac{-2 + \sqrt{3}}{2}\right), Δ<0\Delta < 0 and there are no points of intersection. \qquad \blacksquare

Part (iii): Oblique asymptote

Perform polynomial long division of x(x2)(xa)=x3(a+2)x2+2axx(x-2)(x-a) = x^3 - (a+2)x^2 + 2ax by x21x^2 - 1:

x3(a+2)x2+2axx21=x(a+2)+(2a+3)x(a+2)x21.\frac{x^3 - (a+2)x^2 + 2ax}{x^2 - 1} = x - (a+2) + \frac{(2a+3)x - (a+2)}{x^2 - 1}.

Check: x(x21)=x3xx(x^2 - 1) = x^3 - x. Subtract: (a+2)x2+(2a+1)x-(a+2)x^2 + (2a+1)x. Then (a+2)(x21)=(a+2)x2+(a+2)-(a+2)(x^2 - 1) = -(a+2)x^2 + (a+2). Subtract: (2a+1)x(a+2)=(2a+3)x(a+2)(2a+1)x - (a+2) = (2a+3)x - (a+2).

As x±x \to \pm\infty, the remainder tends to 00, so the oblique asymptote is:

y=x(a+2).y = x - (a + 2).

Part (iv): Sketches

Both cases share: vertical asymptotes at x=±1x = \pm 1; oblique asymptote y=x(a+2)y = x - (a+2); roots of numerator at x=0x = 0, x=2x = 2, x=ax = a.

(i) a<1a < -1:

Roots in order: a<1<0<1<2a < -1 < 0 < 1 < 2. The numerator x(x2)(xa)x(x-2)(x-a) changes sign at each root.

Sign of f(x)f(x) in each interval (tracking numerator ×\times denominator):

  • x<ax < a: num <0< 0, den >0> 0 \Rightarrow f<0f < 0.
  • a<x<1a < x < -1: num >0> 0, den >0> 0 \Rightarrow f>0f > 0. As x1x \to -1^-: f+f \to +\infty.
  • 1<x<0-1 < x < 0: num >0> 0, den <0< 0 \Rightarrow f<0f < 0. As x1+x \to -1^+: ff \to -\infty.
  • 0<x<10 < x < 1: num <0< 0, den <0< 0 \Rightarrow f>0f > 0. As x1x \to 1^-: f+f \to +\infty.
  • 1<x<21 < x < 2: num >0> 0, den >0> 0 \Rightarrow f>0f > 0. As x1+x \to 1^+: f+f \to +\infty… wait.

Let me recheck. Numerator N(x)=x(x2)(xa)N(x) = x(x-2)(x-a) with a<1a < -1.

N(2)=(2)(4)(2a)N(-2) = (-2)(-4)(-2-a). Since a<1a < -1, 2a>2(1)=1-2 - a > -2-(-1) = -1, so if a<2a < -2, 2a>0-2-a > 0 and N(2)=(2)(4)(positive)>0N(-2) = (-2)(-4)(\text{positive}) > 0. If a=2a = -2, N(2)=0N(-2) = 0. If 2<a<1-2 < a < -1, 2a<0-2 - a < 0 and N(2)<0N(-2) < 0.

Hmm, this depends on whether a<2a < -2 or 2<a<1-2 < a < -1. The problem says a<1a < -1, so both sub-cases are possible. Let me handle the general case by analyzing sign changes.

The roots of N(x)N(x) in order are a,0,2a, 0, 2 (since a<1<0<2a < -1 < 0 < 2). N(x)N(x) has leading coefficient +1+1, so N(x)+N(x) \to +\infty as x+x \to +\infty. The sign pattern of NN:

  • x<ax < a: -
  • a<x<0a < x < 0: ++
  • 0<x<20 < x < 2: -
  • x>2x > 2: ++

The sign of D(x)=x21D(x) = x^2 - 1:

  • x>1|x| > 1: ++
  • x<1|x| < 1: -

Sign of f=N/Df = N/D:

  • x<ax < a: /+  =-/+\; = -.
  • a<x<1a < x < -1: +/+  =++/+\; = +. f+f \to +\infty as x1x \to -1^-.
  • 1<x<0-1 < x < 0: +/  =+/-\; = -. ff \to -\infty as x1+x \to -1^+.
  • 0<x<10 < x < 1: /  =+-/-\; = +. f+f \to +\infty as x1x \to 1^-.
  • 1<x<21 < x < 2: +/+  =++/+\; = +. f+f \to +\infty as x1+x \to 1^+… that would mean ff goes to ++\infty from both sides of x=1x=1, which requires the numerator to be positive near x=1x=1. N(1)=1(1)(1a)N(1) = 1 \cdot (-1) \cdot (1-a). Since a<1a < -1, 1a>01 - a > 0, so N(1)=(1a)<0N(1) = -(1-a) < 0. So near x=1x = 1, N<0N < 0 and DD changes sign. x1x \to 1^-: D<0D < 0, f=N/D=()/()=+f = N/D = (-)/(-) = +, so f+f \to +\infty. x1+x \to 1^+: D>0D > 0, f=()/(+)=f = (-)/(+) = -, so ff \to -\infty.

Corrected sign of ff:

  • x<ax < a: -.
  • a<x<1a < x < -1: ++. f+f \to +\infty as x1x \to -1^-.
  • 1<x<0-1 < x < 0: -. ff \to -\infty as x1+x \to -1^+.
  • 0<x<10 < x < 1: ++. f+f \to +\infty as x1x \to 1^-.
  • 1<x<21 < x < 2: -. ff \to -\infty as x1+x \to 1^+.
  • x>2x > 2: ++.

The curve has three branches between the asymptotes: (a,1)(a, -1), (1,1)(-1, 1), and (1,)(1, \infty). The branch in (1,1)(-1, 1) passes through the origin and goes from -\infty to ++\infty. The branch in (1,2)(1, 2) goes from -\infty, crosses zero at x=2x = 2, and approaches the asymptote y=x(a+2)y = x - (a+2) from below for large xx.

(ii) 1<a<1/2-1 < a < -1/2:

Roots in order: 1<a<0<1<2-1 < a < 0 < 1 < 2. (Since a<0a < 0.)

Sign of N(x)=x(x2)(xa)N(x) = x(x-2)(x-a):

  • x<ax < a: - (three negative factors: x<0x < 0, x2<0x - 2 < 0, xa<0x - a < 0; product === -\cdot -\cdot - = -).
  • a<x<0a < x < 0: ++ (x<0x < 0, x2<0x - 2 < 0, xa>0x - a > 0; product =+= +).
  • 0<x<20 < x < 2: - (x>0x > 0, x2<0x - 2 < 0, xa>0x - a > 0; product == -).
  • x>2x > 2: ++.

Sign of D(x)D(x): same as before.

Sign of ff:

  • x<1x < -1: /+  =-/+\; = -.
  • 1<x<a-1 < x < a: /  =+-/ -\; = +. f+f \to +\infty as x1+x \to -1^+.
  • a<x<0a < x < 0: +/  =+/ -\; = -. ff crosses zero at x=ax = a (going from ++ to -).
  • 0<x<10 < x < 1: /  =+-/ -\; = +. ff crosses zero at x=0x = 0.
  • 1<x<21 < x < 2: /+  =-/+\; = -. ff \to -\infty as x1+x \to 1^+.
  • x>2x > 2: +/+  =++/+\; = +. ff crosses zero at x=2x = 2.

The branch in (1,1)(-1, 1) now has two sign changes: it comes from ++\infty at x=1+x = -1^+, crosses zero at x=ax = a (going negative), crosses zero again at x=0x = 0 (going positive), and heads to ++\infty as x1x \to 1^-. This creates a “dip” below the axis between x=ax = a and x=0x = 0.


Topic: 线性代数与向量 Linear Algebra and Vectors  |  Difficulty: Hard  |  Marks: 20

5 Given two non-zero vectors a=(a1a2)\mathbf{a} = \begin{pmatrix} a_1 \\ a_2 \end{pmatrix} and b=(b1b2)\mathbf{b} = \begin{pmatrix} b_1 \\ b_2 \end{pmatrix} we define Δ(a,b)\Delta(\mathbf{a}, \mathbf{b}) by Δ(a,b)=a1b2a2b1\Delta(\mathbf{a}, \mathbf{b}) = a_1b_2 - a_2b_1.

Let AA, BB and CC be points with position vectors a\mathbf{a}, b\mathbf{b} and c\mathbf{c}, respectively, no two of which are parallel. Let PP, QQ and RR be points with position vectors p\mathbf{p}, q\mathbf{q} and r\mathbf{r}, respectively, none of which are parallel.

(i) Show that there exists a 2×22 \times 2 matrix M\mathbf{M} such that PP and QQ are the images of AA and BB under the transformation represented by M\mathbf{M}.

(ii) Show that Δ(a,b)c+Δ(c,a)b+Δ(b,c)a=0\Delta(\mathbf{a}, \mathbf{b}) \mathbf{c} + \Delta(\mathbf{c}, \mathbf{a}) \mathbf{b} + \Delta(\mathbf{b}, \mathbf{c}) \mathbf{a} = \mathbf{0}. Hence, or otherwise, prove that a necessary and sufficient condition for the points PP, QQ, and RR to be the images of points AA, BB and CC under the transformation represented by some 2×22 \times 2 matrix M\mathbf{M} is that

Δ(a,b):Δ(b,c):Δ(c,a)=Δ(p,q):Δ(q,r):Δ(r,p).\Delta(\mathbf{a}, \mathbf{b}) : \Delta(\mathbf{b}, \mathbf{c}) : \Delta(\mathbf{c}, \mathbf{a}) = \Delta(\mathbf{p}, \mathbf{q}) : \Delta(\mathbf{q}, \mathbf{r}) : \Delta(\mathbf{r}, \mathbf{p}) .

Model Solution

Part (i)

Since a\mathbf{a} and b\mathbf{b} are non-parallel, they are linearly independent and form a basis for R2\mathbb{R}^2. The matrix [a  b][\mathbf{a} \; \mathbf{b}] (with a\mathbf{a} and b\mathbf{b} as columns) is therefore invertible, with

det[a  b]=a1b2a2b1=Δ(a,b)0.\det[\mathbf{a} \; \mathbf{b}] = a_1 b_2 - a_2 b_1 = \Delta(\mathbf{a}, \mathbf{b}) \neq 0.

We seek M\mathbf{M} with Ma=p\mathbf{M}\mathbf{a} = \mathbf{p} and Mb=q\mathbf{M}\mathbf{b} = \mathbf{q}, i.e.

M[a  b]=[p  q].\mathbf{M}[\mathbf{a} \; \mathbf{b}] = [\mathbf{p} \; \mathbf{q}].

Since [a  b][\mathbf{a} \; \mathbf{b}] is invertible, the unique solution is

M=[p  q][a  b]1=1Δ(a,b)(p1q1p2q2)(b2b1a2a1).\mathbf{M} = [\mathbf{p} \; \mathbf{q}][\mathbf{a} \; \mathbf{b}]^{-1} = \frac{1}{\Delta(\mathbf{a}, \mathbf{b})} \begin{pmatrix} p_1 & q_1 \\ p_2 & q_2 \end{pmatrix} \begin{pmatrix} b_2 & -b_1 \\ -a_2 & a_1 \end{pmatrix}.

Hence such a matrix M\mathbf{M} exists. \qquad \blacksquare

Part (ii)

Step 1: Verify the identity.

We check the first component of Δ(a,b)c+Δ(c,a)b+Δ(b,c)a\Delta(\mathbf{a}, \mathbf{b})\mathbf{c} + \Delta(\mathbf{c}, \mathbf{a})\mathbf{b} + \Delta(\mathbf{b}, \mathbf{c})\mathbf{a}:

(a1b2a2b1)c1+(c1a2c2a1)b1+(b1c2b2c1)a1(a_1 b_2 - a_2 b_1)c_1 + (c_1 a_2 - c_2 a_1)b_1 + (b_1 c_2 - b_2 c_1)a_1

=a1b2c1a2b1c1+c1a2b1c2a1b1+b1c2a1b2c1a1=0.= a_1 b_2 c_1 - a_2 b_1 c_1 + c_1 a_2 b_1 - c_2 a_1 b_1 + b_1 c_2 a_1 - b_2 c_1 a_1 = 0.

The second component follows identically (by the symmetry of the cyclic structure). Hence

Δ(a,b)c+Δ(c,a)b+Δ(b,c)a=0.\Delta(\mathbf{a}, \mathbf{b})\mathbf{c} + \Delta(\mathbf{c}, \mathbf{a})\mathbf{b} + \Delta(\mathbf{b}, \mathbf{c})\mathbf{a} = \mathbf{0}. \qquad \blacksquare

Step 2: Express c\mathbf{c} in terms of a\mathbf{a} and b\mathbf{b}.

Rearranging the identity:

Δ(a,b)c=Δ(c,a)bΔ(b,c)a=Δ(a,c)b+Δ(c,b)a.\Delta(\mathbf{a}, \mathbf{b})\mathbf{c} = -\Delta(\mathbf{c}, \mathbf{a})\mathbf{b} - \Delta(\mathbf{b}, \mathbf{c})\mathbf{a} = \Delta(\mathbf{a}, \mathbf{c})\mathbf{b} + \Delta(\mathbf{c}, \mathbf{b})\mathbf{a}.

Since Δ(a,b)0\Delta(\mathbf{a}, \mathbf{b}) \neq 0:

c=Δ(c,b)Δ(a,b)a+Δ(a,c)Δ(a,b)b.()\mathbf{c} = \frac{\Delta(\mathbf{c}, \mathbf{b})}{\Delta(\mathbf{a}, \mathbf{b})}\mathbf{a} + \frac{\Delta(\mathbf{a}, \mathbf{c})}{\Delta(\mathbf{a}, \mathbf{b})}\mathbf{b}. \qquad (\star)

Step 3: Necessity (\Longrightarrow).

Suppose M\mathbf{M} exists with Ma=p\mathbf{M}\mathbf{a} = \mathbf{p}, Mb=q\mathbf{M}\mathbf{b} = \mathbf{q}, Mc=r\mathbf{M}\mathbf{c} = \mathbf{r}. For any vectors u,v\mathbf{u}, \mathbf{v}:

Δ(Mu,Mv)=(Mu)1(Mv)2(Mu)2(Mv)1=det(M)(u1v2u2v1)=det(M)Δ(u,v).\Delta(\mathbf{M}\mathbf{u}, \mathbf{M}\mathbf{v}) = (\mathbf{M}\mathbf{u})_1(\mathbf{M}\mathbf{v})_2 - (\mathbf{M}\mathbf{u})_2(\mathbf{M}\mathbf{v})_1 = \det(\mathbf{M})(u_1 v_2 - u_2 v_1) = \det(\mathbf{M})\Delta(\mathbf{u}, \mathbf{v}).

Applying this:

Δ(p,q)=det(M)Δ(a,b),Δ(q,r)=det(M)Δ(b,c),Δ(r,p)=det(M)Δ(c,a).\Delta(\mathbf{p}, \mathbf{q}) = \det(\mathbf{M})\Delta(\mathbf{a}, \mathbf{b}), \quad \Delta(\mathbf{q}, \mathbf{r}) = \det(\mathbf{M})\Delta(\mathbf{b}, \mathbf{c}), \quad \Delta(\mathbf{r}, \mathbf{p}) = \det(\mathbf{M})\Delta(\mathbf{c}, \mathbf{a}).

Dividing through by det(M)\det(\mathbf{M}) (which is nonzero since a,b\mathbf{a}, \mathbf{b} are independent and p,q\mathbf{p}, \mathbf{q} are independent):

Δ(a,b):Δ(b,c):Δ(c,a)=Δ(p,q):Δ(q,r):Δ(r,p).\Delta(\mathbf{a}, \mathbf{b}) : \Delta(\mathbf{b}, \mathbf{c}) : \Delta(\mathbf{c}, \mathbf{a}) = \Delta(\mathbf{p}, \mathbf{q}) : \Delta(\mathbf{q}, \mathbf{r}) : \Delta(\mathbf{r}, \mathbf{p}).

Step 4: Sufficiency (\Longleftarrow).

Suppose the ratio condition holds. By Part (i), there exists M\mathbf{M} with Ma=p\mathbf{M}\mathbf{a} = \mathbf{p} and Mb=q\mathbf{M}\mathbf{b} = \mathbf{q}. We must show Mc=r\mathbf{M}\mathbf{c} = \mathbf{r}.

The ratio condition means there exists k0k \neq 0 such that

Δ(p,q)=kΔ(a,b),Δ(q,r)=kΔ(b,c),Δ(r,p)=kΔ(c,a).\Delta(\mathbf{p}, \mathbf{q}) = k\Delta(\mathbf{a}, \mathbf{b}), \quad \Delta(\mathbf{q}, \mathbf{r}) = k\Delta(\mathbf{b}, \mathbf{c}), \quad \Delta(\mathbf{r}, \mathbf{p}) = k\Delta(\mathbf{c}, \mathbf{a}).

From ()(\star) and linearity of M\mathbf{M}:

Δ(a,b)Mc=Δ(c,b)p+Δ(a,c)q.()\Delta(\mathbf{a}, \mathbf{b}) \cdot \mathbf{M}\mathbf{c} = \Delta(\mathbf{c}, \mathbf{b})\mathbf{p} + \Delta(\mathbf{a}, \mathbf{c})\mathbf{q}. \qquad (\star\star)

Now apply the cyclic identity to p,q,r\mathbf{p}, \mathbf{q}, \mathbf{r}:

Δ(p,q)r+Δ(r,p)q+Δ(q,r)p=0.\Delta(\mathbf{p}, \mathbf{q})\mathbf{r} + \Delta(\mathbf{r}, \mathbf{p})\mathbf{q} + \Delta(\mathbf{q}, \mathbf{r})\mathbf{p} = \mathbf{0}.

Substituting the ratio conditions:

kΔ(a,b)r+kΔ(c,a)q+kΔ(b,c)p=0.k\Delta(\mathbf{a}, \mathbf{b})\mathbf{r} + k\Delta(\mathbf{c}, \mathbf{a})\mathbf{q} + k\Delta(\mathbf{b}, \mathbf{c})\mathbf{p} = \mathbf{0}.

Dividing by kk:

Δ(a,b)r=Δ(b,c)pΔ(c,a)q=Δ(c,b)p+Δ(a,c)q.()\Delta(\mathbf{a}, \mathbf{b})\mathbf{r} = -\Delta(\mathbf{b}, \mathbf{c})\mathbf{p} - \Delta(\mathbf{c}, \mathbf{a})\mathbf{q} = \Delta(\mathbf{c}, \mathbf{b})\mathbf{p} + \Delta(\mathbf{a}, \mathbf{c})\mathbf{q}. \qquad (\star\star\star)

Comparing ()(\star\star) and ()(\star\star\star), we see Δ(a,b)Mc=Δ(a,b)r\Delta(\mathbf{a}, \mathbf{b}) \cdot \mathbf{M}\mathbf{c} = \Delta(\mathbf{a}, \mathbf{b})\mathbf{r}, and since Δ(a,b)0\Delta(\mathbf{a}, \mathbf{b}) \neq 0:

Mc=r.\mathbf{M}\mathbf{c} = \mathbf{r}.

Therefore M\mathbf{M} maps APA \mapsto P, BQB \mapsto Q, CRC \mapsto R, and the ratio condition is both necessary and sufficient. \qquad \blacksquare


Topic: 代数 Algebra  |  Difficulty: Challenging  |  Marks: 20

6 Given that

x4+px2+qx+r=(x2ax+b)(x2+ax+c),x^4 + px^2 + qx + r = (x^2 - ax + b)(x^2 + ax + c),

express pp, qq and rr in terms of aa, bb and cc.

Show also that a2a^2 is a root of the cubic equation

u3+2pu2+(p24r)uq2=0.u^3 + 2pu^2 + (p^2 - 4r)u - q^2 = 0.

Explain why this equation always has a non-negative root, and verify that u=9u = 9 is a root in the case p=1,q=6,r=15p = -1, q = -6, r = 15.

Hence, or otherwise, express

y48y3+23y234y+39y^4 - 8y^3 + 23y^2 - 34y + 39

as a product of two quadratic factors.

Model Solution

Part (i): Express pp, qq, rr in terms of aa, bb, cc

Expand (x2ax+b)(x2+ax+c)(x^2 - ax + b)(x^2 + ax + c):

=x4+ax3+cx2ax3a2x2acx+bx2+abx+bc= x^4 + ax^3 + cx^2 - ax^3 - a^2x^2 - acx + bx^2 + abx + bc

=x4+(b+ca2)x2+a(bc)x+bc.= x^4 + (b + c - a^2)x^2 + a(b - c)x + bc.

Matching coefficients with x4+px2+qx+rx^4 + px^2 + qx + r:

p=b+ca2,q=a(bc),r=bc.(i)p = b + c - a^2, \qquad q = a(b - c), \qquad r = bc. \qquad \text{(i)}

Part (ii): Show a2a^2 is a root of u3+2pu2+(p24r)uq2=0u^3 + 2pu^2 + (p^2 - 4r)u - q^2 = 0

From (i): b+c=p+a2b + c = p + a^2 and bc=q/ab - c = q/a (for a0a \neq 0).

Therefore b=p+a2+q/a2b = \frac{p + a^2 + q/a}{2} and c=p+a2q/a2c = \frac{p + a^2 - q/a}{2}.

From r=bcr = bc:

r=(p+a2)2(q/a)24=(p+a2)2q2/a24.r = \frac{(p + a^2)^2 - (q/a)^2}{4} = \frac{(p + a^2)^2 - q^2/a^2}{4}.

So 4r=(p+a2)2q2/a24r = (p + a^2)^2 - q^2/a^2, giving:

(p+a2)24r=q2a2.(p + a^2)^2 - 4r = \frac{q^2}{a^2}.

Multiply both sides by a2a^2:

a2(p+a2)24ra2=q2.a^2(p + a^2)^2 - 4ra^2 = q^2.

Expand: a2(p2+2pa2+a4)4ra2=q2a^2(p^2 + 2pa^2 + a^4) - 4ra^2 = q^2, so:

a6+2pa4+p2a24ra2q2=0.a^6 + 2pa^4 + p^2 a^2 - 4ra^2 - q^2 = 0.

Setting u=a2u = a^2:

u3+2pu2+(p24r)uq2=0.u^3 + 2pu^2 + (p^2 - 4r)u - q^2 = 0. \qquad \blacksquare

Part (iii): Non-negative root

The product of the roots of u3+2pu2+(p24r)uq2=0u^3 + 2pu^2 + (p^2 - 4r)u - q^2 = 0 equals q2q^2 (by Vieta’s, the product is (q2)/1=q20-(-q^2)/1 = q^2 \geq 0).

If all three roots were negative, their product would be negative, contradicting q20q^2 \geq 0. Therefore at least one root is non-negative. (When q=0q = 0, u=0u = 0 is a root.) \qquad \blacksquare

Part (iv): Verify u=9u = 9 for p=1p = -1, q=6q = -6, r=15r = 15

93+2(1)(81)+(160)(9)36=72916253136=0.9^3 + 2(-1)(81) + (1 - 60)(9) - 36 = 729 - 162 - 531 - 36 = 0. \qquad \checkmark

Part (v): Factor y48y3+23y234y+39y^4 - 8y^3 + 23y^2 - 34y + 39

First, eliminate the cubic term with y=x+2y = x + 2 (since 8/4=2-8/4 = -2):

(x+2)48(x+2)3+23(x+2)234(x+2)+39.(x+2)^4 - 8(x+2)^3 + 23(x+2)^2 - 34(x+2) + 39.

Expanding: (x+2)4=x4+8x3+24x2+32x+16(x+2)^4 = x^4 + 8x^3 + 24x^2 + 32x + 16; 8(x+2)3=8x348x296x64-8(x+2)^3 = -8x^3 - 48x^2 - 96x - 64; 23(x+2)2=23x2+92x+9223(x+2)^2 = 23x^2 + 92x + 92; 34(x+2)=34x68-34(x+2) = -34x - 68; +39+39.

Collecting:

  • x4x^4: coefficient 11.
  • x3x^3: 88=08 - 8 = 0.
  • x2x^2: 2448+23=124 - 48 + 23 = -1.
  • xx: 3296+9234=632 - 96 + 92 - 34 = -6.
  • constant: 1664+9268+39=1516 - 64 + 92 - 68 + 39 = 15.

So the depressed quartic is x4x26x+15x^4 - x^2 - 6x + 15, with p=1p = -1, q=6q = -6, r=15r = 15.

The resolvent cubic is u32u259u36=0u^3 - 2u^2 - 59u - 36 = 0. From Part (iv), u=9u = 9 is a root.

So a2=9a^2 = 9, giving a=3a = 3. Then:

b+c=p+a2=1+9=8,cb=q/a=6/3=2.b + c = p + a^2 = -1 + 9 = 8, \qquad c - b = q/a = -6/3 = -2.

So c=3c = 3, b=5b = 5. Verify: bc=15=rbc = 15 = r. \checkmark

The depressed quartic factors as:

(x23x+5)(x2+3x+3).(x^2 - 3x + 5)(x^2 + 3x + 3).

Verify: (x23x+5)(x2+3x+3)=x4+3x3+3x23x39x29x+5x2+15x+15=x4x2+6x+15(x^2 - 3x + 5)(x^2 + 3x + 3) = x^4 + 3x^3 + 3x^2 - 3x^3 - 9x^2 - 9x + 5x^2 + 15x + 15 = x^4 - x^2 + 6x + 15.

Hmm, the xx coefficient is +6+6, not 6-6. Let me recheck.

a(bc)=qa(b - c) = q means 3(53)=663(5 - 3) = 6 \neq -6. The issue is the sign: q=a(bc)q = a(b - c), so bc=q/a=6/3=2b - c = q/a = -6/3 = -2, giving bc=2b - c = -2, so b=3b = 3, c=5c = 5.

With b=3b = 3, c=5c = 5: bc=15bc = 15 \checkmark, b+c=8b + c = 8 \checkmark, a(bc)=3(2)=6a(b-c) = 3(-2) = -6 \checkmark.

So the factorization is:

(x23x+3)(x2+3x+5).(x^2 - 3x + 3)(x^2 + 3x + 5).

Verify: (x23x+3)(x2+3x+5)=x4+3x3+5x23x39x215x+3x2+9x+15=x4x26x+15(x^2 - 3x + 3)(x^2 + 3x + 5) = x^4 + 3x^3 + 5x^2 - 3x^3 - 9x^2 - 15x + 3x^2 + 9x + 15 = x^4 - x^2 - 6x + 15. \checkmark

Substituting back x=y2x = y - 2:

(y2)23(y2)+3=y24y+43y+6+3=y27y+13.(y - 2)^2 - 3(y - 2) + 3 = y^2 - 4y + 4 - 3y + 6 + 3 = y^2 - 7y + 13.

(y2)2+3(y2)+5=y24y+4+3y6+5=y2y+3.(y - 2)^2 + 3(y - 2) + 5 = y^2 - 4y + 4 + 3y - 6 + 5 = y^2 - y + 3.

Therefore:

y48y3+23y234y+39=(y27y+13)(y2y+3).y^4 - 8y^3 + 23y^2 - 34y + 39 = (y^2 - 7y + 13)(y^2 - y + 3). \qquad \blacksquare


Topic: 级数与不等式 Sequences, Series and Inequalities  |  Difficulty: Challenging  |  Marks: 20

7 Given that e=1+11!+12!+13!++1r!+,e = 1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \cdots + \frac{1}{r!} + \cdots , use the binomial theorem to show that (1+1n)n<e\left( 1 + \frac{1}{n} \right)^n < e for any positive integer nn.

The product P(n)P(n) is defined, for any positive integer nn, by P(n)=3254982n+12n.P(n) = \frac{3}{2} \cdot \frac{5}{4} \cdot \frac{9}{8} \cdot \ldots \cdot \frac{2^n + 1}{2^n} . Use the arithmetic-geometric mean inequality, a1+a2++ann(a1a2an)1n,\frac{a_1 + a_2 + \cdots + a_n}{n} \geqslant (a_1 \cdot a_2 \cdot \ldots \cdot a_n)^{\frac{1}{n}} , to show that P(n)<eP(n) < e for all nn.

Explain briefly why P(n)P(n) tends to a limit as nn \to \infty. Show that this limit, LL, satisfies 2<Le2 < L \leqslant e.

Model Solution

Part 1: Show that (1+1n)n<e\left(1 + \frac{1}{n}\right)^n < e

By the binomial theorem,

(1+1n)n=k=0n(nk)1nk.\left(1 + \frac{1}{n}\right)^n = \sum_{k=0}^{n} \binom{n}{k} \frac{1}{n^k}.

For k1k \geqslant 1, the kk-th term is

(nk)1nk=n!k!(nk)!1nk=1k!n(n1)(n2)(nk+1)nk.\binom{n}{k} \frac{1}{n^k} = \frac{n!}{k!(n-k)!} \cdot \frac{1}{n^k} = \frac{1}{k!} \cdot \frac{n(n-1)(n-2) \cdots (n-k+1)}{n^k}.

The fraction on the right is a product of kk factors:

nnn1nn2nnk+1n=1(11n)(12n)(1k1n).\frac{n}{n} \cdot \frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \frac{n-k+1}{n} = 1 \cdot \left(1 - \frac{1}{n}\right)\left(1 - \frac{2}{n}\right) \cdots \left(1 - \frac{k-1}{n}\right).

For k2k \geqslant 2, at least one factor satisfies 1jn<11 - \frac{j}{n} < 1 (with j1j \geqslant 1), and for k=1k = 1 the product is just 11. Thus for each k=1,2,,nk = 1, 2, \ldots, n:

(nk)1nk1k!,\binom{n}{k} \frac{1}{n^k} \leqslant \frac{1}{k!},

with strict inequality for k2k \geqslant 2. Therefore

(1+1n)n=1+k=1n(nk)1nk<1+k=1n1k!<1+11!+12!+13!+=e.\left(1 + \frac{1}{n}\right)^n = 1 + \sum_{k=1}^{n} \binom{n}{k} \frac{1}{n^k} < 1 + \sum_{k=1}^{n} \frac{1}{k!} < 1 + \frac{1}{1!} + \frac{1}{2!} + \frac{1}{3!} + \cdots = e.

Part 2: Show that P(n)<eP(n) < e using AM-GM

Write P(n)=k=1nakP(n) = \prod_{k=1}^{n} a_k where ak=2k+12k=1+12ka_k = \frac{2^k + 1}{2^k} = 1 + \frac{1}{2^k}.

Since not all aka_k are equal (for instance a1=3254=a2a_1 = \frac{3}{2} \neq \frac{5}{4} = a_2), the AM-GM inequality is strict:

P(n)1/n=(k=1nak)1/n<1nk=1nak=1nk=1n(1+12k)=1+1nk=1n12k.P(n)^{1/n} = \left(\prod_{k=1}^{n} a_k\right)^{1/n} < \frac{1}{n} \sum_{k=1}^{n} a_k = \frac{1}{n} \sum_{k=1}^{n} \left(1 + \frac{1}{2^k}\right) = 1 + \frac{1}{n} \sum_{k=1}^{n} \frac{1}{2^k}.

The geometric series gives

k=1n12k=121(1/2)n11/2=112n.\sum_{k=1}^{n} \frac{1}{2^k} = \frac{1}{2} \cdot \frac{1 - (1/2)^n}{1 - 1/2} = 1 - \frac{1}{2^n}.

Hence

P(n)1/n<1+12nn.P(n)^{1/n} < 1 + \frac{1 - 2^{-n}}{n}.

Raising both sides to the power nn (valid since both sides are positive):

P(n)<(1+12nn)n.P(n) < \left(1 + \frac{1 - 2^{-n}}{n}\right)^n.

Since 12n<11 - 2^{-n} < 1, we have 12nn<1n\frac{1 - 2^{-n}}{n} < \frac{1}{n}, so

(1+12nn)n<(1+1n)n<e,\left(1 + \frac{1 - 2^{-n}}{n}\right)^n < \left(1 + \frac{1}{n}\right)^n < e,

where the last step uses Part 1. Therefore P(n)<eP(n) < e for all nn.

Part 3: Convergence and bounds for LL

P(n)P(n) is strictly increasing because each factor ak=1+12k>1a_k = 1 + \frac{1}{2^k} > 1, so P(n+1)=P(n)an+1>P(n)P(n+1) = P(n) \cdot a_{n+1} > P(n).

P(n)P(n) is bounded above by ee (Part 2). A bounded monotone increasing sequence converges, so P(n)LP(n) \to L for some limit LL.

Since P(n)P(n) is increasing and P(2)=3254=158>2P(2) = \frac{3}{2} \cdot \frac{5}{4} = \frac{15}{8} > 2, we have P(n)>2P(n) > 2 for all n2n \geqslant 2, giving L2L \geqslant 2. In fact L>2L > 2: if L=2L = 2 then P(n)2P(n) \leqslant 2 for all nn, but P(2)=158>2P(2) = \frac{15}{8} > 2, a contradiction.

Since P(n)<eP(n) < e for all nn, we have LeL \leqslant e.

Therefore 2<Le2 < L \leqslant e.


Topic: 递推关系与数学归纳法 Sequences and Mathematical Induction  |  Difficulty: Challenging  |  Marks: 20

8 The sequence ana_n is defined by a0=1a_0 = 1, a1=1a_1 = 1, and an=1+an12an2(n2).a_n = \frac{1 + a_{n-1}^2}{a_{n-2}} \quad (n \geqslant 2). Prove by induction that an=3an1an2(n2).a_n = 3a_{n-1} - a_{n-2} \quad (n \geqslant 2). Hence show that an=α2n1+α(2n1)5(n1),a_n = \frac{\alpha^{2n-1} + \alpha^{-(2n-1)}}{\sqrt{5}} \quad (n \geqslant 1), where α=1+52\alpha = \frac{1 + \sqrt{5}}{2}.

Model Solution

Part 1: Prove by induction that an=3an1an2a_n = 3a_{n-1} - a_{n-2} for n2n \geqslant 2

We first establish a helper identity.

Lemma. anan2an12=1a_n a_{n-2} - a_{n-1}^2 = 1 for all n2n \geqslant 2.

Proof. From the definition, anan2=1+an12a_n a_{n-2} = 1 + a_{n-1}^2, so anan2an12=1a_n a_{n-2} - a_{n-1}^2 = 1. \square

We also record the key algebraic identity we need:

an23anan1+an12+1=0for all n1.()a_n^2 - 3a_n a_{n-1} + a_{n-1}^2 + 1 = 0 \quad \text{for all } n \geqslant 1. \qquad (\dagger)

We prove ()(\dagger) by induction.

Base case (n=1n = 1). a123a1a0+a02+1=13+1+1=0a_1^2 - 3a_1 a_0 + a_0^2 + 1 = 1 - 3 + 1 + 1 = 0. \checkmark

Inductive step. Suppose ()(\dagger) holds for some n1n \geqslant 1. From the lemma, an+1=1+an2an1a_{n+1} = \frac{1 + a_n^2}{a_{n-1}}, so

an+123an+1an+an2+1=(1+an2)2an123an(1+an2)an1+an2+1.a_{n+1}^2 - 3a_{n+1}a_n + a_n^2 + 1 = \frac{(1+a_n^2)^2}{a_{n-1}^2} - \frac{3a_n(1+a_n^2)}{a_{n-1}} + a_n^2 + 1.

Put everything over an12a_{n-1}^2:

=(1+an2)23anan1(1+an2)+(an2+1)an12an12.= \frac{(1+a_n^2)^2 - 3a_n a_{n-1}(1+a_n^2) + (a_n^2+1)a_{n-1}^2}{a_{n-1}^2}.

Factor out (1+an2)(1 + a_n^2) from the numerator:

=(1+an2)[(1+an2)3anan1+an12]an12.= \frac{(1+a_n^2)\bigl[(1+a_n^2) - 3a_n a_{n-1} + a_{n-1}^2\bigr]}{a_{n-1}^2}.

By the inductive hypothesis, (1+an2)3anan1+an12=an23anan1+an12+1=0(1+a_n^2) - 3a_n a_{n-1} + a_{n-1}^2 = a_n^2 - 3a_n a_{n-1} + a_{n-1}^2 + 1 = 0. Hence ()(\dagger) holds for n+1n+1.

By induction, ()(\dagger) holds for all n1n \geqslant 1. \square

Now we prove the main claim an=3an1an2a_n = 3a_{n-1} - a_{n-2} by induction.

Base cases. Direct computation from the definition an=1+an12an2a_n = \frac{1 + a_{n-1}^2}{a_{n-2}}:

a2=1+11=2,a3=1+41=5,a4=1+252=13.a_2 = \frac{1 + 1}{1} = 2, \quad a_3 = \frac{1 + 4}{1} = 5, \quad a_4 = \frac{1 + 25}{2} = 13.

Check: a2=3(1)1=2a_2 = 3(1) - 1 = 2 and a3=3(2)1=5a_3 = 3(2) - 1 = 5. \checkmark

Inductive step. Suppose ak=3ak1ak2a_k = 3a_{k-1} - a_{k-2} for all 2kn2 \leqslant k \leqslant n. We show an+1=3anan1a_{n+1} = 3a_n - a_{n-1}.

From the definition, an+1=1+an2an1a_{n+1} = \frac{1 + a_n^2}{a_{n-1}}. By ()(\dagger):

1+an2=3anan1an12=an1(3anan1).1 + a_n^2 = 3a_n a_{n-1} - a_{n-1}^2 = a_{n-1}(3a_n - a_{n-1}).

Therefore

an+1=an1(3anan1)an1=3anan1.a_{n+1} = \frac{a_{n-1}(3a_n - a_{n-1})}{a_{n-1}} = 3a_n - a_{n-1}.

By induction, an=3an1an2a_n = 3a_{n-1} - a_{n-2} for all n2n \geqslant 2. \qquad \blacksquare

Part 2: Show that an=α2n1+α(2n1)5a_n = \frac{\alpha^{2n-1} + \alpha^{-(2n-1)}}{\sqrt{5}} for n1n \geqslant 1

The recurrence an=3an1an2a_n = 3a_{n-1} - a_{n-2} has characteristic equation t23t+1=0t^2 - 3t + 1 = 0, with roots

t=3±52.t = \frac{3 \pm \sqrt{5}}{2}.

Since α=1+52\alpha = \frac{1+\sqrt{5}}{2} satisfies α2=α+1=3+52\alpha^2 = \alpha + 1 = \frac{3+\sqrt{5}}{2} and α2=2α=352\alpha^{-2} = 2 - \alpha = \frac{3-\sqrt{5}}{2}, the two roots are α2\alpha^2 and α2\alpha^{-2}.

The general solution is

an=Aα2n+Bα2n.a_n = A\alpha^{2n} + B\alpha^{-2n}.

Using the initial conditions a0=1a_0 = 1 and a1=1a_1 = 1:

A+B=1,Aα2+Bα2=1.A + B = 1, \qquad A\alpha^2 + B\alpha^{-2} = 1.

From the first equation, B=1AB = 1 - A. Substituting into the second:

Aα2+(1A)α2=1A\alpha^2 + (1-A)\alpha^{-2} = 1 A(α2α2)=1α2.A(\alpha^2 - \alpha^{-2}) = 1 - \alpha^{-2}.

Now α2α2=3+52352=5\alpha^2 - \alpha^{-2} = \frac{3+\sqrt{5}}{2} - \frac{3-\sqrt{5}}{2} = \sqrt{5} and 1α2=1352=5121 - \alpha^{-2} = 1 - \frac{3-\sqrt{5}}{2} = \frac{\sqrt{5}-1}{2}, so

A=5125.A = \frac{\sqrt{5}-1}{2\sqrt{5}}.

Since α=1+52\alpha = \frac{1+\sqrt{5}}{2}, we have α1=512=α1\alpha - 1 = \frac{\sqrt{5}-1}{2} = \alpha^{-1}, giving A=α15A = \frac{\alpha^{-1}}{\sqrt{5}}.

Then B=1α15=5α15B = 1 - \frac{\alpha^{-1}}{\sqrt{5}} = \frac{\sqrt{5} - \alpha^{-1}}{\sqrt{5}}. Since 5=α+α1\sqrt{5} = \alpha + \alpha^{-1} (as α+α1=1+52+512=5\alpha + \alpha^{-1} = \frac{1+\sqrt{5}}{2} + \frac{\sqrt{5}-1}{2} = \sqrt{5}), we get B=α5B = \frac{\alpha}{\sqrt{5}}.

Therefore

an=α1α2n+αα2n5=α2n1+α(2n1)5(n1).a_n = \frac{\alpha^{-1} \cdot \alpha^{2n} + \alpha \cdot \alpha^{-2n}}{\sqrt{5}} = \frac{\alpha^{2n-1} + \alpha^{-(2n-1)}}{\sqrt{5}} \quad (n \geqslant 1). \qquad \blacksquare