1 Find the three values of x for which the derivative of x2e−x2 is zero.
Given that a and b are distinct positive numbers, find a polynomial P(x) such that the derivative of P(x)e−x2 is zero for x=0, x=±a and x=±b, but for no other values of x.
Hint
Differentiation leads to f’(x) = 2xe^{-x^2} - 2x^3e^{-x^2}. Since e^{-x^2} is not equal to 0 for any finite x then f’(x) = 0 implies x - x^3 = 0, so x = 0, 1, -1.
For the rest of the question, observe first that P’(x) - 2xP(x) = x(x^2 - a^2)(x^2 - b^2) () within a multiplicative non-zero constant. Thus P(x) can take the form -x^4/2 + px^2 + q and hence substitution into () plus equating the coefficient of x^2 and constant terms leads to a possible result for P(x).
A similar argument based on setting P(x) = sum c_i x^i is feasible, but it involves more working and so is correspondingly more error prone.
Alternatively, one can multiply (*) by e^{-x^2} and then integrate with respect to x to obtain P(x)e^{-x^2} = integral of x(x^2 - a^2)(x^2 - b^2)e^{-x^2} dx. From integral of xe^{-x^2} dx = -(1/2)e^{-x^2} the integrals of x^3e^{-x^2} dx and x^5e^{-x^2} dx can be evaluated by use of the integration by parts rule. It then only remains to cancel out the factor e^{-x^2} to obtain P(x) = -x^4/2 + (a^2/2 + b^2/2 - 1)x^2 - 1 + a^2/2 + b^2/2 - a^2b^2/2.
Model Solution
Part 1: Find the three values of x for which the derivative of x2e−x2 is zero.
Since e−x2>0 for all real x, the derivative is zero if and only if:
2x(1−x2)=0,
which gives x=0 or x2=1. Hence the three values are:
x=0,x=1,x=−1.□
Part 2: Find a polynomial P(x) such that dxd[P(x)e−x2]=0 at x=0,±a,±b only.
We compute:
dxd[P(x)e−x2]=[P′(x)−2xP(x)]e−x2.
Since e−x2=0, this is zero if and only if P′(x)−2xP(x)=0. We need this to hold at exactly x=0,±a,±b, so we require:
P′(x)−2xP(x)=kx(x2−a2)(x2−b2)(*)
for some non-zero constant k. The right side is a degree 5 polynomial, so P must have degree 4. Since the right side is an odd function, we try P(x)=αx4+βx2+γ (an even polynomial). Then:
Since a and b are distinct positive numbers, the five zeros x=0,±a,±b are all distinct, and a degree 5 polynomial has at most 5 real zeros. Hence dxd[P(x)e−x2]=0 at exactly x=0,±a,±b. □
Note: Any non-zero scalar multiple of P(x) also satisfies the requirements (since the equation P′−2xP=kx(x2−a2)(x2−b2) holds for any non-zero k). The choice k=−2 gives the simplest integer coefficients.
2 For any positive integer N, the function f(N) is defined by
f(N)=N(1−p11)(1−p21)⋯(1−pk1)
where p1,p2,…,pk are the only prime numbers that are factors of N. Thus f(80)=80(1−21)(1−51).
(a) (i) Evaluate f(12) and f(180).
(ii) Show that f(N) is an integer for all N.
(b) Prove, or disprove by means of a counterexample, each of the following:
(i) f(m)f(n)=f(mn);
(ii) f(p)f(q)=f(pq) if p and q are distinct prime numbers;
(iii) f(p)f(q)=f(pq) only if p and q are distinct prime numbers.
(c) Find a positive integer m and a prime number p such that f(pm)=146410.
Hint
(a) (i) Following the definition of f(N), it is immediate that f(12) = 12(1 - 1/2)(1 - 1/3) = 4, and f(180) = 180(1 - 1/2)(1 - 1/3)(1 - 1/5) = 48.
(ii) The result may seem obvious but care must be taken in order to construct a complete proof. For example, N = p_1^{alpha_1} … p_k^{alpha_k} implies f(N) = p_1^{alpha_1-1} … p_k^{alpha_k-1}(p_1 - 1) … (p_k - 1). Thus as p_i is a positive integer and alpha_i - 1 is a non-negative integer for 1 <= i <= k, then f(N) is an integer.
(b) In each of (i), (ii), (iii), the conclusion must be made clear.
(i) As f(3)f(9) = 2 x 6 = 12 is not equal to f(27) = 18, then the statement is false.
(ii) For any two primes p and q, f(p)f(q) = p(1 - 1/p)q(1 - 1/q) = pq(1 - 1/p)(1 - 1/q) = f(pq). Hence the statement is true.
(iii) Consider f(5) = 4, f(6) = 2, f(30) = 8 = 2 x 4. Then as 6 is not a prime it is clear that the statement is false.
(c) Start with p^{m-1}(p - 1) = 146410, then without difficulty it will be found that p = 11 and m = 5 (not 4).
Model Solution
Part (a)(i) Evaluate f(12) and f(180).
For N=12=22×3, the prime factors are 2 and 3:
f(12)=12(1−21)(1−31)=12⋅21⋅32=4.
For N=180=22×32×5, the prime factors are 2, 3, and 5:
Since f(5)f(6)=4×2=8=f(30), yet 6 is not prime, the statement is false. □
Part (c) Find m and prime p such that f(pm)=146410.
For a prime power pm, the only prime factor is p, so:
f(pm)=pm(1−p1)=pm−1(p−1)=146410.
We factor 146410: since 146410=10×14641 and 14641=114, we get 146410=2×5×114.
Since p must be prime and p−1 must divide 146410, we try p=11:
pm−1(p−1)=11m−1×10=146410⟹11m−1=14641=114⟹m=5.
Verification:f(115)=114×(11−1)=14641×10=146410. ✓
Therefore p=11 and m=5. □
Note: No other solution exists. If p=2, then p−1=1 and pm−1=146410, but 146410 is not a power of 2. If p=5, then p−1=4 and pm−1=36602.5, which is not an integer. For p>11, we would need pm−1(p−1)=146410, but p−1⩾12 would require pm−1⩽12200, and checking small values of m yields no prime solutions.
Here dy/dx = x sin x which is zero at x = 0 and is positive for 0 < x <= pi/2. A further differentiation will show that d^2y/dx^2 = 0 at x = 0 and positive for 0 < x <= pi/2. Also, as y(0) = 0 and y(pi/2) = 1, then 0 <= y <= 1 for 0 <= x <= pi/2, and the sketch can now be completed consistently with the above conclusions.
(i) integral from 0 to pi/2 of sin x dx = 1 and use of the integration by parts rule will show that integral from 0 to pi/2 of x cos x dx = pi/2 - 1. The displayed result for integral from 0 to pi/2 of y dx then follows immediately.
(ii) Start with integral from 0 to pi/2 of y^2 dx = integral of sin^2 x dx - integral of x sin 2x dx + integral of x^2 cos^2 x dx.
Next, express sin^2 x and cos^2 x in terms of cos 2x so that now there are only two essentially different integrals involving trigonometric terms, namely, integral of x sin 2x dx and integral of x^2 cos 2x dx. The second of these can be obtained from the first, again by application of the integration by parts rule. A correct application of this rule to the first integral and the careful collection of terms will lead to the displayed result.
For the final result, begin with the observation that y^2 < y for 0 < x < pi/2. From this, it is immediate that integral of y^2 dx < integral of y dx and hence that pi^3/48 - pi/8 < 2 - pi/2. The final displayed result can then be obtained without difficulty.
Model Solution
We have y=sinx−xcosx for 0⩽x⩽π/2.
Derivative. By the product rule,
dxdy=cosx−(cosx−xsinx)=xsinx.
For 0<x⩽π/2, we have x>0 and sinx>0, so dxdy>0. At x=0, dxdy=0. Thus y is non-decreasing on [0,π/2] with y(0)=sin0−0⋅cos0=0 and y(π/2)=sin(π/2)−2πcos(π/2)=1. Since y increases from 0 to 1, we have 0⩽y⩽1.
The second derivative is dx2d2y=sinx+xcosx, which is positive for 0<x⩽π/2, so the curve is concave up throughout. The sketch shows a curve starting at the origin with zero gradient, increasing monotonically with increasing slope, reaching y=1 at x=π/2.
Part (i)
∫0π/2ydx=∫0π/2sinxdx−∫0π/2xcosxdx.
The first integral is ∫0π/2sinxdx=[−cosx]0π/2=0−(−1)=1.
For the second integral, integrate by parts with u=x, dv=cosxdx (so du=dx, v=sinx):
[Note that arctanx is another notation for tan−1x.]
Hint
The first two parts of this question depend on the identity tan^{-1} A + tan^{-1} B = tan^{-1}[(A + B)/(1 - AB)] which is simply another way of writing tan(alpha + beta) = [tan alpha + tan beta]/[1 - tan alpha tan beta].
For the final part, it is clear that p = 7 and this leads to st = (7 + q)^2 + 1, uv = (7 + r)^2, qr = 50. From the second displayed result it is obvious that q + s = 6, q + t = 14, so that (7 + q)^2 + 1 = (6 - q)(14 - q) implies q = 1, and hence s = 5, t = 13. The values r = 50, u = 25, v = 130 can be obtained by a similar strategy.
The solution given above is not unique. Moreover, other plausible strategies may lead to incorrect solutions. It is important, therefore, to check that the solution obtained not only satisfies the displayed identity, but also the given conditions.
Model Solution
We use the identity arctanA+arctanB=arctan1−ABA+B, valid when AB<1.
Since a,b,c>0, we have AB=(a+b)(a+c)1<1 (as (a+b)(a+c)>1), so:
arctana+b1+arctana+c1=arctana1.□
Part 2. We group the four terms into two pairs and apply the result from Part 1.
First pair:arctanp+q+s1+arctanp+q+t1.
This has the form arctana′+b′1+arctana′+c′1 with a′=p+q, b′=s, c′=t. The condition b′c′=a′2+1 becomes st=(p+q)2+1, which holds by hypothesis. By Part 1:
arctanp+q+s1+arctanp+q+t1=arctanp+q1.(*)
Second pair:arctanp+r+u1+arctanp+r+v1.
Similarly, with a′=p+r, b′=u, c′=v and uv=(p+r)2+1:
arctanp+r+u1+arctanp+r+v1=arctanp+r1.(**)
Combining: Adding (∗) and (∗∗), we need arctanp+q1+arctanp+r1. Applying Part 1 once more with a=p, b=q, c=r and the condition qr=p2+1:
arctanp+q1+arctanp+r1=arctanp1.□
Numerical verification. We seek p,q,r,s,t,u,v satisfying the three constraints and matching the four target arguments. Setting p=7 and assigning:
p+r+u=13,p+r+v=21,p+q+s=82,p+q+t=187.
First pair (with a′=p+r): r+u=6 and r+v=14, so u=6−r and v=14−r. From uv=(7+r)2+1:
(6−r)(14−r)=(7+r)2+1
r2−20r+84=r2+14r+50
34=34r⟹r=1
So u=5 and v=13.
Second pair (with a′=p+q): q+s=75 and q+t=180, so s=75−q and t=180−q. From st=(7+q)2+1:
(75−q)(180−q)=(7+q)2+1
q2−255q+13500=q2+14q+50
13450=269q⟹q=50
So s=25 and t=130.
Verification of all three constraints:
qr=50×1=50=72+1✓
st=25×130=3250=(7+50)2+1=3250✓
uv=5×13=65=(7+1)2+1=65✓
Verification of all four arguments:
p+r+u=7+1+5=13✓
p+r+v=7+1+13=21✓
p+q+s=7+50+25=82✓
p+q+t=7+50+130=187✓
Since addition is commutative, the four-term sum equals arctan131+arctan211+arctan821+arctan1871, which by the proved identity equals arctan71. □
Note: The correct assignment pairs the smaller targets (13, 21) with r=1 and the larger targets (82, 187) with q=50. All seven values p=7, q=50, r=1, s=25, t=130, u=5, v=13 are positive, as required.
5 The angle A of triangle ABC is a right angle and the sides BC,CA and AB are of lengths a, b and c, respectively. Each side of the triangle is tangent to the circle S1 which is of radius r. Show that 2r=b+c−a.
Each vertex of the triangle lies on the circle S2. The ratio of the area of the region between S1 and the triangle to the area of S2 is denoted by R. Show that
πR=−(π−1)q2+2πq−(π+1),
where q=ab+c. Deduce that
R≤π(π−1)1.
Hint
At the outset it should be emphasised that a large, well annotated diagram will enable insight into this question.
The first result may be obtained expeditiously by observing that if S_1 touches the sides BC, CA, AB at P, Q, R, respectively, then AQ = AR = r implies BR = c - r, CQ = b - r. Thus b - r + c - r = a implies 2r = b + c - a.
This result leads to r = a(q - 1)/2 which is the key to the remainder of the question. In fact R = [2bc - pi a^2(q - 1)^2]/(pi a^2) (*).
From the data a^2 = b^2 + c^2 implies 2bc = (a + b + c)(b + c - a) implies bc/a^2 = (q^2 - 1)/2 which together with (*) leads to the second displayed result.
The obtaining of the turning value of a quadratic function is routine. In this context the method of completion of the square is to be preferred to the use of the calculus. Where the critical value of q is obtained from dR/dq = 0, it is important to give a reason as to why this defines an upper bound for R.
Model Solution
Show that 2r=b+c−a.
Let S1 touch BC, CA, AB at P, Q, R respectively. Since the two tangents from an external point to a circle are equal in length:
AQ=AR=r,BQ=BP,CP=CQ.
From these:
BR=AB−AR=c−r,CQ=CA−AQ=b−r.
Since BP=BR and CP=CQ:
a=BC=BP+CP=BR+CQ=(c−r)+(b−r)=b+c−2r.
Therefore 2r=b+c−a. □
Show that πR=−(π−1)q2+2πq−(π+1).
Since A is a right angle, by Pythagoras a2=b2+c2, so BC is the diameter of the circumcircle S2. The circumradius is a/2, giving:
Area(S2)=π(2a)2=4πa2.
The area of triangle ABC is 21bc, and the area of S1 is πr2. Thus:
R=4πa221bc−πr2=πa22bc−πa2(q−1)2
where we substituted r=2a(q−1) from 2r=b+c−a=a(q−1).
We now express bc/a2 in terms of q. From a2=b2+c2:
(b+c)2=b2+2bc+c2=a2+2bc
⟹2bc=(b+c)2−a2=a2q2−a2=a2(q2−1)
⟹a2bc=2q2−1.
Substituting into the expression for πR:
πR=a22bc−π(q−1)2=(q2−1)−π(q−1)2.
Expanding (q−1)2=q2−2q+1:
πR=q2−1−πq2+2πq−π=−(π−1)q2+2πq−(π+1).□
Deduce that R⩽π(π−1)1.
We have πR=−(π−1)q2+2πq−(π+1). Since π−1>0, this is a downward-opening quadratic in q with a maximum. Completing the square:
6 (i) Write down the general term in the expansion in powers of x of (1−x)−1, (1−x)−2 and (1−x)−3, where ∣x∣<1.
Evaluate n=1∑∞n2−n and n=1∑∞n22−n.
(ii) Show that (1−x)−21=n=0∑∞(n!)2(2n)!22nxn, for ∣x∣<1.
Evaluate n=0∑∞(n!)222n3n(2n)! and n=1∑∞(n!)222n3nn(2n)!.
Hint
(i) The power series representations of (1+x)−k for k=1,2,3 are standard and should be well known by any candidate for this examination. In fact the general terms of these three series are xn, (n+1)xn, (1/2)(n+1)(n+2)xn, respectively.
The displayed series may be summed by using the general terms obtained. Thus,
∑n=1∞n2−n=(1/2)(1−1/2)−2=2,
and as ∑n=1∞n(n+1)2−n=8, then ∑n=1∞n22−n=8−2=6.
(ii) The obtaining of the general term of the power series for (1−x)−1/2 is a straightforward application of the binomial series for a general exponent.
To sum the penultimate series, put x=1/3 and to sum the final series, first differentiate with respect to x and then put x=1/3. The sums will be found to be 3/2 and (1/4)3/2, respectively.
Model Solution
Part (i)
The general terms in the expansions of (1−x)−k for ∣x∣<1:
For (1−x)−1: the nth term (starting at n=0) is xn.
For (1−x)−2: using the identity (1−x)−2=dxd(1−x)−1, the nth term is (n+1)xn.
For (1−x)−3: using (1−x)−3=21dx2d2(1−x)−1, the nth term is 21(n+1)(n+2)xn.
Evaluate n=1∑∞n2−n.
From the expansion (1−x)−2=∑n=0∞(n+1)xn, we have:
(i) Give a geometrical description of the motion of P and Q.
(ii) Let θ be the angle POQ at time t that satisfies 0⩽θ⩽2π. Show that
cosθ=832−41cos(2t+41π).
(iii) Show that the total time for which θ⩾41π is 23π.
Hint
(i) The absence of a k component in the specification of the locus of P, shows immediately that its motion takes place in the plane z=0, i.e. in the x−y plane. Also, it is obvious that x2+y2=1. Hence P describes a circle centre O and radius 1 in the x−y plane.
For the locus of Q, it is helpful to write x=(3/2)cos(t+π/4), y=3sin(t+π/4), z=(33/2)cos(t+π/4). It is then evident that 3x−z=0 and so this defines the plane in which the motion of Q takes place. Furthermore, it is clear that x2+y2+z2=9 which shows that the distance of Q from O is constant and equal to 3. Hence Q describes the circle centre O and radius 3 in the plane 3x−z=0.
(ii) Use of the scalar product leads to cosθ=∣(1/2)costcos(t+π/4)+sintsin(t+π/4)∣=...=∣3/(42)−(1/4)cos(2t+π/4)∣.
(iii) From the result just obtained, it is immediate that θ≥π/4⇒−1/2≤3/(42)−c/4≤1/2 where c≡cos(2t+π/4), so that c is restricted to the interval −1/2≤c≤1, and as c≤1, then t∈/[π/4,π/2] and t∈/[5π/4,3π/2] are required. Hence T=3π/2.
Model Solution
Part (i)
The position vector of P is p=costi+sintj, which has no k component. Thus P moves in the plane z=0 (the xy-plane). Since x2+y2=cos2t+sin2t=1, the particle P describes a circle of centre O and radius 1 in the xy-plane.
The position vector of Q is q=23cos(t+4π)i+3sin(t+4π)j+233cos(t+4π)k. We compute:
so Q remains at distance 3 from O. Also, the ratio z/x=3/233/2=3 (when cos(t+4π)=0), so z=3x. Therefore Q describes a circle of centre O and radius 3 in the plane 3x−z=0.
Part (ii)
We compute cosθ using cosθ=∣p∣∣q∣p⋅q.
Since ∣p∣=1 and ∣q∣=3:
p⋅q=23costcos(t+4π)+3sintsin(t+4π)+0.
Using the product-to-sum identities cosAcosB=21[cos(A−B)+cos(A+B)] and sinAsinB=21[cos(A−B)−cos(A+B)]:
Since θ∈[0,π], the condition θ⩾4π is equivalent to cosθ⩽cos4π=22. Substituting:
832−41cos(2t+4π)⩽22
−41cos(2t+4π)⩽22−832=82
cos(2t+4π)⩾−22.
We now find the values of t∈[0,2π] for which this fails, i.e., where cos(2t+4π)<−22. Setting φ=2t+4π, the condition cosφ<−22 holds when φ∈(43π+2kπ,45π+2kπ) for integer k.
For t∈[0,2π], we have φ∈[4π,417π]. The excluded intervals are:
On a separate diagram draw a sketch of the two curves defined for x⩾0 by
dxdz=2(1+x2)5/2x3z3
with z=1 at x=0 on one curve, and z=−1 at x=0 on the other.
Hint
Separation of variables will lead to
A−1/y=∫x3(1+x2)−5/2dx,
where A is a constant. There are several possible strategies for the evaluation of the integral on the right; by parts, or by any of such substitutions as w=1+x2, x=tant, x=sinhv. One way or another, the result of this integration correctly carried out will lead to the equivalent of
A−1/y=−(1/3)x2(1+x2)−3/2−(2/3)(1+x2)−1/2.
Use of the initial condition y(0)=1 will then show that A=1/3 and the required result follows at once:
1/y=1/3+(2+3x2)/[3(1+x2)3/2].
To obtain the required approximation for y for large positive x, first write
1/y≈1/3+(2+3x2)(1−3/2x2)/3x3,
from which it follows that 1/y=1/3+1/x+O(1/x3) and this can easily be worked to the displayed approximation for y.
For the sketch, the main features are that it has a zero gradient at x=0 and that for x>0, it is monotonically increasing and has exactly one point of inflexion and that it is asymptotic to the line y=3.
The two given differential equations are related by y=z2. Thus it is unnecessary to solve the second differential equation independently of the first. In any case, the question does not require a formal solution for z. Nevertheless, it is helpful to obtain the approximation z≈±3∓33/(2x) from y≈3−9/x, for large positive x.
All the main features of the x−z sketch may be derived from those listed above for the x−y sketch. The two curves which make up the sketch of z are reflections of each other in the x-axis. They start at (0,±1) and are asymptotic to the lines z=±3.
Model Solution
Show that y1=3(1+x2)3/22+3x2+31.
We separate variables in dxdy=(1+x2)5/2x3y2:
y2dy=(1+x2)5/2x3dx
Integrating both sides:
−y1=∫(1+x2)5/2x3dx+C.
For the integral on the right, substitute w=1+x2, so dw=2xdx and x2=w−1: