1 (i) Let
In=∫0∞(1+u2)n1du,
where n is a positive integer. Show that
In−In+1=2n1In
and deduce that
In+1=22n+1(n!)2(2n)!π.
(ii) Let
J=∫0∞f((x−x−1)2)dx,
where f is any function for which the integral exists. Show that
J=∫0∞x−2f((x−x−1)2)dx=21∫0∞(1+x−2)f((x−x−1)2)dx=∫0∞f(u2)du.
(iii) Hence evaluate
∫0∞(x4−x2+1)nx2n−2dx,
where n is a positive integer.
Hint
The first result can be obtained by simplifying the LHS and then writing it as ∫0∞u(1+u2)n+1udu and integrating this by parts. To obtain the evaluation of In+1, the first result can be re-arranged to make In+1 the subject, and then iterating the result to express it in terms of I1 which is a standard integral. The expression can be tidied by multiplying numerator and denominator by (2n)(2n−2)…(2). The first result for (ii) is obtained by means of the substitution u=x−1, the second by adding the two versions of J, and the third by the substitution u=x−x−1, being careful with limits of integration and employing symmetry. Part (iii) is solved by expressing the integrand as ((x−x−1)2+1)nx−2 and then employing first part (ii) then part (i) to obtain In, which is 22n−1((n−1)!)2(2n−2)!π.
Using the formula from part (i) (replacing n+1 by n, i.e., replacing n by n−1):
In=22n−1((n−1)!)2(2n−2)!π.
Examiner Notes
This was the most popular question, being attempted by 85% of candidates, it was however only moderately successful although a number achieved full marks. Quite often, candidates ignored the helpful approach suggested by the LHS of the first required result, though, of course, it was possible to start from the first defined integral and achieve the same result. Many needlessly lost marks through omitting fairly straightforward steps such as the final evaluation in the last part of the question and failing to substantiate the simplified form of the result of part (i). Some got very carried away with tan or sinh substitutions in part (i), usually unsuccessfully and leading to monstrous amounts of algebraic working. A few failed to change the limits of integration in part (ii).
2 If s1,s2,s3,… and t1,t2,t3,… are sequences of positive numbers, we write
(sn)⩽(tn)
to mean
“there exists a positive integer m such that sn⩽tn whenever n⩾m”.
Determine whether each of the following statements is true or false. In the case of a true statement, you should give a proof which includes an explicit determination of an appropriate m; in the case of a false statement, you should give a counterexample.
(i) (1000n)⩽(n2).
(ii) If it is not the case that (sn)⩽(tn), then it is the case that (tn)⩽(sn).
(iii) If (sn)⩽(tn) and (tn)⩽(un), then (sn)⩽(un).
(iv) (n2)⩽(2n).
Hint
Part (ii) is the only false statement, and a simple counter-example is sn=1 and tn=2 for n odd, and sn=2 and tn=1 for n even. Part (i) m=1000 is a suitable value, then 1000≤n and as n is positive, the inequality can be multiplied by it giving the required result. Part (iii) requires the use of the definition twice with values m1 and m2 say, and then using m=max(m1,m2). For part (iv), we can choose m=4, and an inductive argument such as
(k+1)2=(1+k1)2k2≤(1+41)2k2<2k2≤2×2k=2k+1 works.
Model Solution
Part (i) (TRUE)
We need 1000n≤n2 for all n≥m. Choose m=1000. For n≥1000, since n>0 we may divide both sides by n to get 1000≤n, which holds by our choice of m. Multiplying back by n>0 gives 1000n≤n2. ■
Part (ii) (FALSE)
The statement says: if it is not the case that (sn)≤(tn), then (tn)≤(sn).
Counterexample: Define sn=1 for all n, and tn=(−1)n+1 (so tn=2 for even n and tn=0 for odd n). Both are sequences of positive numbers… Actually, tn=0 for odd n is not positive. Let me adjust.
Set sn=1 and tn=2 when n is odd, and sn=2 and tn=1 when n is even. Both sequences consist of positive numbers.
We check: (sn)≤(tn) requires some m such that sn≤tn for all n≥m. But for any m, there exists an even n≥m where sn=2>1=tn. So (sn)≤(tn) fails.
Similarly, (tn)≤(sn) requires some m such that tn≤sn for all n≥m. But for any m, there exists an odd n≥m where tn=2>1=sn. So (tn)≤(sn) also fails.
Since neither relation holds, the statement is false. ■
Part (iii) (TRUE)
Suppose (sn)≤(tn) and (tn)≤(un). By definition, there exist positive integers m1 and m2 such that
sn≤tnfor all n≥m1,tn≤unfor all n≥m2.
Let m=max(m1,m2). For all n≥m, both inequalities hold, so sn≤tn≤un, giving sn≤un. Therefore (sn)≤(un) with this m. ■
Part (iv) (TRUE)
We prove by induction that n2≤2n for all n≥4 (taking m=4).
Base case: n=4. We have 16=16, so 42=24. The inequality holds.
Inductive step: Suppose k2≤2k for some k≥4. We need (k+1)2≤2k+1.
Write
(k+1)2=k2(1+k1)2.
Since k≥4, we have 1+k1≤1+41=45, so (1+k1)2≤1625<2.
Therefore (k+1)2<2k2. By the inductive hypothesis k2≤2k, so
(k+1)2<2⋅2k=2k+1.
By induction, n2≤2n for all n≥4. We can take m=4. ■
Examiner Notes
Nearly three quarters attempted this, though again with moderate success as the main feature of the question was proof, and this was frequently handled cavalierly. Whilst it was not a crucial aspect of the question, ignoring the fact that the question deals with sequences of positive numbers was careless. Answers to the first part suffered at times from lack of argument or backwards logic. Part (ii) was generally well answered, although there were some silly counter-examples. This part suffered from those who completely missed the point of what the question was all about, forgetting the initial definition. Whilst most appreciated that part (iv) was true, there were many different methods used to attempt to prove it, and often unsuccessfully. Whilst induction using algebra is fairly straightforward, differentiation with or without logarithms and graphical methods frequently came to grief.
3 In this question, r and θ are polar coordinates with r⩾0 and −π<θ⩽π, and a and b are positive constants.
Let L be a fixed line and let A be a fixed point not lying on L. Then the locus of points that are a fixed distance (call it d) from L measured along lines through A is called a conchoid of Nicomedes.
(i) Show that if
∣r−asecθ∣=b,(*)
where a>b, then secθ>0. Show that all points with coordinates satisfying (∗) lie on a certain conchoid of Nicomedes (you should identify L, d and A). Sketch the locus of these points.
(ii) In the case a<b, sketch the curve (including the loop for which secθ<0) given by
∣r−asecθ∣=b.
Find the area of the loop in the case a=1 and b=2.
[Note: ∫secθdθ=ln∣secθ+tanθ∣+C.]
Hint
The part (i) inequality for secθ can be obtained by making r the subject of the formula as r=asecθ±b and invoking a>b remembering that r<0 is not permitted.
Then the points lie on a conchoid of Nicomedes with A being the pole (origin), d being b, and L being the line r=asecθ ("x=a").
In part (ii), the extra feature is the loop as specified with end-points at the pole corresponding to secθ=a−b.
So in the given case, the area is given by 2×21∫32ππ(secθ+2)2dθ which is 34π+3−4ln∣2+3∣.
Model Solution
Part (i)
Showing secθ>0:
The equation ∣r−asecθ∣=b gives two cases:
r=asecθ+borr=asecθ−b
Since r≥0:
For r=asecθ−b: we need asecθ≥b, so secθ≥ab>0. Thus secθ>0 immediately.
For r=asecθ+b: we need asecθ≥−b, so secθ≥−ab. Suppose for contradiction that secθ<0. Then ∣secθ∣≥1 (since ∣cosθ∣≤1), giving secθ≤−1. But a>b>0 implies −ab>−1, so secθ≤−1<−ab, contradicting secθ≥−ab. Therefore secθ>0.
So in both cases, secθ>0. ■
Identifying the conchoid:
Since secθ>0, we have cosθ>0, and the polar equation becomes r=asecθ±b.
The line r=asecθ is equivalent to rcosθ=a, i.e., the vertical line x=a in Cartesian coordinates. For a ray from the origin (the pole) at angle θ, the point where this ray meets x=a is at distance asecθ from the origin. Points satisfying ∣r−asecθ∣=b are at distance b from this intersection point, measured along the ray.
This is the conchoid of Nicomedes with:
A = the pole (origin)
L = the line x=a
d=b
Sketch:
The curve has two branches, with x=a as a common vertical asymptote:
Outer branch (r=asecθ+b): lies to the right of x=a, since x=rcosθ=a+bcosθ>a. Passes through (a+b,0) at θ=0.
Inner branch (r=asecθ−b): lies to the left of x=a, since x=rcosθ=a−bcosθ<a (but x>a−b>0). Passes through (a−b,0) at θ=0.
Both branches extend to infinity as θ→±2π, approaching the asymptote x=a. Both are symmetric about the x-axis.
Part (ii)
When a<b, the equation ∣r−asecθ∣=b again gives r=asecθ+b or r=asecθ−b.
For r=asecθ−b≥0: secθ≥ab>1, so θ∈(−2π,−arccosba]∪[arccosba,2π). This branch starts at the origin (where r=0) and extends to infinity as ∣θ∣→2π.
For r=asecθ+b:
When secθ>0 (i.e., θ∈(−2π,2π)): r>0 always, giving a branch on the right similar to part (i).
When secθ<0: r≥0 requires secθ≥−ab. Since a<b, we have −ab<−1. With secθ<0 and secθ≥−ab, we get cosθ≤−ba (and cosθ<0). So
θ∈[π−arccosba,π]∪[−π,−π+arccosba].
This last piece forms a loop. At the endpoints θ=±(π−arccosba):
r=a(−ab)+b=0
so the loop passes through the origin. At θ=±π: r=−a+b=b−a>0, giving the Cartesian point (a−b,0) on the negative x-axis (since a<b).
Area of the loop for a=1, b=2:
Here arccosba=arccos21=3π, so the loop is traced by r=secθ+2 for θ∈[32π,π]∪[−π,−32π].
By symmetry of the integrand (since secθ is even, (secθ+2)2 is even):
At θ=32π: sec32π=−2, tan32π=−3, so ln∣−2+(−3)∣=ln(2+3).
Therefore the integral is 0−ln(2+3)=−ln(2+3).
Third integral:
∫2π/3πdθ=π−32π=3π
Combining:
A=3+4(−ln(2+3))+4⋅3π=34π+3−4ln(2+3)
■
Examiner Notes
Under 20% attempted this, making it the least popular Pure question on the paper, and it was the least successfully attempted of all questions on the paper. Candidates seemed to find it intimidating, and many gave up before part (ii). They often got confused when dealing with separate cases and did not seem to understand what was required to show secθ>0 in part (i). Those that did make a stab at (ii) usually omitted a factor of two and most failed to find the correct limit to use.
Part (i) is simply shown by considering the image of the function f(z)=z3+az2+bz+c as z→±∞ and then observing that the function is continuous and exhibits a sign-change. Part (ii) can be approached by writing z3+az2+bz+c=(z−z1)(z−z2)(z−z3) giving a=−S1, b=2S12−S2, which can be obtained by considering (z1+z2+z3)2 and the required result for 6c which can be neatly obtained by considering f(z1)+f(z2)+f(z3)=0.
Writing zk=rk(cosθk+isinθk) for k=1,2,3, employing de Moivre’s theorem, the three sums imply the reality of S1, S2, and S3, and hence a, b, and c which by virtue of the result of part (i) yields the reality of z1, z2, or z3 and hence the required result. The final result can be considered as two cases, the trivial one of all three roots being real, and the one where the other two are complex. The latter can be shown to give the required result by considering the real and imaginary parts of the roots of a real quadratic.
Model Solution
Part (i)
Let f(z)=z3+az2+bz+c. Since a,b,c∈R, f is a continuous real-valued function on R.
As z→+∞: the leading term z3 dominates, so f(z)→+∞.
As z→−∞: the leading term z3 dominates, so f(z)→−∞.
By the Intermediate Value Theorem, there exists at least one z0∈R such that f(z0)=0. Therefore the equation has at least one real root. ■
z1z2z3=−c✓ (from 6c=−S13+3S1S2−2S3=−6z1z2z3, verified by expanding S13 and S1S2)
Step 3: Apply part (i).
By part (i), this cubic with real coefficients has at least one real root, which must be one of z1,z2,z3. If zk is real and rk>0, then zk=rk(cosθk+isinθk)∈R requires sinθk=0. Since −π<θk<π, this gives θk=0.
Therefore θk=0 for at least one value of k. ■
Showing θ2=−θ3 when θ1=0:
If θ1=0, then z1=r1>0 is real. Factor the cubic:
z3+az2+bz+c=(z−z1)(z2+αz+β)
where α=a+z1 and β=b+z1(a+z1) are real (since a,b,z1 are all real). The remaining roots z2,z3 satisfy z2+αz+β=0, a quadratic with real coefficients.
Case 1: The discriminant α2−4β≥0. Then z2,z3 are both real, so θ2=θ3=0, giving θ2=−θ3=0.
Case 2: The discriminant α2−4β<0. Then z2,z3 are complex conjugates: z2=z3. Writing zk=rkeiθk:
r2eiθ2=r3e−iθ3
Taking moduli: r2=r3. Then eiθ2=e−iθ3, so θ2=−θ3+2nπ for some integer n. Since −π<θ2,θ3<π, we must have n=0, giving θ2=−θ3.
In both cases, θ2=−θ3. ■
Examiner Notes
Along with questions 5 and 7, attempted by just over three quarters, this was the third most popular question, though a little less successful than the most popular question 1. The first part was frequently not well attempted, but the second part was usually mastered. Attempts at the third part suffered from arguments with poor logical structure, though many did not get a start on this part.
5 (i) In the following argument to show that 2 is irrational, give proofs appropriate for steps 3, 5 and 6.
Assume that 2 is rational.
Define the set S to be the set of positive integers with the following property:
n is in S if and only if n2 is an integer.
Show that the set S contains at least one positive integer.
Define the integer k to be the smallest positive integer in S.
Show that (2−1)k is in S.
Show that steps 4 and 5 are contradictory and hence that 2 is irrational.
(ii) Prove that 231 is rational if and only if 232 is rational.
Use an argument similar to that of part (i) to prove that 231 and 232 are irrational.
Hint
(i) Step 3 is straightforward on the basis of steps 1 and 2, noting that no lowest terms restriction need be made in part 1. Step 5 requires that the given expression is a positive integer as well as well as being integer when multiplied by root two. Step 6 requires justification that 2−1<1.
(ii) The rationality of 22/3 on the basis of 21/3 being rational is simply obtained by squaring the latter, and the opposite implication can be made by squaring the former or dividing 2 by the former. To construct the similar argument, let the set T be the set of positive integers with the following property: n is in T if and only if n21/3 and n22/3 are integers, and taking t to be the smallest positive integer in that set, consider t(22/3−1) to produce the argument.
Model Solution
Part (i)
Step 3: Show that S contains at least one positive integer.
By Step 1, 2 is rational, so we can write 2=qp where p and q are positive integers. Then
q2=q⋅qp=p,
which is a positive integer. Therefore q is a positive integer with q2∈Z, so q∈S. In particular, S is non-empty. ■
Step 5: Show that (2−1)k is in S.
We need to show two things: (a) (2−1)k is a positive integer, and (b) (2−1)k⋅2 is an integer.
For (a): Since 1<2<2, we have 0<2−1<1. As k is a positive integer, (2−1)k>0. Also, (2−1)k<k, so (2−1)k is a positive real number less than k.
Now, since k∈S, the number k2 is an integer. Therefore
(2−1)k=k2−k
is the difference of two integers, hence an integer. Combined with (2−1)k>0, this is a positive integer.
For (b): We compute
(2−1)k⋅2=k(2−2)=2k−k2.
Since k and k2 are both integers, this is an integer.
Therefore (2−1)k is a positive integer whose product with 2 is an integer, so (2−1)k∈S. ■
Step 6: Show that Steps 4 and 5 are contradictory.
From Step 5, (2−1)k∈S, and from the analysis above, 0<(2−1)k<k. But Step 4 defines k as the smallest positive integer in S. This is a contradiction: (2−1)k is a positive integer in S that is strictly smaller than k.
The contradiction arose from the assumption in Step 1 that 2 is rational. Therefore 2 is irrational. ■
Part (ii)
First, prove the equivalence: 21/3 is rational if and only if 22/3 is rational.
(⇒): If 21/3 is rational, then 22/3=(21/3)2 is the square of a rational number, hence rational.
(⇐): If 22/3 is rational, then 21/3=22/32 is the quotient of two rational numbers (with non-zero denominator), hence rational. ■
Now prove that 21/3 and 22/3 are irrational, using an argument similar to part (i).
Suppose for contradiction that 21/3 is rational (equivalently, 22/3 is rational, by the result above). Define the set
T={n∈Z+:n⋅21/3∈Z and n⋅22/3∈Z}.
Since 21/3 is rational, say 21/3=p/q for positive integers p,q, then 22/3=p2/q2. Choose n=q2. Then n⋅21/3=q2⋅p/q=qp∈Z and n⋅22/3=q2⋅p2/q2=p2∈Z. So q2∈T, and T is non-empty.
Since T is a non-empty set of positive integers, by the well-ordering principle it has a smallest element; call it t.
Now consider t(22/3−1).
(a) We show t(22/3−1) is a positive integer. Since 13=1<4=22 and 23=8>4=22, we have 1<22/3<2, so 0<22/3−1<1. Now
t(22/3−1)=t⋅22/3−t.
Since t∈T, the number t⋅22/3 is an integer, so t⋅22/3−t is an integer. Since t⋅22/3>t (because 22/3>1), this integer is positive. Since 22/3−1<1, we also have t(22/3−1)<t.
(b) We show t(22/3−1)⋅21/3 is an integer:
t(22/3−1)⋅21/3=t(2−21/3)=2t−t⋅21/3.
Since t∈T, the number t⋅21/3 is an integer, so 2t−t⋅21/3 is an integer.
Since t∈T, both t⋅21/3 and t⋅22/3 are integers, so this is an integer.
Therefore t(22/3−1) is a positive integer in T with t(22/3−1)<t, contradicting the minimality of t.
The contradiction shows that 21/3 (and hence 22/3) is irrational. ■
Examiner Notes
Marginally less successful than question 2, a lot of candidates earned about half of the marks. Unfortunately, many candidates approached this on the basis of their knowledge of the standard irrationality proof for root two employing rational numbers expressed in lowest terms rather than observing the specified argument. In part (i), proving step 5 was frequently beset with omissions, and simple steps like 0<2−1<1 were not acknowledged let alone justified. The first result of part (ii) caused few problems except to those that did not appreciate ‘if and only if’, but defining a suitable set in order to construct a similar argument to prove the irrationality of the cube roots of 2 and 2 squared was beyond most leading to mostly spurious logic.
6(i) Let w and z be complex numbers, and let u=w+z and v=w2+z2. Prove that w and z are real if and only if u and v are real and u2⩽2v.
**(ii)** The complex numbers $u$, $w$ and $z$ satisfy the equations
w+z−uw2+z2−u2w3+z3−λu=0=−32=−λ
where $\lambda$ is a positive real number. Show that for all values of $\lambda$ except one (which you should find) there are three possible values of $u$, all real.
Are $w$ and $z$ necessarily real? Give a proof or counterexample.
Hint
Treating the equations for u and v as simultaneous equations for w and z, one finds that w=2u±2v−u2 and z=2u∓2v−u2 which demonstrates that if u∈R and u2≤2v, i.e. v∈R, w and z are real. If w and z are real, then u and v are (trivially) and 2v−u2=(w−z)2≥0.
In (ii), the first two equations yield 3wz=1, making it possible to write the third equation as u(u2−1)=λ(u−1) which has an obvious factor of (u−1) leading to u=1 or u=2−1±1+4λ from the quadratic equation. If one of the solutions of the quadratic equation gives the same root u=1, then there are not three possible values, i.e. if λ=2. From the first part of the question, for w and z to be real, we would want u to be real, u2−32 to be real, and u2≤2(u2−32), in other words u2≥34. So a counter-example could be u=1 giving 2w2−2w+32=0 which has a negative discriminant.
Model Solution
Part (i)
We prove both directions.
(⇒) Suppose w and z are real. Then u=w+z and v=w2+z2 are clearly real. Moreover,
(⇐) Suppose u and v are real with u2⩽2v. Since w+z=u and w2+z2=v, we can find wz:
(w+z)2=w2+2wz+z2=v+2wz,
so u2=v+2wz, giving wz=2u2−v, which is real.
Now w and z are roots of the quadratic
t2−(w+z)t+wz=t2−ut+2u2−v=0.
The discriminant is
Δ=u2−4⋅2u2−v=u2−2(u2−v)=2v−u2.
Since u2⩽2v, we have Δ=2v−u2⩾0, so the quadratic has real roots. Therefore w and z are real. ■
Part (ii)
From the first equation: w+z=u.
From the second equation: w2+z2=u2−32.
Using (w+z)2=w2+2wz+z2:
u2=(u2−32)+2wz⟹wz=31.
For the third equation, we use the identity
w3+z3=(w+z)(w2−wz+z2)=(w+z)((w2+z2)−wz).
Substituting:
w3+z3=u((u2−32)−31)=u(u2−1).
The third equation w3+z3−λu=−λ becomes
u(u2−1)−λu=−λ.
Rearranging:
u3−u−λu+λ=0⟹u3−(1+λ)u+λ=0.
We observe that u=1 is a root: 1−(1+λ)+λ=0. Factoring out (u−1):
u3−(1+λ)u+λ=(u−1)(u2+u−λ)=0.
The quadratic u2+u−λ=0 has solutions
u=2−1±1+4λ.
Since λ>0, we have 1+4λ>1>0, so these are real and distinct. They are also distinct from u=1 unless u=1 satisfies u2+u−λ=0, i.e., 1+1−λ=0, giving λ=2.
Therefore: for all positive real λ except λ=2, there are three distinct real values of u. When λ=2, the values u=1 coincide and there are only two distinct values: u=1 and u=−2.
Are w and z necessarily real?
No. We use part (i): w and z are real if and only if u and v=u2−32 are real and u2⩽2v, i.e.,
u2⩽2(u2−32)=2u2−34⟹u2⩾34.
For the root u=1 (which exists for every positive λ): u2=1<34, so the condition fails, and w,z need not be real.
Counterexample: Take λ=1 and u=1. Then w+z=1 and wz=31, so w and z are roots of
t2−t+31=0⟹t=21±1−34=21±−31=21±23i.
These are not real. We verify all three equations:
w+z=1=u. ✓
w2+z2=(w+z)2−2wz=1−32=31=u2−32. ✓
w3+z3=(w+z)3−3wz(w+z)=1−3⋅31⋅1=0, and λu−λ=1⋅1−1=0. ✓
Therefore w and z are not necessarily real. ■
Examiner Notes
约 3/5 的考生尝试此题但成功率不高。(i) 部分需要证明双向蕴含(if and only if),难倒许多考生;(ii) 第一小题得分机会较好,但当 lambda=2 时无法产生三个不同 u 值的情况需注意;反例部分需明确展示其确实为反例。
7 An operator D is defined, for any function f, by
Df(x)=xdxdf(x).
The notation $D^n$ means that D is applied $n$ times; for example
D2f(x)=xdxd(xdxdf(x)).
Show that, for any constant $a$, $D^2x^a = a^2x^a$.
**(i)** Show that if $P(x)$ is a polynomial of degree $r$ (where $r \geqslant 1$) then, for any positive integer $n$, $D^nP(x)$ is also a polynomial of degree $r$.
**(ii)** Show that if $n$ and $m$ are positive integers with $n < m$, then $D^n(1 - x)^m$ is divisible by $(1 - x)^{m-n}$.
**(iii)** Deduce that, if $m$ and $n$ are positive integers with $n < m$, then
∑r=0m(−1)r(rm)rn=0.
Hint
The opening result is simply achieved by following the given explanation for D2f(x) with f(x)=xa. Parts (i) and (ii) can both be shown using the principle of mathematical induction with initial statements
“Suppose DkP(x) is a polynomial of degree r i.e. DkP(x)=arxr+ar−1xr−1+⋯+a0 for some integer k.” and “Suppose Dk(1−x)m is divisible by (1−x)m−k i.e. Dk(1−x)m=f(x)(1−x)m−k for some integer k, with k<m−1.” Part (iii) is obtained by expressing (1−x)m in sigma notation (by the binomial theorem), then carrying out Dn(1−x)m using the idea in the stem, and finally invoking the result of part (ii) and then substituting x=1.
Model Solution
We first show D2xa=a2xa.
D(xa)=x⋅axa−1=axa.
D2(xa)=D(axa)=x⋅dxd(axa)=x⋅a2xa−1=a2xa.
More generally, by induction one can show Dnxa=anxa for any positive integer n.
Part (i)
We prove by induction on n that if P(x) is a polynomial of degree r≥1, then DnP(x) is a polynomial of degree r.
Base case (n=1): Let P(x)=arxr+ar−1xr−1+⋯+a0 with ar=0. Then
Since r≥1 and ar=0, the leading coefficient rar=0, so DP(x) is a polynomial of degree r.
Inductive step: Suppose DkP(x) is a polynomial of degree r for some positive integer k. Write DkP(x)=brxr+br−1xr−1+⋯+b0 with br=0. Then by the same argument as the base case, Dk+1P(x)=D(DkP(x)) is a polynomial of degree r with leading coefficient rbr=0.
By induction, DnP(x) is a polynomial of degree r for all positive integers n. ■
Part (ii)
We prove by induction on n that if n and m are positive integers with n<m, then Dn(1−x)m is divisible by (1−x)m−n.
Base case (n=0): D0(1−x)m=(1−x)m, which is divisible by (1−x)m−0=(1−x)m. ✓
Inductive step: Suppose Dk(1−x)m=g(x)(1−x)m−k for some polynomial g(x) and some non-negative integer k<m. Then
The bracketed expression is a polynomial in x, and the power of (1−x) is m−k−1=m−(k+1). Since k+1≤m (as k<m), this is non-negative, so Dk+1(1−x)m is divisible by (1−x)m−(k+1).
By induction, Dn(1−x)m is divisible by (1−x)m−n for all positive integers n<m. ■
Part (iii)
By the binomial theorem:
(1−x)m=∑r=0m(rm)(−x)r=∑r=0m(−1)r(rm)xr.
We compute Dn(1−x)m by applying Dn to this sum. Since D(xr)=r⋅xr (as shown in the stem), repeated application gives Dn(xr)=rnxr. Therefore
8 (i) Show that under the changes of variable x=rcosθ and y=rsinθ, where r is a function of θ with r>0, the differential equation
(y+x)dxdy=y−x
becomes
dθdr+r=0.
Sketch a solution in the x-y plane.
(ii) Show that the solutions of
(y+x−x(x2+y2))dxdy=y−x−y(x2+y2)
can be written in the form
r2=1+Ae2θ1
and sketch the different forms of solution that arise according to the value of A.
Hint
Transforming the differential equation in part (i) is made by substituting for x and y as given, for dxdy using dθdy=rcosθ+dθdrsinθ and a similar result for dθdx, and then simplifying the algebra by multiplying out and collecting like terms bearing in mind that a factor r can be cancelled as r=0. The transformed equation can be solved by separating variables or using an integrating factor, to give r=ke−θ, the sketch of which is a logarithmic spiral.
The same techniques for part (ii) yields a differential equation r−r3+dθdr=0 which is solved by separating the variables and then employing partial fractions giving a variety of possible solution sketches depending on the value of A.
Model Solution
Part (i)
We substitute x=rcosθ and y=rsinθ into (y+x)dxdy=y−x, where r=r(θ).
First, compute the derivatives using the chain rule. Since r is a function of θ:
Sketch: This ODE has solution r=Ce−θ for a constant C>0. This is a logarithmic spiral: as θ increases, r decreases exponentially, and the curve spirals inwards toward the origin. The curve winds around the origin infinitely many times, getting closer and closer without ever reaching it.
Part (ii)
We substitute x=rcosθ, y=rsinθ into
(y+x−x(x2+y2))dxdy=y−x−y(x2+y2).
Note that x2+y2=r2, so x(x2+y2)=r3cosθ and y(x2+y2)=r3sinθ. The ODE becomes:
We can shortcut this algebra by noticing that the part (i) calculation is embedded here. Write the equation as
(sinθ+cosθ−r2cosθ)dxdy=(sinθ−cosθ−r2sinθ).
This equals the part (i) equation with an extra "−r2cosθ" on the left and "−r2sinθ" on the right. So we can write
[(sinθ+cosθ)−r2cosθ]dxdy=(sinθ−cosθ)−r2sinθ.
Following the same algebraic steps as in part (i), the (sinθ+cosθ)dxdy=sinθ−cosθ part yields dθdr=−r as before. The extra terms contribute additional pieces. Let us work through this systematically.
From the cross-multiplied equation, expand both sides. The left side is:
But r>0, so this seems contradictory. We need to be more careful: the part (i) simplification and the extra terms do not decouple in this way because dθdr appears in the extra terms too.
Let us redo the full expansion properly. The cross-multiplied equation is:
Wait, let me be more careful. The dθdr terms from LHS are: sin2θ+sinθcosθ−r2sinθcosθ. From −RHS: −sinθcosθ+cos2θ+r2sinθcosθ. So the coefficient of dθdr is:
where B is a non-zero constant (absorbing the ± into the constant, and noting B can be positive or negative; also B=0 corresponds to r2=1, i.e., the unit circle r=1).
Solving for r2:
1−r21=Be2θ⟹r21=1−Be2θ⟹r2=1−Be2θ1.
Writing A=−B (so A is an arbitrary real constant):
r2=1+Ae2θ1.
■
Sketch of solutions according to the value of A:
The solutions are r2=1+Ae2θ1. Since r2>0, we need 1+Ae2θ>0.
A=0: r2=1, i.e., r=1. The solution is the unit circle.
A>0: As θ→−∞, Ae2θ→0, so r2→1. As θ increases, Ae2θ grows, so r2 decreases toward 0. The curve starts near the unit circle for large negative θ and spirals inward, reaching r=0 when Ae2θ→∞, i.e., as θ→∞. These are spirals that start near the unit circle and spiral in to the origin.
A<0: Write A=−∣A∣. Then r2=1−∣A∣e2θ1. We need 1−∣A∣e2θ>0, i.e., e2θ<∣A∣1, i.e., θ<−21ln∣A∣.
If ∣A∣<1: The curve exists for θ<−21ln∣A∣>0. As θ→−∞, r→1 again. As θ increases toward −21ln∣A∣, the denominator 1−∣A∣e2θ→0+, so r2→∞. These are spirals that start near the unit circle and spiral outward to infinity.
If ∣A∣=1: The curve exists for θ<0. As θ→0−, r→∞. This is a spiral from the unit circle outward to infinity, defined for negative θ.
If ∣A∣>1: The curve exists for θ<−21ln∣A∣<0. Same qualitative behaviour as above but defined on a shorter interval.
In all cases with A<0, the solutions spiral outward from the unit circle to infinity (over a finite range of θ).
For A>0, the solutions spiral inward from the unit circle to the origin. For A=0, the solution is the unit circle itself. The unit circle acts as a separatrix between the inward-spiralling and outward-spiralling families.
Examiner Notes
超过 80% 的考生尝试此题,是得分最高的题目。(i) 部分许多考生未意识到 r 是 theta 的函数;(ii) 部分变换后的微分方程通常正确,但分离变量后正确使用部分分式积分的频率低于预期。令人惊讶的是,尽管其余部分做得很好或完美,很多人没有尝试画任何解的图。没有人意识到常数 A 在 (ii) 中是真正任意的(因为积分中的对数项有绝对值)。解曲线的绘制考查了最优秀的学生。