Given three points (-1,-7) (1, -5) (2, -1) how do you write a quadratic function in standard form with the points?
Use the 3 points and the standard form
to write 3 simultaneous equations with the variables, a, b , and c and then solve the equations.
Write equation [2] as the first row of an Augmented Matrix :
#[ (1,-1,1,|,-7) ]#
Add a row corresponding to equation [3] to the augmented matrix:
#[ (1,-1,1,|,-7), (1,1,1,|,-5) ]#
Add a row corresponding to equation [4] to the augmented matrix:
#[ (1,-1,1,|,-7), (1,1,1,|,-5), (4,2,1,|,-1) ]#
Perform Elementary Row Operations on the matrix, until the left side becomes an Identity Matrix :
#[ (1,-1,1,|,-7), (0,2,0,|,2), (4,2,1,|,-1) ]#
#[ (1,-1,1,|,-7), (0,2,0,|,2), (0,6,-3,|,27) ]#
#[ (1,-1,1,|,-7), (0,1,0,|,1), (0,6,-3,|,27) ]#
#[ (1,0,1,|,-6), (0,1,0,|,1), (0,6,-3,|,27) ]#
#[ (1,0,1,|,-6), (0,1,0,|,1), (0,0,-3,|,21) ]#
#[ (1,0,1,|,-6), (0,1,0,|,1), (0,0,1,|,-7) ]#
#[ (1,0,0,|,1), (0,1,0,|,1), (0,0,1,|,-7) ]#
We have an identity matrix on the left, therefore, the solution is the column vector on the right:
check
by substituting in all 3 points.
This checks, therefore, equation [5] is the correct answer.
By signing up, you agree to our Terms of Service and Privacy Policy
To write a quadratic function in standard form using the given points ((-1,-7)), ((1, -5)), and ((2, -1)), you can use the general form of a quadratic function (y = ax^2 + bx + c) and substitute the coordinates of the points to form a system of equations. Then, solve the system to find the coefficients (a), (b), and (c).
-
Substitute the coordinates of the first point ((-1,-7)): (a(-1)^2 + b(-1) + c = -7)
-
Substitute the coordinates of the second point ((1, -5)): (a(1)^2 + b(1) + c = -5)
-
Substitute the coordinates of the third point ((2, -1)): (a(2)^2 + b(2) + c = -1)
Now, you have a system of three equations:
- (a - b + c = -7)
- (a + b + c = -5)
- (4a + 2b + c = -1)
Solve this system of equations to find the values of (a), (b), and (c), which will give you the quadratic function in standard form.
By signing up, you agree to our Terms of Service and Privacy Policy
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
- 98% accuracy study help
- Covers math, physics, chemistry, biology, and more
- Step-by-step, in-depth guides
- Readily available 24/7