Graphical Analysis Basics
Graphical analysis extracts physical relationships from data. If your data doesn't linearise as expected, your assumed model may be wrong.
Plotting conventions:
- Independent variable on , dependent on .
- Label axes with quantity, symbol, and units (e.g., Force (N)).
- Include error bars for measurement uncertainty.
Linearisation transforms non-linear laws into straight lines:
| Law | Plot | Slope |
|---|---|---|
| vs | ||
| vs | ||
| vs | ||
| vs |
Common pitfall: Fitting a curve proves little; enough parameters fit anything. Linearise so theory predicts a straight line, then check residuals. Structure in residuals means the model is wrong.
Least-Squares Fitting
A best-fit line minimises squared residuals using the least-squares fit formula:
Here, and are data points, and is uncertainty.
Reduced chi-squared is defined as , where is the number of fit parameters. A good fit yields .
The correlation coefficient quantifies fit quality, where 1 is perfect and 0 is none.
Pitfall: A poor fit or poor may indicate systematic errors or an incorrect theoretical model.