Fichier:0.999... = 1 CircleGraphProof.svg

Fichier d’origine(Fichier SVG, nominalement de 625 × 690 pixels, taille : 6 kio)

Description

Description
English: A circle of unit area as geometric proof of the equality that 0.999…= 1.

Explanation: A circle of unit area can be sliced up in any way and all of its parts added together will always equal 1. This circle is sliced up into ever-thinner pie slices where the first slice leaves 90% untouched (0.9), the second slice leaves 90% of the remaining wedge untouched (0.09), the third slice leaves 90% of that remaining wedge untouched (0.009), and this process continues without end. The summation of all slices produces the infinite series:

0.9 + 0.09 + 0.009 + 0.0009 + … = 0.9999…

And because the slicing never changes the total area of this circle with an area of 1 (both prior to the slicing and after), while the amount of circle not included in the sum goes to 0, the conclusion is that
0.9999… = 1.

Mathematica code that produced this image (before hand editing):

diagramBlue = RGBColor[0.4, 0.8, 1];
coord[n_Integer] := {
  Cos[(1/4 + 10^(-n)) 2 \[Pi]],
  Sin[(1/4 + 10^(-n)) 2 \[Pi]]
  }
radius[n_Integer] := Line[{{0, 0}, coord[n]}]
pointLabel[label_String, points_List : {x_, y_}] := Text[
  TextCell[
   label,
   "Text",
   CellFrame -> True,
   CellFrameMargins -> 0.1,
   CellFrameColor -> diagramBlue,
   Background -> White
   ],
  points
  ]
diagram = Show[
  Graphics[{
    {diagramBlue, EdgeForm[Black], Disk[]},
    radius[0],
    radius[1],
    radius[2],
    radius[3],
    pointLabel["0.9\n36°", coord[1] + {-0.05, 0.11}],
    pointLabel[
     "0.09\n3.6°", {coord[2][[1]] - 0.05, coord[0][[2]] + 0.12}],
    pointLabel[
     "0.009\n0.36°", {coord[3][[1]] + 0.05, coord[0][[2]] + 0.12}]
    }],
  ImageSize -> 500
  ]
Export[FileNameJoin[{Directory[], "Downloads", 
   "0.999... = 1 CircleGraphProof.svg"}], diagram]
Date
Source Travail personnel basé sur : 0.999... = 1 CircleGraphProof.png
Auteur CalendulaAsteraceae
SVG information
InfoField
 
Le code de ce fichier SVG est valide.
 
Cette image vectorielle a été créée avec Inkscape, puis modifiée à la main
.

Conditions d’utilisation

Moi, en tant que détenteur des droits d’auteur sur cette œuvre, je la publie sous la licence suivante :
w:fr:Creative Commons
paternité partage à l’identique
Vous êtes libre :
  • de partager – de copier, distribuer et transmettre cette œuvre
  • d’adapter – de modifier cette œuvre
Sous les conditions suivantes :
  • paternité – Vous devez donner les informations appropriées concernant l'auteur, fournir un lien vers la licence et indiquer si des modifications ont été faites. Vous pouvez faire cela par tout moyen raisonnable, mais en aucune façon suggérant que l’auteur vous soutient ou approuve l’utilisation que vous en faites.
  • partage à l’identique – Si vous modifiez, transformez, ou vous basez sur cette œuvre, vous devez distribuer votre contribution sous la même licence ou une licence compatible avec celle de l’original.

Légendes

Ajoutez en une ligne la description de ce que représente ce fichier

Éléments décrits dans ce fichier

dépeint

image/svg+xml

aed60b54faadd824220456a800e00bc1441a9796

27 864 octet

471 pixel

450 pixel

Historique du fichier

Cliquer sur une date et heure pour voir le fichier tel qu'il était à ce moment-là.

Date et heureVignetteDimensionsUtilisateurCommentaire
actuel14 septembre 2023 à 22:29Vignette pour la version du 14 septembre 2023 à 22:29625 × 690 (6 kio)CalendulaAsteraceaeimprove code
17 mars 2021 à 04:29Vignette pour la version du 17 mars 2021 à 04:29450 × 471 (27 kio)CalendulaAsteraceaeActually changed background
17 mars 2021 à 04:28Vignette pour la version du 17 mars 2021 à 04:28450 × 471 (27 kio)CalendulaAsteraceaeAdded white background
16 mars 2021 à 14:29Vignette pour la version du 16 mars 2021 à 14:29450 × 471 (27 kio)CalendulaAsteraceaeUploaded own work with UploadWizard

Usage global du fichier

Les autres wikis suivants utilisent ce fichier :

Métadonnées