Mathematics for Applied Sciences (Osnabrück 2023-2024)/Part I/Exercise sheet 11/refcontrol



Exercises

Exercise Create referencenumber

Give an example of a continuous functionMDLD/continuous function (R)

which takes exactly two values​​.


Exercise Create referencenumber

Let

be a continuous function which takes only finitely many values. Prove that is constant.


Exercise Create referencenumber

Does there exist a real number such that its third power, reduced by the fourfold of its second power, equals the square root of ?


Exercise Create referencenumber

Find a zero for the function

in the interval using the interval bisection method with a maximum error of .


Exercise Create referencenumber

We consider the function

Determine, starting with the interval and using the bisection method, an interval of length which contains a zero of .


Exercise Create referencenumber

We consider the function

Determine, starting with the interval and using the bisection method, an interval of length which contains a zero of .


Exercise Create referencenumber

We consider the mappingMDLD/mapping given by

Show, using the intermediate value theorem, that obtains every value at least in two points.


Exercise Create referencenumber

Let be a continuous functionMDLD/continuous function (R) and let be "close“ to a zero of . Is then close to ?


Exercise Create referencenumber

Fridolin says:

"Something is wrong about the Intermediate value theorem. For the continuous function

we have and . Due to the Intermediate value theorem, there must be a zero between and , hence a number with . However, we always have .“

Where is the mistake in this argument?


Exercise Create referencenumber

Let be a real number. Show that the following properties are equivalent.

  1. There exist a polynomial , , with integer coefficients and with .
  2. There exists a polynomial , , wit .
  3. There exists a normed polynomial with .


Exercise Create referencenumber

Let

be continuous functionsMDLD/continuous functions (R) with and . Show that there is a point with .


The next exercises use following terms.

Let be a set and let

be a mapping. An element such that is called a fixed point

of .

Exercise Create referencenumber

Determine the fixed pointsMDLD/fixed points of the mappingMDLD/mapping


Exercise Create referencenumber

Let be a polynomial of degree , . Show that has at most fixed points.MDLD/fixed points


Exercise Create referencenumber

Let be a continuous function,MDLD/continuous function (R) and suppose that there exist with

and

Show that has a fixed point.MDLD/fixed point


Exercise Create referencenumber

Show that the image of a closed interval under a continuous function is not necessarily closed.


Exercise Create referencenumber

Show that the image of an open interval under a continuous function is not necessarily open.


Exercise Create referencenumber

Show that the image of a bounded interval under a continuous function is not necessarily bounded.


Exercise Create referencenumber

Let be a real interval and let

denote a continuous injective function. Show that is strictly increasingMDLD/strictly increasing (R) or strictly decreasing.


Exercise Create referencenumber

Show that the function defined by

is a continuous, strictly increasing, bijective function

and that its inverse function is also continuous.


Exercise Create referencenumber

  1. Sketch the graphs of the functions

    and

  2. Determine the intersection points of these graphs.


Exercise Create referencenumber

Show that for every real number , there exists a continuous functionMDLD/continuous function (R)

such that is the only zero of .


Exercise Create referencenumber

Show that for every real number , there exists a continuous functionMDLD/continuous function (R)

such that is the only zero of and such that for every rational number , also is rational.


Exercise Create referencenumber

Show that for every real number , there exists a strictly increasingMDLD/strictly increasing (R) continuous functionMDLD/continuous function (R)

such that is the only zero of and such that for every rational number , also is rational.


Exercise Create referencenumber

Let

be a continuous function.MDLD/continuous function (R) Show that is not surjective.MDLD/surjective


Exercise Create referencenumber

Give an example of a bounded interval and a continuous function

such that the image of is bounded, but the function admits no maximum.


Exercise Create referencenumber

Let

be a continuous function defined over a real interval. The function has at points , , local maxima. Prove that the function has between and has at least one local minimum.


Exercise Create referencenumber

Determine directly, for which the power function

has an extremum at the point zero.




Hand-in-exercises

Exercise (5 marks) Create referencenumber

Find for the function

a zero in the interval using the interval bisection method, with a maximum error of .


Exercise (3 marks) Create referencenumber

Let denote a continuous functionMDLD/continuous function (R) having the property that the imageMDLD/image of is unbounded in both directions. Show that is surjective.MDLD/surjective


Exercise (4 marks) Create referencenumber

Show that a real polynomial of odd degree has at least one real zero.


Exercise (5 marks) Create referencenumber

Write a computer-program (in pseudocode) which for a polynomial of degree computes a zero within an accuracy of a given number berechnet.

  • The computer has as many memory units as needed, which can contain nonnegative real numbers.
  • It can write the content of a memory unit into another memory unit.
  • It can halve the content of a memory unit and write the result into another memory unit.
  • It can add the content of two memory units and write the result into another memory unit.
  • It can multiply the content of two memory units and write the result into another memory unit.
  • It can compare the content of memory units and can, depending on the outcome, switch to a certain program line.
  • It can print contents of memory units and it can print given texts.
  • There is a stop command.

The initial configuration is

with and (hence, the coefficients of the polynomial, the accuracy and are in the first memory units). The program shall print a sentence telling the bounds of an interval for a zero with the wished-for accuracy and stop.
Caution: The main difficulty is here that the polynomials do not have any zero on due to our condition. Hence we have to find a zero in the negative real numbers. However, the memory units do not accept negative numbers. Therefore we have to emulate/simulate negative numbers by nonnegative numbers.


Exercise (4 marks) Create referencenumber

Let

be a continuous function from the interval into itself. Prove that has a fixed point.


Exercise (2 marks) Create referencenumber

Determine the limit of the sequence


Exercise (2 marks) Create referencenumber

Determine the minimum of the function



<< | Mathematics for Applied Sciences (Osnabrück 2023-2024)/Part I | >>
PDF-version of this exercise sheet
Lecture for this exercise sheet (PDF)