Posted by Caroline on Monday, January 12, 2009 at 4:48pm.
Given two points, x,y and X1,Y2, the distance between those points are
distance=sqrt((x-x1)^2 +(y-y2)^2 )
Perhaps from (x1,y1) to (x2,y2) ???
well, start at (x1,y1) and go right to (x2,y1)
you went (x2-x1) in the x direction
then turn straight up (a 90 degree turn up)
and proceed up to (x2,y2)
You went up a distance = (y2-y1)
NOW you have a right triangle and the hypotenuse, d, is the distance you want
d^2 = (x2-x1)^2 + (y2-y1)^2
so in the end
d = sqrt [ (x2-x1)^2 + (y2-y1)^2 ]
Related Questions
????Math Question????8th grade adv.math - Algebra! How is the distance formula ...
Finding a Formula, help please ! - Does anyone know the formula to find any ...
pre algebra - write an equation for the line through the given points or through...
Geometry - Okay, this is a problem that I've tried over ten times before ...
Algebra - Find a linear equation whose graph is the straight line with the given...
Precalculus - he distance between 2 points (x1,Y1) and (x2,y2) is given by d = ...
Linear Algebra - In 3-space, a plane abc is spanned by three points a, b, c. The...
Linear Equation in Two Variables - I have to take a college placement test and ...
Algebra II - If the distance from the point (5,k) to the line 8x - 15y + 8 + 0 ...
pre-algebra - I have two questions about finding the slope of a line. First ...
For Further Reading