'Tough' Limits Problem using the 'sign' function

Flopper

New member
Joined
Aug 29, 2007
Messages
1
Hi! I'm taking a Calculus II course and am struggling with the following problem.. I think there is a piece of information about limits I'm missing here.

The sign function sgn (x) is a defined as follows:

x/(abs)x.. if x is not equal to 0
0.. if x is equal to 0

Use the sign function to define two functions f and g whose limits as x-->0 do not exist, but such that

a.) lim [f(x) + g(x)] does exist
x-->0
b.) lim f(x)*g(x) does exist
x-->0

Could this simply be f(x)=x for negative numbers and g(x)=x^2 for positive numbers or the reverse (doesn't matter).. intuitively I feel this couldn't be the right answer.

Need help..
 
Re: 'Tough' Limits Problem..

Hello, Flopper!


Your thinking is in the right direction . . .


One idea comes to mind: .f(x)=sgn(x)g(x)=sgn(x)\displaystyle \begin{array}{ccc}f(x) & = & |\text{sgn}(x)| \\ \\ \\ g(x) & = & -|\text{sgn}(x)| \end{array}


We see that: \(\displaystyle \begin{array}{c}f(x) \text{ returns }+1\text{ (or 0)} \\ \\ \\
g(x) \text{ returns }-1\text{ (or 0)}\end{array}\; \text{ and }\lim_{x\to0}\text{ does not exist.}\)


(a) For x0:  f(x)+g(x)  =  sgn(x)sgn(x)  =  0\displaystyle x\,\neq\,0:\;f(x)\,+\,g(x)\;=\;\text{sgn}(x)\,-\,\text{sgn}(x) \;=\;0

Therefore: limx0[f(x)+g(x)]  =  limx0[0]  =  0\displaystyle \:\lim_{x\to0}\bigg[f(x)\,+\,g(x)\bigg] \;=\;\lim_{x\to0}[0] \;=\;0


(b) For x0:  f(x)g(x)  =  [sgn(x)][sgn(x)]  =  (1)(1)  =  1\displaystyle x\,\neq\,0:\;f(x)\cdot g(x)\;=\;\bigg[\text{sgn}(x)\bigg]\cdot\bigg[-\text{sgn}(x)\bigg] \;=\;(1)(-1)\;=\;-1

Therefore: limx0[f(x)g(x)]  =  limx0[1]  =  1\displaystyle \:\lim_{x\to0}\bigg[f(x)\cdot g(x)\bigg] \;=\;\lim_{x\to0}[-1] \;=\;-1

 
Top