You are on page 1of 28

Author : Spanu Dumitru Viorel

Address : Street Marcu Mihaela Ruxandra no. 5 , 061524 ,


Bucharest , ROMANIA
E-mail : spanuviorel@yahoo.com
spanu_dumitruviorel@yahoo.com
Phones : +40214131107
0731522216

Leibniz Criterion modified by Spanu Dumitru Viorel

Gottfried Leibniz
1. Leibniz Criterion modified by Spanu
Dumitru Viorel

2. About a series studied by the most


prolific mathematician in the world Paul Erdös .

The series was studied by Paul Erdōs


(1998 ) , Finch ( 2003 ) and Guy ( 1994 , p. 203 ) .
Their conclusion was that they do not know if
the series converges or it is a divergent series .

I study the same series as them and my


conclusion is that the series converges to the
approximate value of - 0.05 ( minus 0.05 )

Capitolul 8
( capitol cu caracter didactic )

Motto :“Je sais que les nombres sont beaux .


S`ils ne le sont pas , rien ne l`est .“
( “ Eu stiu ca numerele sunt frumoase .
Daca ele nu sunt frumoase , atunci nimic nu este . “ )
Paul Erdös
Despre unele serii
1. serii - exemple si mici demonstratii
2. programe
3. concluzii

4. studiul seriei

k k
∑ (-1) ----------
k p
k

p - numerele prime in succesiunea lor


k
Despite the divergence of the sum of reciprocal primes, the alternating series

