Finding the Constant c for a Limit Problem

Kuma
Messages
129
Reaction score
0
limits problem solving help!

Alrighty so i have no idea where to even start...

Find the constant c such that

Lim
x-> 3

x^2+x+c
-----------
X^2 - 5x + 6


exists

Yeah so

so far i got as far as factoring the bottom

(x-3)(x-2)

And now i have no idea where to go from there
any ideas?
 
Physics news on Phys.org


As x-->3, the denominator tends to zero, so for the limit to have the slightest chance to exist, the numerator must approach zero as well. For which value of c does it do so?
 


require
(x-3)|(x^2+x+c)
that is find and "a" such that
(x-3)(x+a)=(x^2+x+c)
then set c=-3a
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top