Finding A Constant To A Piece-Wise Function

Bashyboy
Messages
1,419
Reaction score
5
The function is g(x) = (x^2 - a^2)/(x - a) if x doesn't equal a; and the second part is g(x) = 8 when x = a. The question asks for me to find a specific value for a so that the function might be continuous on the entire real line.

I know that each part of the piece-wise function needs to equal the same y-value, in order for their graphs to overlap; and, also, that the limit needs to approach the same value from each side of this point of possible discontinuity. Is that right? I am just not certain how to go about this. Could someone possibly prod me towards the correct route of solving this problem? Thank you.
 
Physics news on Phys.org
So what must

\lim_{x\rightarrow a} g(x)

be??
 
Would it safe to presume that it would be 8? Also, what is this nonsense about receiving a warning? Is this not the calculus forum?
 
Yes, so you must find a such that

\lim_{x\rightarrow a} \frac{x^2-a^2}{x-a}=8
 
Oh, then that would properly satisfy the conditions of continuity--that g(a) exists, which it does, and the limits from both sides are equivalent to what the function is. Thank you very much. We really need a thank you button like that of the MathHelpForum's.
 
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