// Numbas version: exam_results_page_options {"name": "Integration - By Partial Fractions", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"parts": [{"unitTests": [], "customName": "", "steps": [{"unitTests": [], "customName": "", "showCorrectAnswer": true, "customMarkingAlgorithm": "", "adaptiveMarkingPenalty": 0, "showFeedbackIcon": true, "scripts": {}, "marks": 0, "useCustomName": false, "variableReplacementStrategy": "originalfirst", "type": "information", "prompt": "\n

First of all factorise the denominator.

\n

You have to find $a$ and $b$ such that $\\simplify[std]{x^2+{a+b}*x+{a*b}=(x+a)*(x+b)}$

\n

Then use partial fractions to write:
\\[\\simplify[std]{({c}*x+{d})/((x +a)*(x+b)) = A/(x+a)+B/(x+b)}\\]

\n

for suitable integers or fractions $A$ and $B$.

\n ", "extendBaseMarkingAlgorithm": true, "variableReplacements": []}], "showCorrectAnswer": true, "customMarkingAlgorithm": "", "adaptiveMarkingPenalty": 0, "showFeedbackIcon": true, "scripts": {}, "stepsPenalty": 1, "marks": 0, "gaps": [{"unitTests": [], "showCorrectAnswer": true, "variableReplacements": [], "showFeedbackIcon": true, "marks": 3, "useCustomName": false, "showPreview": true, "checkVariableNames": false, "extendBaseMarkingAlgorithm": true, "failureRate": 1, "vsetRangePoints": 5, "customName": "", "checkingAccuracy": 0.001, "adaptiveMarkingPenalty": 0, "variableReplacementStrategy": "originalfirst", "customMarkingAlgorithm": "", "scripts": {}, "answerSimplification": "std", "type": "jme", "notallowed": {"message": "

Input all numbers as fractions or integers and not decimals.

", "strings": ["."], "partialCredit": 0, "showStrings": false}, "vsetRange": [11, 12], "answer": "({d-a*c}/{b-a})*ln(x+{a})+({d-b*c}/{a-b})*ln(x+{b})+C", "checkingType": "absdiff", "valuegenerators": [{"name": "c", "value": ""}, {"name": "x", "value": ""}]}], "useCustomName": false, "variableReplacementStrategy": "originalfirst", "type": "gapfill", "prompt": "\n

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

\n

Input all numbers as fractions or integers and not decimals.

\n

Input the constant of integration as $C$.

\n

Click on Show steps for help if you need it. You will lose 1 mark if you do so.

\n ", "extendBaseMarkingAlgorithm": true, "sortAnswers": false, "variableReplacements": []}], "variable_groups": [], "statement": "\n

Find the following integral.

\n

\\[I = \\simplify[std]{Int(({c}*x+{d})/(x^2+{a+b}*x+{a*b}),x )}\\]

\n

Input all numbers as fractions or integers and not decimals.

\n

Input the constant of integration as $C$.

\n ", "extensions": [], "metadata": {"licence": "Creative Commons Attribution 4.0 International", "description": "

Factorise $x^2+cx+d$ into 2 distinct linear factors and then find $\\displaystyle \\int \\frac{ax+b}{x^2+cx+d}\\;dx,\\;a \\neq 0$ using partial fractions or otherwise.

"}, "variablesTest": {"condition": "", "maxRuns": 100}, "variables": {"b": {"group": "Ungrouped variables", "name": "b", "description": "", "definition": "if(b1=a,b1+s3,b1)", "templateType": "anything"}, "b1": {"group": "Ungrouped variables", "name": "b1", "description": "", "definition": "s2*random(1..9)", "templateType": "anything"}, "d1": {"group": "Ungrouped variables", "name": "d1", "description": "", "definition": "s3*random(1..9)", "templateType": "anything"}, "s3": {"group": "Ungrouped variables", "name": "s3", "description": "", "definition": "random(1,-1)", "templateType": "anything"}, "s2": {"group": "Ungrouped variables", "name": "s2", "description": "", "definition": "random(1,-1)", "templateType": "anything"}, "s1": {"group": "Ungrouped variables", "name": "s1", "description": "", "definition": "random(1,-1)", "templateType": "anything"}, "c": {"group": "Ungrouped variables", "name": "c", "description": "", "definition": "random(2..9)", "templateType": "anything"}, "a": {"group": "Ungrouped variables", "name": "a", "description": "", "definition": "s1*random(1..9)", "templateType": "anything"}, "d": {"group": "Ungrouped variables", "name": "d", "description": "", "definition": "if(d1=a*c,if(d1+1=b*c,d1+2,d1+1),if(d1=b*c,if(d1+1=a*c,d1+2,d1+1),d1))", "templateType": "anything"}}, "name": "Integration - By Partial Fractions", "rulesets": {"std": ["all", "!collectNumbers", "fractionNumbers", "!noLeadingMinus"]}, "preamble": {"css": "", "js": ""}, "advice": "

First we factorise $\\simplify[std]{x^2+{a+b}*x+{a*b}=(x+{a})*(x+{b})}$. You can do this by spotting the factors or by completing the square.
Next we use partial fractions to find $A$ and $B$ such that:
\\[\\displaystyle \\simplify[std]{({c}*x+{d})/((x +{a})*(x+{b})) = A/(x+{a})+B/(x+{b})}\\]
Multiplying both sides of the equation by $\\displaystyle \\simplify[std]{(x +{a})*(x+{b})}$ we obtain:

\n

$\\simplify[std]{A*(x+{b})+B*(x+{a}) = {c}*x+{d}} \\Rightarrow \\simplify[std]{(A+B)*x+{b}*A+{a}*B={c}*x+{d}}$

\n

Identifying coefficients:

\n

Constant term: $\\simplify[std]{{b}*A+{a}*B = {d}}$

\n

Coefficent $x$: $ \\simplify[std]{A+B={c}}$ which gives $A =\\var{c} -B$

\n

On solving these equations we obtain $\\displaystyle \\simplify[std]{A = {d-a*c}/{b-a}}$ and $\\displaystyle \\simplify[std]{B={d-b*c}/{a-b}}$

\n

Which gives: \\[\\simplify[std]{({c}*x+{d})/((x +{a})*(x+{b})) = ({d-a*c}/{b-a})*(1/(x+{a}) )+({d-b*c}/{a-b})*(1/(x+{b}))}\\]

\n

So \\[\\begin{eqnarray*} I &=& \\simplify[std]{Int(({c}*x+{d})/(x^2+{a+b}*x+{a*b}),x )}\\\\ &=&\\simplify[std]{Int(({c}*x+{d})/((x +{a})*(x+{b})),x )}\\\\ &=& \\simplify[std]{({d-a*c}/{b-a})*(Int(1/(x+{a}),x)) +({d-b*c}/{a-b})Int(1/(x+{b}),x)}\\\\ &=& \\simplify[std]{({d-a*c}/{b-a})*ln(x+{a})+({d-b*c}/{a-b})*ln(x+{b})+C} \\end{eqnarray*}\\]

", "ungrouped_variables": ["a", "c", "b", "d", "s3", "s2", "s1", "b1", "d1"], "functions": {}, "tags": [], "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}, {"name": "Kevin Bohan", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3363/"}, {"name": "Maria Aneiros", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3388/"}]}]}], "contributors": [{"name": "Newcastle University Mathematics and Statistics", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/697/"}, {"name": "Kevin Bohan", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3363/"}, {"name": "Maria Aneiros", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/3388/"}]}