// Numbas version: exam_results_page_options {"name": "Chain Rule 03", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"name": "Chain Rule 03", "tags": [], "metadata": {"description": "Instructional \"drill\" exercise to emphasize the method.", "licence": "Creative Commons Attribution-NonCommercial 4.0 International"}, "statement": "

We use the CHAIN RULE (also called the FUNCTION OF A FUNCTION RULE) when the function that we need to differentiate is actually one function \"nested\" inside another.

\n

If $y=f(g(x))$  to find $\\frac{dy}{dx}$ , we need to do two things::

\n
    \n
  1. Substitute $u=g(x)$  so that $y=f(u)$
  2. \n
  3. Use the Chain Rule:
  4. \n
\n

\\[ \\large  \\frac{dy}{dx}=\\frac{du}{dx} \\times \\frac{dy}{du}  \\]

\n

\n
\n

", "advice": "

We are asked to differentiate:

\n

\\[    y=(\\var{aCF}x-\\var{C})^{\\var{aP}}   \\]

\n

\n

Recognising that this is a \"function of another function\", we need to identify the \"innermost\" of the two functions that are involved and substitute $u$

\n

\n

Let   $u=\\var{aCF}x-\\var{C}$          then          $y=u^{\\var{aP}}$

\n

\n

Now, we need to use the approriate techniques to differentiate each of these, for both of these we only need the Power Rule:

\n

\n

Applying this method gives us:

\n

$\\large \\frac{du}{dx}=\\var{aCF}$          and          $ \\large \\frac{dy}{du}= \\simplify{{aP}u^({aP}-1)}$

\n

\n

 

\n

We now use the Chain Rule formula:

\n

$ \\large  \\large  \\frac{dy}{dx}=\\frac{du}{dx} \\times \\frac{dy}{du}   $

\n

Make the appropriate substitutions into the formula:

\n

\n

$ \\large  \\frac{dy}{dx}= \\var{aCF} \\times  \\simplify{{aP}u^({aP}-1)} $

\n

\n

 

\n

Which simplifies to:

\n

$ \\large  \\frac{dy}{dx}=\\simplify{ {aCF}*{aP}u^({aP}-1)  }$

\n

\n

Now, finally, we must remember that $u$ was a variable that we introduced and was not part of the original problem. 

\n

\n

Replace $u$ from our original substitution to give the final answer:

\n

\n

$\\large  \\frac{dy}{dx}=\\simplify{ {aCF}*{aP}({aCF}x-{C})^({aP}-1)  }$

\n

\n

\n

\n

\n

 

\n

\n

 

", "rulesets": {}, "extensions": [], "variables": {"aCF": {"name": "aCF", "group": "Part (a)", "definition": "random(5 .. 10#1)", "description": "

Part a) x coefficient

", "templateType": "randrange"}, "C": {"name": "C", "group": "Part (a)", "definition": "random(5..15 except aCF)", "description": "", "templateType": "anything"}, "aP": {"name": "aP", "group": "Part (a)", "definition": "random(10..18 except aCF except C)", "description": "", "templateType": "anything"}}, "variablesTest": {"condition": "", "maxRuns": 100}, "ungrouped_variables": [], "variable_groups": [{"name": "Part (a)", "variables": ["C", "aP", "aCF"]}], "functions": {}, "preamble": {"js": "", "css": ""}, "parts": [{"type": "gapfill", "useCustomName": false, "customName": "", "marks": 0, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": false, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "prompt": "

Differentiate $   y=(\\var{aCF}x-\\var{C})^{\\var{aP}}  $

\n

First identify the \"innermost\" function, and substitute $u$:

\n

Let   $u=$[[0]]          Then          $y=$[[1]]

\n

Then:

\n

$  \\large  \\frac{du}{dx}=  $[[2]]          and          $  \\large  \\frac{dy}{du}=  $[[3]]

\n

Now using:

\n

$\\large  \\frac{dy}{dx}=\\frac{du}{dx} \\times \\frac{dy}{du}$

\n

\n

$\\large  \\frac{dy}{dx}=$[[4]]$\\times$[[5]]

\n

Which simplifies to:

\n

$\\large  \\frac{dy}{dx}=$[[6]]

\n

\n

Remember that $u$ was a variable that we introduced and not part of the original problem. 

\n

Replace $u$ from our substitution to give the final answer:

\n

$\\large  \\frac{dy}{dx}=$[[7]]

", "gaps": [{"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aCF}x-{C}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": [{"name": "x", "value": ""}]}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "u^{aP}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": [{"name": "u", "value": ""}]}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aCF}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": []}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aP}u^({aP}-1)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": [{"name": "u", "value": ""}]}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aCF}", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": []}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aP}u^({aP}-1)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": [{"name": "u", "value": ""}]}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aCF}*{aP}u^({aP}-1)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": [{"name": "u", "value": ""}]}, {"type": "jme", "useCustomName": false, "customName": "", "marks": 1, "scripts": {}, "customMarkingAlgorithm": "", "extendBaseMarkingAlgorithm": true, "unitTests": [], "showCorrectAnswer": true, "showFeedbackIcon": true, "variableReplacements": [], "variableReplacementStrategy": "originalfirst", "nextParts": [], "suggestGoingBack": false, "adaptiveMarkingPenalty": 0, "exploreObjective": null, "answer": "{aCF}*{aP}({aCF}x-{C})^({aP}-1)", "showPreview": true, "checkingType": "absdiff", "checkingAccuracy": 0.001, "failureRate": 1, "vsetRangePoints": 5, "vsetRange": [0, 1], "checkVariableNames": false, "singleLetterVariables": false, "allowUnknownFunctions": true, "implicitFunctionComposition": false, "valuegenerators": [{"name": "x", "value": ""}]}], "sortAnswers": false}], "partsMode": "all", "maxMarks": 0, "objectives": [], "penalties": [], "objectiveVisibility": "always", "penaltyVisibility": "always", "contributors": [{"name": "Michael Proudman", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/269/"}]}]}], "contributors": [{"name": "Michael Proudman", "profile_url": "https://numbas.mathcentre.ac.uk/accounts/profile/269/"}]}