SOLUTION: how do i solve f{x) = 0, find the value of x? i am just starting algebra and having a hard time with it.

Algebra ->  Functions -> SOLUTION: how do i solve f{x) = 0, find the value of x? i am just starting algebra and having a hard time with it.      Log On


   



Question 918125: how do i solve f{x) = 0, find the value of x? i am just starting algebra and having a hard time with it.
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
It really depends on what f(x) is.
You can graph it and look for where it crosses the x-axis but that's an approximate method and may require a lot of iterations to window in on a solution.
.
.
.
Some functions allow for simple algebraic solutions, such as,
f%28x%29=x%2B1
So,
f%28x%29=0
x%2B1=0
x=-1
So, f%28-1%29=0
.
.
.
Others are not so easy and require numerical methods to solve.
f%28x%29=x%5E2e%5E%28-2x%29+-xe%5E%28-2x%29+-6 being a recent example.
Solve using numerical methods, where approximately,
x=-0.75508
.
.
.
But you really need to know f(x) to know which way to proceed.