- #1
Ocata
- 198
- 5
Hi,
Suppose I have a function, f(x). Is there a way to find how many solutions exist at a given x? For instance, suppose there is an equation,
f(x) = y = x^{2} - 1 = 0.
This is a parabola shifted down one unit and we can easily solve to find x = +1 and -1. And thus we know there are two solutions.
But is there a way to first arrive at the quantity 2, before (or instead of) actually solving the equation for x?
Thank you.
Suppose I have a function, f(x). Is there a way to find how many solutions exist at a given x? For instance, suppose there is an equation,
f(x) = y = x^{2} - 1 = 0.
This is a parabola shifted down one unit and we can easily solve to find x = +1 and -1. And thus we know there are two solutions.
But is there a way to first arrive at the quantity 2, before (or instead of) actually solving the equation for x?
Thank you.