The document discusses various techniques for fitting curves to data including linear regression, polynomial regression, and linearization of nonlinear relationships.
Linear regression finds the line that best fits a set of data points by minimizing the sum of the squared residuals. The normal equations are derived and solved to determine the slope and intercept. Polynomial regression extends this to find the best-fit polynomial curve through the data. An example shows fitting a second-order polynomial. Nonlinear relationships can sometimes be linearized by a transformation of variables to apply linear regression. Examples demonstrate applying these techniques.