Content deleted Content added
mNo edit summary |
Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 22:
To find the slope of the plot, two points are selected on the ''x''-axis, say ''x''<sub>1</sub> and ''x''<sub>2</sub>. Using the above equation:
:<math> \log[F (x_1)] = m \log (x_1) + b
and
:<math> \
The slope ''m'' is found taking the difference:
:<math> m = \frac { \
where ''F''<sub>1</sub> is shorthand for ''F''
:<math> \log(x_1/x_2) = -\log(x_2/x_1).
=== Finding the function from the log–log plot ===
The above procedure now is reversed to find the form of the function ''F''(''x'') using its (assumed) known log–log plot. To find the function ''F'', pick some ''fixed point'' (''x''<sub>0</sub>, ''F''<sub>0</sub>), where ''F''<sub>0</sub> is shorthand for ''F''(''x''<sub>0</sub>), somewhere on the straight line in the above graph, and further some other ''arbitrary point'' (''x''<sub>1</sub>, ''F''<sub>1</sub>) on the same graph. Then from the slope formula above:
which leads to
Notice that 10<sup>log<sub>10</sub>(''F''<sub>1</sub>)</sup> = ''F''<sub>1</sub>. Therefore, the logs can be inverted to find:
Line 51:
or
: <math>F_1 = \frac{F_0}{x_0^m}
which means that
Line 58:
In other words, ''F'' is proportional to ''x'' to the power of the slope of the straight line of its log–log graph. Specifically, a straight line on a log–log plot containing points (''F''<sub>0</sub>, ''x''<sub>0</sub>) and (''F''<sub>1</sub>, ''x''<sub>1</sub>) will have the function:
:<math> F(x) = {F_0}\left(\frac{x}{x_0} \right)^\frac {\log (F_1/F_0)}{\log(x_1/x_0)}, </math>
Of course, the inverse is true too: any function of the form
Line 79:
: <math> \mathrm{constant} = \frac{F_0}{x_0^m} </math>
Substituting back into the integral, you find that for A over ''x''<sub>0</sub> to ''x''<sub>1</sub>
: <math> A = \frac{F_0/x_0^m}{m+1}\cdot (x_1^{m+1}-x_0^{m+1}) </math>
Line 89:
Therefore: <math> A = \frac{F_0}{m+1} \cdot \left[x_1 \cdot \left(\frac {x_1}{x_0}\right)^m - x_0\right] </math>
For ''m'' = −1, the integral becomes <math display="block"> A_{(m=-1)} = \int_{x_0}^{x_1} F(x) = \int_{x_0}^{x_1} \frac {\mathrm{constant}}{x} = \frac{F_0}{x_0^{-1}} \int_{x_0}^{x_1} \frac {1}{x} = F_0 \cdot x_0 \cdot \ln x: [x_0,x_1] </math>
: <math> A_{(m=-1)} = F_0 \cdot x_0 \cdot \ln \frac{x_1}{x_0}</math>
|