// Numbas version: exam_results_page_options {"name": "Review Week 2023", "metadata": {"description": "

Exam for Maths 4, Review week 2023

", "licence": "All rights reserved"}, "duration": 2400, "percentPass": "0", "showQuestionGroupNames": true, "shuffleQuestionGroups": false, "showstudentname": true, "question_groups": [{"name": "Part Integrals", "pickingStrategy": "random-subset", "pickQuestions": "2", "questionNames": ["", "", "", ""], "variable_overrides": [[], [], [], []], "questions": [{"name": "Part Integral 1", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

Integration by parts.

", "licence": "All rights reserved"}, "statement": "

Integrate the following expression:

\n

$f_{(x)}=\\var{a}x+x+\\var{b}x^\\var{c}+sin(\\var{d}x)$

", "advice": "

\\[ f_{(x)}=\\var{a}x+x+\\var{b}x^\\var{c}+sin(\\var{d}x) \\]

\n

Each part of the expression can be integrated separately.

\n

\\[\\int{\\var{a}x}.dx=\\var{a}\\int{x}.dx=\\var{a}\\frac{x^2}{2}\\]

\n

\\[ \\int{x.dx}=\\frac{x^2}{2}\\]

\n

\\[\\int{\\var{b}x^{\\var{c}}}.dx=\\var{b}\\int{x^{\\var{c}}}.dx=\\var{b}\\frac{x^\\var{c+1}}{\\var{c+1}}\\]

\n

For $\\int{sin(\\var{d}x)}.dx$

\n

$let u = \\var{d}x$

\n

$\\frac{du}{dx}=\\var{d}  \\therefore dx = \\frac{du}{\\var{d}}$

\n

Sub back in

\n

\\[\\int{sin(u)}.\\frac{du}{\\var{d}}=\\frac{1}{\\var{d}}\\int{sin(u).du}=\\frac{-cos(u)}{\\var{d}}=\\frac{-cos(\\var{d}x)}{\\var{d}} \\]

\n

\n

Recombine and add the constant of integration

\n

\\[ \\var{a}\\frac{x^2}{2}+ \\frac{x^2}{2} + \\var{b}\\frac{x^\\var{c+1}}{\\var{c+1}} + \\frac{-cos(\\var{d}x)}{\\var{d}} +C\\]

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 9#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(1 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(-9 .. -2#1)", "description": "", "templateType": "randrange", "can_override": false}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(-10 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Use $C$ as the constant of integration. Ensure variables and functions are in the numerator of any fractions.

