Find a value of the constant k, if possible, that will make the function continuous for all values of x. f(x)=9-x^2 if x >= 0, f(x)=k/x^2 x < 0

no way

k/x^2 -> ∞ as x->0

To find the value of the constant k that makes the function continuous for all values of x, we need to find the limit of f(x) as x approaches 0 from both sides and set them equal to each other.

Let's start by finding the limit as x approaches 0 from the positive side (x > 0):
lim(x->0+)(9 - x^2) = 9 - 0^2 = 9

Next, let's find the limit as x approaches 0 from the negative side (x < 0):
lim(x->0-)(k/x^2)

Since we need the function to be continuous at x = 0, the limit from both sides should be equal:
lim(x->0-)(k/x^2) = 9

Now, we can solve for k by evaluating the limit:
lim(x->0-)(k/x^2) = k/0^2 = k/0

To evaluate this limit, we observe that as x approaches 0 from the negative side, the denominator x^2 approaches 0, but since it cannot be equal to 0 (division by zero is undefined), there is no single value of k that will make the function continuous. The limit as x approaches 0 from the negative side is undefined.

Therefore, there is no value of the constant k that will make the function continuous for all values of x.