(High School Vectors) Distance between Parallel Lines












1














Given $2$ lines
$$L_1 : r = (1, 2, 3) + lambda (1, 2, 1.5)\
L_2 : r = (4, 0, -1) + mu (2, 4, 3)$$



Are parallel to each other with points $A(1, 2, 3)$ and $B(4, 0, -1)$.
Determine the distance between the two lines.





Method 1: distance from a point B to line L1



$AB(to) = OB(to) - OA(to) = (3, -2, -4)$



the distance is
$$frac{|(3, -2, -4) times (1, 2, 1.5) |}{sqrt{1 + 4 + 2.25}}= 4.716$$





Method 2: foot of perpendicular



Let foot of perpendicular of $A$ on $L2$ be $F$



$$OF(→) = (4+2mu, 4mu, -1+3mu) text{ for some }muinmathbb R\
AF(→) = (3+2mu, 4mu-2, -4+3mu) $$
Since $AF$ perpendicular to $L2$ :
$$(3+2mu, 4mu-2, -4+3mu) cdot (2, 4, 3) = 0\
μ = frac{14}{29}\
AF(to) = left(frac{115}{29}, frac{56}{29}, -frac{74}{29}right)\
|AF(to)| = 5.095$$



Method 3: Length of projection and Pythagoras Theorem



Length of projection of vector $vec{AB}$ onto $L_1$:



$$frac{|(3, -2, -4)cdot (1, 2, 1.5)|}{sqrt{1 + 4 + 2.25}} = 2.90065391$$



Length of $vec{AB} = | (3, -2, -4) |$.



Distance between two lines by Pythagoras theorem:



$$sqrt{| (3, -2, -4) |^2 - 2.90065391^2 } = 4.537237 . $$



Why do I get different answers for methods? I believe the three methods are correct.










share|cite|improve this question
























  • Why would anyone downvote this question and want to close it? It's a perfectly legitimate question, OP is confused about a mathematical topic and wants help. It could use some latex, but that's hardly a reason to close it...
    – 5xum
    Sep 13 '15 at 8:54


















1














Given $2$ lines
$$L_1 : r = (1, 2, 3) + lambda (1, 2, 1.5)\
L_2 : r = (4, 0, -1) + mu (2, 4, 3)$$



Are parallel to each other with points $A(1, 2, 3)$ and $B(4, 0, -1)$.
Determine the distance between the two lines.





Method 1: distance from a point B to line L1



$AB(to) = OB(to) - OA(to) = (3, -2, -4)$



the distance is
$$frac{|(3, -2, -4) times (1, 2, 1.5) |}{sqrt{1 + 4 + 2.25}}= 4.716$$





Method 2: foot of perpendicular



Let foot of perpendicular of $A$ on $L2$ be $F$



$$OF(→) = (4+2mu, 4mu, -1+3mu) text{ for some }muinmathbb R\
AF(→) = (3+2mu, 4mu-2, -4+3mu) $$
Since $AF$ perpendicular to $L2$ :
$$(3+2mu, 4mu-2, -4+3mu) cdot (2, 4, 3) = 0\
μ = frac{14}{29}\
AF(to) = left(frac{115}{29}, frac{56}{29}, -frac{74}{29}right)\
|AF(to)| = 5.095$$



Method 3: Length of projection and Pythagoras Theorem



Length of projection of vector $vec{AB}$ onto $L_1$:



$$frac{|(3, -2, -4)cdot (1, 2, 1.5)|}{sqrt{1 + 4 + 2.25}} = 2.90065391$$



Length of $vec{AB} = | (3, -2, -4) |$.



Distance between two lines by Pythagoras theorem:



$$sqrt{| (3, -2, -4) |^2 - 2.90065391^2 } = 4.537237 . $$



Why do I get different answers for methods? I believe the three methods are correct.










share|cite|improve this question
























  • Why would anyone downvote this question and want to close it? It's a perfectly legitimate question, OP is confused about a mathematical topic and wants help. It could use some latex, but that's hardly a reason to close it...
    – 5xum
    Sep 13 '15 at 8:54
















1












1








1


0





Given $2$ lines
$$L_1 : r = (1, 2, 3) + lambda (1, 2, 1.5)\
L_2 : r = (4, 0, -1) + mu (2, 4, 3)$$



Are parallel to each other with points $A(1, 2, 3)$ and $B(4, 0, -1)$.
Determine the distance between the two lines.





Method 1: distance from a point B to line L1



$AB(to) = OB(to) - OA(to) = (3, -2, -4)$



