Find a point on an ellipse closest to a fixed point inside the ellipseHow to find a point on an ellipse whose normal intersects a point outside the ellipse?Solving lagrange multipliesSolving optimisation problem with langrangian methodUsing Lagrangian multipliers to check the solutionLagrangian multipliers in complex optimizationSolve $max_x_1,x_2,x_3 alpha min a x_1,b x_2,c x_3$ s.t. $p_1 x_1 + p_2 x_2 + p_3 x_3 = w$Does transformation of a function changes oprimal values?How to find Lagrange Multipliers in Quadratic Programming problem?Lagrangian multiplier of a Frobenius norm constraint optimization problemElement-wise Optimization with Lagrange Multiplier Vectorfinding extreme points for Lagrangian with multiple inequality constraints

Re-submission of rejected manuscript without informing co-authors

Doomsday-clock for my fantasy planet

"My colleague's body is amazing"

Is "plugging out" electronic devices an American expression?

How to move the player while also allowing forces to affect it

Is Social Media Science Fiction?

Is there a name of the flying bionic bird?

Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?

Are objects structures and/or vice versa?

Could a US political party gain complete control over the government by removing checks & balances?

Extreme, but not acceptable situation and I can't start the work tomorrow morning

Why airport relocation isn't done gradually?

Why do we use polarized capacitors?

LWC and complex parameters

Why doesn't a const reference extend the life of a temporary object passed via a function?

How to manage monthly salary

Does bootstrapped regression allow for inference?

Manga about a female worker who got dragged into another world together with this high school girl and she was just told she's not needed anymore

How do I create uniquely male characters?

COUNT(*) or MAX(id) - which is faster?

Is a vector space a subspace?

What is the command to reset a PC without deleting any files

Symmetry in quantum mechanics

Is there a familial term for apples and pears?



Find a point on an ellipse closest to a fixed point inside the ellipse


How to find a point on an ellipse whose normal intersects a point outside the ellipse?Solving lagrange multipliesSolving optimisation problem with langrangian methodUsing Lagrangian multipliers to check the solutionLagrangian multipliers in complex optimizationSolve $max_x_1,x_2,x_3 alpha min a x_1,b x_2,c x_3$ s.t. $p_1 x_1 + p_2 x_2 + p_3 x_3 = w$Does transformation of a function changes oprimal values?How to find Lagrange Multipliers in Quadratic Programming problem?Lagrangian multiplier of a Frobenius norm constraint optimization problemElement-wise Optimization with Lagrange Multiplier Vectorfinding extreme points for Lagrangian with multiple inequality constraints













2












$begingroup$


I want to find out $(u,v)$ on the ellipse $$fracu^2a^2+fracv^2b^2=1$$ for a point $(x,y)$ inside ellipse, which will denote shortest distance from $(x,y)$ to the ellipse boundary. I expressed this problem as a constrained optimization problem by this Lagrangian:



beginalign
L(u,v,lambda) &= (u-x)^2+(v-y)^2-lambdaleft(fracu^2a^2 + fracv^2b^2-1right)\[1ex]
fracpartial L(u,v,lambda)partial u&=2u-2x-frac2lambda ua^2\[1ex]
fracpartial L(u,v,lambda)partial v&=2v-2y-frac2lambda vb^2\[1ex]
fracpartial L(u,v,lambda)partial lambda&=fracu^2a^2+fracv^2b^2-1\[1em]
u&=fraca^2xa^2-lambdatag1\[1ex]
v&=fracb^2yb^2-lambdatag2\[1ex]
fracu^2a^2&+fracv^2b^2-1=0tag3\
endalign



After substituting $u$ and $v$ in equation $(3)$, I get
beginaligned
fraca^2x^2(a^2-lambda)^2+fracb^2y^2(b^2-lambda)^2-1=0\
endaligned

I am getting a 4th degree equation of $lambda$. I am facing difficulties in finding algebraic solution of the equation.










share|cite|improve this question











$endgroup$











  • $begingroup$
    I am afraid that any one would be facing the same difficulties.
    $endgroup$
    – Claude Leibovici
    Mar 30 at 4:17










  • $begingroup$
    Your problem is equivalent to find a normal passing through a given point. There're two to four normals which concurrent to the given point. See another answer of mine here.
    $endgroup$
    – Ng Chung Tak
    Apr 1 at 10:38
















