Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Calculus help..Find by implicit differentiation?
if 5x^2 + 5x +xy=3 and y(3)=-19 , FIND y'(3) by implicit differentiation.
3 Answers
- bonoboLv 71 decade agoFavorite Answer
5x² + 5x + xy = 3 ... differentiate implicitly
10x + 5 + xý + y = 0
ý = - (10x + y + 5) ⁄ x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Find ý(x) = ý(3) : ... y_coordinate not given.
ý(3) = - [(10)(3) + y + 5)] ⁄ 3
ý(3) = - (y + 35) ⁄ 3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can solve for "y" in the initial equation:
5x² + 5x + xy = 3
y = (3 − 5x² − 5x) ⁄ x
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ý = - (y + 35) ⁄ 3 ... and substitute for "y"
ý = - ( [ (3 − 5x² − 5x) ⁄ x ] + 35 ) ⁄ 3
ý(3) = - ( [ (3 − 45 − 15) ⁄ 3 ] + 35 ) ⁄ 3
ý(3) = - 16 ⁄ 3
- vekkus4Lv 61 decade ago
In implicit differentiation you assume y is a differentiable function of x. Instead of solving for y, take derivatives of the equation using the chain rule, and afterwards solve for y'(x) for the value of x you are interested in. This can be much easier than finding the derivative of a complicated expression for y.
Given:
5 x^2 + 5 x + x y(x) = 3 (Differentiate this)
y(3) = -19 (Save this for later)
10 x + 5 + (x y'(x) + 1 y(x)) = 0 (Took derivative of each term, considering y a function of x)
That was easy - now substitute x = 3 and y=-19 but y'(3) is still the one unknown quantity.
10 (3) + 5 + 3 y'(3) + 1 (-19) = 0
30 + 5 + 3 y'(3) - 19 = 0
3 y'(3) = 19 - 5 - 30 = -16
y'(3) = -16/3 if I did the arithmetic right.
- MechEng2030Lv 71 decade ago
10x + 5 + xy' + y = 0
y' = (-y - 5 - 10x)/x
To find the y value corresponding to x = 3:
45 + 15 + 3y = 3
y = -19
y'(3) = (19 - 5 - 30)/3 = -16/3