njama
- 215
- 1
Homework Statement
Prove that if c and d are positive, then the equation
\frac{c}{x-1} + \frac{d}{x-3}=0
has at least one solution in the interval (1,3)
Homework Equations
Intermediate Theorem
If f is continuous on [a,b], and if f(a) and f(b) are nonzero and have opposite signs, then there is at least one solution of the equation f(x)=0 in the interval (a,b).
The Attempt at a Solution
The problem is that I got open interval (i.e not closed), (1,3).
I started by proving that the function above is continuous on (1,3).
\lim_{x\rightarrow k}\frac{c}{x-1} + \frac{d}{x-3}=\lim_{x\rightarrow k} \frac{c(x-3)+d(x-1)}{(x-1)(x-3)}= \lim_{x\rightarrow k}\frac{x(c+d)-3c-d}{(x-1)(x-3)}
Now because there is open interval, k \neq 1,3 and
\lim_{x\rightarrow k}\frac{x(c+d)-3c-d}{(x-1)(x-3)} = \frac{k(c+d)-3c-d}{(k-1)(k-3)}
Hence I proved that the function \frac{c}{x-1} + \frac{d}{x-3} is continuous on the interval (1,3).
Now the problem is to prove that there is at least one solution in the interval (1,3). If it was closed interval, it would be much easier, since the only condition would need to be satisfied would be to check f(1)>0 and f(3)<0 or vice verse. But the values 1,3 are not in the domain of the function.
Please help me!