Source codeVideos

Command Palette

Search for a command to run...

Function Transformation

Horizontal Dilation

Basic Concepts of Horizontal Dilation

Horizontal dilation is a geometric transformation that changes the size of a function graph horizontally, like pulling or compressing a rubber band left and right. Imagine holding a photo with both hands on the left and right sides, then stretching or compressing it horizontally without changing the height of the photo.

If we have a function f(x)f(x), then horizontal dilation produces a new function g(x)=f(kx)g(x) = f(kx) where kk is the scale factor that determines how much the horizontal size changes.

Rules of Horizontal Dilation

For any function f(x)f(x), horizontal dilation is defined as:

g(x)=f(kx)g(x) = f(kx)

Where kk is the scale factor that affects the transformation:

  • If k>1k > 1, the graph is compressed horizontally (reduced)
  • If 0<k<10 < k < 1, the graph is stretched horizontally (enlarged)
  • If k=1k = 1, the graph does not change
  • If k<0k < 0, the graph undergoes reflection as well as dilation

Note that the effect of horizontal dilation is counterintuitive: a larger scale factor actually compresses the graph.

Visualization of Horizontal Dilation

Let's see how horizontal dilation works on the quadratic function f(x)=x2f(x) = x^2 with various scale factors.

Horizontal Dilation of Quadratic Function f(x)=x2f(x) = x^2
Notice how the graph is compressed or stretched horizontally with different scale factors.

From the visualization above, we can observe:

  • The original function f(x)=x2f(x) = x^2 (purple) as reference
  • Function g(x)=(2x)2g(x) = (2x)^2 (orange) is horizontally compressed by factor 2
  • Function h(x)=(0.5x)2h(x) = (0.5x)^2 (sky) is horizontally stretched by factor 0.5
  • All graphs have the same vertex at (0,0)(0, 0)

Horizontal Dilation on Linear Functions

Now let's apply the same concept to the linear function f(x)=x+2f(x) = x + 2.

Horizontal Dilation of Linear Function f(x)=x+2f(x) = x + 2
The dilated line has slope that changes according to the scale factor.

Notice that:

  • The original function f(x)=x+2f(x) = x + 2 has slope 1
  • Function g(x)=f(2x)=2x+2g(x) = f(2x) = 2x + 2 has slope 2 (horizontally compressed)
  • Function h(x)=f(0.5x)=0.5x+2h(x) = f(0.5x) = 0.5x + 2 has slope 0.5 (horizontally stretched)
  • All lines intersect the y-axis at the same point (0,2)(0, 2)

Important Properties of Horizontal Dilation

Effect on Coordinate Points

If point (a,b)(a, b) is on the graph of f(x)f(x), then the corresponding point on the graph of f(kx)f(kx) is (ak,b)(\frac{a}{k}, b).

Domain and Range

  • Domain: Changes according to the scale factor kk
  • Range: Does not change after horizontal dilation

If the domain of the original function is [c,d][c, d], then the domain after horizontal dilation with factor k>0k > 0 becomes [ck,dk][\frac{c}{k}, \frac{d}{k}].

Axis Intercepts

  • x-intercept: Changes according to the scale factor
  • y-intercept: Does not change

Application Examples

Exponential Function

Let's look at horizontal dilation on the exponential function f(x)=2xf(x) = 2^x.

Horizontal Dilation of Exponential Function f(x)=2xf(x) = 2^x
The exponential curve undergoes width changes according to the scale factor.

For exponential functions:

  • The horizontal asymptote remains at y=0y = 0 for both functions
  • The y-intercept remains the same at (0,1)(0, 1)
  • The growth rate of the function changes according to the scale factor

Horizontal Dilation with Negative Factor

Let's see what happens when the scale factor is negative.

Horizontal Dilation with Negative Factor f(x)=x2+1f(x) = x^2 + 1
Negative scale factor causes reflection as well as dilation.

When the scale factor is negative:

  • The graph undergoes reflection across the y-axis
  • Simultaneously undergoes dilation according to the absolute value of the scale factor
  • The graph shape remains the same because the quadratic function is symmetric

Exercises

  1. Given the function f(x)=x22x+1f(x) = x^2 - 2x + 1. Determine the equation of the function resulting from horizontal dilation with scale factor 3.

  2. If the graph of function g(x)=xg(x) = \sqrt{x} undergoes horizontal dilation with factor 12\frac{1}{2}, determine:

    • The equation of the resulting dilated function
    • The domain of the function after dilation
  3. Function h(x)=x2h(x) = |x - 2| undergoes horizontal dilation with factor -1. Determine the vertex of the resulting dilated function.

Answer Key

  1. Horizontal dilation with factor 3: f(x)=f(3x)=(3x)22(3x)+1=9x26x+1f'(x) = f(3x) = (3x)^2 - 2(3x) + 1 = 9x^2 - 6x + 1

    Function f(x)=x22x+1f(x) = x^2 - 2x + 1 and Its Dilation Result
    The original parabola is horizontally compressed by factor 3 producing a narrower parabola.
  2. Equation of the resulting dilated function:

    • Horizontal dilation: g(x)=g(12x)=12x=x2g'(x) = g(\frac{1}{2}x) = \sqrt{\frac{1}{2}x} = \sqrt{\frac{x}{2}}
    • Domain after dilation: [0,)[0, \infty) becomes [0,)[0, \infty) (unchanged because the scale factor is positive)

    Visualization:

    Function g(x)=xg(x) = \sqrt{x} and Its Dilation Result
    The square root curve is horizontally stretched by factor 0.5 producing a wider curve.
  3. The original function h(x)=x2h(x) = |x - 2| has its vertex at (2,0)(2, 0). After horizontal dilation with factor -1: h(x)=x2=(x+2)=x+2h'(x) = |-x - 2| = |-(x + 2)| = |x + 2|, the vertex becomes (2,0)(-2, 0).

    Function h(x)=x2h(x) = |x - 2| and Its Dilation Result
    The absolute value function undergoes reflection and dilation with factor -1.