Shortest distance to a spheroidHow do I convert a vector field in Cartesian coordinates to spherical...

Is there a problem with hiding "forgot password" until it's needed?

How to safely derail a train during transit?

Energy of the particles in the particle accelerator

How do scammers retract money, while you can’t?

Purchasing a ticket for someone else in another country?

How does it work when somebody invests in my business?

How long to clear the 'suck zone' of a turbofan after start is initiated?

How to run a prison with the smallest amount of guards?

Did Dumbledore lie to Harry about how long he had James Potter's invisibility cloak when he was examining it? If so, why?

What happens if you roll doubles 3 times then land on "Go to jail?"

Large drywall patch supports

How do I find the solutions of the following equation?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Increase performance creating Mandelbrot set in python

Different result between scanning in Epson's "color negative film" mode and scanning in positive -> invert curve in post?

Would this custom Sorcerer variant that can only learn any verbal-component-only spell be unbalanced?

Why, precisely, is argon used in neutrino experiments?

Lay out the Carpet

How can a function with a hole (removable discontinuity) equal a function with no hole?

A particular customize with green line and letters for subfloat

Opposite of a diet

What can we do to stop prior company from asking us questions?

Implement the Thanos sorting algorithm

Applicability of Single Responsibility Principle



Shortest distance to a spheroid


How do I convert a vector field in Cartesian coordinates to spherical coordinates?Converting from spherical coordinates to cartesian around arbitrary vector $N$Bipolar toroidal coordinates - position vector, velocity and accelerationIs it possible to calculate a surface integral of a vector field when the vector field is described in non-cartesian coordinates?Laplace Equation on Prolate Spheroidal CoordinatesChoosing 'hyperbolic' coordinates adapted to the quadratic quantity $x^2+y^2-z^2-t^2$Jacobian matrix vs. Transformation matrixScale factors for the Oblate Spheroidal Coordiante systemRelation between transformation matrices and conversion formulas between coordinate systems?Rotationally invariant Green's functions for the three-variable Laplace equation in all known coordinate systems













1












$begingroup$


I have a point $P'$ given by known Cartesian coordinates $(x',y',z')$ and an oblate spheroidal surface parameterized by
begin{align}
x &= a cosh{mu} cos{nu} cos{phi} \
y &= a cosh{mu} cos{nu} sin{phi} \
z &= a sinh{mu} sin{nu}
end{align}

where $a,mu$ are known constants. For an oblate spheroid, $mu$ is similar to a radial coordinate, $nu$ is similar to a latitude, and $phi$ is the same azimuthal angle from spherical coordinates. So for an oblate spheroidal surface, $mu$ is fixed.



When you draw a line from the point $P'$ perpendicular to the oblate spheroid surface ($P'$ is outside the surface), it will intersect the surface at some point $P$ at coordinates $(x,y,z)$. I need to find the location of this point (it will intersect the surface at 2 points, but I want the intersection closest to $P'$ and normal to the surface).



To do this, I write the equation of that line containing both $P'$ and $P$ as:
$$
mathbf{x}' = mathbf{x} + t hat{e}_{mu}
$$

where $mathbf{x}$ is the point I want to find, $t$ is unknown, and $hat{e}_{mu}$ is the outward normal vector to the oblate spheroid surface at the point $mathbf{x}$:
$$
hat{e}_{mu} = {1 over sqrt{sinh^2{mu} + sin^2{nu}}}
begin{pmatrix}
sinh{mu} cos{nu} cos{phi} \
sinh{mu} cos{nu} sin{phi} \
cosh{mu} sin{nu}
end{pmatrix}
$$

So we have 3 equations and 2 unknowns: $t$ and $nu$. As I mentioned before, $a$ and $mu$ are known constants, $mathbf{x}'$ is given, and the angle $phi$ can be determined from symmetry, since both points $P$ and $P'$ will share the same azimuth angle.



Since $mu$ and $phi$ are known, the goal is to solve for $nu$ since that would immediately yield the coordinates $(x,y,z)$. I don't see an easy way to solve this equation analytically - I could use numerical methods but it seems to me that there should be an analytical solution to this. Does anyone see how?










share|cite|improve this question











$endgroup$












  • $begingroup$
    After a literature search, it seems that a numerical solution is required: link.springer.com/article/10.1007/s00190-011-0514-7
    $endgroup$
    – vibe
    Mar 15 at 18:35
















1












$begingroup$


I have a point $P'$ given by known Cartesian coordinates $(x',y',z')$ and an oblate spheroidal surface parameterized by
begin{align}
x &= a cosh{mu} cos{nu} cos{phi} \
y &= a cosh{mu} cos{nu} sin{phi} \
z &= a sinh{mu} sin{nu}
end{align}