2












$begingroup$


I want to find out $(u,v)$ on the ellipse $$fracu^2a^2+fracv^2b^2=1$$ for a point $(x,y)$ inside ellipse, which will denote shortest distance from $(x,y)$ to the ellipse boundary. I expressed this problem as a constrained optimization problem by this Lagrangian:



beginalign
L(u,v,lambda) &= (u-x)^2+(v-y)^2-lambdaleft(fracu^2a^2 + fracv^2b^2-1right)\[1ex]
fracpartial L(u,v,lambda)partial u&=2u-2x-frac2lambda ua^2\[1ex]
fracpartial L(u,v,lambda)partial v&=2v-2y-frac2lambda vb^2\[1ex]
fracpartial L(u,v,lambda)partial lambda&=fracu^2a^2+fracv^2b^2-1\[1em]
u&=fraca^2xa^2-lambdatag1\[1ex]
v&=fracb^2yb^2-lambdatag2\[1ex]
fracu^2a^2&+fracv^2b^2-1=0tag3\
endalign



After substituting $u$ and $v$ in equation $(3)$, I get
beginaligned
fraca^2x^2(a^2-lambda)^2+fracb^2y^2(b^2-lambda)^2-1=0\
endaligned

I am getting a 4th degree equation of $lambda$. I am facing difficulties in finding algebraic solution of the equation.










share|cite|improve this question











$endgroup$











  • $begingroup$
    I am afraid that any one would be facing the same difficulties.
    $endgroup$
    – Claude Leibovici
    Mar 30 at 4:17










  • $begingroup$
    Your problem is equivalent to find a normal passing through a given point. There're two to four normals which concurrent to the given point. See another answer of mine here.
    $endgroup$
    – Ng Chung Tak
    Apr 1 at 10:38














2












2








2





$begingroup$


I want to find out $(u,v)$ on the ellipse $$fracu^2a^2+fracv^2b^2=1$$ for a point $(x,y)$ inside ellipse, which will denote shortest distance from $(x,y)$ to the ellipse boundary. I expressed this problem as a constrained optimization problem by this Lagrangian:



beginalign
L(u,v,lambda) &= (u-x)^2+(v-y)^2-lambdaleft(fracu^2a^2 + fracv^2b^2-1right)\[1ex]
fracpartial L(u,v,lambda)partial u&=2u-2x-frac2lambda ua^2\[1ex]
fracpartial L(u,v,lambda)partial v&=2v-2y-frac2lambda vb^2\[1ex]
fracpartial L(u,v,lambda)partial lambda&=fracu^2a^2+fracv^2b^2-1\[1em]
u&=fraca^2xa^2-lambdatag1\[1ex]
v&=fracb^2yb^2-lambdatag2\[1ex]
fracu^2a^2&+fracv^2b^2-1=0tag3\
endalign



After substituting $u$ and $v$ in equation $(3)$, I get
beginaligned
fraca^2x^2(a^2-lambda)^2+fracb^2y^2(b^2-lambda)^2-1=0\
endaligned

I am getting a 4th degree equation of $lambda$. I am facing difficulties in finding algebraic solution of the equation.










share|cite|improve this question











$endgroup$




I want to find out $(u,v)$ on the ellipse $$fracu^2a^2+fracv^2b^2=1$$ for a point $(x,y)$ inside ellipse, which will denote shortest distance from $(x,y)$ to the ellipse boundary. I expressed this problem as a constrained optimization problem by this Lagrangian:



beginalign
L(u,v,lambda) &= (u-x)^2+(v-y)^2-lambdaleft(fracu^2a^2 + fracv^2b^2-1right)\[1ex]
fracpartial L(u,v,lambda)partial u&=2u-2x-frac2lambda ua^2\[1ex]
fracpartial L(u,v,lambda)partial v&=2v-2y-frac2lambda vb^2\[1ex]
fracpartial L(u,v,lambda)partial lambda&=fracu^2a^2+fracv^2b^2-1\[1em]
u&=fraca^2xa^2-lambdatag1\[1ex]
v&=fracb^2yb^2-lambdatag2\[1ex]
fracu^2a^2&+fracv^2b^2-1=0tag3\
endalign



