Quiz interactif généré par IA à partir du document : general formul for engineer.pdf
Question 1 sur 10 20:00
[{"id":4406,"question":"Quelle est la formule générale de la dérivée d'une fonction polynomiale de degré n ?","option_a":"A. f'(x) = n·x^(n-1)","option_b":"B. f'(x) = n·x^n","option_c":"C. f'(x) = x^(n-1)","option_d":"D. f'(x) = n·x^(n+1)","option_e":"","option_f":"","bonne_reponse":"a","explication":"La dérivée d'une fonction polynomiale f(x) = a_n·x^n + ... + a_0 est f'(x) = n·a_n·x^(n-1). La formule générale pour le terme dominant est donc f'(x) = n·x^(n-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\": \"A. f'(x) = n·x^(n-1)\", \"b\": \"B. f'(x) = n·x^n\", \"c\": \"C. f'(x) ","_debug_options_count":4},{"id":4407,"question":"L'équation d'une droite dans le plan peut s'écrire sous la forme ax + by + c = 0.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"C'est exact. Toute droite dans le plan peut être représentée par une équation linéaire de la forme ax + by + c = 0, où a et b ne sont pas simultanément nuls.","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":4408,"question":"Quelle est la formule du déterminant d'une matrice 2x2 ?","option_a":"A. ad - bc","option_b":"B. a + d","option_c":"C. a·d + b·c","option_d":"D. a\/b + c\/d","option_e":"","option_f":"","bonne_reponse":"a","explication":"Pour une matrice 2x2 [[a, b], [c, d]], le déterminant 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\": \"A. ad - bc\", \"b\": \"B. a + d\", \"c\": \"C. a·d + b·c\", \"d\": \"D. a\/b","_debug_options_count":4},{"id":4409,"question":"La série de Fourier d'une fonction périodique f(x) de période T est donnée par :","option_a":"A. f(x) = a_0\/2 + Σ(a_n·cos(nωx) + b_n·sin(nωx))","option_b":"B. f(x) = Σ(a_n·cos(nωx) + b_n·sin(nωx))","option_c":"C. f(x) = a_0 + Σ(a_n·cos(nωx) + b_n·sin(nωx))","option_d":"D. f(x) = a_0\/2 + Σ(a_n·sin(nωx))","option_e":"","option_f":"","bonne_reponse":"a","explication":"La série de Fourier d'une fonction périodique f(x) de période T = 2π\/ω est f(x) = a_0\/2 + Σ(a_n·cos(nωx) + b_n·sin(nωx)), où a_0, a_n et b_n sont les coefficients de Fourier.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. f(x) = a_0\/2 + Σ(a_n·cos(nωx) + b_n·sin(nωx))\", \"b\": \"B. ","_debug_options_count":4},{"id":4410,"question":"L'intégrale indéfinie de x^n est toujours égale à x^(n+1)\/(n+1) + C, pour tout n réel.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"b","explication":"Cette formule est valable uniquement pour n ≠ -1. Pour n = -1, l'intégrale de x^(-1) est ln|x| + C.","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":4411,"question":"Quelle est la formule de la distance entre deux points A(x1, y1) et B(x2, y2) dans le plan ?","option_a":"A. √((x2 - x1)^2 + (y2 - y1)^2)","option_b":"B. |x2 - x1| + |y2 - y1|","option_c":"C. (x2 - x1)^2 + (y2 - y1)^2","option_d":"D. max(|x2 - x1|, |y2 - y1|)","option_e":"","option_f":"","bonne_reponse":"a","explication":"La distance entre deux points A(x1, y1) et B(x2, y2) dans le plan est donnée par la formule √((x2 - x1)^2 + (y2 - y1)^2), issue du théorème de Pythagore.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. √((x2 - x1)^2 + (y2 - y1)^2)\", \"b\": \"B. |x2 - x1| + |y2 - y1","_debug_options_count":4},{"id":4412,"question":"La solution générale de l'équation différentielle y'' + y = 0 est :","option_a":"A. y(x) = A·cos(x) + B·sin(x)","option_b":"B. y(x) = A·e^x + B·e^(-x)","option_c":"C. y(x) = A·x + B","option_d":"D. y(x) = A·ln(x) + B","option_e":"","option_f":"","bonne_reponse":"a","explication":"L'équation différentielle y'' + y = 0 est une équation linéaire du second ordre à coefficients constants. Sa solution générale est y(x) = A·cos(x) + B·sin(x), où A et B sont des constantes.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. y(x) = A·cos(x) + B·sin(x)\", \"b\": \"B. y(x) = A·e^x + B·e^(","_debug_options_count":4},{"id":4413,"question":"Le produit scalaire de deux vecteurs u = (u1, u2) et v = (v1, v2) dans le plan est donné par :","option_a":"A. u1·v1 + u2·v2","option_b":"B. u1·v2 + u2·v1","option_c":"C. √(u1^2 + u2^2) + √(v1^2 + v2^2)","option_d":"D. |u1·v1| + |u2·v2|","option_e":"","option_f":"","bonne_reponse":"a","explication":"Le produit scalaire de deux vecteurs u = (u1, u2) et v = (v1, v2) est défini par u·v = u1·v1 + u2·v2.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. u1·v1 + u2·v2\", \"b\": \"B. u1·v2 + u2·v1\", \"c\": \"C. √(u1^2","_debug_options_count":4},{"id":4414,"question":"La formule de Taylor pour une fonction f(x) au voisinage de a est :","option_a":"A. f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2\/2! + ... + f^(n)(a)(x-a)^n\/n! + R_n(x)","option_b":"B. f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2 + ... + f^(n)(a)(x-a)^n","option_c":"C. f(x) = f(a) + Σ f^(k)(a)(x-a)^k\/k!","option_d":"D. f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2\/2!","option_e":"","option_f":"","bonne_reponse":"a","explication":"La formule de Taylor pour une fonction f(x) au voisinage de a est f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2\/2! + ... + f^(n)(a)(x-a)^n\/n! + R_n(x), où R_n(x) est le reste de Lagrange.","points":1,"type":"qcm","actif":1,"section_id":null,"ordre":0,"_debug_answer_data_type":"string","_debug_answer_data_preview":"{\"correct\": \"a\", \"options\": {\"a\": \"A. f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2\/2! + ... + f^(n)(a)(x","_debug_options_count":4},{"id":4415,"question":"L'équation d'une sphère de centre (a, b, c) et de rayon R est (x-a)^2 + (y-b)^2 + (z-c)^2 = R^2.","option_a":"Vrai","option_b":"Faux","option_c":"","option_d":"","option_e":"","option_f":"","bonne_reponse":"a","explication":"C'est exact. L'équation d'une sphère de centre (a, b, c) et de rayon R dans l'espace est bien (x-a)^2 + (y-b)^2 + (z-c)^2 = R^2.","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}]
Chargement...
Cliquez sur une réponse pour valider
Les options de réponse ne sont pas disponibles pour cette question.