Quadratics: Question 3

Syllabus 1.1

Structured AS 8 marks

A curve CC has equation y=x25x+11y = x^2 - 5x + 11, and a line LL has equation y=x+ky = x + k, where kk is a constant.

(a) Show that the xx-coordinates of any points where LL and CC intersect satisfy x26x+(11k)=0x^2 - 6x + (11-k) = 0. [2]

(b) Given that LL is a tangent to CC, find the value of kk. [3]

(c) For this value of kk, find the coordinates of the point where LL touches CC. [3]

Show worked solution Hide worked solution

Worked solution

Part (a): Forming the intersection equation

At any intersection point, both equations give the same yy, so:

x25x+11=x+kx^2 - 5x + 11 = x + k

Collect everything on one side:

x25xx+11k=0x^2 - 5x - x + 11 - k = 0

x26x+(11k)=0x^2 - 6x + (11 - k) = 0

as required.

Part (b): Using the discriminant for a tangent

A line is a tangent to a curve when the quadratic formed by their intersection has a repeated root, i.e. discriminant =0=0.

Here a=1a=1, b=6b=-6, c=11kc = 11-k, so:

b24ac=0b^2 - 4ac = 0

(6)24(1)(11k)=0(-6)^2 - 4(1)(11-k) = 0

3644+4k=036 - 44 + 4k = 0

4k8=04k - 8 = 0

k=2k = 2

Part (c): Finding the point of tangency

Substitute k=2k=2 back into the equation from part (a):

x26x+(112)=0x^2 - 6x + (11-2) = 0

x26x+9=0x^2 - 6x + 9 = 0

(x3)2=0(x - 3)^2 = 0

x=3 (repeated root, confirming tangency)x = 3 \text{ (repeated root, confirming tangency)}

Find yy using LL: y=x+k=3+2=5y = x + k = 3 + 2 = 5.

Check using CC: y=(3)25(3)+11=915+11=5y = (3)^2 - 5(3) + 11 = 9 - 15 + 11 = 5. ✓ Both equations agree.

So LL touches CC at (3,5)(3, 5).

Final answers

  • (a) x26x+(11k)=0x^2 - 6x + (11-k) = 0 (shown)
  • (b) k=2k = \boxed{2}
  • (c) Point of tangency =(3,5)= \boxed{(3, 5)}