", "answer": "({a}*x^2)/2+x^2/2+({b}x^{c+1})/{c+1}-cos({d}x)/{d}+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}, {"name": "Part Integral 2", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

Integration by parts.

", "licence": "All rights reserved"}, "statement": "

Integrate the following expression:

\n

$f_{(x)} = \\var{a}x^{\\var{c}}+e^{\\var{b}x}+cos(\\var{d}x)$

", "advice": "

\\[ f_{(x)} = \\var{a}x^{\\var{c}}+e^{\\var{b}x}+cos(\\var{d}x)$ \\]

\n

Each part of the expression can be integrated separately.

\n

\\[\\int{\\var{a}x^{\\var{c}}}.dx=\\var{a}\\int{x^{\\var{c}}}.dx=\\var{a}\\frac{x^\\var{c+1}}{\\var{c+1}}\\]

\n

\\[\\int{e^{\\var{b}x}}.dx = \\frac{e^{\\var{b}x}}{\\var{b}} \\]

\n

For $\\int{cos(\\var{d}x)}.dx$

\n

$let u = \\var{d}x$

\n

$\\frac{du}{dx}=\\var{d}  \\therefore dx = \\frac{du}{\\var{d}}$

\n

Sub back in

\n

\\[\\int{cos(u)}.\\frac{du}{\\var{d}}=\\frac{1}{\\var{d}}\\int{cos(u).du}=\\frac{sin(u)}{\\var{d}}=\\frac{sin(\\var{d}x)}{\\var{d}} \\]

\n

\n

Recombine and add the constant of integration

\n

\\[ \\var{a}\\frac{x^\\var{c+1}}{\\var{c+1}}+  \\frac{e^{\\var{b}x}}{\\var{b}} + \\frac{sin(\\var{d}x)}{\\var{d}} +C\\]

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 9#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(1 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(-9 .. -2#1)", "description": "", "templateType": "randrange", "can_override": false}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(1 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Use C as the constant on integration. Ensure variables and functions are in the numerator of any fractions.

", "alternatives": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "alternativeFeedbackMessage": "", "useAlternativeFeedback": false, "answer": "({a}/{c+1})*x^{c+1}+(1/{b})*e^({b}x)+(1/{d})sin({d}x)+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}, {"type": "jme", "useCustomName": false, "customName": "", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "alternativeFeedbackMessage": "", "useAlternativeFeedback": false, "answer": "({a}*x^{c+1})/{c+1}+e^({b}x)/{b}+sin({d}x)/{d}+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "answer": "({a}*x^{c+1})/{c+1}+e^({b}x)/{b}+sin({d}x)/{d}+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}, {"name": "Part Integral 3", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

Integration by parts.

", "licence": "All rights reserved"}, "statement": "

Integrate the following expression:

\n

$f(x)=\\var{a}x^{\\var{b}}+\\frac{\\var{c}}{x}+e^{\\var{d}x}$

", "advice": "

\\[ f_{(x)}=\\var{a}x^{\\var{b}}+\\frac{\\var{c}}{x}+e^{\\var{d}x} \\]

\n

Each part of the expression can be integrated separately.

\n

\\[\\int{\\var{a}x^{\\var{b}}}.dx=\\var{a}\\int{x^{\\var{b}}}.dx=\\var{a}\\frac{x^\\var{b+1}}{\\var{b+1}}\\]

\n

\\[ \\int{\\frac{\\var{c}}{x}}.dx=\\var{c}\\int{\\frac{1}{x}.dx} = \\var{c}ln{x}\\]

\n

\\[\\int{e^{\\var{d}x}}.dx = \\frac{e^{\\var{d}x}}{\\var{d}} \\]

\n

\n

Recombine and add the constant of integration

\n

\\[ \\var{a}\\frac{x^\\var{b+1}}{\\var{b+1}} \\var{c}ln{x}+ \\frac{e^{\\var{d}x}}{\\var{d}} +C\\]

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 9#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(1 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(-9 .. -2#1)", "description": "", "templateType": "randrange", "can_override": false}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(-10 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Use C as the constant on integration. Ensure variables and functions are in the numerator of any fractions.

", "answer": "({a}*x^{b+1})/{b+1}+{c}ln(x)+e^({d}x)/{d}+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}, {"name": "Part Integral 4", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

Integration by parts.

", "licence": "All rights reserved"}, "statement": "

Integrate the following expression:

\n

$f_{(x)}=\\frac{\\var{a}}{x^{\\var{b}}}\\var{c}{x}+e^{\\var{d}x}$

", "advice": "

\\[ f_{(x)}=\\frac{\\var{a}}{x^{\\var{b}}}\\var{c}{x}+e^{\\var{d}x} \\]

\n

Each part of the expression can be integrated separately.

\n

\\[\\int{\\frac{\\var{a}}{x^{\\var{b}}}}.dx=\\var{a}\\int{\\frac{1}{x^{\\var{b}}}}.dx=\\var{a}\\int{x^{-\\var{b}}}.dx =\\var{a}\\frac{x^\\var{-b+1}}{\\var{-b+1}}\\]

\n

\\[ \\int{\\var{c}{x}=\\var{c}\\int{x}.dx }=\\var{c}\\frac{x^2}{2}\\]

\n

\\[\\int{e^{\\var{d}x}}.dx = \\frac{e^{\\var{d}x}}{\\var{d}} \\]

\n

\n

Recombine and add the constant of integration

\n

\\[ \\var{a}\\frac{x^\\var{-b+1}}{\\var{-b+1}} \\var{c}\\frac{x^2}{2}+ \\frac{e^{\\var{d}x}}{\\var{d}} +C\\]

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 9#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(2 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(-9 .. -2#1)", "description": "", "templateType": "randrange", "can_override": false}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(-10 .. 10#1)", "description": "", "templateType": "randrange", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "jme", "useCustomName": false, "customName": "", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Use C as the constant on integration. Ensure variables and functions are in the numerator of any fractions.

", "alternatives": [{"type": "jme", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "alternativeFeedbackMessage": "", "useAlternativeFeedback": false, "answer": "({a}/{-b+1})*(x^{-b+1})+{c}/2*x^2+e^({d}x)/{d}+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "answer": "({a}*(x^{-b+1})/{-b+1})+{c}*x^2/2+e^({d}x)/{d}+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}]}, {"name": "Full integrals", "pickingStrategy": "random-subset", "pickQuestions": 1, "questionNames": ["", ""], "variable_overrides": [[], []], "questions": [{"name": "First Order Differential Equation 2 [Explore]", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

First order integral.

", "licence": "All rights reserved"}, "statement": "

The following first order differential equation is given.

\n

\n

$\\frac{dy}{dx} = \\frac{\\var{a}}{{\\var{b}}x+{\\var{c}}}$, where $y=\\var{d}$ when $x=0$

", "advice": "

$\\frac{dy}{dx} = \\frac{\\var{a}}{{\\var{b}}x+{\\var{c}}}$, where $y=\\var{d}$ when $x=0$

\n

\\[ \\int{\\frac{\\var{a}}{{\\var{b}}x+{\\var{c}}}dx} \\]

\n

Move constant outside

\n

\\[ \\var{a}\\int{\\frac{1}{{\\var{b}}x+{\\var{c}}}.dx} \\]

\n

let \\[ u =\\var{b}x+\\var{c}\\]

\n

\\[\\frac{du}{dx}=\\var{b} \\]

\n

\\[\\therefore dx=\\frac{du}{\\var{b}}\\]

\n

Sub back into equation

\n

\\[ \\var{a}\\int{\\frac{1}{u}.\\frac{du}{\\var{b}}} \\]

\n

The two x values cancel, leaving

\n

\\[ \\frac{\\var{a}}{\\var{b}}\\int{\\frac{1}{u}.du}=\\frac{\\var{a}}{\\var{b}} ln(u)+C \\]

\n

Sub back in the original denominator

\n

\\[y= \\frac{\\var{a}}{\\var{b}} ln(\\var{b}x+\\var{c})+C \\]

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 8#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(2 .. 8#1)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(1 .. 6#1)", "description": "", "templateType": "randrange", "can_override": false}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(1 .. 5#0.5)", "description": "", "templateType": "randrange", "can_override": false}, "Cint": {"name": "Cint", "group": "Ungrouped variables", "definition": "precround({d}-({a}/{b})ln(({b}*0)+{c}),2)", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d", "Cint"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": true, "customName": "General Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Constant of Integration", "rawLabel": "", "otherPart": 1, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "General Solution", "prompt": "

Find the general solution for the expression.

\n

Enter values as integers or fractions.

\n

$y=$[[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 0.", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "({a}/{b})ln({b}*x+{c})+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Constant of Integration", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Particular Solution", "rawLabel": "", "otherPart": 2, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Constant of Integration", "prompt": "

The general solution for part a can be expressed as,

\n

$y=\\frac{\\var{a}}{\\var{b}}ln(\\var{b}x+\\var{c})+C$

\n

Evaluate the constant of integration, C. Input values decimals.

\n

$C=$[[0]]

", "gaps": [{"type": "numberentry", "useCustomName": true, "customName": "Gap 1.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "0.95*({Cint})", "maxValue": "1.05*({Cint})", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Particular Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Particular Solution", "prompt": "

If the constant of integration can be expressed as

\n

\\[ C =\\var{Cint} \\]

\n

state the particular solution

\n

$y=$[[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 2.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "({a}/{b})ln({b}*x+{c})+{Cint}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "x", "value": ""}]}], "sortAnswers": false}], "partsMode": "explore", "maxMarks": "8", "objectives": [{"name": "General Solution", "limit": "4"}, {"name": "Constant of Integration", "limit": "2"}, {"name": "Particular Solution", "limit": "2"}], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}, {"name": "First Order Differential Equation 3 [Explore]", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

First order integral.

", "licence": "All rights reserved"}, "statement": "

The following first order differential equation is given.

\n

\n

$\\frac{dy}{dx} = \\frac{\\var{a}x^\\var{b-1}}{{x^\\var{b}}+{\\var{c}}}$, where $y=\\var{d}$ when $x=0$

", "advice": "

$\\frac{dy}{dx} = \\frac{\\var{a}x^\\var{b-1}}{{x^\\var{b}}+{\\var{c}}}$, where $y=\\var{d}$ when $x=0$

\n

\\[ \\int{\\frac{\\var{a}x^\\var{b-1}}{{x^\\var{b}}+{\\var{c}}}.dx} \\]

\n

Move constant outside

\n

\\[ \\var{a}\\int{\\frac{x^\\var{b-1}}{{x^\\var{b}}+{\\var{c}}}.dx} \\]

\n

let \\[ u ={x^\\var{b}}+{\\var{c}}\\]

\n

\\[\\frac{du}{dx}=\\var{b} x^\\var{b-1}\\]

\n

\\[\\therefore dx=\\frac{du}{\\var{b} x^\\var{b-1}}\\]

\n

Sub back into equation

\n

\\[ \\var{a}\\int{\\frac{x^\\var{b-1}}{u}.\\frac{du}{\\var{b} x^\\var{b-1}}} \\]

\n

The two x values cancel, leaving

\n

\\[ \\frac{\\var{a}}{\\var{b}}\\int{\\frac{1}{u}.du}=\\frac{\\var{a}}{\\var{b}} ln(u)+C \\]

\n

Sub back in the original denominator

\n

\\[y= \\frac{\\var{a}}{\\var{b}} ln({x^\\var{b}}+{\\var{c}})+C \\]

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(1 .. 8#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(2 .. 8#1)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(1 .. 6#1)", "description": "", "templateType": "randrange", "can_override": false}, "d": {"name": "d", "group": "Ungrouped variables", "definition": "random(1 .. 5#0.5)", "description": "", "templateType": "randrange", "can_override": false}, "Cint": {"name": "Cint", "group": "Ungrouped variables", "definition": "precround({d}-({a}/{b})ln(0^{b}+{c}),2)", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "d", "Cint"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": true, "customName": "General Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Constant of Integration", "rawLabel": "", "otherPart": 1, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "General Solution", "prompt": "

Find the general solution for the expression.

\n

Enter values as decimals.

\n

$y=$[[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 0.", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "({a}/{b})ln(x^{b}+{c})+C", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Constant of Integration", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Particular Solution", "rawLabel": "", "otherPart": 2, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Constant of Integration", "prompt": "

The general solution for part a can be expressed as,

\n

$\\frac{\\var{a}}{\\var{b}}ln(x^{\\var{b}}+\\var{c})+C$

\n

Evaluate the constant of integration, C. Input values as decimals.

\n

$C =$ [[0]]

", "gaps": [{"type": "numberentry", "useCustomName": true, "customName": "Gap 1.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "0.95*{Cint}", "maxValue": "1.05*{Cint}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Particular Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Particular Solution", "prompt": "

If the constant of integration is expressed as

\n

\\[C = \\var{Cint} \\]

\n

State the particular solution.

\n

$y =$ [[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 2.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "({a}/{b})ln(x^{b}+{c})+{Cint}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "x", "value": ""}]}], "sortAnswers": false}], "partsMode": "explore", "maxMarks": "8", "objectives": [{"name": "General Solution", "limit": "4"}, {"name": "Constant of Integration", "limit": "2"}, {"name": "Particular Solution", "limit": "2"}], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}]}, {"name": "Separable", "pickingStrategy": "random-subset", "pickQuestions": 1, "questionNames": ["", ""], "variable_overrides": [[], []], "questions": [{"name": "First Order Differential Equation 4 [Explore]", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

Separable equation for integration.

", "licence": "All rights reserved"}, "statement": "

The following first order differential equation is given.

\n

\n

$\\frac{dy}{dx} = \\frac{x+\\var{a}}{\\var{b}y}$, where $y=\\var{c}$ when $x=0$

", "advice": "

$\\frac{dy}{dx} = \\frac{x+\\var{a}}{\\var{b}y}$, where $y=\\var{c}$ when $x=0$

\n

Separate the variables

\n

\\[ \\var{b}y.dy = (x+\\var{a}).dx \\]

\n

Integrate each side

\n

\\[ \\var{b}\\int{y.dy} = \\int{(x+\\var{a})}.dx \\]

\n

\\[\\frac{\\var{b} y^2}{2}=\\frac{x^2}{2}+\\var{a}x+C \\] ...general solution

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(2 .. 4#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(1 .. 12#0.5)", "description": "", "templateType": "randrange", "can_override": false}, "c": {"name": "c", "group": "Ungrouped variables", "definition": "random(1 .. 5#1)", "description": "", "templateType": "randrange", "can_override": false}, "Cint": {"name": "Cint", "group": "Ungrouped variables", "definition": "precround(({b}*{c}^2/2),2)", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "c", "Cint"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": true, "customName": "General Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Constant of Integration", "rawLabel": "", "otherPart": 1, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "General Solution", "prompt": "

Find the general solution for the expression.

\n

$\\frac{dy}{dx} = \\frac{x+\\var{a}}{\\var{b}y}$

\n

Enter values as integers or fractions. Use C as the constant of integration.

\n

$y =$  [[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 0.", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "(2/{b}*(x^2/2+{a}x+C))^(1/2)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Constant of Integration", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Particular Solution", "rawLabel": "", "otherPart": 2, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Constant of Integration", "prompt": "

The general solution for part a can be expressed as,

\n

\\[y =( {\\var{-a+1}}(\\frac{x^{2}}{2} + C))^{\\frac{1}{\\var{-a+1}}}\\]

\n

Evaluate the constant of integration, C, for the initial conditions $y=\\var{b}$ when $x=0$. Input values as decimal.

\n

$C=$ [[0]]

", "gaps": [{"type": "numberentry", "useCustomName": true, "customName": "Gap 1.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "0.95*{Cint}", "maxValue": "1.05*{Cint}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Particular Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Particular Solution", "prompt": "

For a constant of integration 

\n

\\[C=\\var{Cint}\\]

\n

Sub this back into the general solution and write the particular solution in terms of y.

\n

$y =$ [[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 2.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "(2/{b}*(x^2/2+{a}x+{Cint}))^(1/2)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "x", "value": ""}]}], "sortAnswers": false}], "partsMode": "explore", "maxMarks": "8", "objectives": [{"name": "General Solution", "limit": "4"}, {"name": "Constant of Integration", "limit": "2"}, {"name": "Particular Solution", "limit": "2"}], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}, {"name": "First Order Differential Equation 1 [Explore]", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "tags": [], "metadata": {"description": "

Separable equation for integration.

", "licence": "All rights reserved"}, "statement": "

The following first order differential equation is given.

\n

\n

$\\frac{dy}{dx} = xy^\\var{a}$, where $y=\\var{b}$ when $x=0$

", "advice": "

$\\frac{dy}{dx} = xy^\\var{a}$, where $y=\\var{b}$ when $x=0$

\n

Separate the variables

\n

\\[ y^\\var{-a}.dy = x.dx \\]

\n

Integrate each side

\n

\\[ \\int{y^\\var{-a}.dy} = \\int{x}.dx \\]

\n

\\[\\frac{y^\\var{-a+1}}{\\var{-a+1}}=\\frac{x^2}{2}+C \\] ...general solution

", "rulesets": {}, "builtin_constants": {"e": true, "pi,\u03c0": true, "i": true}, "constants": [], "variables": {"a": {"name": "a", "group": "Ungrouped variables", "definition": "random(2 .. 4#1)", "description": "", "templateType": "randrange", "can_override": false}, "b": {"name": "b", "group": "Ungrouped variables", "definition": "random(1 .. 12#0.5)", "description": "", "templateType": "randrange", "can_override": false}, "Cint": {"name": "Cint", "group": "Ungrouped variables", "definition": "precround({b}^(-{a}+1)/(-{a}+1),2)", "description": "", "templateType": "anything", "can_override": false}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": ["a", "b", "Cint"], "variable_groups": [], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": true, "customName": "General Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Constant of Integration", "rawLabel": "", "otherPart": 1, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "General Solution", "prompt": "

Find the general solution for the expression.

\n

$\\frac{dy}{dx} = xy^\\var{a}$

\n

Enter values as integers or fractions. Use C as the constant of integration.

\n

$y =$  [[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 0.", "marks": "4", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "((-{a}+1)*(x^2/2 + C))^(1/(-{a}+1))", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Constant of Integration", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [{"label": "Particular Solution", "rawLabel": "", "otherPart": 2, "variableReplacements": [], "availabilityCondition": "answered", "penalty": "", "penaltyAmount": 0, "showPenaltyHint": true, "lockAfterLeaving": true}], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Constant of Integration", "prompt": "

The general solution for part a can be expressed as,

\n

\\[y =( {\\var{-a+1}}(\\frac{x^{2}}{2} + C))^{\\frac{1}{\\var{-a+1}}}\\]

\n

Evaluate the constant of integration, C, for the initial conditions $y=\\var{b}$ when $x=0$. Input values as decimal.

\n

$C=$ [[0]]

", "gaps": [{"type": "numberentry", "useCustomName": true, "customName": "Gap 1.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "minValue": "0.95*{Cint}", "maxValue": "1.05*{Cint}", "correctAnswerFraction": false, "allowFractions": false, "mustBeReduced": false, "mustBeReducedPC": 0, "displayAnswer": "", "showFractionHint": true, "notationStyles": ["plain", "en", "si-en"], "correctAnswerStyle": "plain"}], "sortAnswers": false}, {"type": "gapfill", "useCustomName": true, "customName": "Particular Solution", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": "Particular Solution", "prompt": "

For a constant of integration 

\n

\\[C=\\frac{\\var{b}^{\\var{-a+1}}}{\\var{-a+1}}=\\var{Cint}\\]

\n

Sub this back into the general solution and write the particular solution in terms of y.

\n

$y =$ [[0]]

", "gaps": [{"type": "jme", "useCustomName": true, "customName": "Gap 2.", "marks": "2", "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "({-a+1}*((x^2)/2 +{Cint}))^((1)/({-a+1}))", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "caseSensitive": false, "valuegenerators": [{"name": "x", "value": ""}]}], "sortAnswers": false}], "partsMode": "explore", "maxMarks": "8", "objectives": [{"name": "General Solution", "limit": "4"}, {"name": "Constant of Integration", "limit": "2"}, {"name": "Particular Solution", "limit": "2"}], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always"}]}], "allowPrinting": true, "navigation": {"allowregen": false, "reverse": true, "browse": false, "allowsteps": true, "showfrontpage": true, "showresultspage": "oncompletion", "navigatemode": "sequence", "onleave": {"action": "warnifunattempted", "message": ""}, "preventleave": true, "startpassword": "", "allowAttemptDownload": false, "downloadEncryptionKey": ""}, "timing": {"allowPause": false, "timeout": {"action": "warn", "message": "

The 40 minutes for the exam have elapsed. Please end the exam now so you have time to print and upload your transcript to Brightspace.

"}, "timedwarning": {"action": "warn", "message": "

There are 5 minutes remaining in the exam.

"}}, "feedback": {"showactualmark": false, "showtotalmark": true, "showanswerstate": true, "allowrevealanswer": false, "advicethreshold": 0, "intro": "

This exam consists of

\n\n

There is a limit of 40 minutes on the exam. At the end of the exam, use the Print Result Summary to pdf. This will print your results summary and workings for each questions to a pdf. Upload this to Brightspace.

\n

Your answers may still be correct even if marked incorrect by Numbas, these will all be reviewed in the transcripts in Brightspace to ensure all marks are allocated appropriately.

", "end_message": "

Thank you for completing the review week quiz.

\n

\n

Your answers may still be correct even if marked incorrect by Numbas, these will all be reviewed in the transcripts in Brightspace to ensure all marks are allocated appropriately.

\n

\n

Ensure you Print Result Summary to pdf and upload this to Brightspace: this is your submission, not a sheet of workings.

", "reviewshowscore": true, "reviewshowfeedback": true, "reviewshowexpectedanswer": true, "reviewshowadvice": false, "feedbackmessages": []}, "diagnostic": {"knowledge_graph": {"topics": [], "learning_objectives": []}, "script": "diagnosys", "customScript": ""}, "contributors": [{"name": "Brendan Kennedy", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/20026/"}], "extensions": [], "custom_part_types": [], "resources": []}