How do you reflect a graph about an arbitrary line for a precalculus student?











up vote
4
down vote

favorite












Here's a question one of my precalculus students asked me, paraphrased for clarity:




You know how if you have the line $y=x$, and you want to reflect the graph of a function $f(x)$ across it, you can just switch the $y$ and $x$ in the equation of the function (since you're just finding $f^{-1}$ if it exists). What if you wanted to reflect a graph about something like $y=2x$ instead? Or $y=2x-3$? Is there some trick analogous to "switch the $x$ and the $y$" to find the equation of this reflected curve?




My trouble is that I don't have an explanation that would be particularly good for a precalulus student. Is there an elegant way to explain to a precalculus student how to do this that looks analogous to the "switch $x$ and $y$" trick? Here are the approaches to reflecting a curve about a line that I know, that I think are a bit too heavy for this student.




  • Do some vector-calculus looking stuff: To reflect the graph of $f$ across $y=mx+b$, you translate the $y$ values by $b$ to make the line go through the origin, look at the projection of a point on the translated graph onto the normal vector $langle -m,1 rangle$ of the line, use the projection to reflect the graph, then translate back by $-b$. I can calculate this for the student, but I don't think the formula will look memorable, and certainly won't be a clean "trick." Right now I'm leaning towards showing the student a nice picture of this without any calculations. I'll probably type this up in detail as an answer sometime unless someone has a better suggestion.

  • Talk about reflection matrices: a reflection about a line in the $xy$-plane with an angle of $theta$ with the $x$-axis is given by multiplication by the matrix $$begin{pmatrix}cos2theta&sin2theta\sin2theta&-cos2thetaend{pmatrix},,$$ then the case where $theta = pi/4$, where you're reflecting about the line $y=x$, corresponds to the matrix
    $$begin{pmatrix}0&1\1&0end{pmatrix},,$$
    which just switches the $x$ and the $y$ coordinates of the graph. But then introducing matrices as linear transformations, and explaining why that matrix corresponds to reflections, would be tough.










share|cite|improve this question
























  • Good question, and it seems you have answered it yourself! I like the matrix approach - perhaps you can use it as a hook to encourage the student to then take a first course in Linear Algebra?
    – bounceback
    Nov 20 at 20:05










  • @bounceback Thanks. :) I was shying away from the second approach because, off the top of my head I don't know how to justify that matrix being a reflection matrix. :P But maybe I should just bite the bullet and figure it out. And the student has learned about the sum-of-angles formulas (rotations matrices in disguise), so maybe that does provide a reasonable lead-in.
    – Mike Pierce
    Nov 20 at 20:10






  • 1




    You might be able to derive the reflection matrix by the requirement that $(r cos alpha, r sin alpha)$ must be sent to $(r cos(2theta - alpha), r sin(2theta - alpha))$ and then expanding using the cosine and sine of differences formulas, then grouping together $r cos alpha$ as $x$ and $r sin alpha$ as $y$ again.
    – Daniel Schepler
    Nov 20 at 22:54






  • 1




    You could also do some "sanity" calculations such as that the square of the matrix gives the identity, the matrix is orthogonal (though that might take more explanation why that's relevant and why you'd expect it to be true), it fixes any point $(r cos theta, r sin theta)$, it negates any point on the normal $(-r sin theta, r cos theta)$, etc.
    – Daniel Schepler
    Nov 20 at 22:58















up vote
4
down vote

favorite












Here's a question one of my precalculus students asked me, paraphrased for clarity:




You know how if you have the line $y=x$, and you want to reflect the graph of a function $f(x)$ across it, you can just switch the $y$ and $x$ in the equation of the function (since you're just finding $f^{-1}$ if it exists). What if you wanted to reflect a graph about something like $y=2x$ instead? Or $y=2x-3$? Is there some trick analogous to "switch the $x$ and the $y$" to find the equation of this reflected curve?




My trouble is that I don't have an explanation that would be particularly good for a precalulus student. Is there an elegant way to explain to a precalculus student how to do this that looks analogous to the "switch $x$ and $y$" trick? Here are the approaches to reflecting a curve about a line that I know, that I think are a bit too heavy for this student.




  • Do some vector-calculus looking stuff: To reflect the graph of $f$ across $y=mx+b$, you translate the $y$ values by $b$ to make the line go through the origin, look at the projection of a point on the translated graph onto the normal vector $langle -m,1 rangle$ of the line, use the projection to reflect the graph, then translate back by $-b$. I can calculate this for the student, but I don't think the formula will look memorable, and certainly won't be a clean "trick." Right now I'm leaning towards showing the student a nice picture of this without any calculations. I'll probably type this up in detail as an answer sometime unless someone has a better suggestion.

  • Talk about reflection matrices: a reflection about a line in the $xy$-plane with an angle of $theta$ with the $x$-axis is given by multiplication by the matrix $$begin{pmatrix}cos2theta&sin2theta\sin2theta&-cos2thetaend{pmatrix},,$$ then the case where $theta = pi/4$, where you're reflecting about the line $y=x$, corresponds to the matrix
    $$begin{pmatrix}0&1\1&0end{pmatrix},,$$
    which just switches the $x$ and the $y$ coordinates of the graph. But then introducing matrices as linear transformations, and explaining why that matrix corresponds to reflections, would be tough.










share|cite|improve this question
























  • Good question, and it seems you have answered it yourself! I like the matrix approach - perhaps you can use it as a hook to encourage the student to then take a first course in Linear Algebra?
    – bounceback
    Nov 20 at 20:05










  • @bounceback Thanks. :) I was shying away from the second approach because, off the top of my head I don't know how to justify that matrix being a reflection matrix. :P But maybe I should just bite the bullet and figure it out. And the student has learned about the sum-of-angles formulas (rotations matrices in disguise), so maybe that does provide a reasonable lead-in.
    – Mike Pierce
    Nov 20 at 20:10






  • 1




    You might be able to derive the reflection matrix by the requirement that $(r cos alpha, r sin alpha)$ must be sent to $(r cos(2theta - alpha), r sin(2theta - alpha))$ and then expanding using the cosine and sine of differences formulas, then grouping together $r cos alpha$ as $x$ and $r sin alpha$ as $y$ again.
    – Daniel Schepler
    Nov 20 at 22:54






  • 1




    You could also do some "sanity" calculations such as that the square of the matrix gives the identity, the matrix is orthogonal (though that might take more explanation why that's relevant and why you'd expect it to be true), it fixes any point $(r cos theta, r sin theta)$, it negates any point on the normal $(-r sin theta, r cos theta)$, etc.
    – Daniel Schepler
    Nov 20 at 22:58













up vote
4
down vote

favorite









up vote
4
down vote

favorite











Here's a question one of my precalculus students asked me, paraphrased for clarity:




