 
    
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>distance equation Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/distance-equation/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/distance-equation/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Sat, 14 May 2011 20:18:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Understanding the Distance Equation (Formula)</title>
		<link>https://complete-concrete-concise.com/mathematics/understanding-the-distance-equation-formula/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Sat, 14 May 2011 20:18:20 +0000</pubDate>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[distance equation]]></category>
		<category><![CDATA[distance formula]]></category>
		<category><![CDATA[pythagorean theorem]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/mathematics/understanding-the-distance-equation-formula</guid>

					<description><![CDATA[<p>If you want to find the distance between two points, the length of a line, or the magnitude of a vector then you use the distance formula, which usually looks something like this: This is just the Pythagorean Theorem, slightly rearranged. The solution to this problem shows how (with a few steps) it is possible [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/mathematics/understanding-the-distance-equation-formula/">Understanding the Distance Equation (Formula)</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>If you want to find the distance between two points, the length of a line, or the magnitude of a vector then you use the distance formula, which usually looks something like this:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-1.png" alt="" border="0" class="centered"></p>
<p>This is just the Pythagorean Theorem, slightly rearranged.</p>
<p>The solution to this problem shows how (with a few steps) it is possible to go from one mathematical problem (which we don&#8217;t know how to solve) into another problem that we know how to solve. In this case, a simple application of the Pythagorean Theorem.</p>
</div>
<p>If we have two points on a graph, how do we find the distance between them? </p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-1.png" alt="" border="0" class="centered">
</p>
<p>We can connect the two points with a line segment:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-2.png" alt="" border="0" class="centered"></p>
<p>This lets us see that</p>
<ol>
<li>the distance between two points</li>
<li>the length of a line segment connecting those two points </li>
<li>or the magnitude of a vector between those two points</li>
</ol>
<p>is the same.</p>
<div class="c2">
<p>A <b>vector</b> is just a line segment that has a direction. A vector has a start point (origin) and an end point. A line has no start point or end point &#8211; it just has two points. For example: the line segment could be <i>rising from left to right</i> or it could be <i>descending from right to left</i>.</p>
<p>A vector is often drawn as an arrow to indicate its direction.</p>
<p>The length of a vector is called its <b>magnitude</b></p>
</div>
<p>Adding one vertical and one horizontal line we make it a right angle triangle:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-3.png" alt="" border="0" class="centered"></p>
<p>The <i>line</i> we drew (the distance between the two points) is the <b>hypotenuse</b> of a right angle triangle.</p>
<p><p>From the Pythagorean Theorem, we know that the square of the length of the hypotenuse is equal to the sum of the squares of the lengths of the other two sides. As an equation:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-3.png" alt="" border="0" class="centered"></p>
<p>If we want to get the length of the hypotenuse, we take the square root:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-2.png" alt="" border="0" class="centered"></p>
<p>The length of A is the difference between the two x coordinates of the line segment. The length of B is the difference between the two y coordinates of the line segment. Mathematically we would write</p>
<p><i></p>
<p>A = |x<sub>2</sub> &#8211; x<sub>1</sub>|</i> (the length of A is the <b>absolute</b> value of the difference between x<sub>1</sub> and x<sub>2</sub>)</p>
<p><i></p>
<p>B = |y<sub>2</sub> &#8211; y<sub>1</sub>|</i> (the length of B is the <b>absolute</b> value of the difference between y<sub>1</sub> and y<sub>2</sub>)</p>
<p>Substituting those into the equation for the length of the <b>hypotenuse</b> we get:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-4.png" alt="" border="0" class="centered"></p>
<p>which is the equation we originally started with (ok, substitute a <i>d</i> for a <i>C</i>)</p>
<h2>The Distance Equation in Higher Dimensions</h2>
<div class="c1">
<p>The <i>distance equation</i> is not limited to two-dimensional space. It works equally well for points in three dimensional space or higher &#8211; all we have to do is add the square of the difference of the additional dimensional coordinates</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-5.png" alt="" border="0" class="centered"> </div>
<p>Given a cube, how would you calculate the distance between two points on opposite corners?</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-3d-2.png" alt="" border="0" class="centered"></p>
<p>We can draw (or imagine) a right angle triangle as we did for the graph:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-3d-3.png" alt="" border="0" class="centered"></p>
<p>We know the length of <b>A</b>, but we don&#8217;t know the length of <b>B</b>, so we are unable to find the length of <b>C</b>.</p>
<p>However, we can calculate the length of <b>B</b> by making it the hypotenuse of another right angle triangle with sides <b>a</b> and <b>b</b>:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-3d-4.png" alt="" border="0" class="centered"></p>
<p>We know the length of <b>a</b> and <b>b</b>, so we can calculate the length of <b>B</b>:<br />
<img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-6.png" alt="" border="0" class="centered"></p>
<p>Once we calculate the length of <b>B</b>, we can use the value of <b>B</b> in the original equation.</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-2.png" alt="" border="0" class="centered"></p>
<p>We can also insert the calculation of <b>B</b> into the original equation. We know that:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-6.png" alt="" border="0" class="centered"></p>
<p>that means:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-7.png" alt="" border="0" class="centered"></p>
<p>substituting it into the original equation we get:</p>
<p><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2011/05/understanding-distance-formula-equation-8.png" alt="" border="0" class="centered"></p>
<p>where <b>A</b>, <b>a</b>, and <b>b</b> are the coordinate differences (e.g. <i>x<sub>2</sub> &#8211; x<sub>1</sub></i>).</p>
<p>This scales for points in higher dimensional space. For each additional dimension, we have to do the calculation for one more right angle triangle.</p>

<p>The post <a href="https://complete-concrete-concise.com/mathematics/understanding-the-distance-equation-formula/">Understanding the Distance Equation (Formula)</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