where $a,mu$ are known constants. For an oblate spheroid, $mu$ is similar to a radial coordinate, $nu$ is similar to a latitude, and $phi$ is the same azimuthal angle from spherical coordinates. So for an oblate spheroidal surface, $mu$ is fixed.



When you draw a line from the point $P'$ perpendicular to the oblate spheroid surface ($P'$ is outside the surface), it will intersect the surface at some point $P$ at coordinates $(x,y,z)$. I need to find the location of this point (it will intersect the surface at 2 points, but I want the intersection closest to $P'$ and normal to the surface).



To do this, I write the equation of that line containing both $P'$ and $P$ as:
$$
mathbf{x}' = mathbf{x} + t hat{e}_{mu}
$$

where $mathbf{x}$ is the point I want to find, $t$ is unknown, and $hat{e}_{mu}$ is the outward normal vector to the oblate spheroid surface at the point $mathbf{x}$:
$$
hat{e}_{mu} = {1 over sqrt{sinh^2{mu} + sin^2{nu}}}
begin{pmatrix}
sinh{mu} cos{nu} cos{phi} \
sinh{mu} cos{nu} sin{phi} \
cosh{mu} sin{nu}
end{pmatrix}
$$

So we have 3 equations and 2 unknowns: $t$ and $nu$. As I mentioned before, $a$ and $mu$ are known constants, $mathbf{x}'$ is given, and the angle $phi$ can be determined from symmetry, since both points $P$ and $P'$ will share the same azimuth angle.



Since $mu$ and $phi$ are known, the goal is to solve for $nu$ since that would immediately yield the coordinates $(x,y,z)$. I don't see an easy way to solve this equation analytically - I could use numerical methods but it seems to me that there should be an analytical solution to this. Does anyone see how?










share|cite|improve this question











$endgroup$












  • $begingroup$
    After a literature search, it seems that a numerical solution is required: link.springer.com/article/10.1007/s00190-011-0514-7
    $endgroup$
    – vibe
    Mar 15 at 18:35














1












1








1





$begingroup$


I have a point $P'$ given by known Cartesian coordinates $(x',y',z')$ and an oblate spheroidal surface parameterized by
begin{align}
x &= a cosh{mu} cos{nu} cos{phi} \
y &= a cosh{mu} cos{nu} sin{phi} \
z &= a sinh{mu} sin{nu}
end{align}

where $a,mu$ are known constants. For an oblate spheroid, $mu$ is similar to a radial coordinate, $nu$ is similar to a latitude, and $phi$ is the same azimuthal angle from spherical coordinates. So for an oblate spheroidal surface, $mu$ is fixed.



When you draw a line from the point $P'$ perpendicular to the oblate spheroid surface ($P'$ is outside the surface), it will intersect the surface at some point $P$ at coordinates $(x,y,z)$. I need to find the location of this point (it will intersect the surface at 2 points, but I want the intersection closest to $P'$ and normal to the surface).



To do this, I write the equation of that line containing both $P'$ and $P$ as:
$$
mathbf{x}' = mathbf{x} + t hat{e}_{mu}
$$

where $mathbf{x}$ is the point I want to find, $t$ is unknown, and $hat{e}_{mu}$ is the outward normal vector to the oblate spheroid surface at the point $mathbf{x}$:
$$
hat{e}_{mu} = {1 over sqrt{sinh^2{mu} + sin^2{nu}}}
begin{pmatrix}
sinh{mu} cos{nu} cos{phi} \
sinh{mu} cos{nu} sin{phi} \
cosh{mu} sin{nu}
end{pmatrix}
$$

So we have 3 equations and 2 unknowns: $t$ and $nu$. As I mentioned before, $a$ and $mu$ are known constants, $mathbf{x}'$ is given, and the angle $phi$ can be determined from symmetry, since both points $P$ and $P'$ will share the same azimuth angle.



Since $mu$ and $phi$ are known, the goal is to solve for $nu$ since that would immediately yield the coordinates $(x,y,z)$. I don't see an easy way to solve this equation analytically - I could use numerical methods but it seems to me that there should be an analytical solution to this. Does anyone see how?










share|cite|improve this question











$endgroup$




I have a point $P'$ given by known Cartesian coordinates $(x',y',z')$ and an oblate spheroidal surface parameterized by
begin{align}
x &= a cosh{mu} cos{nu} cos{phi} \
y &= a cosh{mu} cos{nu} sin{phi} \
z &= a sinh{mu} sin{nu}
end{align}

where $a,mu$ are known constants. For an oblate spheroid, $mu$ is similar to a radial coordinate, $nu$ is similar to a latitude, and $phi$ is the same azimuthal angle from spherical coordinates. So for an oblate spheroidal surface, $mu$ is fixed.



When you draw a line from the point $P'$ perpendicular to the oblate spheroid surface ($P'$ is outside the surface), it will intersect the surface at some point $P$ at coordinates $(x,y,z)$. I need to find the location of this point (it will intersect the surface at 2 points, but I want the intersection closest to $P'$ and normal to the surface).



To do this, I write the equation of that line containing both $P'$ and $P$ as:
$$
mathbf{x}' = mathbf{x} + t hat{e}_{mu}
$$

where $mathbf{x}$ is the point I want to find, $t$ is unknown, and $hat{e}_{mu}$ is the outward normal vector to the oblate spheroid surface at the point $mathbf{x}$:
$$
hat{e}_{mu} = {1 over sqrt{sinh^2{mu} + sin^2{nu}}}
begin{pmatrix}
sinh{mu} cos{nu} cos{phi} \
sinh{mu} cos{nu} sin{phi} \
cosh{mu} sin{nu}
end{pmatrix}
$$

So we have 3 equations and 2 unknowns: $t$ and $nu$. As I mentioned before, $a$ and $mu$ are known constants, $mathbf{x}'$ is given, and the angle $phi$ can be determined from symmetry, since both points $P$ and $P'$ will share the same azimuth angle.



Since $mu$ and $phi$ are known, the goal is to solve for $nu$ since that would immediately yield the coordinates $(x,y,z)$. I don't see an easy way to solve this equation analytically - I could use numerical methods but it seems to me that there should be an analytical solution to this. Does anyone see how?







geometry coordinate-systems surfaces






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Mar 15 at 17:51







vibe

















asked Mar 15 at 17:12









vibevibe

1998




1998












  • $begingroup$
    After a literature search, it seems that a numerical solution is required: link.springer.com/article/10.1007/s00190-011-0514-7
    $endgroup$
    – vibe
    Mar 15 at 18:35


















  • $begingroup$
    After a literature search, it seems that a numerical solution is required: link.springer.com/article/10.1007/s00190-011-0514-7
    $endgroup$
    – vibe
    Mar 15 at 18:35
















$begingroup$
After a literature search, it seems that a numerical solution is required: link.springer.com/article/10.1007/s00190-011-0514-7
$endgroup$
– vibe
Mar 15 at 18:35




$begingroup$
After a literature search, it seems that a numerical solution is required: link.springer.com/article/10.1007/s00190-011-0514-7
$endgroup$
– vibe
Mar 15 at 18:35










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%2f3149559%2fshortest-distance-to-a-spheroid%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%2f3149559%2fshortest-distance-to-a-spheroid%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

Nidaros erkebispedøme

Birsay

Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?