Finding tangent points of an ellipse given an exterior point











up vote
0
down vote

favorite












There are two tangents from the point $P = (frac{1261}{20},-1)$ to the ellipse with equation $frac{x^2}{169}+frac{y^2}{25} = 1.$



Determine the coordinates of the points, $E$ and $F$, where the tangents touch this ellipse. All coordinates should be correct to two decimal places.



So far I have found the slope to be $frac{-25x}{169y}$. Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$ ? I attempted to sub this equation of a line into the ellipse equation to get the points, but i still have two variables? All help appreciated.










share|cite|improve this question




























    up vote
    0
    down vote

    favorite












    There are two tangents from the point $P = (frac{1261}{20},-1)$ to the ellipse with equation $frac{x^2}{169}+frac{y^2}{25} = 1.$



    Determine the coordinates of the points, $E$ and $F$, where the tangents touch this ellipse. All coordinates should be correct to two decimal places.



    So far I have found the slope to be $frac{-25x}{169y}$. Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$ ? I attempted to sub this equation of a line into the ellipse equation to get the points, but i still have two variables? All help appreciated.










    share|cite|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      There are two tangents from the point $P = (frac{1261}{20},-1)$ to the ellipse with equation $frac{x^2}{169}+frac{y^2}{25} = 1.$



      Determine the coordinates of the points, $E$ and $F$, where the tangents touch this ellipse. All coordinates should be correct to two decimal places.



      So far I have found the slope to be $frac{-25x}{169y}$. Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$ ? I attempted to sub this equation of a line into the ellipse equation to get the points, but i still have two variables? All help appreciated.










      share|cite|improve this question















      There are two tangents from the point $P = (frac{1261}{20},-1)$ to the ellipse with equation $frac{x^2}{169}+frac{y^2}{25} = 1.$



      Determine the coordinates of the points, $E$ and $F$, where the tangents touch this ellipse. All coordinates should be correct to two decimal places.



      So far I have found the slope to be $frac{-25x}{169y}$. Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$ ? I attempted to sub this equation of a line into the ellipse equation to get the points, but i still have two variables? All help appreciated.







      geometry conic-sections






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Nov 22 at 12:09









      amWhy

      191k28224439




      191k28224439










      asked Nov 22 at 12:02









      Matlab rookie

      307




      307






















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted











          Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$




          No, that's not correct. When you say you've found the slope to be $frac{-25x}{169y}$, you need to be much more precise. What you know is that if a line is tangent to the ellipse at a point $(a, b)$ (which is on the ellipse, of course), then the slope of that line is $frac{-25a}{169b}$. That means the equation of the line is
          $$
          y - b = frac{-25a}{169b}(x-a).
          $$



          Notice that I did not use "$(x, y)$" as the point of tangency to the ellipse, because $(x, y)$ is used to denote a generic point of the tangent line, and only one of those points is on the ellipse.



          So right there is where your approach went off the rails.



          Let me suggest a different starting point:



          Construct a line from $(1261/20, -1)$ to an arbitrary point $(a, b)$ on the ellipse. Determine the slope of the line, and compare this to the slope of the ellipse at $(a, b)$. For certain values of $(a, b)$, these two will be equal, and for those points, you've got a tangent line rather than a secant line.






          share|cite|improve this answer




























            up vote
            0
            down vote













            Calculate the polar's equation to
            $$frac{frac{1261}{20}cdot x}{169}+frac{-1cdot y}{25}=1$$
            first, solve for
            $$y=25left(frac{97}{260}x-1right)$$
            and plug that in the equation of the ellipse to get
            $$x=frac{16}{5}quadtext{or}quad x=frac{312}{145}.$$






            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',
              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%2f3009049%2ffinding-tangent-points-of-an-ellipse-given-an-exterior-point%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








              up vote
              0
              down vote



              accepted











              Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$




              No, that's not correct. When you say you've found the slope to be $frac{-25x}{169y}$, you need to be much more precise. What you know is that if a line is tangent to the ellipse at a point $(a, b)$ (which is on the ellipse, of course), then the slope of that line is $frac{-25a}{169b}$. That means the equation of the line is
              $$
              y - b = frac{-25a}{169b}(x-a).
              $$



              Notice that I did not use "$(x, y)$" as the point of tangency to the ellipse, because $(x, y)$ is used to denote a generic point of the tangent line, and only one of those points is on the ellipse.



              So right there is where your approach went off the rails.



              Let me suggest a different starting point:



              Construct a line from $(1261/20, -1)$ to an arbitrary point $(a, b)$ on the ellipse. Determine the slope of the line, and compare this to the slope of the ellipse at $(a, b)$. For certain values of $(a, b)$, these two will be equal, and for those points, you've got a tangent line rather than a secant line.






              share|cite|improve this answer

























                up vote
                0
                down vote



                accepted











                Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$




                No, that's not correct. When you say you've found the slope to be $frac{-25x}{169y}$, you need to be much more precise. What you know is that if a line is tangent to the ellipse at a point $(a, b)$ (which is on the ellipse, of course), then the slope of that line is $frac{-25a}{169b}$. That means the equation of the line is
                $$
                y - b = frac{-25a}{169b}(x-a).
                $$



                Notice that I did not use "$(x, y)$" as the point of tangency to the ellipse, because $(x, y)$ is used to denote a generic point of the tangent line, and only one of those points is on the ellipse.



                So right there is where your approach went off the rails.



                Let me suggest a different starting point:



                Construct a line from $(1261/20, -1)$ to an arbitrary point $(a, b)$ on the ellipse. Determine the slope of the line, and compare this to the slope of the ellipse at $(a, b)$. For certain values of $(a, b)$, these two will be equal, and for those points, you've got a tangent line rather than a secant line.






                share|cite|improve this answer























                  up vote
                  0
                  down vote



                  accepted







                  up vote
                  0
                  down vote



                  accepted







                  Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$




                  No, that's not correct. When you say you've found the slope to be $frac{-25x}{169y}$, you need to be much more precise. What you know is that if a line is tangent to the ellipse at a point $(a, b)$ (which is on the ellipse, of course), then the slope of that line is $frac{-25a}{169b}$. That means the equation of the line is
                  $$
                  y - b = frac{-25a}{169b}(x-a).
                  $$



                  Notice that I did not use "$(x, y)$" as the point of tangency to the ellipse, because $(x, y)$ is used to denote a generic point of the tangent line, and only one of those points is on the ellipse.



                  So right there is where your approach went off the rails.



                  Let me suggest a different starting point:



                  Construct a line from $(1261/20, -1)$ to an arbitrary point $(a, b)$ on the ellipse. Determine the slope of the line, and compare this to the slope of the ellipse at $(a, b)$. For certain values of $(a, b)$, these two will be equal, and for those points, you've got a tangent line rather than a secant line.






                  share|cite|improve this answer













                  Is it right to say the equation is $y+1 = frac{-25x}{169y}left(x-frac{1261}{20}right)$




                  No, that's not correct. When you say you've found the slope to be $frac{-25x}{169y}$, you need to be much more precise. What you know is that if a line is tangent to the ellipse at a point $(a, b)$ (which is on the ellipse, of course), then the slope of that line is $frac{-25a}{169b}$. That means the equation of the line is
                  $$
                  y - b = frac{-25a}{169b}(x-a).
                  $$



                  Notice that I did not use "$(x, y)$" as the point of tangency to the ellipse, because $(x, y)$ is used to denote a generic point of the tangent line, and only one of those points is on the ellipse.



                  So right there is where your approach went off the rails.



                  Let me suggest a different starting point:



                  Construct a line from $(1261/20, -1)$ to an arbitrary point $(a, b)$ on the ellipse. Determine the slope of the line, and compare this to the slope of the ellipse at $(a, b)$. For certain values of $(a, b)$, these two will be equal, and for those points, you've got a tangent line rather than a secant line.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Nov 22 at 12:21









                  John Hughes

                  62k24090




                  62k24090






















                      up vote
                      0
                      down vote













                      Calculate the polar's equation to
                      $$frac{frac{1261}{20}cdot x}{169}+frac{-1cdot y}{25}=1$$
                      first, solve for
                      $$y=25left(frac{97}{260}x-1right)$$
                      and plug that in the equation of the ellipse to get
                      $$x=frac{16}{5}quadtext{or}quad x=frac{312}{145}.$$






                      share|cite|improve this answer

























                        up vote
                        0
                        down vote













                        Calculate the polar's equation to
                        $$frac{frac{1261}{20}cdot x}{169}+frac{-1cdot y}{25}=1$$
                        first, solve for
                        $$y=25left(frac{97}{260}x-1right)$$
                        and plug that in the equation of the ellipse to get
                        $$x=frac{16}{5}quadtext{or}quad x=frac{312}{145}.$$






                        share|cite|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Calculate the polar's equation to
                          $$frac{frac{1261}{20}cdot x}{169}+frac{-1cdot y}{25}=1$$
                          first, solve for
                          $$y=25left(frac{97}{260}x-1right)$$
                          and plug that in the equation of the ellipse to get
                          $$x=frac{16}{5}quadtext{or}quad x=frac{312}{145}.$$






                          share|cite|improve this answer












                          Calculate the polar's equation to
                          $$frac{frac{1261}{20}cdot x}{169}+frac{-1cdot y}{25}=1$$
                          first, solve for
                          $$y=25left(frac{97}{260}x-1right)$$
                          and plug that in the equation of the ellipse to get
                          $$x=frac{16}{5}quadtext{or}quad x=frac{312}{145}.$$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Nov 22 at 20:41









                          Michael Hoppe

                          10.7k31834




                          10.7k31834






























                              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%2f3009049%2ffinding-tangent-points-of-an-ellipse-given-an-exterior-point%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

                              Quarter-circle Tiles

                              build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                              Mont Emei