Continuously Differentiable Function of Two Varialbles Taylor Polynomial

In This Article

  1. What is a Continuous Function?

  2. What is a Discontinuous Function?

  3. Properties of Continuous Functions

  4. Theorems for Continuous Functions

What is a Continuous Function?

A function is continuous everywhere if you can trace its curve on a graph without lifting your pencil. A function is discontinuous at a point if you cannot trace its curve without lifting your pencil at that point; meaning it has a hole, break, jump, or vertical asymptote at that point.

For example, the function f ( x ) = 2 sin ( x ) f(x) = 2\sin{(x)} is continuous everywhere. We can draw its curve without ever lifting our hand. By contrast, the function f ( x ) = 1 x 2 f(x) = \frac{1}{x-2} has a discontinuity at x = 2 x = 2 . We can't draw its curve without lifting our pencil at x = 2 x = 2 .

Graph Continuous Functions-01 Graph Continuous Functions-01

Outlier Graph Continuous Functions-02 Outlier Graph Continuous Functions-02

In differential calculus, it's important to understand the concept of continuity because functions that are not continuous are not differentiable.

Let's learn how to prove a function is continuous at a point. Here's the formal definition of continuity at a point.

A function f f is continuous at the point x = a x = a if:

  • f ( a ) f(a) exists

  • lim x a f ( x ) \lim_{x\to a}f(x) exists

  • f ( a ) = lim x a f ( x ) f(a) = \lim_{x\to a}f(x)

In order to show that a function is continuous at a point a a , you must show that all three of the above conditions are true. To refresh your knowledge of evaluating limits, you can review How to Find Limits in Calculus and What Are Limits in Calculus.

For example, let's show that f ( x ) = x 2 3 f(x) = x^2 - 3 is continuous at x = 1 x = 1 .

graph showing that f(x) is continuous graph showing that f(x) is continuous

  • f ( 1 ) = 1 2 3 = 2 f(1) = 1^2 - 3 = -2

  • lim x 1 f ( x ) = 2 \lim_{x\to 1}f(x) = -2

  • f ( 1 ) = lim x 1 f ( x ) = 2 f(1) = \lim_{x\to 1}f(x) = -2

Thus, f ( x ) = x 2 3 f(x) = x^2 - 3 is continuous at x = 1 x = 1 . In fact, we could show that f ( x ) = x 2 3 f(x) = x^2 - 3 is continuous everywhere.

Other functions might be continuous only over a specific interval of the real numbers. If a function is continuous on an open interval, that means that the function is continuous at every point inside the interval.

For example, f ( x ) = tan ( x ) f(x) = \tan{(x)} has a discontinuity over the real numbers at x = π 2 x = \frac{\pi}{2} , since we must lift our pencil in order to trace its curve. However, we can say that f ( x ) = tan ( x ) f(x) = \tan{(x)} is continuous on the open interval ( π 2 , π 2 ) (-\frac{\pi}{2}, \frac{\pi}{2}) since it is continuous at every point inside that specific interval.

We can also say that f ( x ) = tan ( x ) f(x) = \tan{(x)} is continuous over its own domain, which is any real number excluding odd multiples of π 2 \frac{\pi}{2} .

What is a Discontinuous Function?

A discontinuity is a hole, jump, break, or vertical asymptote on a function's curve.

There are 3 types of discontinuities.

Jump Discontinuities

Graph  of jump continuity Graph  of jump continuity

If a function has a jump discontinuity at some point a a , then lim x a f ( x ) \lim_{x\to a}f(x) does not exist. Remember that in order for a limit to exist, its one-sided limits must exist and they must equal the same value. In other words, the limit as x x approaches a a from the left must equal the limit as x x approaches a a from the right.

In functions with jump discontinuities, lim x a + f ( x ) lim x a f ( x ) \lim_{x\to a^+}f(x) \neq \lim_{x\to a^-}f(x) . For example, in the function above, lim x 2 + f ( x ) = 5 \lim_{x\to 2^+}f(x) = 5 and lim x 2 f ( x ) = 7 \lim_{x\to 2^-}f(x) = 7 . Thus, lim x 2 f ( x ) \lim_{x\to 2}f(x) does not exist, and so there is a discontinuity at x = 2 x = 2 .

Removable Discontinuities

Graph showing removable discontinuity Graph showing removable discontinuity

If a function has a removable discontinuity at some point a a , then lim x a f ( x ) f ( a ) \lim_{x\to a}f(x) \neq f(a) . On a graph, this looks like a hole. In these discontinuities, the one-sided limits as x x approaches a a always equal each other. However, the function's value at x = a x = a equals something different or might not exist at all.

For example, in the function above, lim x 2 f ( x ) = 4 \lim_{x\to 2}f(x) = 4 . However, f ( 2 ) = 2 f(2) = 2 . Since lim x 2 f ( x ) f ( 2 ) \lim_{x\to 2}f(x) \neq f(2) , the function has a discontinuity at x = 2 x = 2 .

Infinite Discontinuities

Graph showing an infinite discontinuity Graph showing an infinite discontinuity

If a function has an infinite discontinuity at some point a a , then the function has a vertical asymptote at x = a x = a . If any one of the following statements are true, then f f has a vertical asymptote at x = a x = a .

  • lim x a + f ( x ) = + \lim_{x\to a^+ }f(x) = +\infty

  • lim x a + f ( x ) = \lim_{x\to a^+ }f(x) = -\infty

  • lim x a f ( x ) = + \lim_{x\to a^- }f(x) = +\infty

  • lim x a f ( x ) = \lim_{x\to a^- }f(x) = -\infty

