Question

Difficulty: HardLinear Functions and Graphs

In the xyxy-plane, the graph of a linear function ff passes through the point (1,3)(1, 3) and has a slope of mm, where m0m \neq 0. The graph of a second linear function, gg, is obtained by reflecting the graph of ff across the yy-axis and then translating it up by 44 units. If the graphs of ff and gg intersect at a point on the xx-axis, what is the value of mm?

  1. A
    1
  2. B
    -2
  3. 5Answer
  4. D
    3

Answer

5
The correct value is 55. By using the point-slope form, the first function is f(x)=mxm+3f(x) = mx - m + 3. Reflecting it across the yy-axis gives f(x)=mxm+3f(-x) = -mx - m + 3, and translating it up by 44 units yields g(x)=mxm+7g(x) = -mx - m + 7. Since they intersect on the xx-axis, the yy-value at their intersection point is 00. This gives the system of equations mx0=m3mx_0 = m - 3 and mx0=m7-mx_0 = m - 7. Adding these equations eliminates the mx0mx_0 term, leaving 2m10=02m - 10 = 0, which simplifies to m=5m = 5.

Step-by-Step Solution

1
Write the equation of the linear function f(x)f(x) using the point-slope form.
f(x)=m(x1)+3=mxm+3f(x) = m(x - 1) + 3 = mx - m + 3
The function passes through the point (1,3)(1, 3) and has a slope of mm.
2
Determine the equation of the linear function g(x)g(x) by applying the reflection and translation transformations.
g(x)=f(x)+4=mxm+7g(x) = f(-x) + 4 = -mx - m + 7
Reflecting across the yy-axis replaces xx with x-x, and translating up by 44 units adds 44 to the function.
3
Set the yy-coordinates of the intersection point (x0,0)(x_0, 0) on the xx-axis to 00 for both functions.
mx0m+3=0    mx0=m3mx_0 - m + 3 = 0 \implies mx_0 = m - 3 and mx0m+7=0    mx0=m7-mx_0 - m + 7 = 0 \implies -mx_0 = m - 7
An intersection on the xx-axis means that the yy-coordinate of the intersection point is 00.
4
Solve the system of equations to find the value of mm.
0=(m3)+(m7)    2m=10    m=50 = (m - 3) + (m - 7) \implies 2m = 10 \implies m = 5
Adding the two equations eliminates the term mx0mx_0, allowing us to solve directly for mm.

Key Concept

Applying transformations (reflections and translations) to linear functions and finding their intercepts in the coordinate plane.
Rate this question