Polar equation of a parabola.












2














How is the following result of a parabola with focus $F(0,0)$ and directrix $y=-p$, for $p gt 0$ reached, it is said to be $r(theta)=frac{p}{1-sin theta} $?



I started by saying the the standard equation of a parabola, in Cartesian form is $y= frac{x^2}{4p} $, where $p gt 0 $ and the focus is at $F(0,p)$ and the directrix is $y=-p$. So for the question above, would the equation in Cartesian form be $$y= frac{x^2}{4 cdot left(frac{1}{2}pright)}=frac{x^2}{2p}?$$



I thought this because the vertex is halfway between the directrix and the focus of a parabola.



Then I tried to use the facts:
$$r^2 = x^2 +y^2 \
x =rcostheta \
y=rsintheta.$$



But I couldn't get the form required, any corrections, or hints?



Cheers.










share|cite|improve this question
























  • What is the focus of $displaystyle y = frac{x^2}{4(frac{1}{2}p)}$? Can that equation be modified with a linear transformation?
    – John Joy
    Apr 22 '17 at 0:29


















2














How is the following result of a parabola with focus $F(0,0)$ and directrix $y=-p$, for $p gt 0$ reached, it is said to be $r(theta)=frac{p}{1-sin theta} $?



I started by saying the the standard equation of a parabola, in Cartesian form is $y= frac{x^2}{4p} $, where $p gt 0 $ and the focus is at $F(0,p)$ and the directrix is $y=-p$. So for the question above, would the equation in Cartesian form be $$y= frac{x^2}{4 cdot left(frac{1}{2}pright)}=frac{x^2}{2p}?$$



I thought this because the vertex is halfway between the directrix and the focus of a parabola.



Then I tried to use the facts:
$$r^2 = x^2 +y^2 \
x =rcostheta \
y=rsintheta.$$



But I couldn't get the form required, any corrections, or hints?



Cheers.










share|cite|improve this question
























  • What is the focus of $displaystyle y = frac{x^2}{4(frac{1}{2}p)}$? Can that equation be modified with a linear transformation?
    – John Joy
    Apr 22 '17 at 0:29
















2












2








2


2





How is the following result of a parabola with focus $F(0,0)$ and directrix $y=-p$, for $p gt 0$ reached, it is said to be $r(theta)=frac{p}{1-sin theta} $?



I started by saying the the standard equation of a parabola, in Cartesian form is $y= frac{x^2}{4p} $, where $p gt 0 $ and the focus is at $F(0,p)$ and the directrix is $y=-p$. So for the question above, would the equation in Cartesian form be $$y= frac{x^2}{4 cdot left(frac{1}{2}pright)}=frac{x^2}{2p}?$$



I thought this because the vertex is halfway between the directrix and the focus of a parabola.



Then I tried to use the facts:
$$r^2 = x^2 +y^2 \
x =rcostheta \
y=rsintheta.$$



But I couldn't get the form required, any corrections, or hints?



Cheers.










share|cite|improve this question















How is the following result of a parabola with focus $F(0,0)$ and directrix $y=-p$, for $p gt 0$ reached, it is said to be $r(theta)=frac{p}{1-sin theta} $?



I started by saying the the standard equation of a parabola, in Cartesian form is $y= frac{x^2}{4p} $, where $p gt 0 $ and the focus is at $F(0,p)$ and the directrix is $y=-p$. So for the question above, would the equation in Cartesian form be $$y= frac{x^2}{4 cdot left(frac{1}{2}pright)}=frac{x^2}{2p}?$$



I thought this because the vertex is halfway between the directrix and the focus of a parabola.



Then I tried to use the facts:
$$r^2 = x^2 +y^2 \
x =rcostheta \
y=rsintheta.$$



But I couldn't get the form required, any corrections, or hints?



Cheers.







algebra-precalculus polar-coordinates






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Apr 21 '17 at 18:18









DMcMor

2,71521328




2,71521328










asked Apr 21 '17 at 18:09









Gurjinder

