Transformations math

0.0(0)
studied byStudied by 1 person
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What image do you get when you reflect object (x,y) in the y Axis?

(-x,y)

2
New cards

What image do you get when you reflect object (x,y) in the x Axis?

(x,-y)

3
New cards

What image do you get when you reflect object (x,y) under y = x?

(y,x)

4
New cards

What image do you get when you reflect object (x,y) under y = -x?

(-y,-x)

5
New cards

What happens to (x,y) when rotated 90° anticlockwise about origin?

(-y,x)

6
New cards

What happens to (x,y) when rotated 90° clockwise about origin?

(y,-x)

7
New cards

What happens to (x,y) when it goes under a 180° rotation around the origin?

(y,-x)

8
New cards

What happens to (x,y) when it is rotated 270° anticlockwise about origin?

(y,-x)

9
New cards

What happens to (x,y) when it is rotated 270° clockwise about origin?

(-y,x)

10
New cards

How do you rotate a point around another point?

Step 1: Translate so the center of rotation moves to the origin. Step 2: Apply the standard rotation formula (90°, 180°, 270°). Step 3: Translate back by adding the center’s coordinates.

11
New cards

How do you rotate equations?

Replace x with (x-a) and y with (y-b) where (a,b) is the center of roatation, apply the rotation rule, and replace x with with (x+a) and y with (y+b)