2. Coordinate Geometry

Coordinate Transformations

Translate and reflect coordinate graphs, understand effects on equations and apply transformations to solve sketching tasks.

Coordinate Transformations

Hey students! šŸ‘‹ Welcome to one of the most exciting topics in AS-level mathematics - coordinate transformations! In this lesson, you'll discover how to move, flip, and stretch graphs on the coordinate plane. By the end of this lesson, you'll master translating and reflecting coordinate graphs, understand how these transformations affect equations, and confidently apply these skills to solve complex sketching problems. Think of transformations as giving your graphs superpowers - they can teleport, mirror themselves, and even change size! šŸš€

Understanding Translation Transformations

Translation is like giving your graph a GPS destination - it moves every point the same distance in the same direction without changing the shape or size. Imagine sliding a piece of paper across your desk; that's exactly what translation does to graphs! šŸ“

When we translate a function $f(x)$ horizontally by $a$ units and vertically by $b$ units, the new function becomes $f(x-a) + b$. Here's the key rule to remember:

  • Horizontal translations: $f(x-a)$ moves the graph $a$ units to the right if $a > 0$, and $a$ units to the left if $a < 0$
  • Vertical translations: $f(x) + b$ moves the graph $b$ units up if $b > 0$, and $b$ units down if $b < 0$

Let's look at a real example! Consider the parabola $y = x^2$. If we want to move it 3 units right and 2 units up, we get $y = (x-3)^2 + 2$. The vertex moves from $(0,0)$ to $(3,2)$, but the shape remains identical.

Here's a fun fact: NASA uses coordinate transformations when tracking satellites! šŸ›°ļø When a satellite orbits Earth, engineers need to translate its position coordinates as it moves through space, ensuring accurate communication and navigation.

For any point $(x,y)$ on the original graph, after translation by vector $\begin{pmatrix} a \\ b \end{pmatrix}$, the new coordinates become $(x+a, y+b)$. This means every single point moves by exactly the same amount - that's why the shape stays perfect!

Mastering Reflection Transformations

Reflections create mirror images of graphs, like looking at yourself in a lake! šŸŖž The most common reflections in AS-level mathematics are across the x-axis, y-axis, and the line $y = x$.

Reflection in the x-axis: The transformation $y = -f(x)$ flips the graph upside down. Every point $(x,y)$ becomes $(x,-y)$. If you have a smile-shaped parabola $y = x^2$, reflecting it gives you $y = -x^2$, which looks like a frown!

Reflection in the y-axis: The transformation $y = f(-x)$ creates a left-right mirror image. Every point $(x,y)$ becomes $(-x,y)$. This is particularly interesting with functions like $y = 2^x$ - when reflected, it becomes $y = 2^{-x}$, completely changing its behavior from exponential growth to exponential decay.

Reflection in the line $y = x$: This swaps x and y coordinates, so $(x,y)$ becomes $(y,x)$. This reflection is special because it gives us inverse functions! When you reflect $y = 2^x$ in the line $y = x$, you get $x = 2^y$, which rearranges to $y = \log_2(x)$.

A fascinating real-world application is in computer graphics! šŸŽ® Video game developers use reflection transformations to create realistic water effects. When a character stands near a lake, the reflection is created by applying a reflection transformation across the water's surface line.

Combined Transformations and Order Effects

Here's where things get really interesting, students! When we combine multiple transformations, the order matters tremendously. It's like getting dressed - putting on socks after shoes gives a very different result than the proper order! šŸ§¦šŸ‘Ÿ

Consider the function $f(x) = x^2$ and the transformations: translate 2 units right, then reflect in the x-axis. Following the order:

  1. First: $f(x-2) = (x-2)^2$
  2. Then: $-f(x-2) = -(x-2)^2$

But if we reverse the order - reflect first, then translate:

  1. First: $-f(x) = -x^2$
  2. Then: $-f(x-2) = -(x-2)^2$

Surprisingly, we get the same result! However, this isn't always the case. Let's try with $f(x) = x^2$, translating up 1 unit, then reflecting in the x-axis:

  • Method 1: $(f(x) + 1)$ reflected gives $-(f(x) + 1) = -x^2 - 1$
  • Method 2: $-f(x)$ translated up gives $-f(x) + 1 = -x^2 + 1$

These are completely different functions! The first has vertex at $(0,-1)$ opening downward, while the second has vertex at $(0,1)$ opening downward.

According to mathematical convention, we typically read transformations from right to left in the function notation. For $y = -2f(3(x-1)) + 4$, we apply: horizontal translation right 1, horizontal stretch factor $\frac{1}{3}$, vertical stretch factor 2, reflection in x-axis, then vertical translation up 4.

Solving Complex Sketching Problems

Now let's put everything together to tackle those challenging sketching problems that appear on AS-level exams! šŸ“ The key is systematic thinking and careful attention to key features.

When sketching transformed graphs, always identify these crucial elements:

  • Intercepts: Where does the graph cross the axes?
  • Turning points: Maximum and minimum points
  • Asymptotes: Lines the graph approaches but never touches
  • Domain and range: What x and y values are possible?

Let's work through a complex example: Sketch $y = -2f(x+3) - 1$ where $f(x) = x^2$.

Step-by-step approach:

  1. Start with $f(x) = x^2$ (vertex at origin, opens upward)
  2. Apply $f(x+3) = (x+3)^2$ (translate left 3 units, vertex now at $(-3,0)$)
  3. Apply $2f(x+3) = 2(x+3)^2$ (vertical stretch by factor 2, vertex still at $(-3,0)$)
  4. Apply $-2f(x+3) = -2(x+3)^2$ (reflect in x-axis, vertex still at $(-3,0)$, now opens downward)
  5. Finally $-2f(x+3) - 1 = -2(x+3)^2 - 1$ (translate down 1 unit, vertex at $(-3,-1)$)

The final graph is a parabola opening downward with vertex at $(-3,-1)$, stretched vertically by factor 2.

Professional mathematicians use these techniques in fields like economics to model supply and demand curves, and in physics to describe wave transformations! 🌊

Conclusion

Congratulations students! You've now mastered the fundamental concepts of coordinate transformations. You learned how translations move graphs without changing their shape, how reflections create mirror images, and how combining transformations requires careful attention to order. These skills are essential for solving complex sketching problems and understanding how equations relate to their graphical representations. Remember, practice makes perfect - the more transformation problems you solve, the more intuitive these concepts become!

Study Notes

• Translation formula: $f(x-a) + b$ moves graph $a$ units right and $b$ units up

• Horizontal translation: $f(x-a)$ - positive $a$ moves right, negative $a$ moves left

• Vertical translation: $f(x) + b$ - positive $b$ moves up, negative $b$ moves down

• Reflection in x-axis: $y = -f(x)$ flips graph upside down

• Reflection in y-axis: $y = f(-x)$ creates left-right mirror image

• Reflection in line $y = x$: swaps coordinates $(x,y) \rightarrow (y,x)$

• Translation vector: $\begin{pmatrix} a \\ b \end{pmatrix}$ moves point $(x,y)$ to $(x+a, y+b)$

• Order matters: Combined transformations must be applied in correct sequence

• Key features to identify: intercepts, turning points, asymptotes, domain and range

• Reading transformations: Work from inside parentheses outward in function notation

Practice Quiz

5 questions to test your understanding