Path: ...!weretis.net!feeder8.news.weretis.net!pasdenom.info!from-devjntp Message-ID: JNTP-Route: news2.nemoweb.net JNTP-DataType: Article Subject: Re: Pythagore References: <4dc6403f-99fc-4ae6-b9d4-fe228d240debn@googlegroups.com> Newsgroups: fr.sci.maths JNTP-HashClient: HfLcpedwCmxPgm73YKoWABoWG0I JNTP-ThreadID: 4dc6403f-99fc-4ae6-b9d4-fe228d240debn@googlegroups.com JNTP-Uri: http://news2.nemoweb.net/?DataID=Bb5xD5qBXrq6wVlU8t12gnKD4-g@jntp Supersedes: <2kj8HMtUqLs1OulH75AMY57dL9w@jntp> User-Agent: Nemo/0.999a JNTP-OriginServer: news2.nemoweb.net Date: Fri, 14 Jan 22 23:59:49 +0000 Organization: Nemoweb JNTP-Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Injection-Info: news2.nemoweb.net; posting-host="3aee9a5f0cabf19ebe96e1b706065cf3fbce6f96"; logging-data="2022-01-14T23:59:49Z/6508607"; posting-account="1@news2.nemoweb.net"; mail-complaints-to="newsmaster@news2.nemoweb.net" JNTP-ProtocolVersion: 0.21.1 JNTP-Server: PhpNemoServer/0.94.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-JNTP-JsonNewsGateway: 0.96 From: Julien Arlandis Bytes: 3153 Lines: 48 Le 15/01/2022 à 00:41, Olivier Miakinen a écrit : > Le 15/01/2022 00:26, Olivier Miakinen a écrit : >> Le 14/01/2022 23:43, Olivier Miakinen a écrit : >>> Le 14/01/2022 21:33, Sylvie Jaquet a écrit : >>>> https://s3.amazonaws.com/gs-geo-images/b28073b2-b7b3-44c6-ae3f-290de6e439c4.jpg >>>> >>>> Quel est le rayon du cercle (avec au minimum 3 chiffres après la virgule) ? >>> >>> En passant quelques équations à wolframalpha, je trouve que le rayon du cercle >>> devrait valoir (40√2 + √170)/30, soit environ 2,32023. Mais je ne sais pas >>> encore le résoudre moi-même. >> >> Mais avec une figure geogebra je trouve plutôt une valeur du rayon comprise >> entre 2,4500 et 2,4501 ! > > Hum. En corrigeant mon équation à wolframalpha, il trouve : > rayon = sqrt(2033/2 + 32.sqrt(109))/15 = 2,4500247692944 Je trouve la même chose, après avoir déterminé graphiquement l'angle alpha à 149.6585° : alpha = 149.6585; beta = 225 - alpha; alpha = alpha * pi/180; beta = beta * pi/180; a = sqrt(2); b = sqrt(9 - 2*sqrt(8)*cos(beta)); c = sqrt(8); d = sqrt(17 - 2*4*cos(alpha)); s = (a+b+c+d)/2; A = sqrt((s-a).*(s-b).*(s-c).*(s-d)); R = (1./(4.*A)) .* sqrt((a.*c + b.*d) .* (a.*d + b.*c) .* (a.*b + c.*d) ) => 2.450024 Il reste à trouver la trouver la formule analytique de alpha. > ... et là, je trouve bien une longueur de 1 pour le côté du petit > triangle ! > > Mais bon courage avec ça. > > > Pour info, voici le système d'équations (et inéquations) soumis à > wolframalpha : > solve r²=a²+x²;y=2a-x;z²=a²+y²;(z+b)²+b²=r²;a=sqrt(2);b=1/sqrt(2); > r>0;x>0;y>0;z>0