yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Reflections: graph to algebraic rule | Transformational geometry | Grade 8 (TX) | Khan Academy


2m read
·Nov 10, 2024

We're told that quadrilateral A'B'C'D' is the image of quadrilateral ABCD after reflection. So we can see ABCD here and A'B'C'D' right over here. What we want to do is figure out a rule for this transformation. So pause this video and have a go at that by yourself before we do this together.

Just as a reminder, a rule for a transformation will look something like this: it's saying for every (x, y) in the pre-image, for example ABCD, what does it get mapped to in the image? And so it's going to tell us, well, how are these new coordinates based on x and y?

There are a couple of ways we could do that. We could just think about each of these points; for example, point A, and then what happens when it goes to A', and see if we can come up with a rule that works for all of them.

For example, point A is at the point (5, 6). Let's see the image when it goes to A'. It looks like it's at (-5, -6). So the x-coordinate stayed the same if I just look at this point, but the y-coordinate became the negative of it. That makes sense because when we do this reflection across the x-axis, it makes sense that our x-coordinate stays the same but that the y-coordinate, since it gets flipped down, becomes the negative; it becomes the opposite of what it was before.

So my candidate for this transformation for the rule here is that x stays the same and that y becomes the opposite. But we could do that with a few more points just to make sure that that holds up.

For example, we could look at point B in the pre-image, which is at (-6, 5). If this rule holds up when we do this reflection, B' should be at -6, making the y the opposite of this, so it should be at (-6, -5). If we go to (-6, -5), that is indeed where B' is.

You can validate the other points if you like, but this should just make intuitive sense: the x-coordinate stays the same, but the y-coordinate becomes the opposite.

More Articles

View All
New Orleans Mayor Mitch Landrieu On Why Confederate Monuments Were Taken Down | National Geographic
I went and said to me one morning, “I want you to think about something.” I said, “What about these statues, man? We need to do something special. That statue of Li, there’s no reason for them never to have a statue in the waters even win anything.” I th…
AI in Education: Opportunities + Pitfalls
All right, welcome everyone! This is Jeremy Schiefling with Khan Academy. I am so thrilled to welcome you back for round two of our AI and education webinar series this summer. I know that this summer time is your time, and so I apologize for intruding up…
Close Call: Flipping Iceberg Nearly Crushes Explorers | Expedition Raw
Icebergs can be some of the most beautiful things in the world, but they can also be very dangerous. One of our team members, with a lot of experience in polar regions, tells me that there is an iceberg that looks pretty stable, so we should go and dive t…
Nature's 3D Printer: MIND BLOWING Cocoon in Rainforest - Smarter Every Day 94
Hey, it’s me, Destin. Welcome back to Smarter Every Day! So, we just got off this boat, and we’re gonna walk for about an hour in the jungle to find a moth pupa. Okay, Phil just found it. So, what are we looking at here? This here is the pupa of a moth c…
Gordon Makes Hominy | Gordon Ramsay: Uncharted
It’s the day before the Big Cook, and I’ve got one last very important stop. On the border of the Great Smoky Mountains is the national park that is inhabited by the Cherokee Indians. I’ve heard that there is a Cherokee dish that I need to taste to believ…
Debugging with stack traces | Intro to CS - Python | Khan Academy
Debugging is just a fancy term for fixing errors in programs. It’s the process of removing bugs, so we call it “debug” since it’s something we’ll be doing often. Let’s learn how to work together with our IDE to track down and fix bugs in our programs. He…