Can the Product, Sum, and Quotient of Continuous Functions be Continuous?

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Continuity
Benny
Messages
577
Reaction score
0
Hi, I would like to know if I can say that products, sums, and quotients of continuous functions are continuous. From what I can tell, what I've asked is the same as asking if the product, sums, quotients of limits 'work' and of course they do.

For example if lim(x->a)g(x) = c and lim(x->a)h(x) = d then lim(x->a)g(x)h(x) = cd. If I write c = g(a) and d = h(a) then lim(x->a)g(x)h(x) = g(a)h(a) and I've got continuity of g(x)h(x) at x = a?

The answer looks obvious but I'd like to make sure. Any input would be good thanks.
 
Physics news on Phys.org
Benny said:
Hi, I would like to know if I can say that products, sums, and quotients of continuous functions are continuous. From what I can tell, what I've asked is the same as asking if the product, sums, quotients of limits 'work' and of course they do.

For example if lim(x->a)g(x) = c and lim(x->a)h(x) = d then lim(x->a)g(x)h(x) = cd. If I write c = g(a) and d = h(a) then lim(x->a)g(x)h(x) = g(a)h(a) and I've got continuity of g(x)h(x) at x = a?

The answer looks obvious but I'd like to make sure. Any input would be good thanks.

It looks good, but you need to be slightly more careful than this about the quotients.

Another (possibly better, but more advanced) way to approach this would be in the form of an "epsilon-delta" proof. Given a function f(x), continuity of f(x) means that given any \epsilon>0 there exists \delta>0 such that: |x-x_0|<\delta implies that |f(x)-f(x_0)|<\epsilon.

-Dan
 
topsquark said:
...\epsilon>0 there exists \delta>0 such that: |x-x_0|<\delta...
Hmm, you forgot a zero in the inequality. :wink:
It should read:
0 < |x - x_0| < \delta \Rightarrow |f(x) - L| < \varepsilon
 
Ok thanks for the suggestions but if the denominator of the quotient is non-zero over the domain being considered then the quotient of two continuous functions is continuous isn't it? Isn't this just the quotient of limits but with b, c or whatever value of the limit is, replaced with f(something)? So instead of lim(x->a)d(x) = b, you just write d(a) in place of b.
 
VietDao29 said:
Hmm, you forgot a zero in the inequality. :wink:
It should read:
0 < |x - x_0| < \delta \Rightarrow |f(x) - L| < \varepsilon
For continuity you actually don't need the zero.
 
Benny said:
Ok thanks for the suggestions but if the denominator of the quotient is non-zero over the domain being considered then the quotient of two continuous functions is continuous isn't it? Isn't this just the quotient of limits but with b, c or whatever value of the limit is, replaced with f(something)? So instead of lim(x->a)d(x) = b, you just write d(a) in place of b.
Yes, that's right.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top