Question

Find a quadratic function from two points and solve a one-intersection condition

Original question: Question 9

(a) The graph of y=ax2+bx+13y=ax^2+bx+13 passes through the points (3,23)(-3,23) and (4,5)(4,5). Determine the values of the constants aa and bb. (3 marks)

(b) The functions f(x)=3x2+bx+3f(x)=3x^2+bx+3 and g(x)=16xg(x)=1-6x have exactly one point of intersection. Determine the value(s) of bb. (4 marks)

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: This question has two parts, but both rely on the same idea: plug in known points, form equations, and then use the condition about intersections to build a second equation.

Detailed walkthrough

(a) Find aa and bb

We are given

y=ax2+bx+13y=ax^2+bx+13

and the graph passes through (3,23)(-3,23) and (4,5)(4,5).

Substitute (3,23)(-3,23):

23=a(3)2+b(3)+1323=a(-3)^2+b(-3)+13

23=9a3b+1323=9a-3b+13

9a3b=10(1)9a-3b=10 \quad (1)

Substitute (4,5)(4,5):

5=a(4)2+b(4)+135=a(4)^2+b(4)+13

5=16a+4b+135=16a+4b+13

16a+4b=8(2)16a+4b=-8 \quad (2)

Now solve the system.

From (1):

3ab=1033a-b=\frac{10}{3}

It may be cleaner to eliminate directly. Multiply (1) by 4:

36a12b=4036a-12b=40

Multiply (2) by 3:

48a+12b=2448a+12b=-24

Add:

84a=1684a=16

a=421a=\frac{4}{21}

Substitute into (1):

9(421)3b=109\left(\frac{4}{21}\right)-3b=10

1273b=10\frac{12}{7}-3b=10

3b=587-3b=\frac{58}{7}

b=5821b=-\frac{58}{21}

So

a=421,b=5821\boxed{a=\frac{4}{21},\quad b=-\frac{58}{21}}

(b) Exactly one intersection

The functions are

f(x)=3x2+bx+3f(x)=3x^2+bx+3

g(x)=16xg(x)=1-6x

Set them equal:

3x2+bx+3=16x3x^2+bx+3=1-6x

3x2+(b+6)x+2=03x^2+(b+6)x+2=0

For exactly one point of intersection, this quadratic must have one repeated root, so the discriminant must be zero:

Δ=(b+6)24(3)(2)=0\Delta=(b+6)^2-4(3)(2)=0

(b+6)224=0 (b+6)^2-24=0

(b+6)2=24 (b+6)^2=24

b+6=±26 b+6=\pm 2\sqrt{6}

b=6±26\boxed{b=-6\pm 2\sqrt{6}}

💡 Pitfall guide

In part (a), the most common issue is arithmetic when substituting the points. Watch the constants carefully: 2313=1023-13=10 and 513=85-13=-8. In part (b), remember that “exactly one point of intersection” means the resulting quadratic has a repeated root, so the discriminant must be zero, not positive.

🔄 Real-world variant

If part (b) asked for at least one intersection instead, you would only need the discriminant to be 0\ge 0. If the line were changed to g(x)=k6xg(x)=k-6x, then the value of bb for tangency would change because the constant term in the intersection equation would change as well.

🔍 Related terms

quadratic function, discriminant, point of intersection

FAQ

How do you find a and b from two points?

Substitute both points into $y=ax^2+bx+13$ to get two equations, then solve the system for $a$ and $b$.

What condition gives exactly one point of intersection?

The equation formed by setting the two functions equal must have a repeated root, so its discriminant must be 0.

chat