How to find a quadratic equation from 3 points

avatarHatchellingCalm3 months ago
Best Answer
avatarTargetingDirt3 months ago

Easy peasy! Just plug your points into the standard quadratic equation formula ax^2 + bx + c = 0, and then solve the system of linear equations to find a, b, and c.

Win gift cards by playing fun games on Playbite!

Playbite

Playbite

Playbite

4.5 Star Rating(13.7k)
Silly Arrow
User avatarUser avatarUser avatarUser avatar

500k winners and counting...

More Answers

avatarBivouacingFirm3 months ago

Been there, done that! Take your three points (x1, y1), (x2, y2), (x3, y3), set up three equations in the form y = ax^2 + bx + c, solve for a, b, and c. Boom, quadratic equation found!


avatarBivouacingFirm3 months ago

You can use the matrix method to solve three simultaneous equations derived from your points. It's a bit heavy on math, but it works perfectly!


avatarWanderingFacet3 months ago

Why reinvent the wheel? Use the SymPy library in Python, it'll handle the algebra for you!


avatarSortyingSlag3 months ago

Forget the fancy stuff, just use a quadratic regression calculator online!

The brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.

Add an Answer