• Keine Ergebnisse gefunden

Introductory Course Mathematics

N/A
N/A
Protected

Academic year: 2022

Aktie "Introductory Course Mathematics"

Copied!
3
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Fachbereich Mathematik Dipl.-Math. Silke M¨oser

WS 2010/11 6.10.2010

Introductory Course Mathematics

Exercise Sheet 8 with hints

G34 Determine the tangent at x0 : (a) f(x) = 2x3−7, x0 =−1 (b) f(x) = 1x, x0 = 12

Solution: In each case we will describe the tangent as a function t:R→R:x 7→t(x). We use the equation

t(x)−t(x0)

x−x0 =f0(x0) to determine the equation for the tangent:

t(x) =f0(x0)(x−x0) +f(x0), sincet(x0) =f(x0).

(a) f0(x0) = 6x0=−6, f(x0) =−9 and hence

t(x) =−6x−6−9 =−6x−15.

(b) f0(x0) =−1

x20 =−4, f(x0) = 2 and hence

t(x) =−4x+ 2 + 2 = 4x+ 4.

G35 Does lim

x→x0

f(x0)−f(x)

x0 −x exist for the following function?

f(x) = x3

, x0 = 0

Use the definition of differentiability to decide whether the function is differentiable in x0 = 0.

Solution:

x→xlim0

f(x0)−f(x)

x0−x = lim

x→x0

x30 − |x|3 x0−x

= lim

x→x0

|x|3 x

=

x→xlim0

x3

x = lim

x→x0x2 = 0 ifx&0

x→xlim0

−x3

x = lim

x→x0

−x2= 0 ifx%0 Thus, the limit exists and hencef is differentiable inx0= 0.

(2)

G36 Prove from the definition of differentiability:

(a) If f(x) = x2, thenf0(x) = 2x.

(b) Iff(x) = x3, thenf0(x) = 3x2.

(c) If f(x) = xn, for n∈N, then f0(x) = nxn−1. (d) Iff(x) = 1x, then f0(x) =−x12.

Solution: Use the definition via the limit.

G37 Write the following function as a composition of simpler functions and calculate their derivatives using the chain rule:f(x) =p

(2x2+x)3+ 1

Solution: Letg:R→R:x7→x3+ 1 and h:R→R:x7→2x2+x. Then f =√

· ◦g◦h and

f0(x) = 3(2x2+x)2(4x+ 1) 2p

(2x2+x)3+ 1 .

G38 Prove using the defintion by power series from Lectures 6 and 7:

(a) If f(x) = ex then f0(x) = ex. (b) Iff(x) = sinx then f0(x) = cosx.

(c) If f(x) = cosx then f0(x) =−sinx.

Solution: (a) f(x) =ex =

P

n=0 xn

n! = 0 +

P

n=1 xn

n! and hence f0(x) = (0)0+

X

n=1

xn n!

0

= 0 +

X

n=1

nxn−1 n!

=

X

n=1

xn−1 (n−1)! =

X

n=0

xn n!

=ex (b) f(x) = sinx=

P

n=0

(−1)n x(2n+1)!2n+1 and hence

f0(x) =

X

n=0

(−1)n x2n+1 (2n+ 1)!

0

=

X

n=0

(−1)n(2n+ 1)x2n (2n+ 1)!

=

X

n=0

(−1)n x2n

(2n)! = cosx

(c) f(x) = cosx=

P

n=0

(−1)n x(2n)!2n = 0 +

P

n=1

(−1)n x(2n)!2n and hence

f0(x) = (0)0+

X

n=1

(−1)n x2n (2n)!

0

= 0 +

X

n=1

(−1)n2nx2n−1 (2n)!

=

X

n=1

(−1)n x2n−1 (2n−1)! =

X

n=0

(−1)n+1 x2n+1 (2n+ 1)!

=−

X

n=0

(−1)n x2n+1

(2n+ 1)! =−sinx

(3)

G39 Compute the derivatives of the following functions:

(a) f1(x) =x4−x2+ 5x−7 (b) f2(x) = x2+5

x2−7x+1

(c) f3(x) =x2ex2 (d) f4(x) = 2x (e) f5(x) =xx

Solution: (a) f10(x) = 4x3−2x+ 5 (b) f20(x) =

2x·√

x2−7x+ 1−(x2+ 5) 2x−7

2

x2−7x+1

x2−7x+ 1 (c) f30(x) = 2xex2+x2ex22x

(d) f4(x) = 2x=exln 2 and hence f40(x) =exln 2ln 2 = 2x·ln 2

(e) f5(x) =xx=exlnx and hence f50(x) =exlnx(lnx+x·x1) =xx(lnx+ 1) G40 Show, that (f ±g)0 =f0±g0.

Solution:

(f ±g)0(x0) = lim

x→x0

(f ±g)(x)−(f ±g)(x0) x−x0

= lim

x→x0

f(x)±g(x)−f(x0)∓g(x0) x−x0

= lim

x→x0

(f(x)−f(x0))±(g(x)−g(x0)) x−x0

= lim

x→x0

f(x)−f(x0) x−x0

± lim

x→x0

g(x)−g(x0) x−x0

=f0(x0)±g0(x0)

G41 Use the product rule and the chain rule to prove the quotient rule.

Solution: fg =f ·1g and 1g =h◦g, where h:R\ {0} →R:x7→ 1x. Thus we get

rcl f

g 0

product rule

= f0·1 g +f ·

1 g

0

chain rule

= f0·1

g +f ·−g0 g2

= f0g−f g0 g2

G42 Decompose a fixed real number c into two summands such that their product is maximal.

Solution: Let c = x+y. Then y = c−x and we want to maximise the function f : R → R :f(x) = x(c−x). We compute f0(x) =−2x+c. By the theorem on local extrema, the local maximumxmax must satisfyf0(xmax) = 0 and hencexmax= 2c.

Now check that this is indeed a maximum by comparing the function value with the function values of points in the neighbourhood.

Referenzen

ÄHNLICHE DOKUMENTE

Fachbereich

Prove: No matter who actually shook hands with whom, there are always two students who shook the same number

Fachbereich Mathematik Dipl.-Math.. So

Fachbereich

Prove: No matter who actually shook hands with whom, there are always two students who shook the same number of hands.. Solution: Any given student shook between 0 and n

direct proof, 20 disjunction, 16 divide, see divisible divisible, 3, 9 divisor, 3 equivalent, 17 even numbers, 3 existence proof, 22. existence quantifier, see quantifier

natural numbers, 3 negation, 16, 18 numerator, 9 odd numbers, 3 outer function, 26 Pascal’s Triangle, 7 pigeon hole principle, 23 polynomial function, 27 power function, 27 preimage,

The following theorem helps in reducing the number of trial divisions because it shows that one only has to do trial divisions with smaller prime numbers.. We have already used