Jump to content

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

From Wikiversity



Exercises

Give an example of a continuous function

f:,

which takes exactly two values​​.


Let

f:

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


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


Find a zero for the function

f:,xf(x)=x2+x1,

in the interval [0,1] using the interval bisection method with a maximum error of 1/100.


We consider the function

f:,xx3+4x2x+3.

Determine, starting with the interval [5,4] and using the bisection method, an interval of length 1/8 which contains a zero of f.


We consider the function

f:,xx34x+2.

Determine, starting with the interval [1,2] and using the bisection method, an interval of length 1/8 which contains a zero of f.


We consider the mapping f:{0,1} given by

f(x)=1x3+1(x1)3.

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


Let f: be a continuous function and let x be "close“ to a zero of f. Is then f(x) close to 0?


Fridolin says:

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

f:,x1x,

we have f(1)=1 and f(1)=1. Due to the Intermediate value theorem, there must be a zero between 1 and 1, hence a number x[1,1] with f(x)=0. However, we always have 1x0.“

Where is the mistake in this argument?


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

  1. There exist a polynomial P[X], P0, with integer coefficients and with P(z)=0.
  2. There exists a polynomial Q[X], Q0, wit Q(z)=0.
  3. There exists a normed polynomial R[X] with R(z)=0.


Let

f,g:[a,b]

be continuous functions with f(a)g(a) and f(b)g(b). Show that there is a point c[a,b] with f(c)=g(c).


The next exercises use following terms.

Let M be a set and let

f:MM

be a mapping. An element xM such that f(x)=x is called a fixed point

of f.

Determine the fixed points of the mapping

f:,xx2.


Let P[X] be a polynomial of degree d1, PX. Show that P has at most d fixed points.


Let f: be a continuous function, and suppose that there exist x,y with

f(x)x

and

f(y)y.

Show that f has a fixed point.


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


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


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


Let I be a real interval and let

f:I

denote a continuous injective function. Show that f is strictly increasing or strictly decreasing.


Show that the function defined by

f(x)=x|x|+1

is a continuous, strictly increasing, bijective function

f:]1,1[

and that its inverse function is also continuous.


  1. Sketch the graphs of the functions
    f:+,xx1,

    and

    g:+,x1x,
  2. Determine the intersection points of these graphs.


Show that for every real number a, there exists a continuous function

f:

such that a is the only zero of f.


Show that for every real number x, there exists a continuous function

f:

such that x is the only zero of f and such that for every rational number q, also f(q) is rational.


Show that for every real number x, there exists a strictly increasing continuous function

f:

such that x is the only zero of f and such that for every rational number q, also f(q) is rational.


Let

f:[0,1][0,1[

be a continuous function. Show that f is not surjective.


Give an example of a bounded interval I and a continuous function

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


Let

f:I

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


Determine directly, for which n the power function

,xxn,
has an extremum at the point zero.




Hand-in-exercises

Exercise (5 marks)

Find for the function

f:,xf(x)=x33x+1,

a zero in the interval [0,1] using the interval bisection method, with a maximum error of 1/200.


Exercise (3 marks)

Let f: denote a continuous function having the property that the image of f is unbounded in both directions. Show that f is surjective.


Exercise (4 marks)

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


Exercise (5 marks)

Write a computer-program (in pseudocode) which for a polynomial dX3+cX2+bX+a of degree 3 computes a zero within an accuracy of a given number e>0 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

(a,b,c,d,e,1,0,0,)

with a,b,c0 and d,e>0 (hence, the coefficients of the polynomial, the accuracy e and 1 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)

Let

f:[a,b][a,b]

be a continuous function from the interval [a,b] into itself. Prove that f has a fixed point.


Exercise (2 marks)

Determine the limit of the sequence

xn=27n3+13n2+n8n37n+103,n.


Exercise (2 marks)

Determine the minimum of the function

f:,xx2+3x5.



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