Revision Doc - Mid-Semester Exam

MATH1051

Revision

Chapter 2 - Vectors

2.1 Definition: Function, Domain, Range

Let and be subsets of . A function is a rule which assigns to every element exactly one element called the value of at . Here is called the domain of and

is called the range of , also written range.

The range of , , is a subset of . The range is the set of all possible values of as varies throughout the domain. Note that is not necessarily equal to all of .

Link to original

2.5 Exponential Functions

An exponential function is one of the form , where the base us a positive constant, and is said to be the exponent or power. One very common exponential function which we shall see often in this course is given by . It cuts the axis at

---
title: Exponential Function
xLabel: 
yLabel: 
bounds: [-10,10,-10,10]
disableZoom: true
grid: true
---
f(x)=2^x

Exponential functions are very useful for modelling many natural phenomena such as population growth (base ) and radioactive decay (base ).

Link to original

2.7 One-to-one Functions

A function is said to be one-to-one or injective if .

On the graph of , the 1-1 property holds exactly if any horizontal line constant cuts through the curve in at most one place.

If one corresponds to another , then it is not one-to-one. Similarly, if corresponds to another of the same value, then the function is not one-to-one.

2.7.1 Example

If the value of the function :

---
title: 
xLabel: 
yLabel: 
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y=x^2+3

Then this is not a one-to-one function. This is because it does pass the vertical line test (with one corresponding to one only), but it does not pass the horizontal line test (for example, yield the same value (with )).

On the other hand, for example, :

---
title: 
xLabel: 
yLabel: 
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
y=exp(2x)
Link to original

2.12 Inverse Trigonometric Functions

The function is 1-1 if we just define it over the interval . The inverse function for this part of is denoted . Thus is defined on the interval and takes values in the range . The graph can easily be obtained by reflecting the graph of about the line over the appropriate interval.

Similarly is 1-1 on the interval and its inverse function is denoted . The function is defined on and takes values in the range .

Also, is 1-1 on the open interval with inverse function denoted by . Hence has the domain with values in the range .

---
title: 
xLabel: 
yLabel: 
bounds: [-10,10,-10,10]
disableZoom: false
grid: true
---
f^(-1)(x)=(exp(x)/(1+2*exp(x)))
Link to original

Chapter 3 - Sequences

3.1 Formal Definition: Sequence

More formally, a sequence is a function, with domain being . We can also take the domain as and start the sequence at rather than .

If is a function, viewed as a sequence, then we write instead of , instead of , etc.

Link to original

3.3 Limits

Let be a sequence. Then

As approaches , gets larger and larger. is always close to for sufficiently large.

3.3.1 Convention

If a sequence has limit , we say that converges to and that the sequence is convergent. Otherwise the sequence is divergent.

Link to original

3.4 Theorem: Limit Laws

Caution

The following limit laws apply provided that the separate limits exist (that is and are convergent):

Suppose that and are convergent sequences such that

and is a constant. Then

Link to original

3.5 Useful Sequences to Remember

Take care with inequalities and limits. For example for all but . In general, even if for all , we can only conclude . Note the .

Link to original

3.6 Theorem: Squeeze

If for for some and , then

3.6.1 Example

Use the squeeze theorem on , where .

Since

we have

Now

Link to original

Chapter 4 - Limits

4.1 Definition: Limit

(Stewart, p.50) Let be a function and . We say approaches the limit (or converges to the limit ) as approaches if we can make the value of arbitrarily close to (as close to as we like) by taking to be sufficiently close to but not equal to .

We write

Roughly speaking, is close to for all values sufficiently close to , with . The limit “predicts” what should happen at by looking at values close to but not equal to .

4.1.1 Some Basic Limits

Link to original
Transclude of Limits#42-properties

4.3 One-sided Limits

Consider the piecewise function

Notice that , but . Therefore, the limit as does not exist. We can, however, talk about the one-sided limits.

In the above example, we say that the limit as from above (or from the right) equals 1 and we write

Similarly, we say that the limit as from below (or from the left) equals -2 and we write

In general, for just consider with and similarly for , consider only .

Link to original

4.6 Some Important Limits

The following limits are fundamental. We omit the proofs. Combined with the properties given in 4.2 Properties and the Squeeze Principle in 4.4, these will enable you to compute a range of other limits.

