Prove 3 distinct points lying on the some curve

  • Thread starter Thread starter zohapmkoftid
  • Start date Start date
  • Tags Tags
    Curve Points
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
zohapmkoftid
Messages
27
Reaction score
1

Homework Statement



Given points (p1, q1), (p2, q2), (p3, q3) in the plane with p1, p2, p3 distinct, show that they lie on some curve with equation y = a + bx + cx2.

It should be related to matrix but I have no idea about this question. Could anyone help? Thanks!

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
One way to examine this question is given these three point you could find out, what a,b, and c is satisfied for this equation. So you know that:
[tex] \begin{array}{ccc}<br /> q_{1} & = & ap_{1}+bp_{1}+cp_{1} \\<br /> q_{2} & = & ap_{2}+bp_{2}+cp_{2} \\<br /> q_{3} & = & ap_{3}+bp_{3}+cp_{3} <br /> \end{array}[/tex]
This is a system of linear equations with unknowns a,b and c, the system can be solved via matrix methods.
 
Thanks for your help!
But I don't understand how the equation y = a + bx +cx2 can be transformed into the form y = ax + bx + cx
 
Because it can't. I made a typo, sorry! The equations should read:
[tex] \begin{array}{ccc}<br /> q_{1} & = & ap_{1}+bp_{1}+cp_{1}^{2} \\<br /> q_{2} & = & ap_{2}+bp_{2}+cp_{2}^{2} \\<br /> q_{3} & = & ap_{3}+bp_{3}+cp_{3}^{2} <br /> \end{array}[/tex]

Mat