How do I find the distance from a point to a plane?Distance between point and planeUse Lagrange Multipliers...
How can I put a period right after the algorithm's number in the algorithm's title?
Sing Baby Shark
Coworker asking me to not bring cakes due to self control issue. What should I do?
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
Buying a "Used" Router
Intersection of 3 planes in 3D space
How can I keep my gold safe from other PCs?
Limiting value of a sequence when n tends to infinity
How would an EMP effect spacesuits (and small-arms weapons)?
Is layered encryption more secure than long passwords?
Renting a 2CV in France
Using Ansible, how can I take actions on each file in a specific location?
Are all power cords made equal?
Including proofs of known theorems in master's thesis
Why do single electrical receptacles exist?
Is it possible to detect 100% of SQLi with a simple regex?
Can I legally make a website about boycotting a certain company?
Was there a pre-determined arrangment for division of Germany in case it surrendered before any Soviet forces entered its territory?
Players preemptively rolling, even though their rolls are useless or are checking the wrong skills
Minimum Viable Product for RTS game?
Taking an academic pseudonym?
Homeostasis logic/math problem
show notifications of new e-mails without displaying the content
How can I differentiate duration vs starting time
How do I find the distance from a point to a plane?
Distance between point and planeUse Lagrange Multipliers to show the distance from a point to a planeEquation of tangent plane to a surface at certain pointFinding the Shortest Distance from Point to PlaneTrying to find shortest distance from point $(2,0-3)$ to $x+y+z=1$Equation for tangent plane at a pointFind the critical point of the functionHow to solve a linearised system around a critical pointFinding the critical points and using the second derivative test to find the local minima or maximaFind distance to the origin of the tangent plane of $x^2-y^2+2z^2=5$ in the point $(2,-1,1)$
$begingroup$
I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.
The following is my work:
$$d = sqrt{(x-8)^2 + (y-0)^2 + (z+6)^2}$$
since $x+y+z = 6$, $z = 6-x-y$, so
begin{align*}
d &= sqrt{(x-8)^2 + (y-0)^2 + (-x-y+12)^2} \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
end{align*}
Find partial derivative $f_x$ and $f_y$ and critical points
begin{align*}
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (text{set }= 0) \
&= text{critical point }y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (text{set }= 0) \
&= text{critical point }x = 12 \
end{align*}
Plug in $x = 12$ and $y = 4$ to original equation
$$d = sqrt{(x - 8)^2 + (4)^2 + (-12-4+12)^2} = sqrt{48}$$
multivariable-calculus optimization cauchy-schwarz-inequality
$endgroup$
add a comment |
$begingroup$
I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.
The following is my work:
$$d = sqrt{(x-8)^2 + (y-0)^2 + (z+6)^2}$$
since $x+y+z = 6$, $z = 6-x-y$, so
begin{align*}
d &= sqrt{(x-8)^2 + (y-0)^2 + (-x-y+12)^2} \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
end{align*}
Find partial derivative $f_x$ and $f_y$ and critical points
begin{align*}
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (text{set }= 0) \
&= text{critical point }y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (text{set }= 0) \
&= text{critical point }x = 12 \
end{align*}
Plug in $x = 12$ and $y = 4$ to original equation
$$d = sqrt{(x - 8)^2 + (4)^2 + (-12-4+12)^2} = sqrt{48}$$
multivariable-calculus optimization cauchy-schwarz-inequality
$endgroup$
$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
7 hours ago
$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
6 hours ago
add a comment |
$begingroup$
I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.
The following is my work:
$$d = sqrt{(x-8)^2 + (y-0)^2 + (z+6)^2}$$
since $x+y+z = 6$, $z = 6-x-y$, so
begin{align*}
d &= sqrt{(x-8)^2 + (y-0)^2 + (-x-y+12)^2} \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
end{align*}
Find partial derivative $f_x$ and $f_y$ and critical points
begin{align*}
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (text{set }= 0) \
&= text{critical point }y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (text{set }= 0) \
&= text{critical point }x = 12 \
end{align*}
Plug in $x = 12$ and $y = 4$ to original equation
$$d = sqrt{(x - 8)^2 + (4)^2 + (-12-4+12)^2} = sqrt{48}$$
multivariable-calculus optimization cauchy-schwarz-inequality
$endgroup$
I am trying to find the distance from point $(8, 0, -6)$ and plane $x+y+z = 6$. I tried solving it but I am still getting it wrong. Can anyone help me on this? Any help I would very much appreciate.
The following is my work:
$$d = sqrt{(x-8)^2 + (y-0)^2 + (z+6)^2}$$
since $x+y+z = 6$, $z = 6-x-y$, so
begin{align*}
d &= sqrt{(x-8)^2 + (y-0)^2 + (-x-y+12)^2} \
d^2 &= (x-8)^2 + (y-0)^2 + (-x-y)^2
end{align*}
Find partial derivative $f_x$ and $f_y$ and critical points
begin{align*}
f_x &= 2(x-8) + 2(-x-y+12) \
&= 24-2y quad (text{set }= 0) \
&= text{critical point }y = 4 \
f_y &= 2y + 2(-x-y+12) \
&= 24 - 2x quad (text{set }= 0) \
&= text{critical point }x = 12 \
end{align*}
Plug in $x = 12$ and $y = 4$ to original equation
$$d = sqrt{(x - 8)^2 + (4)^2 + (-12-4+12)^2} = sqrt{48}$$
multivariable-calculus optimization cauchy-schwarz-inequality
multivariable-calculus optimization cauchy-schwarz-inequality
edited 6 hours ago
Michael Rozenberg
105k1892197
105k1892197
asked 7 hours ago
NikoNiko
132
132
$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
7 hours ago
$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
6 hours ago
add a comment |
$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
7 hours ago
$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
6 hours ago
$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
7 hours ago
$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
7 hours ago
$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
6 hours ago
$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
6 hours ago
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
The distance formula is $$D=frac{|ax_0+by_0 +cz_0-d|}{sqrt{a^2+b^2+c^2}}=frac{4}{sqrt3}.$$
$endgroup$
add a comment |
$begingroup$
The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac{4}{3}$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac{4}{3}, frac{4}{3}, frac{4}{3})|=sqrt{3frac{16}{9}}=sqrt{frac{16}{3}}=frac{4}{sqrt{3}}$
$endgroup$
add a comment |
$begingroup$
It's $$frac{|8+0-6-6|}{sqrt{1^2+1^2+1^2}}=frac{4}{sqrt3}.$$
I used the following formula.
The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
$$frac{|ax_1+by_1+cz_1+d|}{sqrt{a^2+b^2+c^2}}.$$
Also, we can end your way.
Indeed, by C-S
$$sqrt{(x-8)^2+y^2+(z+6)^2}=frac{1}{sqrt3}sqrt{(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)}geq$$
$$geqfrac{1}{sqrt3}sqrt{(x-8+y+z+6)^2}=frac{4}{sqrt3}$$ and we got the distance again.
$endgroup$
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
add a comment |
$begingroup$
You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.
$endgroup$
add a comment |
$begingroup$
Option:
Normal of the plane: $(1,1,1)$,
Normalized(i.e of unit length): $(1/√3)(1,1,1)$
Line through $(8,0,-6)$:
$vec r= (8,0,-6)+t (1/√3)(1,1,1)$.
Determine $t$ when line intersects plane:
$(8+t/√3)+t/√3+(-6+t/√3)=6;$
$3(t/√3)=4$;
$t= 4/√3.$
Distance = $4/√3$ (Why?).
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3124438%2fhow-do-i-find-the-distance-from-a-point-to-a-plane%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The distance formula is $$D=frac{|ax_0+by_0 +cz_0-d|}{sqrt{a^2+b^2+c^2}}=frac{4}{sqrt3}.$$
$endgroup$
add a comment |
$begingroup$
The distance formula is $$D=frac{|ax_0+by_0 +cz_0-d|}{sqrt{a^2+b^2+c^2}}=frac{4}{sqrt3}.$$
$endgroup$
add a comment |
$begingroup$
The distance formula is $$D=frac{|ax_0+by_0 +cz_0-d|}{sqrt{a^2+b^2+c^2}}=frac{4}{sqrt3}.$$
$endgroup$
The distance formula is $$D=frac{|ax_0+by_0 +cz_0-d|}{sqrt{a^2+b^2+c^2}}=frac{4}{sqrt3}.$$
answered 7 hours ago
Mohammad Riazi-KermaniMohammad Riazi-Kermani
41.6k42061
41.6k42061
add a comment |
add a comment |
$begingroup$
The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac{4}{3}$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac{4}{3}, frac{4}{3}, frac{4}{3})|=sqrt{3frac{16}{9}}=sqrt{frac{16}{3}}=frac{4}{sqrt{3}}$
$endgroup$
add a comment |
$begingroup$
The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac{4}{3}$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac{4}{3}, frac{4}{3}, frac{4}{3})|=sqrt{3frac{16}{9}}=sqrt{frac{16}{3}}=frac{4}{sqrt{3}}$
$endgroup$
add a comment |
$begingroup$
The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac{4}{3}$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac{4}{3}, frac{4}{3}, frac{4}{3})|=sqrt{3frac{16}{9}}=sqrt{frac{16}{3}}=frac{4}{sqrt{3}}$
$endgroup$
The closest distance will be along a line perpendicular to the plane or parallel to $(1,1,1)$. Since $8+0+-6=2$ we must add $frac{4}{3}$ to each component so that $x+y+z$ now equals $6$. Therefore, the distance is $|(frac{4}{3}, frac{4}{3}, frac{4}{3})|=sqrt{3frac{16}{9}}=sqrt{frac{16}{3}}=frac{4}{sqrt{3}}$
answered 6 hours ago
John DoumaJohn Douma
5,53211319
5,53211319
add a comment |
add a comment |
$begingroup$
It's $$frac{|8+0-6-6|}{sqrt{1^2+1^2+1^2}}=frac{4}{sqrt3}.$$
I used the following formula.
The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
$$frac{|ax_1+by_1+cz_1+d|}{sqrt{a^2+b^2+c^2}}.$$
Also, we can end your way.
Indeed, by C-S
$$sqrt{(x-8)^2+y^2+(z+6)^2}=frac{1}{sqrt3}sqrt{(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)}geq$$
$$geqfrac{1}{sqrt3}sqrt{(x-8+y+z+6)^2}=frac{4}{sqrt3}$$ and we got the distance again.
$endgroup$
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
add a comment |
$begingroup$
It's $$frac{|8+0-6-6|}{sqrt{1^2+1^2+1^2}}=frac{4}{sqrt3}.$$
I used the following formula.
The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
$$frac{|ax_1+by_1+cz_1+d|}{sqrt{a^2+b^2+c^2}}.$$
Also, we can end your way.
Indeed, by C-S
$$sqrt{(x-8)^2+y^2+(z+6)^2}=frac{1}{sqrt3}sqrt{(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)}geq$$
$$geqfrac{1}{sqrt3}sqrt{(x-8+y+z+6)^2}=frac{4}{sqrt3}$$ and we got the distance again.
$endgroup$
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
add a comment |
$begingroup$
It's $$frac{|8+0-6-6|}{sqrt{1^2+1^2+1^2}}=frac{4}{sqrt3}.$$
I used the following formula.
The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
$$frac{|ax_1+by_1+cz_1+d|}{sqrt{a^2+b^2+c^2}}.$$
Also, we can end your way.
Indeed, by C-S
$$sqrt{(x-8)^2+y^2+(z+6)^2}=frac{1}{sqrt3}sqrt{(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)}geq$$
$$geqfrac{1}{sqrt3}sqrt{(x-8+y+z+6)^2}=frac{4}{sqrt3}$$ and we got the distance again.
$endgroup$
It's $$frac{|8+0-6-6|}{sqrt{1^2+1^2+1^2}}=frac{4}{sqrt3}.$$
I used the following formula.
The distance from the point $(x_1,y_1,z_1)$ to the plane $ax+by+cz+d=0$ it's
$$frac{|ax_1+by_1+cz_1+d|}{sqrt{a^2+b^2+c^2}}.$$
Also, we can end your way.
Indeed, by C-S
$$sqrt{(x-8)^2+y^2+(z+6)^2}=frac{1}{sqrt3}sqrt{(1^2+1^2+1^2)((x-8)^2+y^2+(z+6)^2)}geq$$
$$geqfrac{1}{sqrt3}sqrt{(x-8+y+z+6)^2}=frac{4}{sqrt3}$$ and we got the distance again.
edited 6 hours ago
answered 7 hours ago
Michael RozenbergMichael Rozenberg
105k1892197
105k1892197
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
add a comment |
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
$begingroup$
thank you very much! this I smuch quicker than what I am being told to do
$endgroup$
– Niko
7 hours ago
add a comment |
$begingroup$
You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.
$endgroup$
add a comment |
$begingroup$
You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.
$endgroup$
add a comment |
$begingroup$
You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.
$endgroup$
You can draw a line from your point to the plane and then find the length of its projection onto the unit normal vector to the plane.
answered 6 hours ago
BootsBoots
15410
15410
add a comment |
add a comment |
$begingroup$
Option:
Normal of the plane: $(1,1,1)$,
Normalized(i.e of unit length): $(1/√3)(1,1,1)$
Line through $(8,0,-6)$:
$vec r= (8,0,-6)+t (1/√3)(1,1,1)$.
Determine $t$ when line intersects plane:
$(8+t/√3)+t/√3+(-6+t/√3)=6;$
$3(t/√3)=4$;
$t= 4/√3.$
Distance = $4/√3$ (Why?).
$endgroup$
add a comment |
$begingroup$
Option:
Normal of the plane: $(1,1,1)$,
Normalized(i.e of unit length): $(1/√3)(1,1,1)$
Line through $(8,0,-6)$:
$vec r= (8,0,-6)+t (1/√3)(1,1,1)$.
Determine $t$ when line intersects plane:
$(8+t/√3)+t/√3+(-6+t/√3)=6;$
$3(t/√3)=4$;
$t= 4/√3.$
Distance = $4/√3$ (Why?).
$endgroup$
add a comment |
$begingroup$
Option:
Normal of the plane: $(1,1,1)$,
Normalized(i.e of unit length): $(1/√3)(1,1,1)$
Line through $(8,0,-6)$:
$vec r= (8,0,-6)+t (1/√3)(1,1,1)$.
Determine $t$ when line intersects plane:
$(8+t/√3)+t/√3+(-6+t/√3)=6;$
$3(t/√3)=4$;
$t= 4/√3.$
Distance = $4/√3$ (Why?).
$endgroup$
Option:
Normal of the plane: $(1,1,1)$,
Normalized(i.e of unit length): $(1/√3)(1,1,1)$
Line through $(8,0,-6)$:
$vec r= (8,0,-6)+t (1/√3)(1,1,1)$.
Determine $t$ when line intersects plane:
$(8+t/√3)+t/√3+(-6+t/√3)=6;$
$3(t/√3)=4$;
$t= 4/√3.$
Distance = $4/√3$ (Why?).
answered 4 hours ago
Peter SzilasPeter Szilas
11.4k2822
11.4k2822
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3124438%2fhow-do-i-find-the-distance-from-a-point-to-a-plane%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
$begingroup$
How did the $6$ become the $12$?
$endgroup$
– Theo Bendit
7 hours ago
$begingroup$
because z = - x - y + 6. So since I plug in (z + 6)^2 in the distance formula, it becomes (-x - y + 12)^2
$endgroup$
– Niko
6 hours ago