SOLUTION: Find the values of X for which f(x)=g(x)
f(x)=2x^2-4 g(x)=3x^3+18
My work so far:
2x^2-4=3x^3+18
-3x^3+2x^2-4-18=0
-3x^3+2x^2-22=0
(-x- )(3x^2+ )=0 I am confu
Algebra ->
Trigonometry-basics
-> SOLUTION: Find the values of X for which f(x)=g(x)
f(x)=2x^2-4 g(x)=3x^3+18
My work so far:
2x^2-4=3x^3+18
-3x^3+2x^2-4-18=0
-3x^3+2x^2-22=0
(-x- )(3x^2+ )=0 I am confu
Log On
You can put this solution on YOUR website! You're trying to factor a difficult equation.
You can't do it closed form easily, you need to solve it numerically.
.
.
.
I graphed it to get close.
Then used Newton's method to solve for the real root.
.
.
. .
.
.
. .
.
.
.