the distance is
$$frac{|(3, -2, -4) times (1, 2, 1.5) |}{sqrt{1 + 4 + 2.25}}= 4.716$$





Method 2: foot of perpendicular



Let foot of perpendicular of $A$ on $L2$ be $F$



$$OF(→) = (4+2mu, 4mu, -1+3mu) text{ for some }muinmathbb R\
AF(→) = (3+2mu, 4mu-2, -4+3mu) $$
Since $AF$ perpendicular to $L2$ :
$$(3+2mu, 4mu-2, -4+3mu) cdot (2, 4, 3) = 0\
μ = frac{14}{29}\
AF(to) = left(frac{115}{29}, frac{56}{29}, -frac{74}{29}right)\
|AF(to)| = 5.095$$



Method 3: Length of projection and Pythagoras Theorem



Length of projection of vector $vec{AB}$ onto $L_1$:



$$frac{|(3, -2, -4)cdot (1, 2, 1.5)|}{sqrt{1 + 4 + 2.25}} = 2.90065391$$



Length of $vec{AB} = | (3, -2, -4) |$.



Distance between two lines by Pythagoras theorem:



$$sqrt{| (3, -2, -4) |^2 - 2.90065391^2 } = 4.537237 . $$



Why do I get different answers for methods? I believe the three methods are correct.










share|cite|improve this question















Given $2$ lines
$$L_1 : r = (1, 2, 3) + lambda (1, 2, 1.5)\
L_2 : r = (4, 0, -1) + mu (2, 4, 3)$$



Are parallel to each other with points $A(1, 2, 3)$ and $B(4, 0, -1)$.
Determine the distance between the two lines.





Method 1: distance from a point B to line L1



$AB(to) = OB(to) - OA(to) = (3, -2, -4)$



the distance is
$$frac{|(3, -2, -4) times (1, 2, 1.5) |}{sqrt{1 + 4 + 2.25}}= 4.716$$





Method 2: foot of perpendicular



Let foot of perpendicular of $A$ on $L2$ be $F$



$$OF(→) = (4+2mu, 4mu, -1+3mu) text{ for some }muinmathbb R\
AF(→) = (3+2mu, 4mu-2, -4+3mu) $$
Since $AF$ perpendicular to $L2$ :
$$(3+2mu, 4mu-2, -4+3mu) cdot (2, 4, 3) = 0\
μ = frac{14}{29}\
AF(to) = left(frac{115}{29}, frac{56}{29}, -frac{74}{29}right)\
|AF(to)| = 5.095$$



Method 3: Length of projection and Pythagoras Theorem



Length of projection of vector $vec{AB}$ onto $L_1$:



$$frac{|(3, -2, -4)cdot (1, 2, 1.5)|}{sqrt{1 + 4 + 2.25}} = 2.90065391$$



Length of $vec{AB} = | (3, -2, -4) |$.



Distance between two lines by Pythagoras theorem:



$$sqrt{| (3, -2, -4) |^2 - 2.90065391^2 } = 4.537237 . $$



Why do I get different answers for methods? I believe the three methods are correct.







vectors






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 20 '18 at 9:23

























asked Sep 13 '15 at 8:39









NetUser5y62

391114




391114












  • Why would anyone downvote this question and want to close it? It's a perfectly legitimate question, OP is confused about a mathematical topic and wants help. It could use some latex, but that's hardly a reason to close it...
    – 5xum
    Sep 13 '15 at 8:54




















  • Why would anyone downvote this question and want to close it? It's a perfectly legitimate question, OP is confused about a mathematical topic and wants help. It could use some latex, but that's hardly a reason to close it...
    – 5xum
    Sep 13 '15 at 8:54


















Why would anyone downvote this question and want to close it? It's a perfectly legitimate question, OP is confused about a mathematical topic and wants help. It could use some latex, but that's hardly a reason to close it...
– 5xum
Sep 13 '15 at 8:54






Why would anyone downvote this question and want to close it? It's a perfectly legitimate question, OP is confused about a mathematical topic and wants help. It could use some latex, but that's hardly a reason to close it...
– 5xum
Sep 13 '15 at 8:54












1 Answer
1






active

oldest

votes


















3














The vector $AF$ should be $$left(frac{115}{29}, -frac{2}{29}, -frac{74}{29}right)$$



This vector has a norm of approximately $4.716$ which is what you hot with method 1.



Your steps were correct up to the point where you inserted $mu$ into the formula



$$AF = (3+2mu, 4mu - 2, -4+3mu)$$



since



