Q. 74

Question

Curve Fitting Find the function y=ax2+bx+c whose graph contains the points 1,-1,3,-1 and -2,14.

Step-by-Step Solution

Verified
Answer

The graph is



1Step 1 : Given information

The given points are 1,-1,3,-1 and -2,14.

2Step 2 : Application

We require that the three points satisfy the equation y=ax2+bx+c.

For the point 1,-1 :

-1=a12+b1+c-1=a+b+c

For the point  3,-1:

-1=a32+b3+c-1=9a+3b+c

For the point -2,14:

14=a-22+b-2+c14=4a-2b+c

Now, determine a, b and c so that each equation is satisfied.

Solve the following system of three equations containing three variables:

a+b+c=-1 ...(1)9a+3b+c=-1 ...(2)4a-2b+c=14 ...(3)

3Step 3 : Solve the equations

From equation (1) and (2),

(-)a+b+c=-19a+3b+c=-1-8a-2b=0

-8a=2bb=-4a ...(4)

From equation (2) and equation (3),

(-)9a+3b+c=-14a-2b+c=145a+5b=-15

a+b=-3 ...(5)

Substituting value of b in the equation (5),

a-4a=-3-3a=-3a=1

From equation (4),

  b=-41b=-4

Substituting values of a and b in the equation (1),

1-4+c=-1c=2

So, the quadratic function whose graph contains the points 1,-1,3,-1 and -2,14 is

y=x2-4x+2

This is the equation of the curve.

4Step 4 : Drawing curve

The graph will be