Q. 55

Question

Find the quadratic function y=ax2+bx+c that passes through the three points (0,1),(1,0) and (-2,1)

Step-by-Step Solution

Verified
Answer

The quadratic function that passes though the points (0,1),(1,0),(-2,1) is 13x2+23x-1=0

1Step 1. Given

The points:

(0,1),(1,0),(-2,1)

A quadratic function:

ax2+bx+c=0

2Step 2. Substitute the first point in the given equation

For the point to pass through the function, the point must satisfy the function.

So for (0,1),

y=ax2+bx+c1=a(0)2+b(0)+cc=1

3Step 3. Substitute the second point in the given equation

Substitute the point (1,0) in the equation, we get

0=a(1)2+b(1)+c0=a+b+c

4Step 4. Substitute the third point in the given equation

Substitute the point (-2,1) in the equation, we get

1=a(-2)2+b(-2)+c1=4a-2b+c

5Step 5. Write the system of equations.

The system of equations are                  c=1    a+b+c=04a-2b+c=1

6Step 6. Substitute c = 1

By substituting c=1 in the second and third equations, we get,

a+b+1=0      a+b=-14a-2b+1=1      4a-2b=0

7Step 7 Solve the equation by substitution method.

Since 

a+b=-1      a=-1-b

Substitute a=-1-b in the above equation, we get,

             4a-2b=04(-1-b)-2b=0           -6b-4=0                 -6b=4                       b=-23

The value of b is -23

8Step 8. Find a

Substitute b=-23; c=1 in the equation,

         a+b+c=0a+(-23)+1=0            a+13=0                    a=-13

The value of a is -13

9Step 9. Find the equation

Substitute the values of a, b, c in the given equation, we get,

              ax2+bx+c=0-13x2+(-23x)+1=0          13x2+23x-1=0