After substituting $u$ and $v$ in equation $(3)$, I get
beginaligned
fraca^2x^2(a^2-lambda)^2+fracb^2y^2(b^2-lambda)^2-1=0\
endaligned

I am getting a 4th degree equation of $lambda$. I am facing difficulties in finding algebraic solution of the equation.







optimization lagrange-multiplier






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 30 at 3:56









David M.

2,197421




2,197421










asked Mar 29 at 11:26









cseju19cseju19

215




215











  • $begingroup$
    I am afraid that any one would be facing the same difficulties.
    $endgroup$
    – Claude Leibovici
    Mar 30 at 4:17










  • $begingroup$
    Your problem is equivalent to find a normal passing through a given point. There're two to four normals which concurrent to the given point. See another answer of mine here.
    $endgroup$
    – Ng Chung Tak
    Apr 1 at 10:38

















  • $begingroup$
    I am afraid that any one would be facing the same difficulties.
    $endgroup$
    – Claude Leibovici
    Mar 30 at 4:17










  • $begingroup$
    Your problem is equivalent to find a normal passing through a given point. There're two to four normals which concurrent to the given point. See another answer of mine here.
    $endgroup$
    – Ng Chung Tak
    Apr 1 at 10:38
















$begingroup$
I am afraid that any one would be facing the same difficulties.
$endgroup$
– Claude Leibovici
Mar 30 at 4:17




$begingroup$
I am afraid that any one would be facing the same difficulties.
$endgroup$
– Claude Leibovici
Mar 30 at 4:17












$begingroup$
Your problem is equivalent to find a normal passing through a given point. There're two to four normals which concurrent to the given point. See another answer of mine here.
$endgroup$
– Ng Chung Tak
Apr 1 at 10:38





$begingroup$
Your problem is equivalent to find a normal passing through a given point. There're two to four normals which concurrent to the given point. See another answer of mine here.
$endgroup$
– Ng Chung Tak
Apr 1 at 10:38











0






active

oldest

votes












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%2f3167029%2ffind-a-point-on-an-ellipse-closest-to-a-fixed-point-inside-the-ellipse%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3167029%2ffind-a-point-on-an-ellipse-closest-to-a-fixed-point-inside-the-ellipse%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

Triangular numbers and gcdProving sum of a set is $0 pmod n$ if $n$ is odd, or $fracn2 pmod n$ if $n$ is even?Is greatest common divisor of two numbers really their smallest linear combination?GCD, LCM RelationshipProve a set of nonnegative integers with greatest common divisor 1 and closed under addition has all but finite many nonnegative integers.all pairs of a and b in an equation containing gcdTriangular Numbers Modulo $k$ - Hit All Values?Understanding the Existence and Uniqueness of the GCDGCD and LCM with logical symbolsThe greatest common divisor of two positive integers less than 100 is equal to 3. Their least common multiple is twelve times one of the integers.Suppose that for all integers $x$, $x|a$ and $x|b$ if and only if $x|c$. Then $c = gcd(a,b)$Which is the gcd of 2 numbers which are multiplied and the result is 600000?

Ingelân Ynhâld Etymology | Geografy | Skiednis | Polityk en bestjoer | Ekonomy | Demografy | Kultuer | Klimaat | Sjoch ek | Keppelings om utens | Boarnen, noaten en referinsjes Navigaasjemenuwww.gov.ukOffisjele webside fan it regear fan it Feriene KeninkrykOffisjele webside fan it Britske FerkearsburoNederlânsktalige ynformaasje fan it Britske FerkearsburoOffisjele webside fan English Heritage, de organisaasje dy't him ynset foar it behâld fan it Ingelske kultuergoedYnwennertallen fan alle Britske stêden út 'e folkstelling fan 2011Notes en References, op dizze sideEngland

Հադիս Բովանդակություն Անվանում և նշանակություն | Դասակարգում | Աղբյուրներ | Նավարկման ցանկ