$$3+2cdot frac{14}{29} = frac{87 + 28}{29} = frac{115}{29}\
4cdot frac{14}{29} - 2 = frac{56 - 58}{29} = -frac{2}{29}\
-4+3cdotfrac{14}{29} = frac{-116 + 42}{29} = -frac{74}{29}$$






share|cite|improve this answer























  • @GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
    – 5xum
    Sep 13 '15 at 9:46










  • @GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
    – 5xum
    Sep 13 '15 at 11:53











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1433256%2fhigh-school-vectors-distance-between-parallel-lines%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









3














The vector $AF$ should be $$left(frac{115}{29}, -frac{2}{29}, -frac{74}{29}right)$$



This vector has a norm of approximately $4.716$ which is what you hot with method 1.



Your steps were correct up to the point where you inserted $mu$ into the formula



$$AF = (3+2mu, 4mu - 2, -4+3mu)$$



since



$$3+2cdot frac{14}{29} = frac{87 + 28}{29} = frac{115}{29}\
4cdot frac{14}{29} - 2 = frac{56 - 58}{29} = -frac{2}{29}\
-4+3cdotfrac{14}{29} = frac{-116 + 42}{29} = -frac{74}{29}$$






share|cite|improve this answer























  • @GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
    – 5xum
    Sep 13 '15 at 9:46










  • @GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
    – 5xum
    Sep 13 '15 at 11:53
















3














The vector $AF$ should be $$left(frac{115}{29}, -frac{2}{29}, -frac{74}{29}right)$$



This vector has a norm of approximately $4.716$ which is what you hot with method 1.



Your steps were correct up to the point where you inserted $mu$ into the formula



$$AF = (3+2mu, 4mu - 2, -4+3mu)$$



since



$$3+2cdot frac{14}{29} = frac{87 + 28}{29} = frac{115}{29}\
4cdot frac{14}{29} - 2 = frac{56 - 58}{29} = -frac{2}{29}\
-4+3cdotfrac{14}{29} = frac{-116 + 42}{29} = -frac{74}{29}$$






share|cite|improve this answer























  • @GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
    – 5xum
    Sep 13 '15 at 9:46










  • @GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
    – 5xum
    Sep 13 '15 at 11:53














3












3








3






The vector $AF$ should be $$left(frac{115}{29}, -frac{2}{29}, -frac{74}{29}right)$$



This vector has a norm of approximately $4.716$ which is what you hot with method 1.



Your steps were correct up to the point where you inserted $mu$ into the formula



$$AF = (3+2mu, 4mu - 2, -4+3mu)$$



since



$$3+2cdot frac{14}{29} = frac{87 + 28}{29} = frac{115}{29}\
4cdot frac{14}{29} - 2 = frac{56 - 58}{29} = -frac{2}{29}\
-4+3cdotfrac{14}{29} = frac{-116 + 42}{29} = -frac{74}{29}$$






share|cite|improve this answer














The vector $AF$ should be $$left(frac{115}{29}, -frac{2}{29}, -frac{74}{29}right)$$



This vector has a norm of approximately $4.716$ which is what you hot with method 1.



Your steps were correct up to the point where you inserted $mu$ into the formula



$$AF = (3+2mu, 4mu - 2, -4+3mu)$$



since



$$3+2cdot frac{14}{29} = frac{87 + 28}{29} = frac{115}{29}\
4cdot frac{14}{29} - 2 = frac{56 - 58}{29} = -frac{2}{29}\
-4+3cdotfrac{14}{29} = frac{-116 + 42}{29} = -frac{74}{29}$$







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Sep 13 '15 at 9:37

























answered Sep 13 '15 at 9:32









5xum

89.5k393161




89.5k393161












  • @GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
    – 5xum
    Sep 13 '15 at 9:46










  • @GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
    – 5xum
    Sep 13 '15 at 11:53


















  • @GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
    – 5xum
    Sep 13 '15 at 9:46










  • @GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
    – 5xum
    Sep 13 '15 at 11:53
















@GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
– 5xum
Sep 13 '15 at 9:46




@GuoJinLong Please format it correctly, like the rest of your question. Also, do this in future questions.
– 5xum
Sep 13 '15 at 9:46












@GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
– 5xum
Sep 13 '15 at 11:53




@GuoJinLong You made a mistake in calculating the length of projection. Redo the calculation to get the right result.
– 5xum
Sep 13 '15 at 11:53


















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1433256%2fhigh-school-vectors-distance-between-parallel-lines%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

MongoDB - Not Authorized To Execute Command

How to fix TextFormField cause rebuild widget in Flutter

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith