// Numbas version: exam_results_page_options {"name": "Shivram's copy of Exam14 - Definite integration", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"metadata": {"description": "

Evaluate $\\int_1^{\\,m}(ax ^ 2 + b x + c)^2\\;dx$, $\\int_0^{p}\\frac{1}{x+d}\\;dx,\\;\\int_0^\\pi x \\sin(qx) \\;dx$, $\\int_0^{r}x ^ {2}e^{t x}\\;dx$

", "notes": "

15/07/2015:

\n

Added tags

\n

3/07/1012:

\n

Added tags.

\n

Checked calculations.

\n

Left tolerances in, as easy to make minor errors in calculations.

\n

Improved display in Advice.

\n

Some superscripts e.g. the form a^\\var{b} in latex have to be written as a^{\\var{b}} as not displayed properly (if b has a second digit it slips down). Corrected.

\n

20/07/2012:

\n

Set new tolerace variables, tol=0.01, tol1=0.0001.

\n

Can have expressions in Advice of the form $1\\times E$ where E is an expression. This can be remedied by rewriting - but later as not crucial.

\n

Added description.

\n

\n

25/07/2012:

\n

 

\n

Added tags.

\n

A lot of work in this question - Perhaps it would be more managable broken down into two separate questions?

\n

 

\n

Question appears to be working correctly.

\n

 

\n

 

", "licence": "Creative Commons Attribution 4.0 International"}, "advice": "

a)
\\[I=\\int_1^\\var{b1}\\simplify[std]{({a1} * x ^ 2 + {c1} * x + {d1})^2}\\;dx\\]
Expand the parentheses to obtain:

\n

\\[\\begin{eqnarray*}I &=& \\int_1^\\var{b1} \\simplify[std]{{a1 ^ 2} * x ^ 4 + {2 * a1 * c1} * x ^ 3+ {c1 ^ 2+2*a1*d1} * x ^ 2 + {2 * c1 * d1} * x+ {d1 ^ 2} }\\;dx\\\\ &=&\\left[\\simplify[std]{{a1 ^ 2}/5 * x ^ 5 + {2 * a1 * c1}/4 * x ^ 4+ {c1 ^ 2+2*a1*d1}/3 * x ^ 3 + {2 * c1 * d1}/2 * x^2+ {d1 ^ 2}x }\\right]_1^\\var{b1}\\\\ &=&\\var{tans1}\\\\ \\\\&=&\\var{ans1}\\mbox{ to 2 decimal places} \\end{eqnarray*} \\]

\n

b)
\\[\\begin{eqnarray*}I&=&\\int_0^{\\var{b2}}\\simplify[std]{1/(x+{m2})}\\;dx\\\\ &=&\\left[\\ln(x+\\var{m2})\\right]_0^{\\var{b2}}\\\\ &=& \\ln(\\var{b2+m2})-\\ln(\\var{m2})\\\\ &=&\\ln\\left(\\frac{\\var{b2+m2}}{\\var{m2}}\\right)\\\\ &=&\\var{ans2}\\mbox{ to 2 decimal places} \\end{eqnarray*} \\]

\n

c)
\\[I=\\int_0^\\pi\\simplify[std]{x * ({w} * Sin({m3} * x) + {1 -w} * Cos({m3} * x))}\\;dx\\]
We use integration by parts.

\n

Recall that:
\\[\\int u\\frac{dv}{dx}\\;dx=uv-\\int \\frac{du}{dx}\\;v\\;dx\\]
Here we set $u=x$ and $\\displaystyle \\frac{dv}{dx}=\\simplify[std]{ {w} * Sin({m3} * x) + {1 -w} * Cos({m3} * x)}$

\n

Hence \\[v=\\simplify[std]{({-w}/ {m3}) * Cos({m3} * x) + {1 -w} * (({1-w}/ {m3}) * Sin({m3} * x))}\\]

\n

So \\[\\begin{eqnarray*} I&=&\\left[\\simplify[std]{{-w}*((x / {m3}) * Cos({m3} * x)) + {1 -w} * ((x / {m3}) * Sin({m3} * x))}\\right]_0^\\pi -\\int_0^\\pi\\simplify[std]{ ({ -w} / {m3} )* Cos({m3} * x) + {1 -w} * (1 / {m3} * Sin({m3} * x))}\\;dx\\\\ &=&\\simplify[std]{({-w*cos(m3*pi)})*({pi}/{m3})}-\\left[\\simplify[std]{{ -w} * (1 / {m3 ^ 2})* Sin({m3} * x) -({1 -w} * (1 / {m3 ^ 2}) * Cos({m3} * x))}\\right]_0^\\pi\\\\ &=& \\var{ans3}\\mbox{ to 2 decimal places} \\end{eqnarray*} \\]
d)

\n

\\[I=\\int_0^{\\var{b4}}\\simplify[std]{x ^ {m4} * Exp({n4} * x)}\\;dx\\]

\n

Use integration by parts twice with $u=x^2$ and $\\displaystyle \\frac{dv}{dx}=\\simplify[std]{e^({n4}x)}\\Rightarrow v = \\simplify[std]{1/{n4}e^({n4}x)}$
\\[\\begin{eqnarray*} I&=&\\left[\\simplify[std]{x^2/{n4}Exp({n4} * x)}\\right]_0^{\\var{b4}}+\\simplify[std]{2/{abs(n4)}DefInt(x*Exp({n4} * x),x,0,{b4})}\\\\ &=&\\simplify[std]{{b4^2}/{n4}*e^{p}-2/{n4}}\\left(\\left[\\simplify[std]{x/{n4}*e^({n4}*x)}\\right]_0^{\\var{b4}}+\\simplify[std]{1/{abs(n4)}DefInt(e^({n4}x),x,0,{b4})}\\right)\\\\ &=&\\simplify[std]{{b4^2}/{n4}*e^{p}-2/{n4}}\\left(\\simplify[std]{{b4}/{n4}*e^{p}-1/{n4}}\\left[\\simplify[std]{1/{n4}*e^({n4}*x)}\\right]_0^{\\var{b4}}\\right)\\\\ &=&\\simplify[std]{({b4 ^ 2} / {n4}) * Exp({p}) -(({2 * b4} / {n4 ^ 2}) * Exp({p})) + (2 / {n4 ^ 3}) * (Exp({p}) -1)}\\\\ &=&\\var{ans4}\\mbox{ to 4 decimal places} \\end{eqnarray*} \\]

", "variables": {"tans1": {"templateType": "anything", "description": "", "definition": "a1^2*(b1^5-1)/5+a1*c1*(b1^4-1)/2+(2*a1*d1+c1^2)*(b1^3-1)/3+c1*d1*(b1^2-1)+d1^2*(b1-1)", "name": "tans1", "group": "Ungrouped variables"}, "d1": {"templateType": "anything", "description": "", "definition": "random(-9..9)", "name": "d1", "group": "Ungrouped variables"}, "p": {"templateType": "anything", "description": "", "definition": "n4*b4", "name": "p", "group": "Ungrouped variables"}, "tans3": {"templateType": "anything", "description": "", "definition": "if(w=0,((-1)^(m3)-1)/m3^2,-pi*(-1)^(m3)/m3)", "name": "tans3", "group": "Ungrouped variables"}, "a1": {"templateType": "anything", "description": "", "definition": "random(1..7)", "name": "a1", "group": "Ungrouped variables"}, "s6": {"templateType": "anything", "description": "", "definition": "-1", "name": "s6", "group": "Ungrouped variables"}, "ans2": {"templateType": "anything", "description": "", "definition": "precround(ln(1+b2/m2),2)", "name": "ans2", "group": "Ungrouped variables"}, "c1": {"templateType": "anything", "description": "", "definition": "t*random(1..9)", "name": "c1", "group": "Ungrouped variables"}, "tans4": {"templateType": "anything", "description": "", "definition": "(e^(p)*(p^2-2*p+2)-2)/(n4^3)", "name": "tans4", "group": "Ungrouped variables"}, "m2": {"templateType": "anything", "description": "", "definition": "random(1..9)", "name": "m2", "group": "Ungrouped variables"}, "s2": {"templateType": "anything", "description": "", "definition": "random(1,-1)", "name": "s2", "group": "Ungrouped variables"}, "ans1": {"templateType": "anything", "description": "", "definition": "precround(tans1,2)", "name": "ans1", "group": "Ungrouped variables"}, "m4": {"templateType": "anything", "description": "", "definition": "2", "name": "m4", "group": "Ungrouped variables"}, "ans4": {"templateType": "anything", "description": "", "definition": "precround(tans4,4)", "name": "ans4", "group": "Ungrouped variables"}, "b2": {"templateType": "anything", "description": "", "definition": "random(1..20)", "name": "b2", "group": "Ungrouped variables"}, "m3": {"templateType": "anything", "description": "", "definition": "random(2..9)", "name": "m3", "group": "Ungrouped variables"}, "tol1": {"templateType": "anything", "description": "", "definition": "0.0001", "name": "tol1", "group": "Ungrouped variables"}, "b1": {"templateType": "anything", "description": "", "definition": "random(2..6)", "name": "b1", "group": "Ungrouped variables"}, "n4": {"templateType": "anything", "description": "", "definition": "s6*random(1,2,3)", "name": "n4", "group": "Ungrouped variables"}, "ans3": {"templateType": "anything", "description": "", "definition": "precround(tans3,2)", "name": "ans3", "group": "Ungrouped variables"}, "b4": {"templateType": "anything", "description": "", "definition": "s7*random(1,2,3)", "name": "b4", "group": "Ungrouped variables"}, "s7": {"templateType": "anything", "description": "", "definition": "1", "name": "s7", "group": "Ungrouped variables"}, "w": {"templateType": "anything", "description": "", "definition": "random(0,1)", "name": "w", "group": "Ungrouped variables"}, "t": {"templateType": "anything", "description": "", "definition": "random(1,-1)", "name": "t", "group": "Ungrouped variables"}, "tol": {"templateType": "anything", "description": "", "definition": "0.01", "name": "tol", "group": "Ungrouped variables"}}, "tags": ["Calculus", "calculus", "checked2015", "definite integration", "integration", "integration by parts", "integration by parts twice", "MAS1601", "mas1601"], "functions": {}, "statement": "

Evaluate the following definite integrals.

", "variable_groups": [], "variablesTest": {"maxRuns": 100, "condition": ""}, "type": "question", "name": "Shivram's copy of Exam14 - Definite integration", "parts": [{"scripts": {}, "type": "gapfill", "prompt": "

\\[I=\\int_1^{\\var{b1}}\\simplify[std]{({a1} * x ^ 2 + {c1} * x + {d1})^2}\\;dx\\]

\n

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

\n

Input your answer to 2 decimal places.

", "gaps": [{"scripts": {}, "type": "numberentry", "maxValue": "ans1+tol", "correctAnswerFraction": false, "showPrecisionHint": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "minValue": "ans1-tol", "allowFractions": false, "marks": 1, "showCorrectAnswer": true}], "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "marks": 0, "showCorrectAnswer": true}, {"scripts": {}, "type": "gapfill", "prompt": "

\\[I=\\int_0^{\\var{b2}}\\simplify[std]{1/(x+{m2})}\\;dx\\]

\n

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

\n

Input your answer to 2 decimal places.

", "gaps": [{"scripts": {}, "type": "numberentry", "maxValue": "ans2+tol", "correctAnswerFraction": false, "showPrecisionHint": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "minValue": "ans2-tol", "allowFractions": false, "marks": 1, "showCorrectAnswer": true}], "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "marks": 0, "showCorrectAnswer": true}, {"scripts": {}, "type": "gapfill", "prompt": "

\\[I=\\int_0^\\pi\\simplify[std]{x * ({w} * Sin({m3} * x) + {1 -w} * Cos({m3} * x))}\\;dx\\]

\n

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

\n

Input your answer to 2 decimal places.

", "gaps": [{"scripts": {}, "type": "numberentry", "maxValue": "ans3+tol", "correctAnswerFraction": false, "showPrecisionHint": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "minValue": "ans3-tol", "allowFractions": false, "marks": 1, "showCorrectAnswer": true}], "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "marks": 0, "showCorrectAnswer": true}, {"scripts": {}, "type": "gapfill", "prompt": "

\\[I=\\int_0^{\\var{b4}}\\simplify[std]{x ^ {m4} * Exp({n4} * x)}\\;dx\\]

\n

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

\n

Input your answer to 4 decimal places.

", "gaps": [{"scripts": {}, "type": "numberentry", "maxValue": "ans4+tol1", "correctAnswerFraction": false, "showPrecisionHint": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "minValue": "ans4-tol1", "allowFractions": false, "marks": 1, "showCorrectAnswer": true}], "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "marks": 0, "showCorrectAnswer": true}], "rulesets": {"std": ["all", "fractionNumbers", "!collectNumbers", "!noLeadingMinus"]}, "preamble": {"css": "", "js": ""}, "ungrouped_variables": ["ans1", "ans2", "ans3", "ans4", "b4", "b1", "b2", "d1", "s2", "s7", "s6", "m4", "m3", "m2", "tol", "a1", "tans4", "c1", "tans1", "tans3", "tol1", "p", "t", "w", "n4"], "showQuestionGroupNames": false, "question_groups": [{"questions": [], "name": "", "pickingStrategy": "all-ordered", "pickQuestions": 0}], "contributors": [{"name": "Michael Proudman", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/269/"}, {"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}, {"name": "Shivram Venkat", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3451/"}]}]}], "contributors": [{"name": "Michael Proudman", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/269/"}, {"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}, {"name": "Shivram Venkat", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3451/"}]}