Context and Objective: In the lecture, an iterative procedure was introduced to calculate the square root of 3. This exercise requires applying a modified version of this method to calculate the cubic root of 3 (33).
Concept Development:
Instead of considering a square, a cube (cube) must be considered.
The goal is to find the side length of a cube with a volume of 3.
If an is the current approximation for the side length, the corresponding "depth" or secondary dimension to maintain the volume is bn=an23.
Iteration Formula:
The next value in the sequence, an+1, is obtained by taking the average of the current side length and the secondary dimension:
an+1=2an+bn=2an+an23
Iteration Calculations:
Starting Point: Let a0=1.
Step 1:
a1=21+13=24=2
Step 2:
a2=22+223=22+43=2411=811=1.375
Step 3:
a3=2811+(11/8)23
The term for b2 is 641213=121192.
a3=2811+121192=19361331+1536=19362867×21. (Correction based on transcript arithmetic: a3=19362867×21 seems to be simplified in the text as approximately 1.481).
Accuracy Check: The value 1.481 deviates by approximately 3% from the exact solution of 33≈1.442.
Aufgabe 2: Reihen (Series)
Objective: Calculate the result of the series S(n)=k=1∑nk (where n∈N,n>0) using an index transformation.
Methodology:
Replace k with the transformation k=n+1−j.
This transformation merely changes the order of summation and does not change the total sum.
Proof Steps:
Let S(n)=k=1∑nk.
Applying the transformation: S(n)=j=1∑n(n+1−j).
Using the linearity of summation, the sum over j can be split:
S(n)=j=1∑n(n+1)−j=1∑nj
Since (n+1) is constant relative to j, the first sum is n×(n+1).
The second sum, j=1∑nj, is identical to the original sum S(n).
Therefore: S(n)=n×(n+1)−S(n).
Final Formula Derivation:
2×S(n)=n(n+1)
S(n)=k=1∑nk=2n(n+1)
Aufgabe 3: Grenzwertbildung (Limits)
Problem a: Calculate limn→∞n21+4×cos(n+11).
Calculation: As n approaches infinity, n21 goes to 0 and n+11 goes to 0.
0+4×cos(0)=0+4×1=4.
Problem b: Calculate limn→∞encos(n).
Tipp: Represent the term as a product: cos(n)×e−n.
Argument: The function cos(n) is bounded (its values stays between −1 and 1).
The exponential function part satisfies limn→∞e−n=0.
A bounded sequence multiplied by a null sequence results in a null sequence. Thus, the limit is 0.
Problem c: Calculate limn→∞n2+n+22n2+n+1.
Tipp: Factor out n2 from the numerator and denominator.