Art of Problem Solving

Line: Difference between revisions

MCrawford (talk | contribs)
m capitalized "Cartesian"
MCrawford (talk | contribs)
started "See also" section
Line 5: Line 5:
=== Example Problem ===
=== Example Problem ===
* [[2006_AMC_10B_Problems/Problem_12 | 2006 AMC 10B Problem 12]]
* [[2006_AMC_10B_Problems/Problem_12 | 2006 AMC 10B Problem 12]]
== See also ==
* [[Linear]]

Revision as of 01:59, 4 August 2006

A line in the euclidean sense is defined as the shortest distance between two points. It is defined to be in 1 direction only, i.e. infinitely thin but also infinitely long. In the Cartesian coordinate system, it is usually described as an equation in x and y of the form $y=mx+b$, where m is the slope of the line and b is the y-intercept. Any two points define a line, and given specific $(x_1,y_1)$ $(x_2,y_2)$ one can solve for the line's equation.


Introductory

Example Problem


See also