// Numbas version: finer_feedback_settings {"name": "Implicit 2", "extensions": [], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"metadata": {"description": "\n \t\t
Implicit differentiation.
\n \t\tGiven $x^2+y^2+dxy +ax+by=c$ find $\\displaystyle \\frac{dy}{dx}$ in terms of $x$ and $y$.
\n \t\tAlso find two points on the curve where $x=0$ and find the equation of the tangent at those points.
\n \t\t\n \t\t", "licence": "Creative Commons Attribution 4.0 International"}, "variablesTest": {"condition": "", "maxRuns": 100}, "preamble": {"css": "", "js": ""}, "tags": [], "variable_groups": [], "ungrouped_variables": ["a", "c", "b", "d"], "advice": "
Hint:
\nNote that we regard $y$ as a function of $x$. Hence we have (using the Chain Rule): $\\displaystyle \\frac{d(y^2)}{dx} = 2y\\frac{dy}{dx}$. And, using the Product Rule: $\\displaystyle \\frac{d(xy)}{dx} = y+x\\frac{dy}{dx}$.
\nNow differentiate both sides of the relation with respect to $x$. Below is a worked solution to the problem, but only look at it if you are struggling.
\na) By differentiating both sides of the equation implicitly we get
\\[2x + \\simplify[all,!collectNumbers]{2y*Diff(y,x,1) +{d}(y+x*Diff(y,x,1))+ {a} + {b} *Diff(y,x,1)} = 0\\]
Collecting terms in $\\displaystyle\\frac{dy}{dx}$ and rearranging the equation we get
\\[( \\simplify[all,!collectNumbers]{({b} + 2y+{d}x)} )\\frac{dy}{dx} = \\simplify[all,!collectNumbers]{{ -a} -2x-{d}y}\\] and hence on further rearranging:
\\[\\frac{dy}{dx} = \\simplify[all,!collectNumbers]{({ - a} - 2 * x-{d}y) / ({b} + (2 * y)+{d}x)}\\]
\n\n", "name": "Implicit 2", "functions": {}, "parts": [{"gaps": [{"failureRate": 1, "showCorrectAnswer": true, "checkVariableNames": false, "variableReplacements": [], "marks": 2, "scripts": {}, "expectedVariableNames": [], "unitTests": [], "extendBaseMarkingAlgorithm": true, "checkingType": "absdiff", "showFeedbackIcon": true, "customMarkingAlgorithm": "", "vsetRange": [0, 1], "showPreview": true, "answer": "(({( - a)} + ( - (2 * x))-{d}y) / ({b} + (2 * y)+{d}x))", "variableReplacementStrategy": "originalfirst", "type": "jme", "vsetRangePoints": 5, "answerSimplification": "all,!collectNumbers", "checkingAccuracy": 0.001, "notallowed": {"showStrings": false, "strings": ["."], "message": "Input all numbers as integers or as fractions, not as decimals.
", "partialCredit": 0}}], "showCorrectAnswer": true, "variableReplacements": [], "marks": 0, "scripts": {}, "unitTests": [], "extendBaseMarkingAlgorithm": true, "showFeedbackIcon": true, "customMarkingAlgorithm": "", "variableReplacementStrategy": "originalfirst", "type": "gapfill", "sortAnswers": false, "prompt": "Input your answer here:
\n$\\displaystyle \\frac{dy}{dx}= $ [[0]]
\nInput all numbers as integers not as decimals.
"}], "extensions": [], "statement": "You are given the following relation between $x$ and $y$
\\[\\simplify[all,!collectNumbers]{x^2+y^2+{d}x y+{a}x+{b}y}=\\var{c}\\]
where $y=y(x)$. Find $\\dfrac{dy}{dx}$.