Least-Squares fitting of King's Equation

  • Thread starter Thread starter BowlingSuperior
  • Start date Start date
  • Tags Tags
    Fitting
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
BowlingSuperior
Messages
2
Reaction score
0

Homework Statement


A hot wire is placed in a region of mass air flow. There is a current on the wire causing it (wire) to heat up. The current is regulated such that the wire temperature is constant.

Measurement of current on the wire is related to the mass airflow by King's Equation.

The goal is to perform a least-squares solution of measured data in order to determine coefficients of Kings equation.


Homework Equations



King's Equation: output = a + b * flow ^c

with a, b, and c coefficients to be determined.


The Attempt at a Solution



Solve equation using linear least-squares. Problem is the flow raised to the "c" coefficient. Linearization of the equation *may* be the answer? Otherwise using something like Levenberg-Marquardt's non-linear method?
 
Physics news on Phys.org
Yep, it's a non-linear problem. Solution method depends on how many data points you have. If it is 3, then you could solve using linearization (Newton Raphson perhaps, see link in my footer). But if you have a least squares situation (i.e n > 3), then non-linear least squares using Levenberg-Marquardt would be perfectly applicable (also see link in my footer).:smile:
 
hotvette said:
Yep, it's a non-linear problem. Solution method depends on how many data points you have. If it is 3, then you could solve using linearization (Newton Raphson perhaps, see link in my footer). But if you have a least squares situation (i.e n > 3), then non-linear least squares using Levenberg-Marquardt would be perfectly applicable (also see link in my footer).:smile:

Thanks for the feedback and confirmation!

BTW - what software package did you use to generate the 2-page tutorials? They look excellent!

- Bruce
 
BowlingSuperior said:
what software package did you use to generate the 2-page tutorials? They look excellent!

- Bruce

Thanks! I used Excel, Powerpoint, and a bit-map capture utility.