Silly Question about systems of equations

AI Thread Summary
The discussion centers on the intersection of the equations y=x and y=x^2+1, with the initial concern that the latter's range suggests they never meet. It is established that the equation x^2 + 1 = x has no real solutions, as demonstrated by analyzing the function f(x) = x^2 + 1 - x, which is always increasing and does not cross zero. The conversation highlights the lack of a general method to determine if a function has zeros, emphasizing that evaluating function values at two points can be inconclusive. The importance of continuity is noted, as it can guarantee a zero exists between two points with opposite signs. Ultimately, the conclusion is that these specific curves do not intersect.
Saladsamurai
Messages
3,009
Reaction score
7
I had a thought while doing some calculus last night and it now concerns me that for some reason I cannot answer it. If given the equations y=x and y=x^2+1 it would appear that since the range of the latter "reaches" infinity "first" that these two curves never meet. Now that thought did not occur to me until I sketched them after I tried solving them as a system of equations.

Is there some way (not intuitively, but abstractly) to see that these two curves never intersect?

Thanks,
Casey
 
Physics news on Phys.org
These two equations specifically, sure. x2+1=x obviously has no solutions in the reals.

Any system of equations, obviously not. There is no general solution for finding the zeros of a quintic, let alone any arbitrary function.
 
I am not interested in finding any zeros; I am interested in knowing if there is a way to determine that there are not any zeros.

Casey
 
Look at f(x)= x2+1- x. f'(x)= 2x- 1 which is positive for x> 1/2 so it is always increasing. When x= 1/2, that has a value of 1/4+ 1- 1/2= 3/4. As long as there is no zero between 0 and 1/2, the function cannot have a zero and so the equation
x2+ 1= x cannot have a solution.
 
Last edited by a moderator:
There is no general method to determine whether some function f(x) has any zeroes. Suppose you evaluate the function at two points, x_1 and x_2. If the function value is positive at both points (or negative at both points), there might well be no points or two points or four points (or ...) between x_1 and x_2 where the function is zero. (Note: In saying this I am counting double zeros such as x2=0 as two zeros). You don't know which is the case and there is no general way of knowing.

Suppose you get lucky and find that f(x_1) and f(x_2) have opposite signs. You still don't know that the function passes through zero between x_1 and x_2. Consider f(x)=1/x for example. f(-2)=-1/2 and f(1)=1, but the function does not pass through zero between -2 and 1. In the special case tht f(x)[/tex] is continuous and exists everywhere between x_1 and x_2 then finding points with opposite signs does guarantee that the function is zero at at least one point between x_1 and x_2.
 
D H said:
There is no general method to determine whether some function f(x) has any zeroes. Suppose you evaluate the function at two points, x_1 and x_2. If the function value is positive at both points (or negative at both points), there might well be no points or two points or four points (or ...) between x_1 and x_2 where the function is zero. (Note: In saying this I am counting double zeros such as x2=0 as two zeros). You don't know which is the case and there is no general way of knowing.

Suppose you get lucky and find that f(x_1) and f(x_2) have opposite signs. You still don't know that the function passes through zero between x_1 and x_2. Consider f(x)=1/x for example. f(-2)=-1/2 and f(1)=1, but the function does not pass through zero between -2 and 1. In the special case tht f(x)[/tex] is continuous and exists everywhere between x_1 and x_2 then finding points with opposite signs does guarantee that the function is zero at at least one point between x_1 and x_2.
<br /> <br /> Gotcha. Thanks for explaining D H.<br /> <br /> Casey
 
Back
Top