How Can Points on a Parabola Determine Its Equation Coefficients?

icesalmon
Messages
270
Reaction score
13

Homework Statement


The curve y = ax2 + bx + c passes through the points Q(x1,y1) R(x2,y2), S(x3,y3). Show that the coefficients a, b, and c are a solution of the system of linear equations whose augmented matrix is x12 + x1 + 1 = y1
x22 + x2 + 1 = y2 x32 + x3 + 1 = y3

Homework Equations


The Attempt at a Solution



I don't know where to start, I tried creating linear equations using the points Q, R, and S and the point slope formula. but it got messy. This is from Anton's 10th edition of Linear Algebra with applications pg. 10
 
Physics news on Phys.org
To check if something is a solutions means:
substitute the solution in the system and check that the LHS equals the RHS.
 
icesalmon said:

Homework Statement


The curve y = ax2 + bx + c passes through the points Q(x1,y1) R(x2,y2), S(x3,y3). Show that the coefficients a, b, and c are a solution of the system of linear equations whose augmented matrix is x12 + x1 + 1 = y1
x22 + x2 + 1 = y2 x32 + x3 + 1 = y3

What you have written isn't a matrix, so that isn't the form you are looking for.

Homework Equations


The Attempt at a Solution



I don't know where to start, I tried creating linear equations using the points Q, R, and S and the point slope formula. but it got messy. This is from Anton's 10th edition of Linear Algebra with applications pg. 10

You don't need the point slope form. Just write the three equations given by requiring the points ##(x_1,y_1),\,(x_2,y_2),\, (x_3,y_3)## satisfy the equation ##ax^2+bx+c = y## and think about these three equations in the three unknowns ##a,b,c##. What do you get for their augmented matrix?

P.S. That system in ##a,b,c## will not be a non-linear system.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top