You know how if you have the line $y=x$, and you want to reflect the graph of a function $f(x)$ across it, you can just switch the $y$ and $x$ in the equation of the function (since you're just finding $f^{-1}$ if it exists). What if you wanted to reflect a graph about something like $y=2x$ instead? Or $y=2x-3$? Is there some trick analogous to "switch the $x$ and the $y$" to find the equation of this reflected curve?




My trouble is that I don't have an explanation that would be particularly good for a precalulus student. Is there an elegant way to explain to a precalculus student how to do this that looks analogous to the "switch $x$ and $y$" trick? Here are the approaches to reflecting a curve about a line that I know, that I think are a bit too heavy for this student.




  • Do some vector-calculus looking stuff: To reflect the graph of $f$ across $y=mx+b$, you translate the $y$ values by $b$ to make the line go through the origin, look at the projection of a point on the translated graph onto the normal vector $langle -m,1 rangle$ of the line, use the projection to reflect the graph, then translate back by $-b$. I can calculate this for the student, but I don't think the formula will look memorable, and certainly won't be a clean "trick." Right now I'm leaning towards showing the student a nice picture of this without any calculations. I'll probably type this up in detail as an answer sometime unless someone has a better suggestion.

  • Talk about reflection matrices: a reflection about a line in the $xy$-plane with an angle of $theta$ with the $x$-axis is given by multiplication by the matrix $$begin{pmatrix}cos2theta&sin2theta\sin2theta&-cos2thetaend{pmatrix},,$$ then the case where $theta = pi/4$, where you're reflecting about the line $y=x$, corresponds to the matrix
    $$begin{pmatrix}0&1\1&0end{pmatrix},,$$
    which just switches the $x$ and the $y$ coordinates of the graph. But then introducing matrices as linear transformations, and explaining why that matrix corresponds to reflections, would be tough.










share|cite|improve this question















Here's a question one of my precalculus students asked me, paraphrased for clarity:




You know how if you have the line $y=x$, and you want to reflect the graph of a function $f(x)$ across it, you can just switch the $y$ and $x$ in the equation of the function (since you're just finding $f^{-1}$ if it exists). What if you wanted to reflect a graph about something like $y=2x$ instead? Or $y=2x-3$? Is there some trick analogous to "switch the $x$ and the $y$" to find the equation of this reflected curve?




My trouble is that I don't have an explanation that would be particularly good for a precalulus student. Is there an elegant way to explain to a precalculus student how to do this that looks analogous to the "switch $x$ and $y$" trick? Here are the approaches to reflecting a curve about a line that I know, that I think are a bit too heavy for this student.




  • Do some vector-calculus looking stuff: To reflect the graph of $f$ across $y=mx+b$, you translate the $y$ values by $b$ to make the line go through the origin, look at the projection of a point on the translated graph onto the normal vector $langle -m,1 rangle$ of the line, use the projection to reflect the graph, then translate back by $-b$. I can calculate this for the student, but I don't think the formula will look memorable, and certainly won't be a clean "trick." Right now I'm leaning towards showing the student a nice picture of this without any calculations. I'll probably type this up in detail as an answer sometime unless someone has a better suggestion.

  • Talk about reflection matrices: a reflection about a line in the $xy$-plane with an angle of $theta$ with the $x$-axis is given by multiplication by the matrix $$begin{pmatrix}cos2theta&sin2theta\sin2theta&-cos2thetaend{pmatrix},,$$ then the case where $theta = pi/4$, where you're reflecting about the line $y=x$, corresponds to the matrix
    $$begin{pmatrix}0&1\1&0end{pmatrix},,$$
    which just switches the $x$ and the $y$ coordinates of the graph. But then introducing matrices as linear transformations, and explaining why that matrix corresponds to reflections, would be tough.







algebra-precalculus reflection






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 20 at 22:19

























asked Nov 20 at 19:55









Mike Pierce

11.6k93581




11.6k93581












  • Good question, and it seems you have answered it yourself! I like the matrix approach - perhaps you can use it as a hook to encourage the student to then take a first course in Linear Algebra?
    – bounceback
    Nov 20 at 20:05










  • @bounceback Thanks. :) I was shying away from the second approach because, off the top of my head I don't know how to justify that matrix being a reflection matrix. :P But maybe I should just bite the bullet and figure it out. And the student has learned about the sum-of-angles formulas (rotations matrices in disguise), so maybe that does provide a reasonable lead-in.
    – Mike Pierce
    Nov 20 at 20:10






  • 1




    You might be able to derive the reflection matrix by the requirement that $(r cos alpha, r sin alpha)$ must be sent to $(r cos(2theta - alpha), r sin(2theta - alpha))$ and then expanding using the cosine and sine of differences formulas, then grouping together $r cos alpha$ as $x$ and $r sin alpha$ as $y$ again.
    – Daniel Schepler
    Nov 20 at 22:54






  • 1




    You could also do some "sanity" calculations such as that the square of the matrix gives the identity, the matrix is orthogonal (though that might take more explanation why that's relevant and why you'd expect it to be true), it fixes any point $(r cos theta, r sin theta)$, it negates any point on the normal $(-r sin theta, r cos theta)$, etc.
    – Daniel Schepler
    Nov 20 at 22:58


















  • Good question, and it seems you have answered it yourself! I like the matrix approach - perhaps you can use it as a hook to encourage the student to then take a first course in Linear Algebra?
    – bounceback
    Nov 20 at 20:05










  • @bounceback Thanks. :) I was shying away from the second approach because, off the top of my head I don't know how to justify that matrix being a reflection matrix. :P But maybe I should just bite the bullet and figure it out. And the student has learned about the sum-of-angles formulas (rotations matrices in disguise), so maybe that does provide a reasonable lead-in.
    – Mike Pierce
    Nov 20 at 20:10






  • 1




    You might be able to derive the reflection matrix by the requirement that $(r cos alpha, r sin alpha)$ must be sent to $(r cos(2theta - alpha), r sin(2theta - alpha))$ and then expanding using the cosine and sine of differences formulas, then grouping together $r cos alpha$ as $x$ and $r sin alpha$ as $y$ again.
    – Daniel Schepler
    Nov 20 at 22:54






  • 1




    You could also do some "sanity" calculations such as that the square of the matrix gives the identity, the matrix is orthogonal (though that might take more explanation why that's relevant and why you'd expect it to be true), it fixes any point $(r cos theta, r sin theta)$, it negates any point on the normal $(-r sin theta, r cos theta)$, etc.
    – Daniel Schepler
    Nov 20 at 22:58
