484414




484414












  • What is the focus of $displaystyle y = frac{x^2}{4(frac{1}{2}p)}$? Can that equation be modified with a linear transformation?
    – John Joy
    Apr 22 '17 at 0:29




















  • What is the focus of $displaystyle y = frac{x^2}{4(frac{1}{2}p)}$? Can that equation be modified with a linear transformation?
    – John Joy
    Apr 22 '17 at 0:29


















What is the focus of $displaystyle y = frac{x^2}{4(frac{1}{2}p)}$? Can that equation be modified with a linear transformation?
– John Joy
Apr 22 '17 at 0:29






What is the focus of $displaystyle y = frac{x^2}{4(frac{1}{2}p)}$? Can that equation be modified with a linear transformation?
– John Joy
Apr 22 '17 at 0:29












4 Answers
4






active

oldest

votes


















0














No, that can't work, because you've shown that these parabolae have different foci.



Since there are lots of parabolae ($x^2=4ay$, $y^2=4ax$, any rotation and translation of one of these), it's easier to work backwards. So let's do that: $sin{theta} = y/r$, so
$$ p= r(1-sin{theta}) = r-y, $$
so
$$ x^2+y^2 = r^2 = (p+y)^2 = p^2+2py+y^2, $$
and
$$ x^2 = 2py+p^2. $$
In particular, if we look more closely, we notice that
$$ sqrt{x^2+y^2} = p+y $$
is the definition of a parabola: the distance from $(0,0)$ to the point is the same as $y+p$, the distance from the horizontal line $y=-p$.






share|cite|improve this answer





























    0














    The equation of the parabola you want is



    $$
    y = frac{x^2}{2p} - frac{p}{2}
    $$



    Substituting



    $$
    x = r cos theta
    $$
    $$
    y = r sin theta
    $$



    gives us



    $$
    frac{cos^2theta}{2p} r^2 - (sin theta) r - frac{p}{2} = 0
    $$



    If you solve this quadratic expression for $r$, and use the identity $sin^2theta + cos^2theta = 1$ twice, you should obtain the expression you want.






    share|cite|improve this answer





























      0














      The equation for a parabola in the complex plane is



      $$z=frac{1}{2}p(u+i)^2\
      y=pu\
      x=frac{1}{2}p(u^2-1)
      $$



      I think you would have to say



      $$r=|z|\
      theta=arg(z)$$



      to get the true polar form.



      Ref: Zwikker, C. (1968). The Advanced Geometry of Plane Curves and Their Applications, Dover Press.






      share|cite|improve this answer





























        0














        For a parabola with $F(0,0)$ and directrix $y=-p$, first write a “distance equation” relating any point on the parabola, $P(x,y)$, to $F$ and to the directrix, $D$.



        A parabola can be defined by its locus: $distanceFP = distanceDP$.



        $distanceFP = sqrt{(x-0)^2+(y-0)^2} = sqrt{x^2+y^2}$



        $distanceDP = y-(-p) = y+p$



        So, for $P(x,y)$ on the parabola with $F(0,0)$ and directrix $y=-p$, we can write
        $$sqrt{x^2+y^2}=y+p …(1)$$
        For polar cords, we know that $x^2+y^2=r^2$, and $y=r sintheta$



        Therefore (1) becomes $$sqrt{r^2}=r sintheta + p$$
        $$r = r sintheta + p$$
        $$r – r sintheta = p$$
        $$r(1 – sintheta) = p$$
        Hence $$r = frac{p}{1 – sintheta}$$






        share|cite|improve this answer























          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%2f2245408%2fpolar-equation-of-a-parabola%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          No, that can't work, because you've shown that these parabolae have different foci.



          Since there are lots of parabolae ($x^2=4ay$, $y^2=4ax$, any rotation and translation of one of these), it's easier to work backwards. So let's do that: $sin{theta} = y/r$, so
          $$ p= r(1-sin{theta}) = r-y, $$
          so
          $$ x^2+y^2 = r^2 = (p+y)^2 = p^2+2py+y^2, $$
          and
          $$ x^2 = 2py+p^2. $$
          In particular, if we look more closely, we notice that
          $$ sqrt{x^2+y^2} = p+y $$
          is the definition of a parabola: the distance from $(0,0)$ to the point is the same as $y+p$, the distance from the horizontal line $y=-p$.






          share|cite|improve this answer


























            0














            No, that can't work, because you've shown that these parabolae have different foci.



            Since there are lots of parabolae ($x^2=4ay$, $y^2=4ax$, any rotation and translation of one of these), it's easier to work backwards. So let's do that: $sin{theta} = y/r$, so
            $$ p= r(1-sin{theta}) = r-y, $$
            so
            $$ x^2+y^2 = r^2 = (p+y)^2 = p^2+2py+y^2, $$
            and
            $$ x^2 = 2py+p^2. $$
            In particular, if we look more closely, we notice that
            $$ sqrt{x^2+y^2} = p+y $$
            is the definition of a parabola: the distance from $(0,0)$ to the point is the same as $y+p$, the distance from the horizontal line $y=-p$.






            share|cite|improve this answer
























              0












              0








              0






              No, that can't work, because you've shown that these parabolae have different foci.



              Since there are lots of parabolae ($x^2=4ay$, $y^2=4ax$, any rotation and translation of one of these), it's easier to work backwards. So let's do that: $sin{theta} = y/r$, so
              $$ p= r(1-sin{theta}) = r-y, $$
              so
              $$ x^2+y^2 = r^2 = (p+y)^2 = p^2+2py+y^2, $$
              and
              $$ x^2 = 2py+p^2. $$
              In particular, if we look more closely, we notice that
              $$ sqrt{x^2+y^2} = p+y $$
              is the definition of a parabola: the distance from $(0,0)$ to the point is the same as $y+p$, the distance from the horizontal line $y=-p$.






              share|cite|improve this answer












              No, that can't work, because you've shown that these parabolae have different foci.



              Since there are lots of parabolae ($x^2=4ay$, $y^2=4ax$, any rotation and translation of one of these), it's easier to work backwards. So let's do that: $sin{theta} = y/r$, so
              $$ p= r(1-sin{theta}) = r-y, $$
              so
              $$ x^2+y^2 = r^2 = (p+y)^2 = p^2+2py+y^2, $$
              and
              $$ x^2 = 2py+p^2. $$
              In particular, if we look more closely, we notice that
              $$ sqrt{x^2+y^2} = p+y $$
              is the definition of a parabola: the distance from $(0,0)$ to the point is the same as $y+p$, the distance from the horizontal line $y=-p$.







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Apr 21 '17 at 18:31









              Chappers

              55.6k74192




              55.6k74192























                  0














                  The equation of the parabola you want is



                  $$
                  y = frac{x^2}{2p} - frac{p}{2}
                  $$



                  Substituting



                  $$
                  x = r cos theta
                  $$
                  $$
                  y = r sin theta
                  $$



                  gives us



                  $$
                  frac{cos^2theta}{2p} r^2 - (sin theta) r - frac{p}{2} = 0
                  $$



                  If you solve this quadratic expression for $r$, and use the identity $sin^2theta + cos^2theta = 1$ twice, you should obtain the expression you want.






                  share|cite|improve this answer


























                    0














                    The equation of the parabola you want is



                    $$
                    y = frac{x^2}{2p} - frac{p}{2}
                    $$



                    Substituting



                    $$
                    x = r cos theta
                    $$
                    $$
                    y = r sin theta
                    $$



                    gives us



                    $$
                    frac{cos^2theta}{2p} r^2 - (sin theta) r - frac{p}{2} = 0
                    $$



                    If you solve this quadratic expression for $r$, and use the identity $sin^2theta + cos^2theta = 1$ twice, you should obtain the expression you want.






                    share|cite|improve this answer
























                      0












                      0








                      0






                      The equation of the parabola you want is



                      $$
                      y = frac{x^2}{2p} - frac{p}{2}
                      $$



                      Substituting



                      $$
                      x = r cos theta
                      $$
                      $$
                      y = r sin theta
                      $$



                      gives us



                      $$
                      frac{cos^2theta}{2p} r^2 - (sin theta) r - frac{p}{2} = 0
                      $$



                      If you solve this quadratic expression for $r$, and use the identity $sin^2theta + cos^2theta = 1$ twice, you should obtain the expression you want.






                      share|cite|improve this answer












                      The equation of the parabola you want is



                      $$
                      y = frac{x^2}{2p} - frac{p}{2}
                      $$



                      Substituting



                      $$
                      x = r cos theta
                      $$
                      $$
                      y = r sin theta
                      $$



                      gives us



                      $$
                      frac{cos^2theta}{2p} r^2 - (sin theta) r - frac{p}{2} = 0
                      $$



                      If you solve this quadratic expression for $r$, and use the identity $sin^2theta + cos^2theta = 1$ twice, you should obtain the expression you want.







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Apr 21 '17 at 18:34









                      Brian Tung

                      25.7k32553




                      25.7k32553























                          0














                          The equation for a parabola in the complex plane is



                          $$z=frac{1}{2}p(u+i)^2\
                          y=pu\
                          x=frac{1}{2}p(u^2-1)
                          $$



                          I think you would have to say



                          $$r=|z|\
                          theta=arg(z)$$



                          to get the true polar form.



                          Ref: Zwikker, C. (1968). The Advanced Geometry of Plane Curves and Their Applications, Dover Press.






                          share|cite|improve this answer


























                            0














                            The equation for a parabola in the complex plane is



                            $$z=frac{1}{2}p(u+i)^2\
                            y=pu\
                            x=frac{1}{2}p(u^2-1)
                            $$



                            I think you would have to say



                            $$r=|z|\
                            theta=arg(z)$$



                            to get the true polar form.



                            Ref: Zwikker, C. (1968). The Advanced Geometry of Plane Curves and Their Applications, Dover Press.






                            share|cite|improve this answer
























                              0












                              0








                              0






                              The equation for a parabola in the complex plane is



                              $$z=frac{1}{2}p(u+i)^2\
                              y=pu\
                              x=frac{1}{2}p(u^2-1)
                              $$



                              I think you would have to say



                              $$r=|z|\
                              theta=arg(z)$$



                              to get the true polar form.



                              Ref: Zwikker, C. (1968). The Advanced Geometry of Plane Curves and Their Applications, Dover Press.






                              share|cite|improve this answer












                              The equation for a parabola in the complex plane is



                              $$z=frac{1}{2}p(u+i)^2\
                              y=pu\
                              x=frac{1}{2}p(u^2-1)
                              $$



                              I think you would have to say



                              $$r=|z|\
                              theta=arg(z)$$



                              to get the true polar form.



                              Ref: Zwikker, C. (1968). The Advanced Geometry of Plane Curves and Their Applications, Dover Press.







                              share|cite|improve this answer












                              share|cite|improve this answer



                              share|cite|improve this answer










                              answered Apr 21 '17 at 18:46









                              Cye Waldman

                              4,1152523




                              4,1152523























                                  0














                                  For a parabola with $F(0,0)$ and directrix $y=-p$, first write a “distance equation” relating any point on the parabola, $P(x,y)$, to $F$ and to the directrix, $D$.



                                  A parabola can be defined by its locus: $distanceFP = distanceDP$.



                                  $distanceFP = sqrt{(x-0)^2+(y-0)^2} = sqrt{x^2+y^2}$



                                  $distanceDP = y-(-p) = y+p$



                                  So, for $P(x,y)$ on the parabola with $F(0,0)$ and directrix $y=-p$, we can write
                                  $$sqrt{x^2+y^2}=y+p …(1)$$
                                  For polar cords, we know that $x^2+y^2=r^2$, and $y=r sintheta$



                                  Therefore (1) becomes $$sqrt{r^2}=r sintheta + p$$
                                  $$r = r sintheta + p$$
                                  $$r – r sintheta = p$$
                                  $$r(1 – sintheta) = p$$
                                  Hence $$r = frac{p}{1 – sintheta}$$






                                  share|cite|improve this answer




























                                    0














                                    For a parabola with $F(0,0)$ and directrix $y=-p$, first write a “distance equation” relating any point on the parabola, $P(x,y)$, to $F$ and to the directrix, $D$.



                                    A parabola can be defined by its locus: $distanceFP = distanceDP$.



                                    $distanceFP = sqrt{(x-0)^2+(y-0)^2} = sqrt{x^2+y^2}$



                                    $distanceDP = y-(-p) = y+p$



                                    So, for $P(x,y)$ on the parabola with $F(0,0)$ and directrix $y=-p$, we can write
                                    $$sqrt{x^2+y^2}=y+p …(1)$$
                                    For polar cords, we know that $x^2+y^2=r^2$, and $y=r sintheta$



                                    Therefore (1) becomes $$sqrt{r^2}=r sintheta + p$$
                                    $$r = r sintheta + p$$
                                    $$r – r sintheta = p$$
                                    $$r(1 – sintheta) = p$$
                                    Hence $$r = frac{p}{1 – sintheta}$$






                                    share|cite|improve this answer


























                                      0












                                      0








                                      0






                                      For a parabola with $F(0,0)$ and directrix $y=-p$, first write a “distance equation” relating any point on the parabola, $P(x,y)$, to $F$ and to the directrix, $D$.



                                      A parabola can be defined by its locus: $distanceFP = distanceDP$.



                                      $distanceFP = sqrt{(x-0)^2+(y-0)^2} = sqrt{x^2+y^2}$



                                      $distanceDP = y-(-p) = y+p$



                                      So, for $P(x,y)$ on the parabola with $F(0,0)$ and directrix $y=-p$, we can write
                                      $$sqrt{x^2+y^2}=y+p …(1)$$
                                      For polar cords, we know that $x^2+y^2=r^2$, and $y=r sintheta$



                                      Therefore (1) becomes $$sqrt{r^2}=r sintheta + p$$
                                      $$r = r sintheta + p$$
                                      $$r – r sintheta = p$$
                                      $$r(1 – sintheta) = p$$
                                      Hence $$r = frac{p}{1 – sintheta}$$






                                      share|cite|improve this answer














                                      For a parabola with $F(0,0)$ and directrix $y=-p$, first write a “distance equation” relating any point on the parabola, $P(x,y)$, to $F$ and to the directrix, $D$.



                                      A parabola can be defined by its locus: $distanceFP = distanceDP$.



                                      $distanceFP = sqrt{(x-0)^2+(y-0)^2} = sqrt{x^2+y^2}$



                                      $distanceDP = y-(-p) = y+p$



                                      So, for $P(x,y)$ on the parabola with $F(0,0)$ and directrix $y=-p$, we can write
                                      $$sqrt{x^2+y^2}=y+p …(1)$$
                                      For polar cords, we know that $x^2+y^2=r^2$, and $y=r sintheta$



                                      Therefore (1) becomes $$sqrt{r^2}=r sintheta + p$$
                                      $$r = r sintheta + p$$
                                      $$r – r sintheta = p$$
                                      $$r(1 – sintheta) = p$$
                                      Hence $$r = frac{p}{1 – sintheta}$$







                                      share|cite|improve this answer














                                      share|cite|improve this answer



                                      share|cite|improve this answer








                                      edited Aug 1 '17 at 22:10

























                                      answered Aug 1 '17 at 1:38









                                      robert timmer-arends

                                      12




                                      12






























                                          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.





                                          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                          Please pay close attention to the following guidance:


                                          • 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.


                                          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%2f2245408%2fpolar-equation-of-a-parabola%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

                                          Human spaceflight

                                          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                                          File:DeusFollowingSea.jpg