Optimization problem: Find the point on the line $−x + 2y − 1 = 0$ that is closest to the point $(1, 2)$.Find the closest point to the originTangent line Optimization HomeworkFind the point on the line $x + 4y − 7 = 0$ which is closest to the point $(-2, -2)$Closest points on two line segmentsOptimization, point on parabola closest to another pointfinding the closest distance between a point a curveClosest line to point after non-linear mapFinding the point on a line closest to another point not on the lineOptimization-Coordinate closest to originPoint in $e^x$ that is closest to a line
Intersection point of 2 lines defined by 2 points each
How old can references or sources in a thesis be?
Languages that we cannot (dis)prove to be Context-Free
Was any UN Security Council vote triple-vetoed?
Do I have a twin with permutated remainders?
Why are electrically insulating heatsinks so rare? Is it just cost?
How do I draw and define two right triangles next to each other?
Can I make popcorn with any corn?
Is it legal for company to use my work email to pretend I still work there?
How does one intimidate enemies without having the capacity for violence?
strTok function (thread safe, supports empty tokens, doesn't change string)
How does quantile regression compare to logistic regression with the variable split at the quantile?
NMaximize is not converging to a solution
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Convert two switches to a dual stack, and add outlet - possible here?
How to efficiently unroll a matrix by value with numpy?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
Fully-Firstable Anagram Sets
How can bays and straits be determined in a procedurally generated map?
Why is Minecraft giving an OpenGL error?
Why is consensus so controversial in Britain?
Why is 150k or 200k jobs considered good when there's 300k+ births a month?
Do infinite dimensional systems make sense?
Meaning of に in 本当に
Optimization problem: Find the point on the line $−x + 2y − 1 = 0$ that is closest to the point $(1, 2)$.
Find the closest point to the originTangent line Optimization HomeworkFind the point on the line $x + 4y − 7 = 0$ which is closest to the point $(-2, -2)$Closest points on two line segmentsOptimization, point on parabola closest to another pointfinding the closest distance between a point a curveClosest line to point after non-linear mapFinding the point on a line closest to another point not on the lineOptimization-Coordinate closest to originPoint in $e^x$ that is closest to a line
$begingroup$
Find the point on the line $−x + 2y − 1 = 0$ that is closest to the point $(1, 2)$.
I solved the optimization and got $x=14/10$ and $y = 1.7$ but my $y$ coordinate is not correct. can anyone explain why it's wrong. I used $x$ coordinate and solved for $y$ using $y=(x+1)/2$.
calculus optimization
$endgroup$
add a comment |
$begingroup$
Find the point on the line $−x + 2y − 1 = 0$ that is closest to the point $(1, 2)$.
I solved the optimization and got $x=14/10$ and $y = 1.7$ but my $y$ coordinate is not correct. can anyone explain why it's wrong. I used $x$ coordinate and solved for $y$ using $y=(x+1)/2$.
calculus optimization
$endgroup$
$begingroup$
$(1.4+1)/2=1.2ne1.7$
$endgroup$
– Shubham Johri
Mar 21 at 19:43
$begingroup$
oh shoot how did I do that, thank you
$endgroup$
– McA
Mar 21 at 19:45
1
$begingroup$
Nevermind, happens with all of us :)
$endgroup$
– Shubham Johri
Mar 21 at 19:46
add a comment |
$begingroup$
Find the point on the line $−x + 2y − 1 = 0$ that is closest to the point $(1, 2)$.
I solved the optimization and got $x=14/10$ and $y = 1.7$ but my $y$ coordinate is not correct. can anyone explain why it's wrong. I used $x$ coordinate and solved for $y$ using $y=(x+1)/2$.
calculus optimization
$endgroup$
Find the point on the line $−x + 2y − 1 = 0$ that is closest to the point $(1, 2)$.
I solved the optimization and got $x=14/10$ and $y = 1.7$ but my $y$ coordinate is not correct. can anyone explain why it's wrong. I used $x$ coordinate and solved for $y$ using $y=(x+1)/2$.
calculus optimization
calculus optimization
edited Mar 21 at 19:43
Shubham Johri
5,500818
5,500818
asked Mar 21 at 19:38
McAMcA
1
1
$begingroup$
$(1.4+1)/2=1.2ne1.7$
$endgroup$
– Shubham Johri
Mar 21 at 19:43
$begingroup$
oh shoot how did I do that, thank you
$endgroup$
– McA
Mar 21 at 19:45
1
$begingroup$
Nevermind, happens with all of us :)
$endgroup$
– Shubham Johri
Mar 21 at 19:46
add a comment |
$begingroup$
$(1.4+1)/2=1.2ne1.7$
$endgroup$
– Shubham Johri
Mar 21 at 19:43
$begingroup$
oh shoot how did I do that, thank you
$endgroup$
– McA
Mar 21 at 19:45
1
$begingroup$
Nevermind, happens with all of us :)
$endgroup$
– Shubham Johri
Mar 21 at 19:46
$begingroup$
$(1.4+1)/2=1.2ne1.7$
$endgroup$
– Shubham Johri
Mar 21 at 19:43
$begingroup$
$(1.4+1)/2=1.2ne1.7$
$endgroup$
– Shubham Johri
Mar 21 at 19:43
$begingroup$
oh shoot how did I do that, thank you
$endgroup$
– McA
Mar 21 at 19:45
$begingroup$
oh shoot how did I do that, thank you
$endgroup$
– McA
Mar 21 at 19:45
1
1
$begingroup$
Nevermind, happens with all of us :)
$endgroup$
– Shubham Johri
Mar 21 at 19:46
$begingroup$
Nevermind, happens with all of us :)
$endgroup$
– Shubham Johri
Mar 21 at 19:46
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
A point on that line is given by $left(x,yright)=left(x,fracx+12right)$. Using the equation for the distance between two points, the distance between a point on this line and $left(1,2right)$ is given by $sqrtleft(x-1right)^2+left(fracx+12-2right)^2$. You already know this is an optimization problem, so you just need to solve the equation
$$fractextdtextdxsqrtleft(x-1right)^2+left(fracx+12-2right)^2=0.$$
$endgroup$
add a comment |
$begingroup$
Any point on the line $(2k-1,k)$
Now the point will be on the perpendicular line as well
So, the product of the gradients
$$dfrac12cdotdfrack-22k-1-1=-1$$
Alternatively, if $d$ is the distance,
$d^2=(2k-1-1)^2+(k-2)^2=5k^2-12k+20=5(k-6/5)^2+20-5(6/5)^2$
The equality occurs if $k-6/5=0$
$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%2f3157295%2foptimization-problem-find-the-point-on-the-line-%25e2%2588%2592x-2y-%25e2%2588%2592-1-0-that-is-close%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A point on that line is given by $left(x,yright)=left(x,fracx+12right)$. Using the equation for the distance between two points, the distance between a point on this line and $left(1,2right)$ is given by $sqrtleft(x-1right)^2+left(fracx+12-2right)^2$. You already know this is an optimization problem, so you just need to solve the equation
$$fractextdtextdxsqrtleft(x-1right)^2+left(fracx+12-2right)^2=0.$$
$endgroup$
add a comment |
$begingroup$
A point on that line is given by $left(x,yright)=left(x,fracx+12right)$. Using the equation for the distance between two points, the distance between a point on this line and $left(1,2right)$ is given by $sqrtleft(x-1right)^2+left(fracx+12-2right)^2$. You already know this is an optimization problem, so you just need to solve the equation
$$fractextdtextdxsqrtleft(x-1right)^2+left(fracx+12-2right)^2=0.$$
$endgroup$
add a comment |
$begingroup$
A point on that line is given by $left(x,yright)=left(x,fracx+12right)$. Using the equation for the distance between two points, the distance between a point on this line and $left(1,2right)$ is given by $sqrtleft(x-1right)^2+left(fracx+12-2right)^2$. You already know this is an optimization problem, so you just need to solve the equation
$$fractextdtextdxsqrtleft(x-1right)^2+left(fracx+12-2right)^2=0.$$
$endgroup$
A point on that line is given by $left(x,yright)=left(x,fracx+12right)$. Using the equation for the distance between two points, the distance between a point on this line and $left(1,2right)$ is given by $sqrtleft(x-1right)^2+left(fracx+12-2right)^2$. You already know this is an optimization problem, so you just need to solve the equation
$$fractextdtextdxsqrtleft(x-1right)^2+left(fracx+12-2right)^2=0.$$
answered Mar 21 at 19:53
JakeJake
566314
566314
add a comment |
add a comment |
$begingroup$
Any point on the line $(2k-1,k)$
Now the point will be on the perpendicular line as well
So, the product of the gradients
$$dfrac12cdotdfrack-22k-1-1=-1$$
Alternatively, if $d$ is the distance,
$d^2=(2k-1-1)^2+(k-2)^2=5k^2-12k+20=5(k-6/5)^2+20-5(6/5)^2$
The equality occurs if $k-6/5=0$
$endgroup$
add a comment |
$begingroup$
Any point on the line $(2k-1,k)$
Now the point will be on the perpendicular line as well
So, the product of the gradients
$$dfrac12cdotdfrack-22k-1-1=-1$$
Alternatively, if $d$ is the distance,
$d^2=(2k-1-1)^2+(k-2)^2=5k^2-12k+20=5(k-6/5)^2+20-5(6/5)^2$
The equality occurs if $k-6/5=0$
$endgroup$
add a comment |
$begingroup$
Any point on the line $(2k-1,k)$
Now the point will be on the perpendicular line as well
So, the product of the gradients
$$dfrac12cdotdfrack-22k-1-1=-1$$
Alternatively, if $d$ is the distance,
$d^2=(2k-1-1)^2+(k-2)^2=5k^2-12k+20=5(k-6/5)^2+20-5(6/5)^2$
The equality occurs if $k-6/5=0$
$endgroup$
Any point on the line $(2k-1,k)$
Now the point will be on the perpendicular line as well
So, the product of the gradients
$$dfrac12cdotdfrack-22k-1-1=-1$$
Alternatively, if $d$ is the distance,
$d^2=(2k-1-1)^2+(k-2)^2=5k^2-12k+20=5(k-6/5)^2+20-5(6/5)^2$
The equality occurs if $k-6/5=0$
answered Mar 22 at 1:25
lab bhattacharjeelab bhattacharjee
228k15158279
228k15158279
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%2f3157295%2foptimization-problem-find-the-point-on-the-line-%25e2%2588%2592x-2y-%25e2%2588%2592-1-0-that-is-close%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$
$(1.4+1)/2=1.2ne1.7$
$endgroup$
– Shubham Johri
Mar 21 at 19:43
$begingroup$
oh shoot how did I do that, thank you
$endgroup$
– McA
Mar 21 at 19:45
1
$begingroup$
Nevermind, happens with all of us :)
$endgroup$
– Shubham Johri
Mar 21 at 19:46