Post Reply 
Finding quadratic function from two points and known max value
08-31-2017, 05:31 PM
Post: #6
RE: Finding quadratic function from two points and known max value
Yup, right on the money. Just find b with "b = (x2 * sqrt((c - y1)/(c - y2)) + x1) / (sqrt((c - y1)/(c - y2)) + 1)", then find a with "a = (c - y1)/(x1 - b)^2". Then you've got your a, b, and c for the vertex form, and you can calculate y values. Thanks Nigel.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Finding quadratic function from two points and known max value - Dave Britten - 08-31-2017 05:31 PM



User(s) browsing this thread: 1 Guest(s)