How Can I Understand Limits and Continuity in Calculus?

  • Thread starter Thread starter Chenelle
  • Start date Start date
  • Tags Tags
    Continuity Limits
Chenelle
Messages
1
Reaction score
0
I am reading through calc1 and reviewing Limits and Continuity/Discontinuity, I have so many questions!

There is a theorem here, it says if F and G are continuous at A and C is a constant, then the following are continues at a: F+G, F-G, CF, FG, F/G (G!=0)
however the explanation I read for this makes no sense to me! (F+G)(A)

Another question I have, for continuous functions, say I am given a piecewise function:
cx^2+2x if x<2
x^3 - cx if x>= 2
I am suppose to find what makes this function continuous everywhere. I went back to read my book to find an example of this to break it down to the most simplest steps but could not find anything T.T (Squeezes teacher, I must solve). How do I start to even begin this problem?

I was looking at a graph, it was just a random function with squiggly lines. Several breaks in the function was no problem, I noticed that as my eye went from left to right, in one spot the line broke, a dot appeared over it, and then the line started in the same direction from a different starting point. Since the little dot randomly appeared over the break, does that mean that the point at which the line broke was moved? or is it a whole different function?

O_O ahh brain burnz, I like cheese.
 
Physics news on Phys.org
Your first question is too broad. It looks like you need to understand what continuity means.

For the second question:
At x=2, the x<2 expression is 4c+4, while the x>2 expression is 8-2c. For continuity, you need to find the value of c where they are equal:
4c+4=8-2c.
 
Chenelle said:
There is a theorem here, it says if F and G are continuous at A and C is a constant, then the following are continues at a: F+G, F-G, CF, FG, F/G (G!=0)
however the explanation I read for this makes no sense to me! (F+G)(A)

All of these statements are direct consequences of the corresponding basic limit theorems, since continuity is defined by the existence of a limit equal to the value of the function at a point. Review your chapter on limits.
 
Chenelle said:
I am reading through calc1 and reviewing Limits and Continuity/Discontinuity, I have so many questions!

There is a theorem here, it says if F and G are continuous at A and C is a constant, then the following are continues at a: F+G, F-G, CF, FG, F/G (G!=0)
however the explanation I read for this makes no sense to me! (F+G)(A)
What was the explanation then? The only proof I've ever seen is:

To prove that F+ G is constant at x= A, look at
\lim_{x\to A} F(x)+ G(x)
by the basic limit theorem for sums, that is
\lim_{x\to A}F(x)+ \lim_{x\to A}G(x)
and, since F is continuous at A,
\lim_{x\to A}F(x)= F(A)
(that is the definition of "continuous at x= A")
and, since G is continuous at A,
\lim_{x\to A}G(x)= G(A)
so that
\lim_{x\to A}F(x)+ G(x)= F(A)+ G(A)
proving that F+ G is continuous at x= A.
What does not make sense about that?

Another question I have, for continuous functions, say I am given a piecewise function:
cx^2+2x if x<2
x^3 - cx if x>= 2
I am suppose to find what makes this function continuous everywhere. I went back to read my book to find an example of this to break it down to the most simplest steps but could not find anything T.T (Squeezes teacher, I must solve). How do I start to even begin this problem?

I was looking at a graph, it was just a random function with squiggly lines. Several breaks in the function was no problem, I noticed that as my eye went from left to right, in one spot the line broke, a dot appeared over it, and then the line started in the same direction from a different starting point. Since the little dot randomly appeared over the break, does that mean that the point at which the line broke was moved? or is it a whole different function?

O_O ahh brain burnz, I like cheese.
For x< 2 f(x)= cx^2+ 2x so
\lim_{x\to 2^-} f(x)= \lim_{x\to 2^-} cx^2+ 2x= 4c+ 4[/itex]<br /> because cx^2+ 2x is a polynomial and so always continuous.<br /> <br /> For x&gt; 2, f(x)= x^3- cx so<br /> \lim_{x\to 2^+} f(x)= \lim_{x\to 2^+} x^2- cx= 8- 2c[/itex]&lt;br /&gt; again because x^3- cx is a polynomial.&lt;br /&gt; &lt;br /&gt; In order to be continuous at x= 2 we must first have that f(x) &lt;b&gt;has&lt;/b&gt; a limit at x= 2 which means that those two one-sided limits must be the same: 4c+4= 8- 2c.&lt;br /&gt; &lt;br /&gt; Solve that equation for c. We must also have that the limit is equal to the value of the function there so, whatever you get for c, set f(2) equal to the common value of 4c+4 and 8- 2c.
 

Similar threads

Back
Top