Slope
Template:Short description Template:About
In mathematics, the slope or gradient of a line is a number that describes the direction of the line on a plane.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Often denoted by the letter m, slope is calculated as the ratio of the vertical change to the horizontal change ("rise over run") between two distinct points on the line, giving the same number for any choice of points.
The line may be physical – as set by a road surveyor, pictorial as in a diagram of a road or roof, or abstract. An application of the mathematical concept is found in the grade or gradient in geography and civil engineering.
The steepness, incline, or grade of a line is the absolute value of its slope: greater absolute value indicates a steeper line. The line trend is defined as follows:
- An "increasing" or "ascending" line goes Template:Em from left to right and has positive slope: <math>m>0</math>.
- A "decreasing" or "descending" line goes Template:Em from left to right and has negative slope: <math>m<0</math>.
Special directions are:
- A "(square) diagonal" line has unit slope: <math>m=1</math>
- A "horizontal" line (the graph of a constant function) has zero slope: <math>m=0</math>.
- A "vertical" line has undefined or infinite slope (see below).
If two points of a road have altitudes y1 and y2, the rise is the difference (y2 − y1) = Δy. Neglecting the Earth's curvature, if the two points have horizontal distance x1 and x2 from a fixed point, the run is (x2 − x1) = Δx. The slope between the two points is the difference ratio:
- <math>m=\frac{\Delta y}{\Delta x} = \frac{y_2-y_1}{x_2-x_1}.</math>
Through trigonometry, the slope m of a line is related to its angle of inclination θ by the tangent function
- <math>m = \tan (\theta).</math>
Thus, a 45° rising line has slope m = +1, and a 45° falling line has slope m = −1.
Generalizing this, differential calculus defines the slope of a plane curve at a point as the slope of its tangent line at that point. When the curve is approximated by a series of points, the slope of the curve may be approximated by the slope of the secant line between two nearby points. When the curve is given as the graph of an algebraic expression, calculus gives formulas for the slope at each point. Slope is thus one of the central ideas of calculus and its applications to design.
NotationEdit
There seems to be no clear answer as to why the letter m is used for slope, but it first appears in English in O'Brien (1844)<ref>Template:Citation</ref> who introduced the equation of a line as Template:Nobreak, and it can also be found in Todhunter (1888)<ref>Template:Citation</ref> who wrote "y = mx + c".<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
DefinitionEdit
The slope of a line in the plane containing the x and y axes is generally represented by the letter m,<ref>An early example of this convention can be found in Template:Cite book</ref> and is defined as the change in the y coordinate divided by the corresponding change in the x coordinate, between two distinct points on the line. This is described by the following equation:
- <math>m = \frac{\Delta y}{\Delta x} = \frac{\text{vertical} \, \text{change} }{\text{horizontal} \, \text{change} }= \frac{\text{rise}}{\text{run}}.</math>
(The Greek letter delta, Δ, is commonly used in mathematics to mean "difference" or "change".)
Given two points <math>(x_1,y_1)</math> and <math>(x_2,y_2)</math>, the change in <math>x</math> from one to the other is <math>x_2-x_1</math> (run), while the change in <math>y</math> is <math>y_2-y_1</math> (rise). Substituting both quantities into the above equation generates the formula:
- <math>m = \frac{y_2 - y_1}{x_2 - x_1}.</math>
The formula fails for a vertical line, parallel to the <math>y</math> axis (see Division by zero), where the slope can be taken as infinite, so the slope of a vertical line is considered undefined.
ExamplesEdit
Suppose a line runs through two points: P = (1, 2) and Q = (13, 8). By dividing the difference in <math>y</math>-coordinates by the difference in <math>x</math>-coordinates, one can obtain the slope of the line:
- <math>m = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1} = \frac{(8 - 2)}{(13 - 1)} = \frac{6}{12} = \frac{1}{2}.</math>
- Since the slope is positive, the direction of the line is increasing. Since |m| < 1, the incline is not very steep (incline < 45°).
As another example, consider a line which runs through the points (4, 15) and (3, 21). Then, the slope of the line is
- <math>m = \frac{ 21 - 15}{3 - 4} = \frac{6}{-1} = -6.</math>
- Since the slope is negative, the direction of the line is decreasing. Since |m| > 1, this decline is fairly steep (decline > 45°).
Algebra and geometryEdit
ExamplesEdit
For example, consider a line running through points (2,8) and (3,20). This line has a slope, Template:Math, of
- <math>\frac {(20 - 8)}{(3 - 2)} = 12. </math>
One can then write the line's equation, in point-slope form:
- <math>y - 8 = 12(x - 2) = 12x - 24. </math>
or:
- <math>y = 12x - 16. </math>
The angle θ between −90° and 90° that this line makes with the Template:Math-axis is
- <math>\theta = \arctan(12) \approx 85.2^{\circ} .</math>
Consider the two lines: Template:Math and Template:Math. Both lines have slope Template:Math. They are not the same line. So they are parallel lines.
Consider the two lines Template:Math and Template:Math. The slope of the first line is Template:Math. The slope of the second line is Template:Math. The product of these two slopes is −1. So these two lines are perpendicular.
StatisticsEdit
In statistics, the gradient of the least-squares regression best-fitting line for a given sample of data may be written as:
- <math>m = \frac{rs_y}{s_x}</math>,
This quantity m is called as the regression slope for the line <math>y=mx+c</math>. The quantity <math>r</math> is Pearson's correlation coefficient, <math>s_y</math> is the standard deviation of the y-values and <math>s_x</math> is the standard deviation of the x-values. This may also be written as a ratio of covariances:<ref>Template:Cite book</ref>
- <math>m = \frac{\operatorname{cov}(Y,X)}{\operatorname{cov}(X,X)}</math>
CalculusEdit
The concept of a slope is central to differential calculus. For non-linear functions, the rate of change varies along the curve. The derivative of the function at a point is the slope of the line tangent to the curve at the point and is thus equal to the rate of change of the function at that point.
If we let Δx and Δy be the distances (along the x and y axes, respectively) between two points on a curve, then the slope given by the above definition,
- <math>m = \frac{\Delta y}{\Delta x}</math>,
is the slope of a secant line to the curve. For a line, the secant between any two points is the line itself, but this is not the case for any other type of curve.
For example, the slope of the secant intersecting y = x2 at (0,0) and (3,9) is 3. (The slope of the tangent at Template:Nowrap is also 3 − a consequence of the mean value theorem.)
By moving the two points closer together so that Δy and Δx decrease, the secant line more closely approximates a tangent line to the curve, and as such the slope of the secant approaches that of the tangent. Using differential calculus, we can determine the limit, or the value that Δy/Δx approaches as Δy and Δx get closer to zero; it follows that this limit is the exact slope of the tangent. If y is dependent on x, then it is sufficient to take the limit where only Δx approaches zero. Therefore, the slope of the tangent is the limit of Δy/Δx as Δx approaches zero, or dy/dx. We call this limit the derivative.
- <math>\frac{\mathrm dy}{\mathrm dx} = \lim_{\Delta x \to 0}\frac{\Delta y}{\Delta x}</math>
The value of the derivative at a specific point on the function provides us with the slope of the tangent at that precise location. For example, let y = x2. A point on this function is (−2,4). The derivative of this function is Template:Nowrap. So the slope of the line tangent to y at (−2,4) is Template:Nowrap. The equation of this tangent line is: Template:Nowrap or Template:Nowrap.
Difference of slopesEdit
An extension of the idea of angle follows from the difference of slopes. Consider the shear mapping
- <math>(u,v) = (x,y) \begin{pmatrix}1 & v \\ 0 & 1 \end{pmatrix}.</math>
Then <math>(1,0)</math> is mapped to <math>(1,v)</math>. The slope of <math>(1,0)</math> is zero and the slope of <math>(1,v)</math> is <math>v</math>. The shear mapping added a slope of <math>v</math>. For two points on <math>\{(1,y):y\in\R\}</math> with slopes <math>m</math> and <math>n</math>, the image
- <math>(1,y)\begin{pmatrix}1 & v \\ 0 & 1\end{pmatrix} = (1, y + v)</math>
has slope increased by <math>v</math>, but the difference <math>n-m</math> of slopes is the same before and after the shear. This invariance of slope differences makes slope an angular invariant measure, on a par with circular angle (invariant under rotation) and hyperbolic angle, with invariance group of squeeze mappings.<ref>Template:Cite journal</ref><ref>Template:Wikibooks-inline</ref>
Slope (pitch) of a roofEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} The slope of a roof, traditionally and commonly called the roof pitch, in carpentry and architecture in the US is commonly described in terms of integer fractions of one foot (geometric tangent, rise over run), a legacy of British imperial measure. Other units are in use in other locales, with similar conventions. For details, see roof pitch.
Slope of a road or railwayEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} There are two common ways to describe the steepness of a road or railroad. One is by the angle between 0° and 90° (in degrees), and the other is by the slope in a percentage. See also steep grade railway and rack railway.
The formulae for converting a slope given as a percentage into an angle in degrees and vice versa are:
- <math>\text{angle} = \arctan \left( \frac{\text{slope}}{100\%} \right)</math> (this is the inverse function of tangent; see trigonometry)
and
- <math>\mbox{slope} = 100\% \times \tan( \mbox{angle}),</math>
where angle is in degrees and the trigonometric functions operate in degrees. For example, a slope of 100% or 1000‰ is an angle of 45°.
A third way is to give one unit of rise in say 10, 20, 50 or 100 horizontal units, e.g. 1:10. 1:20, 1:50 or 1:100 (or "1 in 10", "1 in 20", etc.) 1:10 is steeper than 1:20. For example, steepness of 20% means 1:5 or an incline with angle 11.3°.
Roads and railways have both longitudinal slopes and cross slopes.
- Nederlands verkeersbord J6.svg
Slope warning sign in the Netherlands
- PL road sign A-23.svg
Slope warning sign in Poland
- Skloník-klesání.jpg
A 1371-meter distance of a railroad with a 20‰ slope. Czech Republic
- Railway gradient post.jpg
Steam-age railway gradient post indicating a slope in both directions at Meols railway station, United Kingdom
Other usesEdit
The concept of a slope or gradient is also used as a basis for developing other applications in mathematics:
- Gradient descent, a first-order iterative optimization algorithm for finding the minimum of a function
- Gradient theorem, theorem that a line integral through a gradient field can be evaluated by evaluating the original scalar field at the endpoints of the curve
- Gradient method, an algorithm to solve problems with search directions defined by the gradient of the function at the current point
- Conjugate gradient method, an algorithm for the numerical solution of particular systems of linear equations
- Nonlinear conjugate gradient method, generalizes the conjugate gradient method to nonlinear optimization
- Stochastic gradient descent, iterative method for optimizing a differentiable objective function
See alsoEdit
- Euclidean distance
- Grade
- Inclined plane
- Linear function
- Line of greatest slope
- Mediant
- Slope definitions
- Theil–Sen estimator, a line with the median slope among a set of sample points
ReferencesEdit
External linksEdit
- {{#invoke:citation/CS1|citation
|CitationClass=web }} interactive