1

Let us consider we have the following equality in our hand as in the region $(a,b)$ in $ℝ$ $$\tag{1}f(x)=g(x).h(x)$$

1-) The functions $f(x)$ and $g(x)$ are continuous and their results finite (It means we can not see their results as infinity)

2-) And we know that we have the following features:

$$\tag{2}f(x_0)=0 ⇔ g(x_0)=0$$

3-) And the function $h(x)$ is continuous in the region $(a,b)$ . And its all results are finite and non-zero.

Thus, can we obtain the following one from the above-equation (1) with a limit approach with any $x_c$ value in the region $(a,b)$ ?

$$\tag{3}\lim_{x\to x_c}\frac {{f(x)}}{ { g(x)}}=h(x_c)$$

Notice $x_c$ include the zeros $x_0$ ; it means $x_0⊂x_c$.

EXAMPLE: Let me give an example in the region $(-π/2,π/2)$ as :

$$\sin(2x)=2\sin x\cdot \cos x$$ Here

  • $f(x)=\sin(2x)$
  • $g(x)=\sin x$
  • $h(x)=2\cos x$

Thus, we can write without any problem:

$$\tag{4}\lim_{x\to x_c}\frac {{\sin(2x)}}{ { \sin x}}=2\cos(x_c)$$

And we know that for $x_0=0$ and $x_0⊂x_c$.

$\sin(2x_0)=0$ and $\sin(x_0)=0$

user
  • 154,566
MATHH
  • 57

1 Answers1

1

It is true if we consider the punctured neighborhood of $x_c$ exists for which the ratio $f(x)/g(x)$ is defined.

We can consider pathological cases, as for example the trivial $f(x)=g(x)=0$.

Refer also to the related:

user
  • 154,566
  • Please see it again now. Soory, ı have not understood your comment. Can we obtain the limit $(3)$ without any problem? – MATHH Sep 29 '19 at 10:17
  • @GUNES Yes of course in the case you give its ok! – user Sep 29 '19 at 10:18
  • Thank you. Can you give some more details why we can write equation $(3)$ ? Is it possible for you ? – MATHH Sep 29 '19 at 10:26
  • @GUNES When the ratio $f(x)/g(x)$ is well defined in the punctured neighborhood of $x_c$ we can take $$\lim_{x\to x_c}\frac {{f(x)}}{ { g(x)}}=\lim_{x\to x_c}\frac {{g(x)h(x)}}{ { g(x)}}=\lim_{x\to x_c} h(x)=h(x_c)$$ since we can cancel out the $g(x)$ factor. – user Sep 29 '19 at 10:29
  • Thank you, it is good – MATHH Sep 29 '19 at 10:59
  • You are welcome! Bye – user Sep 29 '19 at 12:00