How do I solve for x in a second-order polynomial trend?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have instrument calibration data that is best characterized as quadratic- I
need to back-calculate for an adjusted point, using the basic formula y= ax^2
+ bx + c.

I'm horrible at formulae in excel!
 
You could use Goal Seek to find X, given Y, or you could use the standard
quadratic equation solution (-B +/- SQRT(B^2-4*A*C))/(2*A)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top