(7

(Sloane's A078437) converges (Robinson and Potter 1971), but it is not known if the sum

(8

does (Guy 1994, p. 203; Erdős 1998; Finch 2003).

I studied my self
the series studied by Paul Erdos , Finch and Guy
and mine conclusion is that this series
is a convergent series and the sum of this convergent
series is approximately - 0.05

k k
∑ (-1) ----------
k p
k

p - numerele prime in succesiunea lor


k
Therefore

k k
∑ (-1) ---------- ≈ - 0. 05
k p
k

where
p - the prime numbers in their succession .
k
5. Formula care aproximeaza seria

x 1 . . 1000000000

x
x. ln( x 1)
( 1) .4
2
1 x ( ln( x ) )
x
5.1 Teorema numerelor prime

5.2 Conjectura lui Cramer

Conjectura lui Cramer afirma ca :

“ Exista intotdeauna un numar prim


2
intre x si x + ( ln x ) . “

Aceasta conjectura este inca nedemonstrata .

5.3 Rezultate preliminare

x 1000000001 . . 2000000000

x
x ln( x 1 ) 4
( 1) . = 7.809 . 10
2
1 x ( ln( x) )
x
x 2000000001 .. 3000000000

x
x ln( x 1 ) 4
( 1) . = 4.338 . 10
2
1 x ( ln( x) )
x

x 3000000001 . . 4000000000

x
x ln( x 1) 4
( 1) . = 2.981 . 10
2
1 x ( ln( x) )
x

x 4 0 0 0 0 0 0 0. 06.10 0 0 0 0 0 0 0 0

x
x ln( x 1 ) 4
( 1) . = 4 .0 7 .31 0
2
1 x ( ln( x) )
x
x ..
60000000018000000000

x
x ln( x 1 ) . 10 4
( 1) . = 2.80171044110288
2
1 x ( ln( x) )
x
x 8 0 0 00 0 00 0. 1. 1 00 0 00 0 0 00 0

x
x ln( x 1 ) 4
( 1) . = 2 .1 2 4 96 4 510 89 4. 10
78
2
1 x ( ln( x) )
x

x 12000000001 . . 14000000000

x
x ln( x 1) 4
( 1) . = 1.422 . 10
2
1 x ( ln( x) )
x

x . .
1400000000116000000000

x
x ln( x 1 ) . 4
( 1) . = 1.21610
2
1 x ( ln( x) )
x
x 1 6 0 0 0 0 0 0 0. 0.118 0 0 0 0 0 0 0 0 0

x
x ln( x 1 ) . 04
( 1) . = 1 .0 6 11
2
1 x ( ln( x) )
x

x . . 20000000000
18000000001

x
x ln( x 1 ) . 5
( 1) . = 9.40610
2
1 x ( ln( x) )
x

x 2 0 00 0 00 0 00. .12 20 0 00 0 00 0 0

x
x ln( x 1 ) . 10 5
( 1) . = 8 .4 3 6 74 0 95
2
1 x ( ln( x) )
x
6 . Programul care calculeaza exact suma primilor
5000000 – 6000000 de termeni ai seriei . Ce indica
calculatorul ?

Programul
1 OPEN "d:\rez10100.bas" FOR OUTPUT AS #1
2 OPEN "d:\rez20200.bas" FOR OUTPUT AS #2
3 OPEN "d:\rez30300.bas" FOR OUTPUT AS #3
4 OPEN "d:\rez40400.bas" FOR OUTPUT AS #4
5 OPEN "d:\rez50500.bas" FOR OUTPUT AS #5
6 OPEN "d:\rez60600.bas" FOR OUTPUT AS #6
7 LET q = 699999
8 LET x! = 3
9 LET x! = x! + 2
10 PRINT x!
11 IF x! < q THEN
12 GOTO 17
13 END IF
14 IF x! >= q THEN
15 END
16 END IF
17 LET y! = 3
18 IF x! MOD y! = 0 THEN
19 GOTO 30
20 ELSE
21 LET y! = y! + 2
22 END IF
23 IF y! >= x! - 1 THEN
24 LET zet! = x!
25 IF y! >= x! - 1 THEN WRITE #1, "zet!=", zet!
26 GOTO 31
27 ELSE
28 END IF
29 GOTO 18
30 GOTO 9
31 FOR z! = 1 TO zet! STEP 1
32 GOTO 36
33 LET q2! = x1!
34 NEXT z!
35 GOTO 18

36 IF z! MOD zet! = 0 AND z! = zet! THEN


37 LET q1# = zet! ^ 1
38 ELSE
39 GOTO 34
40 END IF
LET k1 = 3 + k2
41 LET suma1# = s# + (k1 / q1#) * ((-1) ^ k1)
LET k3 = k3 + 1
LET k2 = 0 + k3
42 LET s# = suma1#

43 WRITE #2, "s#=", s#, "suma1#=", suma1#, "zet!=", zet, "q1#=", q1#, "k1=", k1, "k2=",
k2, "k3=", k3
44 WRITE #3, "s#=", s#, "z=", z, "k1=", k1, "zet!=", zet!, "q1#=", q1#

46 IF s1# = INT(s1#) THEN WRITE #4, "x!=", x!, "zet!=", zet!, "s#=", s#, "s1#=", s1#, "z=",
z
47 IF s1# = INT(s1#) THEN LET q3! = s1#
48 LET x1! = 1
49 IF x1! < q3! THEN
50 LET x1! = 3
51 END IF
52 IF q3! MOD x1! = 0 THEN
53 GOTO 62
54 ELSE
55 LET x1! = x1! + 2
56 END IF
57 IF x1! >= (q3! - 1) AND (s1# = INT(s1#)) THEN
58 WRITE #5, "q3!=", q3!, "s#=", s#, "s1#=", s1#, "zet!=", zet!, "x1!=", x1!, "x!=", x!
59 END IF
60 WRITE #6, "s1#=", s1#, "s#=", s#, "zet!=", zet!, "x1!=", x1!, "q3!=", q3!, "x!=", x!
61 GOTO 52
62 GOTO 33

Citat

Richard Feynman , “ QED strania teorie despre lumina si


materie “ , Editura Pergament , pagina 132 :
“ Acum , ca dispunem de calculatoare supermeseriase , ne – am
apucat sa calculam termenul cu opt j – uri suplimentare . La
ora actuala , numarul teoretic este egal cu 1,00115965246 ;
experimental , el are valoarea 1,00115965221 , plus sau minus
4 la ultima cifra zecimala . O parte din imprecizia valorii
teoretice ( aproximativ 4 pentru ultima cifra zecimala ) se
datoreaza rotunjirilor pe care le face calculatorul ; marea parte
a ei ( circa 20 ) se datoreaza faptului ca nu se cunoaste cu
exactitate valoarea lui j . Termenul corespunzator la opt j – uri
suplimentare implica ceva de ordinul a noua sute de diagrame ,
fiecare cu cite o suta de mii de termeni - un calcul
nemaipomenit - si valoarea lui este calculata chiar in timp ce
eu va vorbesc ) “ .
Daca calculatorul da un indiciu ca seria ar fi
convergenta ( se pare ca asta indica calculatorul ) , trebuie
sa luam in considerare faptul ca masina de calcul face rotunjiri (
trunchieri ) , iar la un moment dat aceste rotunjiri pot fi mai
mari decit valoarea absoluta a termenilor seriei in care k
are valori foarte mari .

( 1 . de lucrat cu un soft care sa afiseze rezultatele cu 32 de


digiti distincti .
2 . de marit numarul de termeni ai seriei care sunt insumati ) .

Strategia : Daca calculatorul da un indiciu ca seria ar fi


convergenta , atunci trebuie cautate sau construite doua serii
convergente care sa aiba , una dintre ele , fiecare termen mai
mare decit termenul corespunzator din seria pe care o studiem ;
cealalta serie pe care am cautat – o sau am construit – o si
despre care stim ca este convergenta , sa aiba fiecare termen
mai mic decit termenul corespunzator din seria pe care o
studiem . Daca am reusit sa gasim doua astfel de serii
convergente , seria pe care o studiem este sigur convergenta .
Consideratii

O teorema spune ca :
“ O conditie necesara ca seria
u + u + u + ... + u + ...
1 2 3 n

sa fie convergenta este ca sirul format cu termenii


seriei sa fie convergent catre zero “ ,

iar consecinta teoremei afirma :


“ Daca sirul format cu termenii unei serii nu este
convergent catre zero , seria nu este convergenta “ .

Aceasta conditie este necesara , dar nu si


suficienta !
Observam , oricum , ca sirul format cu termenii seriei

k k
∑ (-1) ----------
k p
k

unde p sunt numerele prime in succesiunea


k
lor , iar k este un numar natural ,
este convergent catre zero . Seria pe care o studiem indeplineste
aceasta conditie necesara pentru a fi convergenta . ( Conditia ,
insa , nu este si suficienta . )
Precizare minora pentru Teorema ( Criteriul
lui Leibniz )

Teorema lui Leibniz afirma :

“ Daca in seria alternanta ∑ x avem | x | ≥ | x | ≥


n n 1 2

≥ … ≥ | x | ≥ … , iar lim x = 0 , atunci seria


n n→∞ n

este convergenta iar ∑x ≤ x . “


n n 1

Intrucit in Teorema lui Leibniz , prin definitie , termenii


impari sunt pozitivi , iar termenii pari sunt negativi , sumele
partiale formate cu un numar impar de termeni ai seriei , adica
S , si sumele partiale formate
2k + 1

cu un numar par de termeni , adica S , sunt pozitive , iar


2k

∑ x ≤ x , atunci se poate scrie , in Teorema lui Leibniz ,


n n 1

ultima relatie de inegalitate in modul . Adica :

“ Daca in seria alternanta ∑ x avem | x | ≥ | x | ≥


n n 1 2

≥ … ≥ | x | ≥ … , iar lim x = 0 , atunci seria


n n→∞ n

este convergenta iar | ∑ x | ≤ | x | . “


n n 1
NOU

CONSECINTA A CRITERIULUI LUI


LEIBNIZ APLICAT SERIILOR

Textul propriuzis :

<< Serii alternante

Se numeste serie alternanta o serie de


forma :
n +1
x - x + x - x + … + ( -1 ) · x + … ,
1 2 3 4 n

sau de forma

n
- x + x - x + x - x + … + ( -1 ) · x + … ,
1 2 3 4 5 n

unde toti x sunt numere pozitive .


k
Teorema lui Leibniz scrisa si pentru serii
alternante care incep cu un termen negativ :

“ Daca intr – o serie alternanta sirul ( x ) este


n

monoton , descrescator , si are limita zero , seria

este convergenta . “
Consecinta ( Propozitie ) :

“ Seriile alternante care sunt convergente conform


Criteriului lui Leibniz au suma egala cu :

un numar negativ daca primul termen al seriei


alternante este negativ

sau

un numar pozitiv daca primul termen al seriei


alternante este pozitiv . “ >>

De scris in continuare :

1. Criteriul lui Leibniz modificat .


2 . Consecinta ( Propozitia ) se aplica si la Criteriul lui
Leibniz modificat , in cazul seriei convergente pe care o
studiem . Adica la seria
k k
∑ (-1) ----------
k p
k

p - numerele prime in succesiunea lor


k

3. De demonstrat ca seria studiata este convergenta


( cel mai greu ) .
4. De vazut daca Consecinta ( Propozitia ) se aplica si
altor serii care sunt convergente conform Criteriului
lui Leibniz modificat .
Preambul la Criteriul lui Leibniz modificat

<< Serii alternante

Se numeste serie alternanta o serie de


forma :

n +1
x - x + x - x + … + ( -1 ) · x + … ,
1 2 3 4 n

sau de forma

n
- x + x - x + x - x + … + ( -1 ) · x + … ,
1 2 3 4 5 n

unde toti x sunt numere pozitive . >>


k
The Leibniz Criterion modified by Spanu Dumitru Viorel

Criteriul lui Leibniz modificat

The Leibniz Criterion Modified .

“ Daca intr – o serie alternanta sirul ( x ) este


n

in medie descrescator , si are limita zero , seria

este convergenta . Pe mici portiuni sirul ( x )


n

poate fi si crescator . “
This is the programm used to sum the terms
of the series

k k
∑ (-1) ----------
k p
k

p - numerele prime in succesiunea lor


k

Mine conclusion : The series is convergent to


the approximate value of - 0. 05 .
Sub progra_()
1 Open "eqrez_100" For Output As #1
2 Open "eqrez_200" For Output As #2
3 Open "eqrez_300" For Output As #3
4 Open "eqrez_400" For Output As #4
5 Open "eqrez_500" For Output As #5
6 Open "eqrez_600" For Output As #6
7 Let q = 8899999
8 Let x! = 8762511
9 Let x! = x! + 2

11 If x! < q Then
12 GoTo 17
13 End If
14 If x! >= q Then
15 End
16 End If
17 Let y! = 3
18 If x! Mod y! = 0 Then
19 GoTo 30
20 Else
21 Let y! = y! + 2
22 End If
23 If y! >= x! - 1 Then
24 Let zet! = x!
25 If y! >= x! - 1 Then Write #1, "zet!=", zet!
26 GoTo 31
27 Else
28 End If
29 GoTo 18
30 GoTo 9
31 For z! = 1 To zet! Step 1
32 GoTo 36
33 Let q2! = x1!
34 Next z!
35 GoTo 18

36 If z! Mod zet! = 0 And z! = zet! Then


37 Let q1# = zet! ^ 1
38 Else
39 GoTo 34
40 End If
Let k1 = 587649 + k2
41 Let suma1# = s# + (k1 / q1#) * ((-1) ^ k1)
If k1 = 587649 Then
GoTo 42
Else

GoTo 43
End If
42 Let s5# = -0.185302990447678
43 Let s6# = s5# + ((k1) / (q1#)) * ((-1) ^ k1)
Let s5# = s6#
Let k3 = k3 + 1
Let k2 = 0 + k3
Let s# = suma1#

Write #2, "s5#=", s5#, "s6#=", s6#, "s#=", s#,


"suma1#=", suma1#, "zet!=", zet, "q1#=", q1#,
"k1=", k1, "k2=", k2, "k3=", k3
44 Write #3, "s#=", s#, "z=", z, "k1=", k1, "zet!=",
zet!, "q1#=", q1#

46 Write #4, "s5#=", s5#, "x!=", x!, "zet!=", zet!,


"s#=", s#, "s1#=", s1#, "z=", z

47 If s1# = Int(s1#) Then Let q3! = s1#


48 Let x1! = 1
49 If x1! < q3! Then
50 Let x1! = 3
51 End If
52 If q3! Mod x1! = 0 Then
53 GoTo 62
54 Else
55 Let x1! = x1! + 2
56 End If
57 If x1! >= (q3! - 1) And (s1# = Int(s1#)) Then
58 Write #5, "q3!=", q3!, "s#=", s#, "s1#=", s1#,
"zet!=", zet!, "x1!=", x1!, "x!=", x!
59 End If
60 Write #6, "s1#=", s1#, "s#=", s#, "zet!=", zet!,
"x1!=", x1!, "q3!=", q3!, "x!=", x!
61 GoTo 52
62 GoTo 33

End Sub

Work in progress .

You might also like