Reflecting coordinates over the line $x = -1$
I know how to reflect a coordinate over the $y$ and $x$ axis, but is there a rule I could use to help me find the reflected point over $x = -1$?
This is what I know already:
Over the $x$-axis: $(x, y) to (x, –y) $
Over the $y$-axis: $(x, y) to (–x, y)$
Over the line $y = x$: $(x, y) to (y, x)$
Through the origin: $(x, y) to (–x, –y) $
What I don't know is how to solve when reflecting over something like $x = -1$. Is there a rule that would help make solving this easier?
geometry analytic-geometry reflection
add a comment |
I know how to reflect a coordinate over the $y$ and $x$ axis, but is there a rule I could use to help me find the reflected point over $x = -1$?
This is what I know already:
Over the $x$-axis: $(x, y) to (x, –y) $
Over the $y$-axis: $(x, y) to (–x, y)$
Over the line $y = x$: $(x, y) to (y, x)$
Through the origin: $(x, y) to (–x, –y) $
What I don't know is how to solve when reflecting over something like $x = -1$. Is there a rule that would help make solving this easier?
geometry analytic-geometry reflection
better? I tried listing what I do and don't know already.
– Sabrin Z.
Jan 21 '16 at 23:57
Much better, welcome to this site! For future questions you might want to read up on this page for how to typeset the question nicely using mathjax/latex.
– Winther
Jan 21 '16 at 23:59
add a comment |
I know how to reflect a coordinate over the $y$ and $x$ axis, but is there a rule I could use to help me find the reflected point over $x = -1$?
This is what I know already:
Over the $x$-axis: $(x, y) to (x, –y) $
Over the $y$-axis: $(x, y) to (–x, y)$
Over the line $y = x$: $(x, y) to (y, x)$
Through the origin: $(x, y) to (–x, –y) $
What I don't know is how to solve when reflecting over something like $x = -1$. Is there a rule that would help make solving this easier?
geometry analytic-geometry reflection
I know how to reflect a coordinate over the $y$ and $x$ axis, but is there a rule I could use to help me find the reflected point over $x = -1$?
This is what I know already:
Over the $x$-axis: $(x, y) to (x, –y) $
Over the $y$-axis: $(x, y) to (–x, y)$
Over the line $y = x$: $(x, y) to (y, x)$
Through the origin: $(x, y) to (–x, –y) $
What I don't know is how to solve when reflecting over something like $x = -1$. Is there a rule that would help make solving this easier?
geometry analytic-geometry reflection
geometry analytic-geometry reflection
edited Jan 21 '16 at 23:58
Winther
20.5k33156
20.5k33156
asked Jan 21 '16 at 23:24
Sabrin Z.
65
65
better? I tried listing what I do and don't know already.
– Sabrin Z.
Jan 21 '16 at 23:57
Much better, welcome to this site! For future questions you might want to read up on this page for how to typeset the question nicely using mathjax/latex.
– Winther
Jan 21 '16 at 23:59
add a comment |
better? I tried listing what I do and don't know already.
– Sabrin Z.
Jan 21 '16 at 23:57
Much better, welcome to this site! For future questions you might want to read up on this page for how to typeset the question nicely using mathjax/latex.
– Winther
Jan 21 '16 at 23:59
better? I tried listing what I do and don't know already.
– Sabrin Z.
Jan 21 '16 at 23:57
better? I tried listing what I do and don't know already.
– Sabrin Z.
Jan 21 '16 at 23:57
Much better, welcome to this site! For future questions you might want to read up on this page for how to typeset the question nicely using mathjax/latex.
– Winther
Jan 21 '16 at 23:59
Much better, welcome to this site! For future questions you might want to read up on this page for how to typeset the question nicely using mathjax/latex.
– Winther
Jan 21 '16 at 23:59
add a comment |
4 Answers
4
active
oldest
votes
Reflecting a point over $x=-1$ just means you have to keep the ordinate and let $x'-(-1)=-1-x implies x'=-2-x$
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
add a comment |
Rather than think about transformation rules symbolically, and trying to generalize them, try thinking about them visually. The line $x = -1$ is a vertical line one unit to the left of the $y$-axis. (You should follow along and draw things out on a sheet of graph paper or on your computer, in order to make them clear.) Therefore, if you have a point at $(3, -5)$, it is three units to the right of the $y$-axis, but four units to the right of your axis of symmetry.
When you reflect this point, you should end up at the same "height" ($y$-coordinate) of $-5$, but this time four units to the left of your axis of symmetry. Four units to the left of $x = -1$ is $x = -1-4 = -5$, so the point $(3, -5)$ reflects to $(-5, -5)$. We might write
$$
(3, -5) to (-5, -5)
$$
Similar reasoning shows that, for example,
$$
(-2, 4) to (0, 4)
$$
$$
(0, 0) to (-2, 0)
$$
$$
(13, 2) to (-15, 2)
$$
So in each case, the $y$-coordinate stays the same, but $3$ becomes $-5$, $-2$ becomes $0$, $0$ becomes $-2$, and $13$ becomes $-15$. If you're a perceptive sort, you might notice that the sum of each of these pairs of $x$-coordinates is $-2$, and therefore arrive at the transformation rule $x' = -2-x$, but if not, you can still reconstruct what's happening.
The point $x$ is how far to the right of your axis of symmetry? The axis of symmetry has an $x$-coordinate of $-1$, so your distance to the right is $x-(-1)$, or $x+1$. (This distance is negative if you are actually to the left of the axis.) Then we need to move to the left by that amount. We do that by subtracting $x+1$ from $-1$, to get $x' = -1-(x+1) = -1-x-1 = -2-x$.
And of course, $y' = y$. So, finally,
$$
(x, y) to (x', y') = (-2-x, y)
$$
add a comment |
To reflect over a vertical line, such as $x=a$, first translate so the line is shifted to the y-axis, then reflect over it, then translate back so the line is shifted to its original position.
$$(x,y)mapsto (x-a,y) mapsto (a-x,y) mapsto (2a-x,y)$$
In this case to reflex over $x=-1$ we shift $xmapsto x+1$, reflect $mapsto -1-x$ and shift back $mapsto -2-x$
$$(x,y)mapsto (-2-x, y)$$
Similarly for reflecting over horizontal lines, such as $y=b$ involves $(x,y)mapsto (x, 2b-y)$.
Reflecting over a diagonal line is only a bit more complicated, as it involves rotation of the frame of reference.
add a comment |
The practical approach to figure out something like this is to try out various points and see if you can identify a pattern. I think it should be obvious that the $y$ values shouldn't change, so let's just look at the way that points on the $x$-axis reflect to get a sense of the overall pattern.
$$(-2,0) mapsto (0,0)$$
$$(-1,0) mapsto (-1,0)$$
$$(0,0) mapsto (-2,0)$$
$$(1,0) mapsto (-3,0)$$
$$(2,0) mapsto (-4,0)$$
Thus, one could summarize the general pattern as $(x,y) mapsto (-2-x,y)$.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1621712%2freflecting-coordinates-over-the-line-x-1%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
Reflecting a point over $x=-1$ just means you have to keep the ordinate and let $x'-(-1)=-1-x implies x'=-2-x$
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
add a comment |
Reflecting a point over $x=-1$ just means you have to keep the ordinate and let $x'-(-1)=-1-x implies x'=-2-x$
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
add a comment |
Reflecting a point over $x=-1$ just means you have to keep the ordinate and let $x'-(-1)=-1-x implies x'=-2-x$
Reflecting a point over $x=-1$ just means you have to keep the ordinate and let $x'-(-1)=-1-x implies x'=-2-x$
answered Jan 21 '16 at 23:41
cronos2
1,606616
1,606616
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
add a comment |
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
I don't understand what you're trying to say. Could you explain it using my example?
– Sabrin Z.
Jan 21 '16 at 23:57
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
@SabrinZ. $(x,y)mapsto (-2-x,y)$ so $(1,y)mapsto(-3,y),\ (0,y)mapsto (-2,y), \(-1,y)mapsto(-1,y),\ (-2,y)mapsto(0,y),$ et cetera.
– Graham Kemp
Jan 22 '16 at 0:00
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
Okay thank you! I understand a bit.
– Sabrin Z.
Jan 22 '16 at 0:05
add a comment |
Rather than think about transformation rules symbolically, and trying to generalize them, try thinking about them visually. The line $x = -1$ is a vertical line one unit to the left of the $y$-axis. (You should follow along and draw things out on a sheet of graph paper or on your computer, in order to make them clear.) Therefore, if you have a point at $(3, -5)$, it is three units to the right of the $y$-axis, but four units to the right of your axis of symmetry.
When you reflect this point, you should end up at the same "height" ($y$-coordinate) of $-5$, but this time four units to the left of your axis of symmetry. Four units to the left of $x = -1$ is $x = -1-4 = -5$, so the point $(3, -5)$ reflects to $(-5, -5)$. We might write
$$
(3, -5) to (-5, -5)
$$
Similar reasoning shows that, for example,
$$
(-2, 4) to (0, 4)
$$
$$
(0, 0) to (-2, 0)
$$
$$
(13, 2) to (-15, 2)
$$
So in each case, the $y$-coordinate stays the same, but $3$ becomes $-5$, $-2$ becomes $0$, $0$ becomes $-2$, and $13$ becomes $-15$. If you're a perceptive sort, you might notice that the sum of each of these pairs of $x$-coordinates is $-2$, and therefore arrive at the transformation rule $x' = -2-x$, but if not, you can still reconstruct what's happening.
The point $x$ is how far to the right of your axis of symmetry? The axis of symmetry has an $x$-coordinate of $-1$, so your distance to the right is $x-(-1)$, or $x+1$. (This distance is negative if you are actually to the left of the axis.) Then we need to move to the left by that amount. We do that by subtracting $x+1$ from $-1$, to get $x' = -1-(x+1) = -1-x-1 = -2-x$.
And of course, $y' = y$. So, finally,
$$
(x, y) to (x', y') = (-2-x, y)
$$
add a comment |
Rather than think about transformation rules symbolically, and trying to generalize them, try thinking about them visually. The line $x = -1$ is a vertical line one unit to the left of the $y$-axis. (You should follow along and draw things out on a sheet of graph paper or on your computer, in order to make them clear.) Therefore, if you have a point at $(3, -5)$, it is three units to the right of the $y$-axis, but four units to the right of your axis of symmetry.
When you reflect this point, you should end up at the same "height" ($y$-coordinate) of $-5$, but this time four units to the left of your axis of symmetry. Four units to the left of $x = -1$ is $x = -1-4 = -5$, so the point $(3, -5)$ reflects to $(-5, -5)$. We might write
$$
(3, -5) to (-5, -5)
$$
Similar reasoning shows that, for example,
$$
(-2, 4) to (0, 4)
$$
$$
(0, 0) to (-2, 0)
$$
$$
(13, 2) to (-15, 2)
$$
So in each case, the $y$-coordinate stays the same, but $3$ becomes $-5$, $-2$ becomes $0$, $0$ becomes $-2$, and $13$ becomes $-15$. If you're a perceptive sort, you might notice that the sum of each of these pairs of $x$-coordinates is $-2$, and therefore arrive at the transformation rule $x' = -2-x$, but if not, you can still reconstruct what's happening.
The point $x$ is how far to the right of your axis of symmetry? The axis of symmetry has an $x$-coordinate of $-1$, so your distance to the right is $x-(-1)$, or $x+1$. (This distance is negative if you are actually to the left of the axis.) Then we need to move to the left by that amount. We do that by subtracting $x+1$ from $-1$, to get $x' = -1-(x+1) = -1-x-1 = -2-x$.
And of course, $y' = y$. So, finally,
$$
(x, y) to (x', y') = (-2-x, y)
$$
add a comment |
Rather than think about transformation rules symbolically, and trying to generalize them, try thinking about them visually. The line $x = -1$ is a vertical line one unit to the left of the $y$-axis. (You should follow along and draw things out on a sheet of graph paper or on your computer, in order to make them clear.) Therefore, if you have a point at $(3, -5)$, it is three units to the right of the $y$-axis, but four units to the right of your axis of symmetry.
When you reflect this point, you should end up at the same "height" ($y$-coordinate) of $-5$, but this time four units to the left of your axis of symmetry. Four units to the left of $x = -1$ is $x = -1-4 = -5$, so the point $(3, -5)$ reflects to $(-5, -5)$. We might write
$$
(3, -5) to (-5, -5)
$$
Similar reasoning shows that, for example,
$$
(-2, 4) to (0, 4)
$$
$$
(0, 0) to (-2, 0)
$$
$$
(13, 2) to (-15, 2)
$$
So in each case, the $y$-coordinate stays the same, but $3$ becomes $-5$, $-2$ becomes $0$, $0$ becomes $-2$, and $13$ becomes $-15$. If you're a perceptive sort, you might notice that the sum of each of these pairs of $x$-coordinates is $-2$, and therefore arrive at the transformation rule $x' = -2-x$, but if not, you can still reconstruct what's happening.
The point $x$ is how far to the right of your axis of symmetry? The axis of symmetry has an $x$-coordinate of $-1$, so your distance to the right is $x-(-1)$, or $x+1$. (This distance is negative if you are actually to the left of the axis.) Then we need to move to the left by that amount. We do that by subtracting $x+1$ from $-1$, to get $x' = -1-(x+1) = -1-x-1 = -2-x$.
And of course, $y' = y$. So, finally,
$$
(x, y) to (x', y') = (-2-x, y)
$$
Rather than think about transformation rules symbolically, and trying to generalize them, try thinking about them visually. The line $x = -1$ is a vertical line one unit to the left of the $y$-axis. (You should follow along and draw things out on a sheet of graph paper or on your computer, in order to make them clear.) Therefore, if you have a point at $(3, -5)$, it is three units to the right of the $y$-axis, but four units to the right of your axis of symmetry.
When you reflect this point, you should end up at the same "height" ($y$-coordinate) of $-5$, but this time four units to the left of your axis of symmetry. Four units to the left of $x = -1$ is $x = -1-4 = -5$, so the point $(3, -5)$ reflects to $(-5, -5)$. We might write
$$
(3, -5) to (-5, -5)
$$
Similar reasoning shows that, for example,
$$
(-2, 4) to (0, 4)
$$
$$
(0, 0) to (-2, 0)
$$
$$
(13, 2) to (-15, 2)
$$
So in each case, the $y$-coordinate stays the same, but $3$ becomes $-5$, $-2$ becomes $0$, $0$ becomes $-2$, and $13$ becomes $-15$. If you're a perceptive sort, you might notice that the sum of each of these pairs of $x$-coordinates is $-2$, and therefore arrive at the transformation rule $x' = -2-x$, but if not, you can still reconstruct what's happening.
The point $x$ is how far to the right of your axis of symmetry? The axis of symmetry has an $x$-coordinate of $-1$, so your distance to the right is $x-(-1)$, or $x+1$. (This distance is negative if you are actually to the left of the axis.) Then we need to move to the left by that amount. We do that by subtracting $x+1$ from $-1$, to get $x' = -1-(x+1) = -1-x-1 = -2-x$.
And of course, $y' = y$. So, finally,
$$
(x, y) to (x', y') = (-2-x, y)
$$
answered Jan 22 '16 at 0:06
Brian Tung
25.7k32553
25.7k32553
add a comment |
add a comment |
To reflect over a vertical line, such as $x=a$, first translate so the line is shifted to the y-axis, then reflect over it, then translate back so the line is shifted to its original position.
$$(x,y)mapsto (x-a,y) mapsto (a-x,y) mapsto (2a-x,y)$$
In this case to reflex over $x=-1$ we shift $xmapsto x+1$, reflect $mapsto -1-x$ and shift back $mapsto -2-x$
$$(x,y)mapsto (-2-x, y)$$
Similarly for reflecting over horizontal lines, such as $y=b$ involves $(x,y)mapsto (x, 2b-y)$.
Reflecting over a diagonal line is only a bit more complicated, as it involves rotation of the frame of reference.
add a comment |
To reflect over a vertical line, such as $x=a$, first translate so the line is shifted to the y-axis, then reflect over it, then translate back so the line is shifted to its original position.
$$(x,y)mapsto (x-a,y) mapsto (a-x,y) mapsto (2a-x,y)$$
In this case to reflex over $x=-1$ we shift $xmapsto x+1$, reflect $mapsto -1-x$ and shift back $mapsto -2-x$
$$(x,y)mapsto (-2-x, y)$$
Similarly for reflecting over horizontal lines, such as $y=b$ involves $(x,y)mapsto (x, 2b-y)$.
Reflecting over a diagonal line is only a bit more complicated, as it involves rotation of the frame of reference.
add a comment |
To reflect over a vertical line, such as $x=a$, first translate so the line is shifted to the y-axis, then reflect over it, then translate back so the line is shifted to its original position.
$$(x,y)mapsto (x-a,y) mapsto (a-x,y) mapsto (2a-x,y)$$
In this case to reflex over $x=-1$ we shift $xmapsto x+1$, reflect $mapsto -1-x$ and shift back $mapsto -2-x$
$$(x,y)mapsto (-2-x, y)$$
Similarly for reflecting over horizontal lines, such as $y=b$ involves $(x,y)mapsto (x, 2b-y)$.
Reflecting over a diagonal line is only a bit more complicated, as it involves rotation of the frame of reference.
To reflect over a vertical line, such as $x=a$, first translate so the line is shifted to the y-axis, then reflect over it, then translate back so the line is shifted to its original position.
$$(x,y)mapsto (x-a,y) mapsto (a-x,y) mapsto (2a-x,y)$$
In this case to reflex over $x=-1$ we shift $xmapsto x+1$, reflect $mapsto -1-x$ and shift back $mapsto -2-x$
$$(x,y)mapsto (-2-x, y)$$
Similarly for reflecting over horizontal lines, such as $y=b$ involves $(x,y)mapsto (x, 2b-y)$.
Reflecting over a diagonal line is only a bit more complicated, as it involves rotation of the frame of reference.
answered Jan 22 '16 at 0:13
Graham Kemp
84.7k43378
84.7k43378
add a comment |
add a comment |
The practical approach to figure out something like this is to try out various points and see if you can identify a pattern. I think it should be obvious that the $y$ values shouldn't change, so let's just look at the way that points on the $x$-axis reflect to get a sense of the overall pattern.
$$(-2,0) mapsto (0,0)$$
$$(-1,0) mapsto (-1,0)$$
$$(0,0) mapsto (-2,0)$$
$$(1,0) mapsto (-3,0)$$
$$(2,0) mapsto (-4,0)$$
Thus, one could summarize the general pattern as $(x,y) mapsto (-2-x,y)$.
add a comment |
The practical approach to figure out something like this is to try out various points and see if you can identify a pattern. I think it should be obvious that the $y$ values shouldn't change, so let's just look at the way that points on the $x$-axis reflect to get a sense of the overall pattern.
$$(-2,0) mapsto (0,0)$$
$$(-1,0) mapsto (-1,0)$$
$$(0,0) mapsto (-2,0)$$
$$(1,0) mapsto (-3,0)$$
$$(2,0) mapsto (-4,0)$$
Thus, one could summarize the general pattern as $(x,y) mapsto (-2-x,y)$.
add a comment |
The practical approach to figure out something like this is to try out various points and see if you can identify a pattern. I think it should be obvious that the $y$ values shouldn't change, so let's just look at the way that points on the $x$-axis reflect to get a sense of the overall pattern.
$$(-2,0) mapsto (0,0)$$
$$(-1,0) mapsto (-1,0)$$
$$(0,0) mapsto (-2,0)$$
$$(1,0) mapsto (-3,0)$$
$$(2,0) mapsto (-4,0)$$
Thus, one could summarize the general pattern as $(x,y) mapsto (-2-x,y)$.
The practical approach to figure out something like this is to try out various points and see if you can identify a pattern. I think it should be obvious that the $y$ values shouldn't change, so let's just look at the way that points on the $x$-axis reflect to get a sense of the overall pattern.
$$(-2,0) mapsto (0,0)$$
$$(-1,0) mapsto (-1,0)$$
$$(0,0) mapsto (-2,0)$$
$$(1,0) mapsto (-3,0)$$
$$(2,0) mapsto (-4,0)$$
Thus, one could summarize the general pattern as $(x,y) mapsto (-2-x,y)$.
answered Sep 24 at 1:16
Trevor Kafka
2186
2186
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f1621712%2freflecting-coordinates-over-the-line-x-1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
better? I tried listing what I do and don't know already.
– Sabrin Z.
Jan 21 '16 at 23:57
Much better, welcome to this site! For future questions you might want to read up on this page for how to typeset the question nicely using mathjax/latex.
– Winther
Jan 21 '16 at 23:59