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

Performing a rotation to match figures


2m read
·Nov 11, 2024

Use one rotation to map quadrilateral ABCD to the other quadrilateral. So to map this one to this one right over here, use a number between 0 and 360° to describe the angle. Counterclockwise is positive, so you're going to want to move it counterclockwise to try to get it to map there.

The only option they give us because they want us to do it with one rotation is the rotation tool. We have to think about where—what do we want to rotate around? What point? If we put it right over here, it looks like this point, point A, does correspond to this point right over here.

So, if we were to rotate this around—not 90, but it looks like 180°—around this point, point A would show up over here. It feels like point… Let's see, is that right? Is that right? Or, well, let's actually just try it out. Point A would show up over… No, no, no, that's not right. That doesn't seem to… Let's try it out, because if we rotated 180°... Oh, actually, I was right! It did match up.

That's why this is interesting; it tests your visualization skills. So it did actually match up, and what I did is I put that point of rotation exactly between those points, because it looked like 180° around this point. So, rotation by 180° about (1, -1). The center of rotation is (1, -1), and the angle of rotation is 180°.

Point A maps to this point right over here, so point A maps to the point (1, -1). And point C, which is diagonally opposite point A, maps to this point right over here, which is (6, -6).

We got it right!

More Articles

View All
Probably not.
Should I be spending money to market my free app? The answer is no. You should not be spending money to acquire users for your free app. It’s going to make a bunch of numbers go up, and all of those numbers are going to go back down. You will find yoursel…
How to STOP Wasting Your Life
You won’t walk around all day knowing that you could, but you didn’t. Have you ever felt like your life is out of control? Almost as if it’s slipping away from your grasp, and you can’t do anything about it? Do you feel stuck, hopeless, tired, and unmotiv…
TRANSFORM YOUR LIFE: 15 STOIC STRATEGIES FOR SUCCESS | STOICISM INSIGHTS
Welcome back Stoicism Insights viewers. Today we’re embarking on a journey that promises not just enlightenment, but a profound transformation. Stick around until the end, because we have a surprise in store for you that will revolutionize your understand…
15 Lessons From Businesses That Fell From Grace
Once they were giants. Now, their jokes from FTL trading to Kylie Cosmetics, Theranos, and beyond. We can learn a thing or two from businesses that scaled quickly and came crashing down faster than you can say billionaire. Some of these companies are stil…
Charlie Munger: 24 Standard Causes of Human Misjudgment
Well, I am very interested in the subject of human misjudgment, and Lord knows I’ve created my well, a good bit of it. I don’t think I’ve created my full statistical share, and I think that one of the reasons was that I tried to do something about this te…
if-elif-else | Intro to CS - Python | Khan Academy
We can use an if statement to control that a particular block of code only executes when the condition evaluates to true. But what if we want to do something else only when the condition evaluates to false? Well, we can add another if statement and try an…