Question 1209334: What are the coordinates of the points where the graphs of f(x)=x^3-x^2+x+1 and g(x)=x^3+x^2+x-1 intersect?
Give your answer as a list of points separated by commas, with the points ordered such that their $x$-coordinates are in increasing order. (So "(1,-3), (2,3), (5,-7)" - without the quotes - is a valid answer format.)
Answer by math_tutor2020(3817) (Show Source):
You can put this solution on YOUR website!
f(x) = g(x)
x^3-x^2+x+1 = x^3+x^2+x-1
x^3-x^2+x+1 - (x^3+x^2+x-1) = 0
x^3-x^2+x+1 - x^3-x^2-x+1 = 0
(x^3-x^3) + (-x^2-x^2) + (x-x) + (1+1) = 0
-2x^2+2 = 0
-2x^2 = -2
x^2 = 1
x = sqrt(1) or x = -sqrt(1)
x = 1 or x = -1
If x = 1, then,
f(x) = x^3-x^2+x+1
f(1) = 1^3-1^2+1+1
f(1) = 1-1+1+1
f(1) = 2
You should find that g(1) = 2. I'll let you handle the scratch work for this portion.
This shows that (1,2) is a point of intersection.
If x = -1, then,
f(x) = x^3-x^2+x+1
f(-1) = (-1)^3-(-1)^2+(-1)+1
f(-1) = -1-1-1+1
f(-1) = -2
You should find that g(-1) = -2.
The two points of intersection are (1,2) and (-1,-2)
Confirmation using a Desmos graph
https://www.desmos.com/calculator/bzmkmv82p3
|
|
|