// Numbas version: exam_results_page_options {"name": "Luis's copy of MA100 MT Week 4", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"extensions": [], "variables": {"SecondSign": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

When attempting to find the inverse of our function, we obtain two \"plus-or-minuses\" in the expression. The correct combination depends on the partition number. For the second \"plus-or-minus\" we have a plus when PartitionNumber = 1 or 4, otherwise we have a minus.

", "name": "SecondSign", "definition": "switch(PartitionNumber = 1 , \"+\" , PartitionNumber = 4 , \"+\" , \"-\")"}, "d": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part d.

", "name": "d", "definition": "random(1..5)"}, "c": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part d.

", "name": "c", "definition": "random(1..5)"}, "FirstSign": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

When attempting to find the inverse of our function, we obtain two \"plus-or-minuses\" in the expression. The correct combination depends on the partition number. For the first \"plus-or-minus\" we have a plus when PartitionNumber = 3 or 4, otherwise we have a minus.

", "name": "FirstSign", "definition": "switch(PartitionNumber = 3 , \"+\" , PartitionNumber = 4 , \"+\" , \"-\")"}, "f": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part d.

", "name": "f", "definition": "random(1..5)"}, "RandomStatPoint": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

A random stationary point of our function.

", "name": "RandomStatPoint", "definition": "random(a , -1*a , 0)"}, "LocInvCodom": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

One of the limits of the codomain of the local inverse will be PolySign*b. LocInvCodom is the other limit. It depends on the value PartitionNumber, since it is PartitionNumber (via LocInvPoint) that tells the student where we want the local inverse to be taken.

", "name": "LocInvCodom", "definition": "switch(PartitionNumber = 1, PolySign*(9*a^4 + b) , PartitionNumber = 2, PolySign*(a^4 + b) , PartitionNumber = 3 , PolySign*(a^4 + b) , PartitionNumber = 4, PolySign*(9*a^4 + b) , '')"}, "b": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is a constant that is added to our polynomial to ensure that the polynomial does not cross the x-axis. See the question description for the full explanation of our polynomial.

", "name": "b", "definition": "random(1..5)"}, "k": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part e.

", "name": "k", "definition": "random(2..6)"}, "PolySign": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is a scalar that we will multiply our polynomial by. If PolySign is -1, then the graph of our polynomial will be below the x-axis. If PolySign is 1, then the graph will be above the x-axis. Ultimately, this gives some randomness to the classification of the stationary points of our polynomial. See the question description for the full explanation of our polynomial.

", "name": "PolySign", "definition": "random(-1,1)"}, "LocInvPoint": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is the point at which we will ask the student to find a local inverse. It is dependent on the PartitionNumber.

", "name": "LocInvPoint", "definition": "switch(PartitionNumber = 1, -a-1 , PartitionNumber = 2, -a/2 , PartitionNumber = 3 , a/2 , PartitionNumber = 4, a+1, '')"}, "LocInvRightDom": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is the right limit of the of the domain of the local inverse. It depends on the value PartitionNumber, since it is PartitionNumber (via LocInvPoint) that tells the student where we want the local inverse to be taken.

", "name": "LocInvRightDom", "definition": "switch(PartitionNumber = 1, -a , PartitionNumber = 2, 0 , PartitionNumber = 3 , a , PartitionNumber = 4, 2*a, '')"}, "LocInvLeftDom": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is the left limit of the of the domain of the local inverse. It depends on the value PartitionNumber, since it is PartitionNumber (via LocInvPoint) that tells the student where we want the local inverse to be taken.

", "name": "LocInvLeftDom", "definition": "switch(PartitionNumber = 1, -2*a , PartitionNumber = 2, -a , PartitionNumber = 3 , 0 , PartitionNumber = 4, a, '')"}, "h": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part e.

", "name": "h", "definition": "random(2..6)"}, "g": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part d.

", "name": "g", "definition": "random(2..6)"}, "YSign": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is the sign that goes in front of y in the local inverse.

