Question

How to find a quadratic's coefficients from two points and a constant term

Original question: (b) The graph of y = ax^2 + bx + 13 passes through the points (-3, -23) and (4, 5). Determine the values of the constants a and b. y = ax^2 + bx + 13 -23 = a(-3)^2 + b(-3) + 13 -23 = 9a - 3b + 13 -23 - 13 = 9a - 3b -36 = 9a - 3b y = ax^2 + bx + 13 (4,5) 5 = a(4)^2 + b(4) + 13 5 = 16a + 4b + 13 5 - 13 = 16a + 4b -8 = 16a + 4b { 9a - 3b = -36 16a + 4b = -8

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: Once the constant term is fixed, the graph passing through two points gives you two linear equations in aa and bb. The algebra is routine, but the setup has to be exact.

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).

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

23=a(3)2+b(3)+13-23=a(-3)^2+b(-3)+13 23=9a3b+13-23=9a-3b+13 36=9a3b-36=9a-3b

So we get

9a3b=369a-3b=-36

Step 2: 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 8=16a+4b-8=16a+4b

So we get

16a+4b=816a+4b=-8

Step 3: Solve the system

Divide the first equation by 3:

3ab=123a-b=-12

Divide the second equation by 4:

4a+b=24a+b=-2

Now add the equations:

7a=147a=-14 a=2a=-2

Substitute into 4a+b=24a+b=-2:

4(2)+b=24(-2)+b=-2 8+b=2-8+b=-2 b=6b=6

Final answer

a=2, b=6\boxed{a=-2,\ b=6}

A quick check is worth doing:

y=2x2+6x+13y=-2x^2+6x+13

At x=3x=-3:

y=2(9)18+13=23y=-2(9)-18+13=-23

At x=4x=4:

y=2(16)+24+13=5y=-2(16)+24+13=5

Both points fit.


Pitfalls the pros know 👇 Do not mix up the two substitutions. A small sign error in 3b-3b or 2313-23-13 can throw the whole system off. Also, remember the constant term is already built in as 1313, so there is no need to solve for it.

What if the problem changes? If the question had used three points instead of two, you could still set up a system, but the extra point would act as a check. If the constant term were unknown as well, you would need three independent equations to solve for aa, bb, and cc.

Tags: system of equations, quadratic coefficients, substitution

FAQ

How do you find a and b from two points on a quadratic?

Substitute each point into y=ax^2+bx+c to create two equations, then solve the system for a and b.

Why should I check the answers after solving?

A quick check confirms that both points satisfy the equation and helps catch sign errors.

chat