Good question, and it seems you have answered it yourself! I like the matrix approach - perhaps you can use it as a hook to encourage the student to then take a first course in Linear Algebra?
– bounceback
Nov 20 at 20:05




Good question, and it seems you have answered it yourself! I like the matrix approach - perhaps you can use it as a hook to encourage the student to then take a first course in Linear Algebra?
– bounceback
Nov 20 at 20:05












@bounceback Thanks. :) I was shying away from the second approach because, off the top of my head I don't know how to justify that matrix being a reflection matrix. :P But maybe I should just bite the bullet and figure it out. And the student has learned about the sum-of-angles formulas (rotations matrices in disguise), so maybe that does provide a reasonable lead-in.
– Mike Pierce
Nov 20 at 20:10




@bounceback Thanks. :) I was shying away from the second approach because, off the top of my head I don't know how to justify that matrix being a reflection matrix. :P But maybe I should just bite the bullet and figure it out. And the student has learned about the sum-of-angles formulas (rotations matrices in disguise), so maybe that does provide a reasonable lead-in.
– Mike Pierce
Nov 20 at 20:10




1




1




You might be able to derive the reflection matrix by the requirement that $(r cos alpha, r sin alpha)$ must be sent to $(r cos(2theta - alpha), r sin(2theta - alpha))$ and then expanding using the cosine and sine of differences formulas, then grouping together $r cos alpha$ as $x$ and $r sin alpha$ as $y$ again.
– Daniel Schepler
Nov 20 at 22:54




You might be able to derive the reflection matrix by the requirement that $(r cos alpha, r sin alpha)$ must be sent to $(r cos(2theta - alpha), r sin(2theta - alpha))$ and then expanding using the cosine and sine of differences formulas, then grouping together $r cos alpha$ as $x$ and $r sin alpha$ as $y$ again.
– Daniel Schepler
Nov 20 at 22:54




1




1




You could also do some "sanity" calculations such as that the square of the matrix gives the identity, the matrix is orthogonal (though that might take more explanation why that's relevant and why you'd expect it to be true), it fixes any point $(r cos theta, r sin theta)$, it negates any point on the normal $(-r sin theta, r cos theta)$, etc.
– Daniel Schepler
Nov 20 at 22:58




You could also do some "sanity" calculations such as that the square of the matrix gives the identity, the matrix is orthogonal (though that might take more explanation why that's relevant and why you'd expect it to be true), it fixes any point $(r cos theta, r sin theta)$, it negates any point on the normal $(-r sin theta, r cos theta)$, etc.
– Daniel Schepler
Nov 20 at 22:58










2 Answers
2






active

oldest

votes

















up vote
1
down vote













I don't suppose that there are many methods other than the two you suggested, but here's what you could do which is closer to your first one. The following requires no knowledge of vectors or matrices.




  • Given a line $M:y=mx+k$ and a point $A(a,b)$ on the curve $f(x)$, the line perpendicular to $M$ through $A$ is $P:(a-x)/m+b$. The point of intersection of $M$ and $P$ is $I([m(b+k)+a]/[m^2+1],[m^2(b+k)+ma]/[m^2+1]+k)$.


  • Suppose that after the reflection of $(a,b)$, the new point is $B(c,d)$, or $B(c,(a-c)/m+b)$. Then this requires $AI=IB$, which is a quadratic in terms of $c$. Solving this and choosing the correct root gives $c=g(a,b)$, and hence $d$. The algebra may become quite fiddly though.







share|cite|improve this answer




























    up vote
    0
    down vote













    At the most general level, if we have a graph described implicitly as the level set $F(x,y)=0$ and have some invertible coordinate transformation $phi:(x,y)mapsto(x',y')$, then the transformed graph has the implicit equation $(Fcircphi^{-1})(x',y')=0$. It shouldn’t be too hard to get this general principle across: you essentially solve for $x$ and $y$ in the transformation equations and substitute into the equation of the curve. For an affine transformation, this is a simple matter of solving a pair of linear equations. A reflection is its own inverse, so in that special case the inversion just involves replacing $x$ with $x'$ and $y$ with $y'$ in the transformation equations.



    You still have the problem of constructing the reflection through an arbitrary line, but here’s an alternative viewpoint that might work without introducing too many new concepts. Observe that the equations of the coordinate axes are hidden in the implicit equation $F(x,y)=0$. That is, every term that involves $x$ is in a sense talking about the $y$-axis ($x=0$) and every term that involves $y$ is talking about the $x$ axis. When you perform the substitution described in the preceding paragraph, you’re replacing the equations of these axes with the equations of their preimages. This reduces to exchanging $x$ and $y$ for a reflection in the line $y=x$. You can illustrate this with parabolas (and other conics): if the equation of the parabola’s axis is the linear equation $f(x,y)=0$ and the tangent at its vertex $g(x,y)=0$, the parabola’s equation can be factored into the form $f(x,y)^2=k g(x,y)$.



    So, reflecting a graph in an arbitrary line can be reduced to finding suitably normalized equations for the images of the coordinate axes. Those can be found with straightforward geometric constructions if you don’t want to introduce vector calculus-looking stuff. You can’t completely avoid introducing some vector concepts since you have to be careful to choose the signs in the equations of the transformed axes so as to preserve the positive axis direction, but it seems like that can be done without delving too deeply into that.






    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%2f3006807%2fhow-do-you-reflect-a-graph-about-an-arbitrary-line-for-a-precalculus-student%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
      1
      down vote













      I don't suppose that there are many methods other than the two you suggested, but here's what you could do which is closer to your first one. The following requires no knowledge of vectors or matrices.




      • Given a line $M:y=mx+k$ and a point $A(a,b)$ on the curve $f(x)$, the line perpendicular to $M$ through $A$ is $P:(a-x)/m+b$. The point of intersection of $M$ and $P$ is $I([m(b+k)+a]/[m^2+1],[m^2(b+k)+ma]/[m^2+1]+k)$.


      • Suppose that after the reflection of $(a,b)$, the new point is $B(c,d)$, or $B(c,(a-c)/m+b)$. Then this requires $AI=IB$, which is a quadratic in terms of $c$. Solving this and choosing the correct root gives $c=g(a,b)$, and hence $d$. The algebra may become quite fiddly though.







      share|cite|improve this answer

























        up vote
        1
        down vote













        I don't suppose that there are many methods other than the two you suggested, but here's what you could do which is closer to your first one. The following requires no knowledge of vectors or matrices.




        • Given a line $M:y=mx+k$ and a point $A(a,b)$ on the curve $f(x)$, the line perpendicular to $M$ through $A$ is $P:(a-x)/m+b$. The point of intersection of $M$ and $P$ is $I([m(b+k)+a]/[m^2+1],[m^2(b+k)+ma]/[m^2+1]+k)$.


        • Suppose that after the reflection of $(a,b)$, the new point is $B(c,d)$, or $B(c,(a-c)/m+b)$. Then this requires $AI=IB$, which is a quadratic in terms of $c$. Solving this and choosing the correct root gives $c=g(a,b)$, and hence $d$. The algebra may become quite fiddly though.







        share|cite|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          I don't suppose that there are many methods other than the two you suggested, but here's what you could do which is closer to your first one. The following requires no knowledge of vectors or matrices.




          • Given a line $M:y=mx+k$ and a point $A(a,b)$ on the curve $f(x)$, the line perpendicular to $M$ through $A$ is $P:(a-x)/m+b$. The point of intersection of $M$ and $P$ is $I([m(b+k)+a]/[m^2+1],[m^2(b+k)+ma]/[m^2+1]+k)$.


          • Suppose that after the reflection of $(a,b)$, the new point is $B(c,d)$, or $B(c,(a-c)/m+b)$. Then this requires $AI=IB$, which is a quadratic in terms of $c$. Solving this and choosing the correct root gives $c=g(a,b)$, and hence $d$. The algebra may become quite fiddly though.







          share|cite|improve this answer












          I don't suppose that there are many methods other than the two you suggested, but here's what you could do which is closer to your first one. The following requires no knowledge of vectors or matrices.




          • Given a line $M:y=mx+k$ and a point $A(a,b)$ on the curve $f(x)$, the line perpendicular to $M$ through $A$ is $P:(a-x)/m+b$. The point of intersection of $M$ and $P$ is $I([m(b+k)+a]/[m^2+1],[m^2(b+k)+ma]/[m^2+1]+k)$.


          • Suppose that after the reflection of $(a,b)$, the new point is $B(c,d)$, or $B(c,(a-c)/m+b)$. Then this requires $AI=IB$, which is a quadratic in terms of $c$. Solving this and choosing the correct root gives $c=g(a,b)$, and hence $d$. The algebra may become quite fiddly though.








          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Nov 20 at 20:40









          TheSimpliFire

          11.6k62256




          11.6k62256






















              up vote
              0
              down vote













              At the most general level, if we have a graph described implicitly as the level set $F(x,y)=0$ and have some invertible coordinate transformation $phi:(x,y)mapsto(x',y')$, then the transformed graph has the implicit equation $(Fcircphi^{-1})(x',y')=0$. It shouldn’t be too hard to get this general principle across: you essentially solve for $x$ and $y$ in the transformation equations and substitute into the equation of the curve. For an affine transformation, this is a simple matter of solving a pair of linear equations. A reflection is its own inverse, so in that special case the inversion just involves replacing $x$ with $x'$ and $y$ with $y'$ in the transformation equations.



              You still have the problem of constructing the reflection through an arbitrary line, but here’s an alternative viewpoint that might work without introducing too many new concepts. Observe that the equations of the coordinate axes are hidden in the implicit equation $F(x,y)=0$. That is, every term that involves $x$ is in a sense talking about the $y$-axis ($x=0$) and every term that involves $y$ is talking about the $x$ axis. When you perform the substitution described in the preceding paragraph, you’re replacing the equations of these axes with the equations of their preimages. This reduces to exchanging $x$ and $y$ for a reflection in the line $y=x$. You can illustrate this with parabolas (and other conics): if the equation of the parabola’s axis is the linear equation $f(x,y)=0$ and the tangent at its vertex $g(x,y)=0$, the parabola’s equation can be factored into the form $f(x,y)^2=k g(x,y)$.



              So, reflecting a graph in an arbitrary line can be reduced to finding suitably normalized equations for the images of the coordinate axes. Those can be found with straightforward geometric constructions if you don’t want to introduce vector calculus-looking stuff. You can’t completely avoid introducing some vector concepts since you have to be careful to choose the signs in the equations of the transformed axes so as to preserve the positive axis direction, but it seems like that can be done without delving too deeply into that.






              share|cite|improve this answer



























                up vote
                0
                down vote













                At the most general level, if we have a graph described implicitly as the level set $F(x,y)=0$ and have some invertible coordinate transformation $phi:(x,y)mapsto(x',y')$, then the transformed graph has the implicit equation $(Fcircphi^{-1})(x',y')=0$. It shouldn’t be too hard to get this general principle across: you essentially solve for $x$ and $y$ in the transformation equations and substitute into the equation of the curve. For an affine transformation, this is a simple matter of solving a pair of linear equations. A reflection is its own inverse, so in that special case the inversion just involves replacing $x$ with $x'$ and $y$ with $y'$ in the transformation equations.



                You still have the problem of constructing the reflection through an arbitrary line, but here’s an alternative viewpoint that might work without introducing too many new concepts. Observe that the equations of the coordinate axes are hidden in the implicit equation $F(x,y)=0$. That is, every term that involves $x$ is in a sense talking about the $y$-axis ($x=0$) and every term that involves $y$ is talking about the $x$ axis. When you perform the substitution described in the preceding paragraph, you’re replacing the equations of these axes with the equations of their preimages. This reduces to exchanging $x$ and $y$ for a reflection in the line $y=x$. You can illustrate this with parabolas (and other conics): if the equation of the parabola’s axis is the linear equation $f(x,y)=0$ and the tangent at its vertex $g(x,y)=0$, the parabola’s equation can be factored into the form $f(x,y)^2=k g(x,y)$.



                So, reflecting a graph in an arbitrary line can be reduced to finding suitably normalized equations for the images of the coordinate axes. Those can be found with straightforward geometric constructions if you don’t want to introduce vector calculus-looking stuff. You can’t completely avoid introducing some vector concepts since you have to be careful to choose the signs in the equations of the transformed axes so as to preserve the positive axis direction, but it seems like that can be done without delving too deeply into that.






                share|cite|improve this answer

























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  At the most general level, if we have a graph described implicitly as the level set $F(x,y)=0$ and have some invertible coordinate transformation $phi:(x,y)mapsto(x',y')$, then the transformed graph has the implicit equation $(Fcircphi^{-1})(x',y')=0$. It shouldn’t be too hard to get this general principle across: you essentially solve for $x$ and $y$ in the transformation equations and substitute into the equation of the curve. For an affine transformation, this is a simple matter of solving a pair of linear equations. A reflection is its own inverse, so in that special case the inversion just involves replacing $x$ with $x'$ and $y$ with $y'$ in the transformation equations.



                  You still have the problem of constructing the reflection through an arbitrary line, but here’s an alternative viewpoint that might work without introducing too many new concepts. Observe that the equations of the coordinate axes are hidden in the implicit equation $F(x,y)=0$. That is, every term that involves $x$ is in a sense talking about the $y$-axis ($x=0$) and every term that involves $y$ is talking about the $x$ axis. When you perform the substitution described in the preceding paragraph, you’re replacing the equations of these axes with the equations of their preimages. This reduces to exchanging $x$ and $y$ for a reflection in the line $y=x$. You can illustrate this with parabolas (and other conics): if the equation of the parabola’s axis is the linear equation $f(x,y)=0$ and the tangent at its vertex $g(x,y)=0$, the parabola’s equation can be factored into the form $f(x,y)^2=k g(x,y)$.



                  So, reflecting a graph in an arbitrary line can be reduced to finding suitably normalized equations for the images of the coordinate axes. Those can be found with straightforward geometric constructions if you don’t want to introduce vector calculus-looking stuff. You can’t completely avoid introducing some vector concepts since you have to be careful to choose the signs in the equations of the transformed axes so as to preserve the positive axis direction, but it seems like that can be done without delving too deeply into that.






                  share|cite|improve this answer














                  At the most general level, if we have a graph described implicitly as the level set $F(x,y)=0$ and have some invertible coordinate transformation $phi:(x,y)mapsto(x',y')$, then the transformed graph has the implicit equation $(Fcircphi^{-1})(x',y')=0$. It shouldn’t be too hard to get this general principle across: you essentially solve for $x$ and $y$ in the transformation equations and substitute into the equation of the curve. For an affine transformation, this is a simple matter of solving a pair of linear equations. A reflection is its own inverse, so in that special case the inversion just involves replacing $x$ with $x'$ and $y$ with $y'$ in the transformation equations.



                  You still have the problem of constructing the reflection through an arbitrary line, but here’s an alternative viewpoint that might work without introducing too many new concepts. Observe that the equations of the coordinate axes are hidden in the implicit equation $F(x,y)=0$. That is, every term that involves $x$ is in a sense talking about the $y$-axis ($x=0$) and every term that involves $y$ is talking about the $x$ axis. When you perform the substitution described in the preceding paragraph, you’re replacing the equations of these axes with the equations of their preimages. This reduces to exchanging $x$ and $y$ for a reflection in the line $y=x$. You can illustrate this with parabolas (and other conics): if the equation of the parabola’s axis is the linear equation $f(x,y)=0$ and the tangent at its vertex $g(x,y)=0$, the parabola’s equation can be factored into the form $f(x,y)^2=k g(x,y)$.



                  So, reflecting a graph in an arbitrary line can be reduced to finding suitably normalized equations for the images of the coordinate axes. Those can be found with straightforward geometric constructions if you don’t want to introduce vector calculus-looking stuff. You can’t completely avoid introducing some vector concepts since you have to be careful to choose the signs in the equations of the transformed axes so as to preserve the positive axis direction, but it seems like that can be done without delving too deeply into that.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 2 days ago

























                  answered 2 days ago









                  amd

                  28.5k21049




                  28.5k21049






























                       

                      draft saved


                      draft discarded



















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3006807%2fhow-do-you-reflect-a-graph-about-an-arbitrary-line-for-a-precalculus-student%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

                      Wiesbaden

                      To store a contact into the json file from server.js file using a class in NodeJS

                      Marschland