4.6.1 Precise Definition

Let be a function defined on some open interval that contains the number , except possibly itself. The we write

if for every number there is a number such that

Link to original

Chapter 5 - Continuity

Transclude of Continuity#51-definition-of-continuity
Transclude of Continuity#52-continuity-of-intervals
Transclude of Continuity#54-the-intermediate-value-theorem-ivt

Chapter 6 - Derivatives

6.2 Definition of Derivative

The derivative of at is defined by

We say that is differentiable at some point if this limit exists. Further, we say that is differentiable on an open interval if it is differentiable at every point in the interval. Note that is the slope of the tangent line to the graph of at

We have thus defined a new function , called the derivative of . Sometimes we use the Leibniz notation or in place of

Note that if is differentiable at , there holds:

6.2.1 Example

Using the definition of the derivative (“from first principles”), find the derivative of .

Using the definition for a derivative, we find:

Link to original

6.5 Derivative of an Inverse Function

Suppose , where is the inverse of . To obtain we use

Differentiating both sides with respect to using the chain rule gives:

Hence, if

Link to original

6.6 L’Hopital’s Rule

Suppose that and are differentiable and near (except possibly at ). Suppose that

or

then

if the limit on the right exists or is .

6.6.1 Example

Find .

Note that

Hence, we cannot use

Instead, we use L’Hopital’s rule to get:

if this limit exits,

Link to original

6.7 Continuous Extension of Sequences

Sometimes L’Hopital’s rule can be used to evaluate limits of sequences. Let be a function on the real numbers such that exists. Let for natural numbers . Then:

6.7.1 Example

Evaluate .

Define . Hence

Link to original

6.8 The Mean Value Theorem (MVT)

Let be continuous on and differentiable on . Then

for some , where .

Note is the slope of at and is the slope of the chord joining to .

Link to original

6.9 Increasing/Decreasing Test

Suppose that is continuous on and differentiable on .

8.4 Critical Points and Curve Sketching

A function has a global maximum at if for all in the domain of . The number is called the maximum value of on its domain. A global maximum is also called an absolute maximum.

A function has a global minimum at if if for all in the domain of . The number is called the minimum value of on its domain. A global minimum is also called an absolute minimum.

A function has a local maximum at if for all near .

A function has a local minimum at if for all near .

If has a local maximum or minimum at , and if exists, then . The point is a critical point of the function if or if does not exists (but does).

Thus, all local maxima and minima are critical points. Note however, that not all critical points are local maxima or minima.

To find any local maximum or minimum of a function , we solve the equation . We can then classify any critical points we find using the information about the function near the critical point.

A function is strictly increasing on an interval if for all and in whenever .

If on an interval, then is strictly increasing on that interval. If on an interval, then is strictly decreasing on that interval. If on an interval, then is constant on that interval.

First Derivative Test

Suppose that the function has a critical point at . Then

If changes sign from positive to negative at , then has a local maximum at . If changes sign from negative to positive at , then has a local minimum at . If does not change sign at , then has neither a local maximum nor a local minimum at .

The Second Derivative

The second derivative of a function is the derivative of the derived function . The second derivative of is denoted .

The second derivative provides information about the concavity of the graph of a function.

If the graph of lies above all of its tangent lines on an interval, then it is concave up on that interval. If the graph of lies below all of its tangent lines on an interval, then it is concave down on that interval.

If for all in an interval, then the graph of is concave up on that interval. If for all in an interval, then the graph of is concave down on that interval.

Second Derivative Test

Suppose is a continuous function near a point .

If and , then has a local minimum (concave up) at . If and , then has a local maximum (concave down) at . If , then this test is inconclusive.

Curve Sketching

To sketch the curve of a function :

  • Determine the domain of .
  • Determine the -intercept of the graph by evaluating .
  • If it is possible to solve the equation , find the -intercepts of the graph.
  • Determine and identify the intervals of which is increasing and the intervals on which is decreasing.
  • Find the critical points of . Determine which critical points are local maxima or local minima (use first or second derivative test).
  • Determine and identify the intervals on which is concave up and the intervals on which is concave down.
  • Sketch the graph.
Link to original

Link to original