// Numbas version: exam_results_page_options {"name": "Evaluate double integrals with numerical limits, ", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"variablesTest": {"condition": "", "maxRuns": 100}, "variables": {"d": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(1..3)", "name": "d", "description": ""}, "h": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(1..4)", "name": "h", "description": ""}, "f": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(1..4)", "name": "f", "description": ""}, "b": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(1..4)", "name": "b", "description": ""}, "g": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(1..2)", "name": "g", "description": ""}, "a": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(2..4)", "name": "a", "description": ""}, "c": {"templateType": "anything", "group": "Ungrouped variables", "definition": "random(1..9)", "name": "c", "description": ""}}, "ungrouped_variables": ["a", "c", "b", "d", "g", "f", "h"], "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers", "!noLeadingMinus"]}, "name": "Evaluate double integrals with numerical limits, ", "functions": {}, "variable_groups": [], "parts": [{"scripts": {}, "gaps": [{"answer": "{c*b*(a-1)+(4*d*b*b/4)*(a*a-1)}", "vsetrange": [0, 1], "checkingaccuracy": 0.001, "checkvariablenames": false, "expectedvariablenames": [], "notallowed": {"showStrings": false, "message": "

Input all numbers in your answer as integers or fractions, not as decimals.

", "strings": ["."], "partialCredit": 0}, "showpreview": true, "checkingtype": "absdiff", "scripts": {}, "answersimplification": "std", "type": "jme", "showCorrectAnswer": true, "marks": 4, "vsetrangepoints": 5}], "type": "gapfill", "showCorrectAnswer": true, "prompt": "

\\[I=\\int^\\var{a}_{y=1} \\int^\\var{b}_{x=0} \\left(\\var{c}+\\simplify[std]{{4*d}xy} \\right)  dx\\,  dy \\]

\n

$I=\\;\\;$[[0]]

", "marks": 0}, {"scripts": {}, "gaps": [{"answer": "{-h^(f+1)*((-1)^g-1)/(g*(f+1))}", "vsetrange": [0, 1], "scripts": {}, "checkvariablenames": false, "expectedvariablenames": [], "showpreview": true, "checkingtype": "absdiff", "checkingaccuracy": 0.001, "answersimplification": "fractionnumbers", "type": "jme", "showCorrectAnswer": true, "marks": 4, "vsetrangepoints": 5}], "type": "gapfill", "showCorrectAnswer": true, "prompt": "

\\[I=\\int^\\pi_{x=0} \\int^\\var{h}_{y=0} \\simplify[std]{y^{f}sin({g}x)} dy \\, dx \\]

\n

$I=\\;\\;$[[0]]

", "marks": 0}], "statement": "

Evaluate the following double integrals.

\n

Input your answer as an integer or a fraction, not as a decimal.

", "tags": ["Calculus", "calculus", "checked2015", "double integral", "MAS1603", "MAS2104", "tested1"], "question_groups": [{"pickingStrategy": "all-ordered", "questions": [], "name": "", "pickQuestions": 0}], "preamble": {"css": "", "js": ""}, "type": "question", "metadata": {"notes": "

30/06/2012:

\n

Added tags.

\n

Minor change to prompt.

\n

19/07/2012:

\n

Added description.

\n

Did not add Show steps.

\n

Checked calculation.

\n

23/07/2012:

\n

Added tags.

\n

22/12/2012:(WHF)

\n

Corrected mistake in last part, the upper limit in the integral was set as the value of a which was the upper limit in the first part, but it should have been the value of h.

\n

Checked calculations, OK. Added tested1 tag.

\n

 

\n

 

\n

 

\n

 

\n

Question appears to be working correctly.

\n

 

", "licence": "Creative Commons Attribution 4.0 International", "description": "

Double integrals (2) with numerical limits

"}, "showQuestionGroupNames": false, "advice": "

(a) We proceed to evaluate the double-integral:

\n

\\[\\begin{eqnarray*} I&=&\\int^\\var{a}_1 \\int^\\var{b}_0 \\left(\\var{c}+\\simplify[std]{{4*d}xy} \\right)  dx  dy \\\\ &=& \\int^\\var{a}_1 \\left[\\simplify[std]{{c}x+{2*d}*y*x^2} \\right]^\\var{b}_0  dy \\\\ &=&\\int^\\var{a}_1 \\left(\\simplify[std]{{c*b}+{2*d*b^2}*y} \\right)  dy \\\\ &=& \\left[\\simplify[std]{{c*b}y+{d*b^2}*y^2} \\right]^\\var{a}_1  dy \\\\ &=&\\simplify[std]{{c*b*a}+{d*b^2*a^2}-{c*b}-{d*b^2}} \\\\ &=&\\simplify[std]{{(c*b*a)+(d*b^2*a^2)-(c*b)-(d*b^2)}}\\end{eqnarray*}\\]

\n

(b) \\[\\begin{eqnarray*} I&=&\\int^\\pi_0 \\int^\\var{h}_0 \\simplify[std]{y^{f}sin({g}x)} dy  dx \\\\ &=& \\int^\\pi_0 \\left[\\simplify[std]{(1/{f+1})*y^{f+1}*sin({g}x)}\\right]^\\var{h}_0 dx \\\\ &=& \\int^\\pi_0 \\simplify[std]{({h}^{f+1}/{f+1})*sin({g}x)}  dx  \\\\ &=& \\simplify[std]{({h}^{f+1}/{f+1})}\\left[\\simplify[std]{-1/{g}*cos({g}x)}\\right]^\\pi_0  \\\\ &=& -\\simplify[std]{({h}^{f+1}/{g*(f+1)})} \\left(\\simplify[std]{{(-1)^g}}-1 \\right) \\\\ &=& \\simplify[fractionnumbers]{{-{h}^({f+1})*((-1)^{g}-1)/({g*(f+1)})}}\\end{eqnarray*}\\]

", "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}]}]}], "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}]}