For example, in the function above, there is a vertical asymptote at x = 3 x = -3 and x = 0 x = 0 . Thus, there is an infinite discontinuity at x = 3 x = -3 and x = 0 x = 0 .

Properties of Continuous Functions

If f f and g g are both continuous at x = c x = c , then the following properties are true:

  • The sum ( f + g ) x = f ( x ) + g ( x ) (f+g)x = f(x) + g(x) is continuous at x = c x = c .

  • The difference ( f g ) x = f ( x ) g ( x ) (f-g)x = f(x) - g(x) is continuous at x = c x = c .

  • The product ( f g ) x = f ( x ) g ( x ) (f \cdot g)x = f(x) \cdot g(x) is continuous at x = c x = c .

  • The quotient ( f g ) ( x ) = f ( x ) g ( x ) (\frac{f}{g})(x) = \frac{f(x)}{g(x)} is continuous, provided g ( x ) 0 g(x) \neq 0 .

  • The constant multiple k f ( x ) k \cdot f(x) is continuous at x = c x = c for any number k k .

  • The composition ( f g ) ( x ) = f ( g ( x ) ) (f \circ g)(x) = f(g(x)) is continuous at c c if f f is continuous at g ( c ) g(c) .

Theorems for Continuous Functions

Extreme Value Theorem

The Extreme Value Theorem states that if a function is continuous on the closed interval [ a , b ] [a,b] , then the function must have both a maximum and a minimum on [ a , b ] [a, b] .

Intermediate Value Theorem

The Intermediate Value Theorem is an extremely useful theorem in math. It's often used to prove that different equations are solvable. It's especially useful for proving that a function has a root on a particular interval. The root of a function is the point at which a function equals zero and crosses the x-axis. The Intermediate Value Theorem states:

Suppose f is a continuous function defined on [a, b], and let s be a number such that f(a) < s < f(b). Then, there must exist some x between a and b such that f(x) = s.

More simply, the Intermediate Value Theorem says that a continuous function must take on every value between f ( a ) f(a) and f ( b ) f(b) at least once on the interval [ a , b ] [a, b] .

Example graph of Intermediate Value Theorem Example graph of Intermediate Value Theorem

For example, consider the graph of f ( x ) = 2 x f(x) = 2x in the above graph. Let's examine the interval [ a , b ] [a, b] where a = 1 a = 1 and b = 3 b = 3 . Since f ( a ) = 2 f(a) = 2 and f ( b ) = 6 f(b) = 6 , we'll choose an in-between value s = 4 s = 4 for our s-value.

Then, since f ( x ) = 2 x f(x) = 2x is continuous on [ 1 , 3 ] [1, 3] , the Intermediate Value Theorem guarantees that there must exist some x x on [ 1 , 3 ] [1, 3] such that f ( x ) = 4 f(x) = 4 . By looking at the graph, we can see that x = 2 x = 2 is the value for which f ( x ) = s = 4 f(x) = s = 4 .

Polynomial Function

Any polynomial function is continuous for all real numbers. A polynomial function is a function consisting of variables and coefficients that involves only non-negative exponents of the variable. Polynomials use only addition, subtraction, and multiplication operations. For example, f ( x ) = 7 x 3 + x 2 5 f(x) = 7x^3 + x^2 - 5 is a polynomial function.

Differentiable Function

Every differentiable function is continuous. However, be careful to remember that the converse is not necessarily true. A function could be continuous, but not differentiable. For example, the absolute value function f ( x ) = x f(x) = \mid x \mid below is continuous at x = 0 x = 0 but not differentiable at x = 0 x = 0 .

Graph showing that a function could be continuous, but not differentiable Graph showing that a function could be continuous, but not differentiable

Other Functions

Rational, root, trigonometric, exponential, and logarithmic functions are all continuous in their domains. The domain of a function is the set of values that a function can accept as inputs. Many real life examples of continuous functions can be modeled using these function types.

Rational Functions

A rational function is a function that is written as the ratio of two polynomial functions. The domain of rational functions is all numbers except those that make the denominator zero. So, the values where rational functions have vertical asymptotes or removable discontinuities are outside of their domain.

Trigonometric Functions

The trigonometric functions sin ( x ) \sin(x) and cos ( x ) \cos(x) have domains that include all real numbers. So, they are continuous for all real numbers.

Other trigonometric functions such as $\tan(x)$ have more selective domains — for example, the domain of tan ( x ) = sin ( x ) cos ( x ) \tan(x) = \frac{\sin(x)}{\cos(x)} is equal to all real numbers except for where cos ( x ) = 0 \cos(x) = 0 . This occurs at every odd multiple of π 2 \frac{\pi}{2} , and so these x-values are outside the domain of tan ( x ) \tan(x) .

Exponential Functions

Exponential functions have the form f ( x ) = a b x f(x) = ab^x , where a 0 a \neq 0 and b b is a real number greater than 1. The domain of exponential functions is all real numbers.

Logarithmic Functions

Logarithmic functions are only defined for positive inputs. So, the domain of logarithmic functions can be determined by solving the inequality that sets the inside terms to be greater than 0.

Explore Outlier's Award-Winning For-Credit Courses

Outlier (from the co-founder of MasterClass) has brought together some of the world's best instructors, game designers, and filmmakers to create the future of online college.

Check out these related courses:

conradthatimensfa.blogspot.com

Source: https://articles.outlier.org/continuous-function-definition

0 Response to "Continuously Differentiable Function of Two Varialbles Taylor Polynomial"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel