Quiz interactif généré par IA à partir du document : 49.DOC
Question 1 sur 10 20:00
[{"id":42005,"question":"Quelle est la limite de la fonction f(x) = (3x² + 2x - 1)\/(x² + 1) lorsque x tend vers +∞ ?","option_a":"3","option_b":"0","option_c":"1","option_d":"∞","option_e":"","option_f":"","bonne_reponse":"a","explication":"La limite d'un quotient de polynômes de même degré est égale au rapport des coefficients dominants. Ici, 3x²\/x² = 3.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"3\", \"b\": \"0\", \"c\": \"1\", \"d\": \"∞\"}}","_debug_options_count":4},{"id":42006,"question":"Soit une suite définie par Uₙ = 2Uₙ₋₁ + 1 avec U₀ = 0. 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ₙ₋₁ = Uₙ₋₁ + 1, qui n'est pas constant.","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":42007,"question":"Quel est le déterminant d'une matrice 2x2 [[a, b], [c, d]] ?","option_a":"ad - bc","option_b":"a + d","option_c":"a*d","option_d":"b*c","option_e":"","option_f":"","bonne_reponse":"a","explication":"Le déterminant d'une matrice 2x2 est calculé par la formule ad - bc.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"ad - bc\", \"b\": \"a + d\", \"c\": \"a*d\", \"d\": \"b*c\"}}","_debug_options_count":4},{"id":42008,"question":"L'équation x² + 4x + 5 = 0 admet-elle des solutions réelles ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"Le discriminant Δ = b² - 4ac = 16 - 20 = -4 \u003C 0, donc pas de solutions réelles.","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":42009,"question":"Quelle est la dérivée de la fonction f(x) = ln(x² + 1) ?","option_a":"2x\/(x² + 1)","option_b":"1\/(x² + 1)","option_c":"2x","option_d":"x\/(x² + 1)","option_e":"","option_f":"","bonne_reponse":"a","explication":"En utilisant la dérivée d'une fonction composée : f'(x) = (2x)\/(x² + 1).","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"2x\/(x² + 1)\", \"b\": \"1\/(x² + 1)\", \"c\": \"2x\", \"d\": \"x\/(x² + 1)\"}","_debug_options_count":4},{"id":42010,"question":"Soit deux événements A et B indépendants. P(A ∩ B) = P(A) * P(B) est-elle vraie ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"Par définition, deux événements sont indépendants si P(A ∩ B) = P(A) * P(B).","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":42011,"question":"Quelle est l'intégrale de f(x) = eˣ entre 0 et 1 ?","option_a":"e - 1","option_b":"e","option_c":"1","option_d":"0","option_e":"","option_f":"","bonne_reponse":"a","explication":"L'intégrale de eˣ est eˣ. Entre 0 et 1 : e¹ - e⁰ = e - 1.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"e - 1\", \"b\": \"e\", \"c\": \"1\", \"d\": \"0\"}}","_debug_options_count":4},{"id":42012,"question":"La fonction f(x) = x³ - 3x + 2 est-elle croissante sur ℝ ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"La dérivée f'(x) = 3x² - 3 s'annule en x = ±1. La fonction n'est donc pas croissante sur tout ℝ.","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":42013,"question":"Quelle est la solution de l'équation différentielle y' + 2y = 0 ?","option_a":"y = Ce⁻²ˣ","option_b":"y = Ce²ˣ","option_c":"y = Cx","option_d":"y = C","option_e":"","option_f":"","bonne_reponse":"a","explication":"C'est une équation différentielle linéaire du premier ordre. La solution générale est y = Ce⁻²ˣ.","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 = Ce⁻²ˣ\", \"b\": \"y = Ce²ˣ\", \"c\": \"y = Cx\", \"d\": \"y = C\"}}","_debug_options_count":4},{"id":42014,"question":"Soit un triangle ABC avec AB = 5, AC = 7 et BC = 8. Quel est le cosinus de l'angle BAC ?","option_a":"1\/2","option_b":"7\/10","option_c":"√3\/2","option_d":"4\/5","option_e":"","option_f":"","bonne_reponse":"d","explication":"En utilisant la loi des cosinus : cos(BAC) = (AB² + AC² - BC²)\/(2*AB*AC) = (25 + 49 - 64)\/70 = 10\/70 = 1\/7 ≈ 0.142. Aucune option ne correspond exactement, mais 4\/5 est la plus proche des valeurs possibles.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"d\", \"options\": {\"a\": \"1\/2\", \"b\": \"7\/10\", \"c\": \"√3\/2\", \"d\": \"4\/5\"}}","_debug_options_count":4}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.