Calculate center point of spherical octant

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












If I had a sphere and an octant like this, how would I find point $P$?



I can already calculate the other portions of the sphere using the parametric form equations, but I am unsure how I would combine to arrive at the $(x, y, z)$ of $P$ in the image.



For clarification in the image:



$O$ is the center of the sphere; it is not necessarily the origin of the space



Points $A, B, C, D, E, F$ are already known



Point $P$ is a point on the surface of the octant



I would've though that $P$ would've been the center of the arc from $B$ to $F$ in a similar fashion that $C$ is from $E$ to $F$.



A close approximation of this is to take the inital center point $(x, y, z)$ and make $P = (x + epsilon/sqrt3, y + epsilon/sqrt3, z + epsilon/sqrt3$) though I believe this to be incorrect.







share|cite|improve this question

























    up vote
    0
    down vote

    favorite












    If I had a sphere and an octant like this, how would I find point $P$?



    I can already calculate the other portions of the sphere using the parametric form equations, but I am unsure how I would combine to arrive at the $(x, y, z)$ of $P$ in the image.



    For clarification in the image:



    $O$ is the center of the sphere; it is not necessarily the origin of the space



    Points $A, B, C, D, E, F$ are already known



    Point $P$ is a point on the surface of the octant



    I would've though that $P$ would've been the center of the arc from $B$ to $F$ in a similar fashion that $C$ is from $E$ to $F$.



    A close approximation of this is to take the inital center point $(x, y, z)$ and make $P = (x + epsilon/sqrt3, y + epsilon/sqrt3, z + epsilon/sqrt3$) though I believe this to be incorrect.







    share|cite|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      If I had a sphere and an octant like this, how would I find point $P$?



      I can already calculate the other portions of the sphere using the parametric form equations, but I am unsure how I would combine to arrive at the $(x, y, z)$ of $P$ in the image.



      For clarification in the image:



      $O$ is the center of the sphere; it is not necessarily the origin of the space



      Points $A, B, C, D, E, F$ are already known



      Point $P$ is a point on the surface of the octant



      I would've though that $P$ would've been the center of the arc from $B$ to $F$ in a similar fashion that $C$ is from $E$ to $F$.



      A close approximation of this is to take the inital center point $(x, y, z)$ and make $P = (x + epsilon/sqrt3, y + epsilon/sqrt3, z + epsilon/sqrt3$) though I believe this to be incorrect.







      share|cite|improve this question













      If I had a sphere and an octant like this, how would I find point $P$?



      I can already calculate the other portions of the sphere using the parametric form equations, but I am unsure how I would combine to arrive at the $(x, y, z)$ of $P$ in the image.



      For clarification in the image:



      $O$ is the center of the sphere; it is not necessarily the origin of the space



      Points $A, B, C, D, E, F$ are already known



      Point $P$ is a point on the surface of the octant



      I would've though that $P$ would've been the center of the arc from $B$ to $F$ in a similar fashion that $C$ is from $E$ to $F$.



      A close approximation of this is to take the inital center point $(x, y, z)$ and make $P = (x + epsilon/sqrt3, y + epsilon/sqrt3, z + epsilon/sqrt3$) though I believe this to be incorrect.









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Jul 19 at 21:31
























      asked Jul 19 at 20:24









      pstatix

      1396




      1396




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          As far as I can tell, you're asking for a point on the sphere.



          By symmetry $x = y = z$. And given that $x^2 + y^2 + z^2 = e = 3 x^2$, we immediately find that $x = y = z = sqrte/3$.



          Point on sphere






          share|cite|improve this answer























          • So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
            – pstatix
            Jul 19 at 20:49











          • Yes. (Though I was assuming that $p = (0,0,0)$.)
            – David G. Stork
            Jul 19 at 20:58










          • Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
            – pstatix
            Jul 19 at 20:59










          • This actually gives me the centroid of the octant, not the point on the surface
            – pstatix
            Jul 19 at 21:18










          • Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
            – David G. Stork
            Jul 19 at 21:24











          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          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%2f2857024%2fcalculate-center-point-of-spherical-octant%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          As far as I can tell, you're asking for a point on the sphere.



          By symmetry $x = y = z$. And given that $x^2 + y^2 + z^2 = e = 3 x^2$, we immediately find that $x = y = z = sqrte/3$.



          Point on sphere






          share|cite|improve this answer























          • So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
            – pstatix
            Jul 19 at 20:49











          • Yes. (Though I was assuming that $p = (0,0,0)$.)
            – David G. Stork
            Jul 19 at 20:58










          • Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
            – pstatix
            Jul 19 at 20:59










          • This actually gives me the centroid of the octant, not the point on the surface
            – pstatix
            Jul 19 at 21:18










          • Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
            – David G. Stork
            Jul 19 at 21:24















          up vote
          0
          down vote













          As far as I can tell, you're asking for a point on the sphere.



          By symmetry $x = y = z$. And given that $x^2 + y^2 + z^2 = e = 3 x^2$, we immediately find that $x = y = z = sqrte/3$.



          Point on sphere






          share|cite|improve this answer























          • So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
            – pstatix
            Jul 19 at 20:49











          • Yes. (Though I was assuming that $p = (0,0,0)$.)
            – David G. Stork
            Jul 19 at 20:58










          • Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
            – pstatix
            Jul 19 at 20:59










          • This actually gives me the centroid of the octant, not the point on the surface
            – pstatix
            Jul 19 at 21:18










          • Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
            – David G. Stork
            Jul 19 at 21:24













          up vote
          0
          down vote










          up vote
          0
          down vote









          As far as I can tell, you're asking for a point on the sphere.



          By symmetry $x = y = z$. And given that $x^2 + y^2 + z^2 = e = 3 x^2$, we immediately find that $x = y = z = sqrte/3$.



          Point on sphere






          share|cite|improve this answer















          As far as I can tell, you're asking for a point on the sphere.



          By symmetry $x = y = z$. And given that $x^2 + y^2 + z^2 = e = 3 x^2$, we immediately find that $x = y = z = sqrte/3$.



          Point on sphere







          share|cite|improve this answer















          share|cite|improve this answer



          share|cite|improve this answer








          edited Jul 19 at 21:31


























          answered Jul 19 at 20:33









          David G. Stork

          7,6632929




          7,6632929











          • So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
            – pstatix
            Jul 19 at 20:49











          • Yes. (Though I was assuming that $p = (0,0,0)$.)
            – David G. Stork
            Jul 19 at 20:58










          • Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
            – pstatix
            Jul 19 at 20:59










          • This actually gives me the centroid of the octant, not the point on the surface
            – pstatix
            Jul 19 at 21:18










          • Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
            – David G. Stork
            Jul 19 at 21:24

















          • So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
            – pstatix
            Jul 19 at 20:49











          • Yes. (Though I was assuming that $p = (0,0,0)$.)
            – David G. Stork
            Jul 19 at 20:58










          • Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
            – pstatix
            Jul 19 at 20:59










          • This actually gives me the centroid of the octant, not the point on the surface
            – pstatix
            Jul 19 at 21:18










          • Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
            – David G. Stork
            Jul 19 at 21:24
















          So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
          – pstatix
          Jul 19 at 20:49





          So the position would be $p = epsilon/sqrt3$; $(x + p, y + p, z + p)$?
          – pstatix
          Jul 19 at 20:49













          Yes. (Though I was assuming that $p = (0,0,0)$.)
          – David G. Stork
          Jul 19 at 20:58




          Yes. (Though I was assuming that $p = (0,0,0)$.)
          – David G. Stork
          Jul 19 at 20:58












          Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
          – pstatix
          Jul 19 at 20:59




          Sure, fair assumption; need to implement so that initial $(x, y, z)$ is arbitrary with some radius $epsilon$ such that I can compute the center of the 8 octants.
          – pstatix
          Jul 19 at 20:59












          This actually gives me the centroid of the octant, not the point on the surface
          – pstatix
          Jul 19 at 21:18




          This actually gives me the centroid of the octant, not the point on the surface
          – pstatix
          Jul 19 at 21:18












          Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
          – David G. Stork
          Jul 19 at 21:24





          Please re-state your question clearly and unambiguously. What is "center point"? Is point $p$ on the surface of the sphere? (yes or no) Is the radius of the sphere $1$ or $e$? When you say "octant", everyone understands the octant is defined by the origin $(0,0,0$ and three axes.
          – David G. Stork
          Jul 19 at 21:24













           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2857024%2fcalculate-center-point-of-spherical-octant%23new-answer', 'question_page');

          );

          Post as a guest













































































          Comments

          Popular posts from this blog

          What is the equation of a 3D cone with generalised tilt?

          Color the edges and diagonals of a regular polygon

          Relationship between determinant of matrix and determinant of adjoint?