Re: Pythagore

Liste des GroupesRevenir à fs maths 
Sujet : Re: Pythagore
De : julien.arlandis (at) *nospam* gmail.com (Julien Arlandis)
Groupes : fr.sci.maths
Date : 15. Jan 2022, 01:34:48
Autres entêtes
Organisation : Nemoweb
Message-ID : <DzRF2Q1e0hCuAA9NzqYUv7nrTRE@jntp>
References : 1 2 3
User-Agent : Nemo/0.999a
Le 14/01/2022 à 23:10, Olivier Miakinen a écrit :
Bonjour,
 Le 14/01/2022 21:56, Julien Arlandis 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) ?
 Étant donné que l'orientation relative des deux triangles n'est pas déterminée, comment savoir si le problème est bien déterminé ?
 Je viens tout juste de découvrir la question, alors je n'ai pas encore eu le
temps d'y réfléchir, mais je suis certain qu'il est bien déterminé.
 Par exemple, si on donne le rayon du cercle et la dimension du grand triangle,
alors l'orientation du petit triangle est forcée, et donc sa dimension aussi.
Je sais juste le vérifier de manière graphique :
<http://news2.nemoweb.net/jntp?DzRF2Q1e0hCuAA9NzqYUv7nrTRE@jntp/Data.Media:1>
Un petit programme matlab semble montrer qu'il y a bien une solution pour un angle alpha de 149.66°.
Pour calculer le rayon, il me faudrait une relation entre les côtés du quadrilatère inscriptible et le rayon du cercle circonscrit.
alpha = [45:0.0001:225];
beta = 225 - alpha;
alpha = alpha * pi/180;
beta = beta * pi/180;
a1 = asin( 4*sin(alpha) ./ sqrt(17 - 2*4*cos(alpha)) );
a2 = asin( 1*sin(beta) ./ sqrt(9 - 2*sqrt(8)*cos(beta)) );
plot(alpha * 180/pi, (a1+a2)*180/pi-45, 'r')
hold on
b1 = asin( 1*sin(alpha) ./ sqrt(17 - 2*4*cos(alpha)) );
b2 = asin( sqrt(8)*sin(beta) ./ sqrt(9 - 2*sqrt(8)*cos(beta)) );
plot(alpha * 180/pi, (b1+b2) * 180/pi - 90, 'b')

Date Sujet#  Auteur
14 Jan 22 * Pythagore49Sylvie Jaquet
14 Jan 22 +* Re: Pythagore8Julien Arlandis
15 Jan 22 i+* Re: Pythagore5Olivier Miakinen
15 Jan 22 ii+- Re: Pythagore1Richard Hachel
15 Jan 22 ii+- Re: Pythagore1Julien Arlandis
15 Jan 22 ii+- Re: Pythagore1Julien Arlandis
15 Jan 22 ii`- Re: Pythagore1"Benoît L."
15 Jan 22 i+- Re: Pythagore1Richard Hachel
15 Jan 22 i`- Re: Pythagore1robby
15 Jan 22 +* Re: Pythagore10Olivier Miakinen
15 Jan 22 i`* Re: Pythagore9Olivier Miakinen
15 Jan 22 i `* Re: Pythagore8Olivier Miakinen
15 Jan 22 i  +- Re: Pythagore1Julien Arlandis
15 Jan 22 i  `* Re: Pythagore6Olivier Miakinen
15 Jan 22 i   `* Re: Pythagore5Olivier Miakinen
15 Jan 22 i    +- Re: Pythagore1Richard Hachel
15 Jan 22 i    `* Re: Pythagore3Michel Talon
15 Jan 22 i     `* Re: Pythagore2Olivier Miakinen
15 Jan 22 i      `- Re: Pythagore1Olivier Miakinen
15 Jan 22 +* Re: Pythagore4nobody
17 Jan 22 i`* Re: Pythagore3Olivier Miakinen
17 Jan 22 i `* Re: Pythagore2nobody
17 Jan 22 i  `- Re: Pythagore1Olivier Miakinen
15 Jan 22 +* Re: Pythagore23Olivier Miakinen
15 Jan 22 i+* Re: Pythagore21"Benoît L."
15 Jan 22 ii`* [Solution détaillée] Pythagore20Olivier Miakinen
15 Jan 22 ii +* Re: [Solution détaillée] Pythagore11Olivier Miakinen
16 Jan 22 ii i`* Re: [Solution détaillée] Pythagore10"Benoît L."
23 Jan 22 ii i `* Re: [Solution détaillée] Pythagore9Olivier Miakinen
23 Jan 22 ii i  `* Re: [Solution détaillée] Pythagore8"Benoît L."
23 Jan 22 ii i   +* Re: [Solution détaillée] Pythagore6Olivier Miakinen
23 Jan 22 ii i   i+* Re: [Solution détaillée] Pythagore4Richard Hachel
23 Jan 22 ii i   ii`* Re: [Solution détaillée] Pythagore3Python
23 Jan 22 ii i   ii `* Re: [Solution détaillée] Pythagore2Richard Hachel
23 Jan 22 ii i   ii  `- Re: [Solution détaillée] Pythagore1"Benoît L."
23 Jan 22 ii i   i`- Re: [Solution détaillée] Pythagore1"Benoît L."
23 Jan 22 ii i   `- Re: [Solution détaillée] Pythagore1Richard Hachel
16 Jan 22 ii `* Re: [Solution détaillée] Pythagore8Michel Talon
16 Jan 22 ii  `* Re: [Solution détaillée] Pythagore7Julien Arlandis
16 Jan 22 ii   +* Re: [Solution détaillée] Pythagore3Python
16 Jan 22 ii   i`* Re: calculateur symbolique2robby
16 Jan 22 ii   i `- Re: calculateur symbolique1Michel Talon
16 Jan 22 ii   +* Re: [Solution détaillée] Pythagore2Michel Talon
16 Jan 22 ii   i`- Re: [Solution détaillée] Pythagore1robby
19 Jan 22 ii   `- Re: [Solution détaillée] Pythagore1ast
15 Jan 22 i`- Re: Pythagore1HB
16 Jan 22 `* Re: Pythagore3robby
16 Jan 22  +- Re: Pythagore1robby
16 Jan 22  `- Re: Pythagore1robby

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal