Simple linear regression is a linear regression in which there is only one covariate (predictor variable).
Simple linear regression is used in situations where we wish to look at the linear relationship between to variables. One example could be the relationship between muscle strength and lean body mass. Another way to put it is that simple linear regression is used to develop an equation by which we can predict or estimate a dependent variable given an independent variable.
The regression equation is given by
Y = a + bX
Where Y is the dependent variable, a is the y intercept, b is the gradient or slope of the line and X is independent variable.
The linear relationship between the two variables (i.e. dependent and independent) can be measured using a correlation coefficient e.g. Pearson product moment correlation coefficient