", "name": "YSign", "definition": "if(PolySign = -1 , \"-\" , \"\")"}, "j": {"group": "Variables for part d and onwards", "templateType": "anything", "description": "

A constant that will appear in our function for part e.

", "name": "j", "definition": "random(2..6)"}, "OppFirstSign": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is the opposite sign to FirstSign. We need it in one of the questions where we ask students to choose the local inverse from a set of answers.

", "name": "OppFirstSign", "definition": "switch(PartitionNumber = 3 , \"-\" , PartitionNumber = 4 , \"-\" , \"+\")"}, "PartitionNumber": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

the domain of our function can be partitioned (more or less) into 4 parts, where the function is invertible when restricted to one of these parts, and each part is as large a possible. PartitionNumber is the parts for which we will require the student to find a local inverse. 

\n

The parts are (-\\infty , -a], [-a , 0], [0 , a], [a , \\infty), corresponding to PartitionNumber = 1,2,3,4 respectively.

", "name": "PartitionNumber", "definition": "random(1..4)"}, "OppSecondSign": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

This is the opposite sign to SecondSign. We need it in one of the questions where we ask students to choose the local inverse from a set of answers.

", "name": "OppSecondSign", "definition": "switch(PartitionNumber = 1 , \"-\" , PartitionNumber = 4 , \"-\" , \"+\")"}, "a": {"group": "Variables for parts a to c", "templateType": "anything", "description": "

The stationary points of our polynomial will be -a,0,a. See question description for the full explanation of our polynomial.

", "name": "a", "definition": "random(2..6)"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "rulesets": {}, "advice": "", "ungrouped_variables": [], "functions": {}, "metadata": {"licence": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International", "description": "

Esta es la pregunta para la semana 4 del curso MA100 en el LSE. Examina el material de los capítulos 7 y 8. A continuación se describe cómo se definió un polinomio en la pregunta. Esto puede ser útil para cualquier persona que necesite editar esta pregunta.

\n

Para las partes a a c, utilizamos un polinomio definido como m * (x ^ 4 - 2a ^ 2 x ^ 2 + a ^ 4 + b), donde las variables \"a\" y \"b\" se seleccionan al azar de un conjunto de tamaño reajustable, y la variable $ m $ se elige aleatoriamente del conjunto {+1, -1}. Podemos ver fácilmente que este polinomio tiene puntos estacionarios en -a, 0 y a. Introdujimos la variable \"m\" para que estos puntos estacionarios no siempre tuvieran la misma clasificación. La variable \"b\" es siempre positiva, y esto asegura que nuestro polinomio no cruce el eje x. Los primeros y segundos derivados; puntos estacionarios; la evaluación de la segunda derivada en los puntos estacionarios; la clasificación de los puntos estacionarios; y las intersecciones de los ejes se pueden expresar fácilmente en términos de las variables \"a\", \"b\" y \"m\". En efecto,

"}, "variable_groups": [{"variables": ["a", "b", "PolySign", "RandomStatPoint", "PartitionNumber", "FirstSign", "OppFirstSign", "SecondSign", "OppSecondSign", "LocInvPoint", "LocInvLeftDom", "LocInvRightDom", "LocInvCodom", "YSign"], "name": "Variables for parts a to c"}, {"variables": ["c", "d", "f", "g", "h", "j", "k"], "name": "Variables for part d and onwards"}], "tags": [], "preamble": {"js": "", "css": ""}, "name": "Luis's copy of MA100 MT Week 4", "statement": "

Semana 4 (clases 7 y 8): En esta pregunta, verás el boceto del gráfico, los inversos locales y la integración.

\n

Por favor lea lo siguiente antes de intentar la pregunta:

\n

Si no ha proporcionado una respuesta a cada intervalo de entrada de una pregunta o parte de la pregunta e intenta enviar sus respuestas a la pregunta o la parte, aparecerá el mensaje \"No se puede enviar la respuesta: verifique los errores\". En realidad, su respuesta ha sido enviada, pero al sistema solo le preocupa que no haya enviado una respuesta a cada intervalo de entrada. Por este motivo, asegúrese de proporcionar una respuesta a cada brecha de entrada en la pregunta o parte antes de enviarla. Incluso si no está seguro de la respuesta, escriba lo que cree que es más probable que sea correcto; Siempre puedes cambiar tu respuesta o volver a intentar la pregunta.

\n

Al igual que con todas las preguntas, puede haber partes donde puede elegir \"Mostrar pasos\". Esto puede dar una pista, o puede presentar subpartes que le ayudarán a resolver esa parte de la pregunta. Además, recuerde presionar siempre el botón \"Mostrar comentarios\" al final de cada parte. A veces, se proporcionarán comentarios útiles aquí y, a menudo, dependerán de la respuesta correcta y se vincularán a otras partes de la pregunta. Por lo tanto, siempre vuelva a intentar las partes hasta que obtenga las marcas completas, y luego mire la retroalimentación nuevamente.

Tenga en cuenta que para ver los comentarios de una parte en particular de una pregunta, debe proporcionar una respuesta completa (pero no necesariamente correcta) a esa parte. Sin embargo, no se preocupe, ya que puede ver los comentarios y luego enmendar su respuesta en consecuencia.

Además, al igual que con todas las preguntas, la elección de revelar las respuestas solo le mostrará las respuestas que cambian cada vez que se carga la pregunta (es decir, respuestas a preguntas aleatorias); Las respuestas fijas no serán reveladas.

", "parts": [{"marks": 0, "showFeedbackIcon": true, "gaps": [{"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "PolySign*(a^4 + b)", "minValue": "PolySign*(a^4 + b)", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.25", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "-4*b", "minValue": "-4*b", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": 0, "showFeedbackIcon": true, "shuffleChoices": false, "choices": ["

0

", "

1

", "

2

", "

3

", "

4

"], "minMarks": 0, "showCellAnswerState": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "matrix": "[0.25 , 0 , 0 , 0 , 0]", "displayType": "dropdownlist", "showCorrectAnswer": false, "extendBaseMarkingAlgorithm": true, "displayColumns": 0, "type": "1_n_2", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "maxMarks": 0}, {"marks": "0.5", "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{PolySign} * (4*x^3 - 4*{a}^2 *x)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": "0.5", "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{PolySign} * (12*x^2 -4*{a}^2)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "-a", "minValue": "-a", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "0", "minValue": "0", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "a", "minValue": "a", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.25", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "8 * PolySign * a^2", "minValue": "8 * PolySign * a^2", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": 0, "showFeedbackIcon": true, "shuffleChoices": true, "choices": ["

{if(PolySign > 0 , \"minimum\" , \"maximum\")}

", "

{if(PolySign > 0 , \"maximum\" , \"minimum\")}

", "

inflection

"], "minMarks": 0, "showCellAnswerState": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "matrix": "[0.25 , 0 , 0]", "displayType": "dropdownlist", "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "displayColumns": 0, "type": "1_n_2", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "maxMarks": 0}, {"marks": "0.25", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "-4 * PolySign * a^2", "minValue": "-4 * PolySign * a^2", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": 0, "showFeedbackIcon": true, "shuffleChoices": true, "choices": ["

{if(PolySign > 0 , \"maximum\" , \"minimum\")}

", "

{if(PolySign > 0 , \"minimum\" , \"maximum\")}

", "

inflection

"], "minMarks": 0, "showCellAnswerState": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "matrix": "[0.25 , 0 , 0]", "displayType": "dropdownlist", "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "displayColumns": 0, "type": "1_n_2", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "maxMarks": 0}, {"marks": "0.25", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "8 * PolySign * a^2", "minValue": "8 * PolySign * a^2", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": 0, "showFeedbackIcon": true, "shuffleChoices": true, "choices": ["

{if(PolySign > 0 , \"minimum\" , \"maximum\")}

", "

{if(PolySign > 0 , \"maximum\" , \"minimum\")}

", "

inflection

"], "minMarks": 0, "showCellAnswerState": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "matrix": "[0.25 , 0 , 0]", "displayType": "dropdownlist", "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "displayColumns": 0, "type": "1_n_2", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "maxMarks": 0}], "stepsPenalty": 0, "variableReplacements": [], "scripts": {"mark": {"script": "this.markingFeedback = [];\n//This clears the feedback that would normally be given automatically by the built in script. We just want to show our own feedback.\n\n//For the code below: \"this.credit tells us the proportion of the marks that the student got for this part of the question. For example, if the student scored 1 mark out of three, then \"this.credit\" would equal to 1/3.\nif (this.credit < 1){\n this.markingComment('Not quite. Try again and have a look at this feedback section once each gap has been answered correctly as there will be a comment.');\n}else if (this.credit == 1){\n this.markingComment('Good! Now you are in a position to easily draw the graph. We recommend that you do so, as it will help you in later parts of the question.');\n}", "order": "after"}}, "unitTests": [], "steps": [{"marks": 0, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "prompt": "

Comment for part ii: Let $a,b,c \\in \\mathbb{R}$ and suppose we have a polynomial $f: \\mathbb{R} \\longrightarrow \\mathbb{R}$ defined by $f(z) = az^2 + bz + c$ for all $z \\in \\mathbb{R}$. The quadratic formula tells us what the roots of the polynomial are: $\\frac{-b \\pm \\sqrt{b^2 -4ac}}{2a}$. Notice that we have real-valued roots if and only if $b^2 - 4ac \\geq 0$ (otheriwse $\\sqrt{b^2 -4ac}$ would be a complex number). That is, our polynomial intercepts the $x$-axis if and only if $b^2 -4ac \\geq 0$. This is why we call $b^2 - 4ac$ the discriminant: It allows us to detrmine if our polynomial intercepts the $x$-axis.

\n

Hint for part iii: Recall that we may be able to classify a stationary point by evaluating the second derivative of the function at that point. For example, if $f''(s_1) > 0$ then $s_1$ is a minimum point; and if $f''(s_1) < 0$ then $s_1$ is a maximum point.

", "customMarkingAlgorithm": "", "type": "information", "variableReplacementStrategy": "originalfirst", "variableReplacements": [], "showFeedbackIcon": true, "scripts": {}}], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "type": "gapfill", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "prompt": "

Considere la función $ f: [\\ simplify {-2 * {a}}, \\ simplify {2 * {a}}] \\ longrightarrow \\ mathbb {R} $ definido por $ f (x) = \\ simplify [all,! noLeadingMinus] {{PolySign} * x ^ 4 -2 * {PolySign} * {a} ^ 2 * x ^ 2 + {PolySign} * {a} ^ 4 + {PolySign} * {b}} $ para todos $ x \\ en [\\ simplificar {-2 * {a}}, \\ simplificar {2 * {a}}] $.

\n

Primero, nos gustaría encontrar las intersecciones de los ejes de esta función, y determinar y clasificar los puntos estacionarios. Esto hará que sea más fácil para usted dibujar el gráfico de la función, lo que ayudará en las partes posteriores de esta pregunta.

\n

i) ¿Cuál es el intercepto y de la función? Gap 0

\n

ii) Tenga en cuenta que podemos ver nuestra función como un polinomio en $ x ^ 2 $. Es decir, un polinomio de la forma $ a (x ^ 2) ^ 2 + b (x ^ 2) + c $ para algunos $ a, b, c \\ in \\ mathbb {R} $. ¿Cuál es el discriminante de este polinomio? Gap 1 (Presione el botón \"Mostrar pasos\" a continuación para obtener una explicación del discriminante).

\n

Por lo tanto, podemos ver que este polinomio (es decir, nuestra función) intercepta el eje $ x $ Gap 2 veces.

\n

iii) Ahora encontraremos y clasificaremos los puntos estacionarios. Primero encuentre el primer derivado deivativo y segundo de $ f $.
(Si desea escribir algo así como $ 2x ^ 2 $, escriba 2 * x ^ 2 y no 2x ^ 2, ya que el sistema puede no interpretarlo correctamente).
$ F '(x) = $ Gap 3
$ f '' (x) = $ Gap 4

\n

Ahora podemos usar $ f '(x) $ para encontrar los puntos estacionarios. Para esta función hay tres puntos estacionarios que llamaremos $ s_1 $, $ s_2 $ y $ s_3 $, con $ s_1 <s_2 <s_3 $.
$ s_1 = $ Gap 5
$ s_2 = $ Gap 6
$ s_3 = $ Gap 7

\n

Ahora evaluaremos la segunda derivada en estos puntos estacionarios, para determinar si son puntos máximo, mínimo o de inflexión.

\n

$ f '' (s_1) = $ Gap 8 y entonces $ s_1 $ es un / un Gap 9punto.
$ f '' (s_2) = $ Gap 10 y entonces $ s_2 $ es una / una Gap 11punto.
$ f '' (s_3) = $ Gap 12 y entonces $ s_3 $ es una / una Gap 13 punto.

"}, {"marks": 0, "showFeedbackIcon": true, "gaps": [{"marks": 0, "maxAnswers": "0", "minMarks": 0, "warningType": "none", "showFeedbackIcon": true, "scripts": {}, "extendBaseMarkingAlgorithm": true, "type": "m_n_x", "displayType": "radiogroup", "minAnswers": "0", "shuffleChoices": true, "layout": {"expression": "", "type": "all"}, "unitTests": [], "variableReplacements": [], "showCellAnswerState": true, "matrix": [["0", "1"], ["1", 0]], "showCorrectAnswer": true, "choices": ["

Does a local inverse for $f$ exist at the point $x_0 = \\var{{RandomStatPoint}}$.

", "

Does a local inverse for $f$ exist at the point $x_1 =$ {random(-a-1 ,-a/2 , a/2 , a+1)}

"], "answers": ["

Yes

", "

No

"], "variableReplacementStrategy": "originalfirst", "shuffleAnswers": true, "customMarkingAlgorithm": "", "maxMarks": 0}], "variableReplacements": [], "scripts": {"mark": {"script": "this.markingFeedback = [];\n//This clears the feedback that would normally be given automatically by the built in script. We just want to show our own feedback.\n\n//For the code below: \"this.credit tells us the proportion of the marks that the student got for this part of the question. For example, if the student scored 1 mark out of three, then \"this.credit\" would equal to 1/3.\nif (this.credit < 1){\n this.markingComment('Not quite. Try again and have a look at this feedback section once each gap has been answered correctly as there will be some useful feedback.');\n}else if (this.credit == 1){\n this.markingComment('Good! The point $x_0 = \\\\var{{RandomStatPoint}}$ has no local inverse like you said. This is because any subset $A$ of the domain which includes $\\\\var{{RandomStatPoint}}$ as an interior point would also include the interval $(\\\\var{{RandomStatPoint}} - \\\\delta , \\\\var{{RandomStatPoint}} + \\\\delta )$ for some small-valued $\\\\delta > 0$. But this means there would be a horizontal line which intersects the graph of $f:A \\\\longrightarrow B$ more than once. You should be able to see this yourself using the graph you drew');\n}", "order": "after"}}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "type": "gapfill", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "prompt": "

Notice that our function is not bijective: We can easily see from our graph that it is not injective as there are horizontal lines which intersect the graph at more than one point.

\n

Hence, we can say that our function has no inverse. However there may be local inverses at given points. (We recommend that you look at section 7.4 of the lecture notes for an explanation of local inverse, before continuing.)

\n

[[0]]

\n

\n

"}, {"marks": 0, "showFeedbackIcon": true, "gaps": [{"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "LocInvLeftDom", "minValue": "LocInvLeftDom", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "LocInvRightDom", "minValue": "LocInvRightDom", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "if(PolySign = -1 , LocInvCodom , PolySign*b)", "minValue": "if(PolySign = -1 , LocInvCodom , PolySign*b)", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": false, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "if(PolySign = -1 , PolySign*b , LocInvCodom)", "minValue": "if(PolySign = -1 , PolySign*b , LocInvCodom)", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": false, "mustBeReduced": false}, {"marks": 0, "showFeedbackIcon": true, "shuffleChoices": true, "choices": ["

$y = \\simplify{{FirstSign}} \\sqrt{\\simplify{{a}^2} \\simplify{{SecondSign}} \\sqrt{\\var{{YSign}}y-\\var{{b}}}}$

", "

$y = \\simplify{{FirstSign}} \\sqrt{\\simplify{{a}^2}\\simplify{{OppSecondSign}}\\sqrt{\\var{{YSign}}y-\\var{{b}}}}$

", "

$y = \\simplify{{OppFirstSign}} \\sqrt{\\simplify{{a}^2}\\simplify{{SecondSign}}\\sqrt{\\var{{YSign}}y-\\var{{b}}}}$

", "

$y = \\simplify{{OppFirstSign}} \\sqrt{\\simplify{{a}^2}\\simplify{{OppSecondSign}}\\sqrt{\\var{{YSign}}y-\\var{{b}}}}$

"], "minMarks": 0, "showCellAnswerState": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "matrix": ["1", 0, 0, 0], "displayType": "radiogroup", "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "displayColumns": "1", "distractors": ["", "", "", ""], "type": "1_n_2", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "maxMarks": 0}], "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "type": "gapfill", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "prompt": "

Let $x_2 = \\var{{LocInvPoint}}$. We want to find the local inverse of $f$ at this point. First we need to find $A \\subseteq [\\simplify{-2*{a}} , \\simplify{2*{a}}]$ and $B \\subseteq \\mathbb{R}$ such that $f: A \\longrightarrow B$ is invertible, $x_2$ is an interior point of $A$, and $f(x_2)$ is an interior point of $B$. Furthermore, we would like $A$ and $B$ to be as large as possible. Fill in the following gaps to demonstrate what $A$ and $B$ are.

\n

$A = \\big[$[[0]] , [[1]]$\\big]$.
$B = \\big[$[[2]] , [[3]]$\\big]$.

\n

Now, if we let $y = f(x) = \\simplify[all , !noLeadingMinus]{{PolySign}* x^4 -2*{PolySign}* {a}^2 * x^2 +{PolySign}*{a}^4 +{PolySign}*{b}}$ for all $x \\in[\\simplify{-2*{a}} ,\\simplify{2*{a}}]$, and try to obtain $x$ in terms of $y$, we would get $x = \\pm \\sqrt{\\simplify{{a}^2} \\pm \\sqrt{\\var{{YSign}} y-\\var{{b}}}}$. There are two occurences of $\\pm$, meaning there are four possible combinations in total. Only one of these combinations will represent the local inverse of $f$ at $x_2 = \\var{{LocInvPoint}}$. The question is: Which one?

\n

There is more than one way to go about answering this. Here is one suggestion: Choose a point $y$ in the interior of $B$, and evaluate $x = \\pm \\sqrt{\\simplify{{a}^2} \\pm \\sqrt{y-\\var{{b}}}}$ for each possible combination. Only one combination  will give you a value which lies in $A$. It is therefore this combination that tells us what the local inverse of $f$ at $x_2 = \\var{{LocInvPoint}}$ is.

\n

The local Inverse of $f$ at $x_2 = \\var{{LocInvPoint}}$ is defined by $f^{-1} : B \\longrightarrow A$, where for each $y \\in B$ we have
[[4]]

"}, {"marks": 0, "showFeedbackIcon": true, "gaps": [{"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{c}/{d} * e^({d}*x)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "-{f}/(x+1) + {g}/(2*(x+1)^2)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": "0.75", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "c/d", "minValue": "c/d", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": true, "mustBeReduced": false}, {"marks": "0.75", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "f - g/2", "minValue": "f - g/2", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": true, "mustBeReduced": false}, {"marks": "0.5", "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "c/d + f - g/2", "minValue": "c/d + f - g/2", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": true, "mustBeReduced": false}], "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "type": "gapfill", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "prompt": "

The remainder of this question involves integration. 

\n

Consider te function $g:\\mathbb{R} \\longrightarrow \\mathbb{R}$ defined by $ g(x) = \\var{{c}} e^{\\var{{d}}x}$ for $x \\in (-\\infty , 0)$, and $ g(x) = \\frac{\\var{{f}}}{(x+1)^2} - \\frac{\\var{{g}}}{(x+1)^3}$ for $x \\in [0, \\infty)$.

\n

Complete the following gaps to calculate $\\int_{-\\infty}^{\\infty} g(x) \\mathrm{d} x$. (For the first two gaps you will need to calculate the primitive functions (these are described at the start of chapter 8 of the notes), and for the third and fourth gaps you will need to evaluate these functions at the limits.)

\n

$\\int_{-\\infty}^{\\infty} g(x) \\mathrm{d} x = \\int_{-\\infty}^{0} \\var{{c}} e^{\\var{{d}}x} \\mathrm{d} x + \\int_{0}^{\\infty} \\frac{\\var{{f}}}{(x+1)^2} - \\frac{\\var{{g}}}{(x+1)^3} \\mathrm{d} x = \\Big[$ [[0]] $\\Big]_{-\\infty}^{0} + \\Big[$ [[1]] $\\Big]_{0}^{\\infty} =$ [[2]] $+$ [[3]] $=$ [[4]].

"}, {"marks": 0, "showFeedbackIcon": true, "gaps": [{"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "1/(u-{h})^2", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "1/({h}-x)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "1/(u-{h})^2", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "{j}*cos({k}*u)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}, {"marks": 1, "correctAnswerStyle": "plain", "showFeedbackIcon": true, "mustBeReducedPC": 0, "notationStyles": ["plain", "en", "si-en"], "correctAnswerFraction": true, "variableReplacements": [], "scripts": {}, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "maxValue": "1/h", "minValue": "1/h", "variableReplacementStrategy": "originalfirst", "type": "numberentry", "customMarkingAlgorithm": "", "allowFractions": true, "mustBeReduced": false}, {"marks": 1, "vsetRange": [0, 1], "showFeedbackIcon": true, "failureRate": 1, "checkingAccuracy": 0.001, "checkVariableNames": false, "answer": "({j}/{k})*sin({k}*x)", "vsetRangePoints": 5, "variableReplacements": [], "scripts": {}, "checkingType": "absdiff", "expectedVariableNames": [], "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "showPreview": true, "type": "jme", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": ""}], "stepsPenalty": 0, "variableReplacements": [], "scripts": {}, "unitTests": [], "steps": [{"marks": 0, "unitTests": [], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "prompt": "

Comment: You may be concerned that we use $h(u)$ instead of $h(x)$, but this is nothing to worry about. $x$ and $u$ are just \"dummy-variables\". Ultimately all that matters is the rule that defines the function $h$. For example, if we have a function $k:\\mathbb{R} \\longrightarrow \\mathbb{R}$ then the statements \"$k(x) = x+1$ for all $x \\in \\mathbb{R}$\", \"$k(u) = u+1$ for all $u \\in \\mathbb{R}$\", and \"$k(y) = y+1$ for all $y \\in \\mathbb{R}$\" all say the same thing and are equivalent.

\n

Hint: If $x \\in [0, \\infty)$ then the integral $\\int_{-\\infty}^{x} h(u) \\mathrm{d} u$ ranges over $(-\\infty , 0)$ and $[0,x] \\subseteq [0, \\infty)$, and $h(u)$ is defined differently on these two sets. Hence, we must split the the integral into two parts, $\\int_{-\\infty}^{0} h(u) \\mathrm{d} u + \\int_{0}^{x} h(u) \\mathrm{d} u$, and apply the corresponding definition of $h(u)$ to each one.

\n

If $x \\in (-\\infty , 0)$, then the integral $\\int_{-\\infty}^{x} h(u) \\mathrm{d} u$ ranges over $(-\\infty , x) \\subseteq (-\\infty , 0)$ only, and there is only one definition of $h(u)$ on this set. Hence, there is no need to split the integral in this case.

", "customMarkingAlgorithm": "", "type": "information", "variableReplacementStrategy": "originalfirst", "variableReplacements": [], "showFeedbackIcon": true, "scripts": {}}], "showCorrectAnswer": true, "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "type": "gapfill", "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "prompt": "

Now consider the function $h:\\mathbb{R} \\longrightarrow \\mathbb{R}$ defined by $h(x) = \\frac{1}{(x-\\var{{h}})^2}$ for $x \\in (-\\infty , 0)$, and $h(x) = \\var{{j}} \\cos ( \\var{{k}} x )$ for $x \\in [0 , \\infty)$.

\n

Also, define the function $H: \\mathbb{R} \\longrightarrow \\mathbb{R}$ by $H(x) = \\int_{-\\infty}^{x} h(u) \\mathrm{d} u$ for all $x \\in \\mathbb{R}$.

\n

Fill in the gaps below to find an explicit expression for $H(x)$ when $x \\in (-\\infty , 0)$, and another explicit expression when $x \\in [0 , \\infty)$. For the first, third, and fourth gaps you will need to enter the appropriate expression for $h(u)$; press the \"Show steps\" button below for a hint if you need one. (If you wish to write something like $6 \\cos(u)$ then please write 6*cos(u) and not 6cos(u), as the system may not correctly interpret the latter.)

\n

When $x \\in (-\\infty , 0)$ we have that
$H(x) = \\int_{-\\infty}^{x} h(u) \\mathrm{d} u = \\int_{-\\infty}^{x}$ [[0]] $\\mathrm{d} u =$ [[1]] .

\n

When $x \\in [0 , \\infty)$ we have that
$H(x) = \\int_{-\\infty}^{x} h(u) \\mathrm{d} u = \\int_{-\\infty}^{0}$ [[2]] $\\mathrm{d} u + \\int_{0}^{x}$ [[3]] $\\mathrm{d} u =$ [[4]] + [[5]] .

"}], "type": "question", "contributors": [{"name": "Michael Yiasemides", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1440/"}, {"name": "Luis Hernandez", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2870/"}]}]}], "contributors": [{"name": "Michael Yiasemides", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/1440/"}, {"name": "Luis Hernandez", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/2870/"}]}