With k=0, the line is y=5. Substituting into the circle:
x2+25−4x−30+9=0x2−4x+4=0(x−2)2=0x=2
The point of tangency is (2,5).
Geometric check: The circle (x−2)2+(y−3)2=4 has centre (2,3) and radius 2. The line y=5 is at distance ∣5−3∣=2 from the centre, equal to the radius. Confirmed.
The matrix R represents a rotation anticlockwise by 90° about the origin, and the matrix S represents a reflection in the line y=x.
R=(01−10),S=(0110)
(a) Find the matrix RS and describe the single transformation it represents.
(b) Find the matrix SR and describe the single transformation it represents.
(c) The point P(3,1) is first reflected in the line y=x and then rotated 90° anticlockwise about the origin. Find the coordinates of the image of P.
(d) The triangle with vertices (0,0), (4,0), (0,3) is transformed by RS. Find the area of the image and explain why it is preserved.
[Difficulty: hard. Tests understanding that matrix multiplication is not commutative for transformations, and the relationship between determinant and area.]
By the intermediate value theorem, there is a root between x=−1 and x=0, and possibly others.
Testing x=−21: −41−3−215+3=−41−215=−431. Between x=0 (D′=3) and x=1 (D′=8), no root. Between x=3 (D′=−6) and x=4 (D′=128−192+60+3=−1), and x=5 (D′=250−300+75+3=28), so a root between x=4 and x=5.
Actually, let me check x=23: 427−27+245+3=6.75−27+22.5+3=5.25. Between x=1 (8) and x=3 (−6), a root near x=2: 16−48+30+3=1. At x=2.1: 18.522−52.92+31.5+3=0.102. At x=2.12: 19.08...−53.95...+31.8+3=−0.06....
Root near x≈2.11.
The exact solution requires the cubic formula. For the closest point, we accept the numerical approximation. At x≈2.11: y≈4.45−8.44+7=3.01.
The closest point is approximately (2.11,3.01).
IT-2: Vector Method for a Geometry Problem (with Vectors)
Question:
In triangle ABC, the point D lies on BC such that BD:DC=2:1. The point E is the midpoint of AC. The lines AD and BE intersect at point F.
Using position vectors with origin at A, and taking AB=b and AC=c:
(a) Find the position vector of F in terms of b and c.
(b) Find the ratio AF:FD.
(c) If ∣b∣=5, ∣c∣=7, and b⋅c=15, find ∣AF∣.
[Difficulty: hard. Tests vector methods for concurrency problems and application of the dot product.]
Solution:
(a) Express all points in terms of b and c:
OB=b, OC=c (since origin is at A)
OD=OB+32BC=b+32(c−b)=31b+32c
OE=21c
Point F lies on AD: OF=OA+sAD=s(31b+32c) for some 0≤s≤1.
Point F also lies on BE: OF=OB+tBE=b+t(21c−b)=(1−t)b+2tc for some 0≤t≤1.
Equating coefficients of b and c:
3s=1−tand32s=2t
From the second equation: t=34s.
Substituting into the first: 3s=1−34s, giving 35s=1, so s=53.
OF=53(31b+32c)=51b+52c
(b)AF:FD. Since s=3/5, point F divides AD in the ratio s:(1−s)=3/5:2/5=3:2.
So AF:FD=3:2.
(c)
AF=51b+52c
∣AF∣2=(51b+52c)⋅(51b+52c)
=251∣b∣2+254b⋅c+254∣c∣2
=251(25)+254(15)+254(49)
=1+2560+25196
=1+25256=25281
∣AF∣=L◆B◆281◆RB◆◆LB◆5◆RB◆
IT-3: Parametric Curve via Function Composition (with Functions)
Question:
A curve is defined parametrically by:
x=t2−2t,y=(t2−2t)2−2(t2−2t)
for t∈R.
(a) Show that y=x2−2x and hence identify the curve as a standard form.
(b) Find the coordinates of the turning points of the curve and determine their nature.
(c) The curve is translated so that its minimum point moves to the origin. Find the equation of the translated curve in the form y=ax2+bx+c.
[Difficulty: hard. Tests recognition of function composition in parametric equations and completing the square.]
Solution:
(a) Let f(t)=t2−2t=(t−1)2−1.
Then x=f(t) and y=f(f(t))=f(x).
Therefore y=x2−2x=(x−1)2−1.
This is a parabola with vertex at (1,−1), opening upward.
(b)y=x2−2x. Since x=(t−1)2−1≥−1 for all t, the domain of the curve is x≥−1.
dxdy=2x−2. Setting this to zero: x=1.
At x=1: y=1−2=−1. This is the vertex.
dx2d2y=2>0, confirming a minimum at (1,−1).
The turning point is (1,−1), which is a minimum.
Note: there are no other turning points. The curve is a standard parabola restricted to x≥−1.
At x=−1 (when t=1): y=1+2=3. This is an endpoint of the parametric curve, not a turning point of the parabola itself.
(c) The translation moves (1,−1) to (0,0). The translation vector is (−1,1).
Let X=x−1 and Y=y+1. Then y=(x−1)2−1 becomes Y−1=X2−1, i.e.:
Y=X2
In terms of the original variables (after translation, using x and y for the new coordinates):