Quiz interactif généré par IA à partir du document : corrigé 29 aout 2022.pdf
Question 1 sur 10 20:00
[{"id":11883,"question":"Quelle est la dérivée de la fonction f(x) = x² * ln(x) ?","option_a":"f'(x) = 2x * ln(x) + x","option_b":"f'(x) = 2x * ln(x)","option_c":"f'(x) = x * ln(x) + 2x","option_d":"f'(x) = 2x * ln(x) + 1","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée d'un produit u*v est u'v + uv'. Ici, u = x² et v = ln(x), donc u' = 2x et v' = 1\/x. Ainsi, f'(x) = 2x * ln(x) + x² * (1\/x) = 2x * ln(x) + x.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"f'(x) = 2x * ln(x) + x\", \"b\": \"f'(x) = 2x * ln(x)\", \"c\": \"f'(x) =","_debug_options_count":4},{"id":11884,"question":"Soit une suite (uₙ) définie par u₀ = 1 et uₙ₊₁ = 2uₙ + 3. Cette suite est-elle arithmétique ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"Une suite arithmétique a une différence constante entre deux termes consécutifs. Ici, uₙ₊₁ - uₙ = 2uₙ + 3 - uₙ = uₙ + 3, qui n'est pas constant. La suite est donc géométrique ou autre, mais pas arithmétique.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":11885,"question":"Quelle est la limite de la fonction f(x) = (x² - 1)\/(x - 1) lorsque x tend vers 1 ?","option_a":"0","option_b":"1","option_c":"2","option_d":"La limite n'existe pas","option_e":"","option_f":"","bonne_reponse":"b","explication":"En factorisant le numérateur, on obtient f(x) = (x - 1)(x + 1)\/(x - 1). Pour x ≠ 1, on simplifie par (x - 1), ce qui donne f(x) = x + 1. Ainsi, la limite lorsque x tend vers 1 est 1 + 1 = 2.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"0\", \"b\": \"1\", \"c\": \"2\", \"d\": \"La limite n'existe pas\"}}","_debug_options_count":4},{"id":11886,"question":"Soit X une variable aléatoire suivant une loi normale N(0, 1). Quelle est la probabilité P(X ≤ 1) ?","option_a":"0,6826","option_b":"0,8413","option_c":"0,9544","option_d":"0,9974","option_e":"","option_f":"","bonne_reponse":"b","explication":"Pour une loi normale centrée réduite, P(X ≤ 1) ≈ 0,8413 (valeur lue dans la table de la loi normale). Cette probabilité représente la surface sous la courbe à gauche de 1.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"0,6826\", \"b\": \"0,8413\", \"c\": \"0,9544\", \"d\": \"0,9974\"}}","_debug_options_count":4},{"id":11887,"question":"L’équation différentielle y' + 2y = 0 admet-elle pour solution y = e^(-2x) ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"En dérivant y = e^(-2x), on obtient y' = -2e^(-2x). En substituant dans l’équation, on a -2e^(-2x) + 2e^(-2x) = 0, ce qui est vrai. Donc y = e^(-2x) est bien une solution.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":11888,"question":"Quelle est la valeur de l’intégrale ∫₀¹ (3x² + 2x) dx ?","option_a":"1","option_b":"2","option_c":"3","option_d":"4","option_e":"","option_f":"","bonne_reponse":"c","explication":"L’intégrale se calcule en trouvant une primitive : ∫(3x² + 2x) dx = x³ + x² + C. Ainsi, ∫₀¹ (3x² + 2x) dx = (1 + 1) - (0 + 0) = 2.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"c\", \"options\": {\"a\": \"1\", \"b\": \"2\", \"c\": \"3\", \"d\": \"4\"}}","_debug_options_count":4},{"id":11889,"question":"Soit z = 3 + 4i un nombre complexe. Quel est son module ?","option_a":"5","option_b":"7","option_c":"12","option_d":"25","option_e":"","option_f":"","bonne_reponse":"a","explication":"Le module d’un nombre complexe z = a + bi est donné par |z| = √(a² + b²). Ici, |z| = √(3² + 4²) = √(9 + 16) = √25 = 5.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"5\", \"b\": \"7\", \"c\": \"12\", \"d\": \"25\"}}","_debug_options_count":4},{"id":11890,"question":"La fonction f(x) = x³ - 3x² + 2 est-elle convexe sur l’intervalle [-1, 1] ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"La convexité se détermine par le signe de la dérivée seconde. f''(x) = 6x - 6. Sur [-1, 1], f''(x) ≤ 0, donc la fonction est concave, pas convexe.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":11891,"question":"Quelle est la solution générale de l’équation différentielle y'' + y = 0 ?","option_a":"y = A cos(x) + B sin(x)","option_b":"y = A e^x + B e^(-x)","option_c":"y = A x + B","option_d":"y = A ln(x) + B","option_e":"","option_f":"","bonne_reponse":"a","explication":"L’équation caractéristique associée est r² + 1 = 0, dont les solutions sont r = i et r = -i. La solution générale est donc y = A cos(x) + B sin(x).","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"y = A cos(x) + B sin(x)\", \"b\": \"y = A e^x + B e^(-x)\", \"c\": \"y = ","_debug_options_count":4},{"id":11892,"question":"Soit une série statistique avec une moyenne de 10 et un écart-type de 2. Quelle est la valeur de l’écart interquartile si les données sont normales ?","option_a":"1,35","option_b":"2,70","option_c":"4,00","option_d":"5,40","option_e":"","option_f":"","bonne_reponse":"b","explication":"Pour une distribution normale, l’écart interquartile (Q3 - Q1) est approximativement égal à 1,35 fois l’écart-type. Ici, 1,35 * 2 ≈ 2,70.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"b\", \"options\": {\"a\": \"1,35\", \"b\": \"2,70\", \"c\": \"4,00\", \"d\": \"5,40\"}}","_debug_options_count":4}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.