Quiz interactif généré par IA à partir du document : TD serie3 (Corrigé).docx
Question 1 sur 10 20:00
[{"id":85380,"question":"Quelle est la dérivée de la fonction f(x) = x² + 3x - 5 ?","option_a":"2x + 3","option_b":"2x + 5","option_c":"x² + 3","option_d":"2x - 5","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée de x² est 2x, celle de 3x est 3, et celle de -5 est 0. Donc f'(x) = 2x + 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\": \"2x + 3\", \"b\": \"2x + 5\", \"c\": \"x² + 3\", \"d\": \"2x - 5\"}}","_debug_options_count":4},{"id":85381,"question":"La suite définie par uₙ = 3n + 1 est-elle arithmétique ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"Une suite est arithmétique si la différence entre deux termes consécutifs est constante. Ici, uₙ₊₁ - uₙ = 3, donc elle est arithmétique.","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":85382,"question":"Quelle est la valeur de l'intégrale ∫₀¹ (2x + 1) dx ?","option_a":"2","option_b":"1","option_c":"3","option_d":"0.5","option_e":"","option_f":"","bonne_reponse":"c","explication":"L'intégrale de 2x est x² et celle de 1 est x. Donc ∫₀¹ (2x + 1) dx = [x² + x]₀¹ = (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\": \"2\", \"b\": \"1\", \"c\": \"3\", \"d\": \"0.5\"}}","_debug_options_count":4},{"id":85383,"question":"Le nombre complexe z = 3 + 4i a pour module |z| = 5. Vrai ou faux ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"Le module d'un nombre complexe z = a + bi est √(a² + b²). Ici, |z| = √(3² + 4²) = √(9 + 16) = √25 = 5. Donc c'est vrai.","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":85384,"question":"Quelle est la solution de l'équation différentielle y' + 2y = 0 ?","option_a":"y = Ce^(-2x)","option_b":"y = Ce^(2x)","option_c":"y = -2Ce^x","option_d":"y = Cx + 2","option_e":"","option_f":"","bonne_reponse":"a","explication":"L'équation différentielle y' + 2y = 0 a pour solution générale y = Ce^(-2x), où C est une constante.","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^(-2x)\", \"b\": \"y = Ce^(2x)\", \"c\": \"y = -2Ce^x\", \"d\": \"y = C","_debug_options_count":4},{"id":85385,"question":"La matrice A = [[1, 2], [3, 4]] est-elle inversible ?","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"Une matrice est inversible si son déterminant est non nul. Le déterminant de A est (1*4) - (2*3) = 4 - 6 = -2 ≠ 0. Donc elle est inversible.","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":85386,"question":"Quelle est la probabilité d'obtenir un double 6 en lançant deux dés équilibrés ?","option_a":"1\/6","option_b":"1\/12","option_c":"1\/36","option_d":"1\/18","option_e":"","option_f":"","bonne_reponse":"c","explication":"Il y a 6 faces sur chaque dé, donc 6*6 = 36 issues possibles. Une seule issue correspond à un double 6 (6 et 6), donc la probabilité est 1\/36.","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\/6\", \"b\": \"1\/12\", \"c\": \"1\/36\", \"d\": \"1\/18\"}}","_debug_options_count":4},{"id":85387,"question":"La fonction f(x) = x³ - 3x 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 de f(x) est f'(x) = 3x² - 3. f'(x) = 0 pour x = ±1. La fonction n'est pas croissante sur ℝ car elle décroît entre -1 et 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\": \"Vrai\", \"b\": \"Faux\", \"c\": \"\", \"d\": \"\"}}","_debug_options_count":4},{"id":85388,"question":"Quelle est la solution de l'équation ln(x) = 2 ?","option_a":"x = e²","option_b":"x = 2e","option_c":"x = √e","option_d":"x = 2","option_e":"","option_f":"","bonne_reponse":"a","explication":"L'équation ln(x) = 2 équivaut à x = e², car l'exponentielle est la fonction réciproque du logarithme.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"x = e²\", \"b\": \"x = 2e\", \"c\": \"x = √e\", \"d\": \"x = 2\"}}","_debug_options_count":4},{"id":85389,"question":"Le produit de deux matrices A (2x3) et B (3x4) est une matrice de taille :","option_a":"2x4","option_b":"3x3","option_c":"4x2","option_d":"2x3","option_e":"","option_f":"","bonne_reponse":"a","explication":"Le produit de deux matrices A (m x n) et B (n x p) est une matrice de taille (m x p). Ici, A est 2x3 et B est 3x4, donc le produit est 2x4.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"2x4\", \"b\": \"3x3\", \"c\": \"4x2\", \"d\": \"2x3\"}}","_debug_options_count":4}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.