Q. 73

Question

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

Step-by-Step Solution

Verified
Answer

The graph will be



1Step 1 : Given information

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

2Step 2 : Application

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

For the point 1,2 :

2=a12+b1+c

2=a+b+c

For the point -2,-7 :

-7=a-22+b-2+c

-7=4a-2b+c

For the point 2,-3:

-3=a22+b2+c

-3=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=2 ...(1)4a-2b+c=-7 ...(2)4a+2b+c=-3 ...(3)

3Step 3 : Solve the equations

Substracting equation (2) from equation (3),

4b=4

So, b=1

Adding equation (2) and equation (3),

8a+2c=-10 4a+c=-5 ...(4)

By equation (1)×2+equation(2),

6a+3c=-32a+c=-1 ...(5)

By substracting equation (5) and equation (4),

2a=-4a=-2

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

-2+1+c=2c=3

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

y=-2x2+x+3.

This is the equation of  the curve.

4Step 4 : Drawing curve

The graph will be