Reflecting Functions Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Given f(x)=x3โˆ’2f(x)=x^3-2, write the equations for (a) reflection over the xx-axis and (b) reflection over the yy-axis. Evaluate each at x=2x=2.

Solution

  1. 1
    (a) Reflection over xx-axis: negate the output โ†’ g(x)=โˆ’f(x)=โˆ’(x3โˆ’2)=โˆ’x3+2g(x)=-f(x)=-(x^3-2)=-x^3+2. g(2)=โˆ’8+2=โˆ’6g(2)=-8+2=-6.
  2. 2
    (b) Reflection over yy-axis: negate the input โ†’ h(x)=f(โˆ’x)=(โˆ’x)3โˆ’2=โˆ’x3โˆ’2h(x)=f(-x)=(-x)^3-2=-x^3-2. h(2)=โˆ’8โˆ’2=โˆ’10h(2)=-8-2=-10.
  3. 3
    Note: f(2)=8โˆ’2=6f(2)=8-2=6; the xx-axis reflection negates the output (โˆ’6-6); the yy-axis reflection changes the sign of xx (โˆ’10-10).

Answer

(a) g(x)=โˆ’x3+2g(x)=-x^3+2, g(2)=โˆ’6g(2)=-6; (b) h(x)=โˆ’x3โˆ’2h(x)=-x^3-2, h(2)=โˆ’10h(2)=-10
Two fundamental reflections: โˆ’f(x)-f(x) flips the graph over the xx-axis (negates all outputs); f(โˆ’x)f(-x) flips over the yy-axis (reverses all inputs). They are distinct transformations that generally produce different results.

About Reflecting Functions

Reflecting a function mirrors its graph across the xx-axis (โˆ’f(x)-f(x)), yy-axis (f(โˆ’x)f(-x)), or the line y=xy = x (the inverse function).

Learn more about Reflecting Functions โ†’

More Reflecting Functions Examples