Finding the intersection points of two functions involves determining the points where the graphs of the functions meet. These points have the same x and y coordinates for both functions.
Step-by-Step Process
- Set the Functions Equal to Each Other
Suppose you have two functions, $f(x)$ and $g(x)$. To find their intersection points, set $f(x) = g(x)$
- Solve for x
Solve the equation $f(x) = g(x)$ to find the x-coordinates where the functions intersect. This may require algebraic manipulation, factoring, or using the quadratic formula, depending on the nature of the functions.
Example
Consider the functions $f(x) = x^2$ and $g(x) = 2x + 3$. Set them equal to each other:
$x^2 = 2x + 3$
Rearrange the equation to form a quadratic equation:
$x^2 – 2x – 3 = 0$
Factor the quadratic equation:
$(x – 3)(x + 1) = 0$
Solve for x:
$x = 3$ or $x = -1$
Find the Corresponding y-Coordinates
Substitute the x-values back into either original function to find the y-coordinates of the intersection points.For $x = 3$:
$y = f(3) = 3^2 = 9$
For $x = -1$:
$y = f(-1) = (-1)^2 = 1$
Write the Intersection Points
Combine the x and y values to write the intersection points as coordinates.The intersection points are $(3, 9)$ and $(-1, 1)$
Conclusion
Finding the intersection points of two functions involves setting the functions equal to each other, solving for x, and then finding the corresponding y-coordinates. This process helps in understanding where two functions overlap, which is useful in various applications such as physics, economics, and engineering.
Practice Problem
Find the intersection points of the functions $h(x) = x^2 + 2x + 1$ and $j(x) = 3x + 5$
Solution
Set $h(x) = j(x)$:
$x^2 + 2x + 1 = 3x + 5$
Rearrange the equation:
$x^2 – x – 4 = 0$
Factor the quadratic equation:
$(x – 4)(x + 1) = 0$
Solve for x:
$x = 4$ or $x = -1$
Find the corresponding y-coordinates:
For $x = 4$:
$y = h(4) = 4^2 + 2(4) + 1 = 25$
For $x = -1$:
$y = h(-1) = (-1)^2 + 2(-1) + 1 = 0$
The intersection points are $(4, 25)$ and $(-1, 0)$