Housney A. answered 06/05/20
Experienced Python/Math/Engineering Tutor
Even though the problem asks for implicit differentiation, it is easier to rearrange the problem in terms of y and then use the quotient rule of differentiation.
x2y + a x + b y = 0 ------------> y = -ax / (x2 + b)
Taking the implicit differentiation, we get:
2 xy + x2 y' + a + b y' = 0 --------> (2 xy + a) + (x2 + b) y' = 0
y' = - (2 xy + a) / (x2 + b) , you can substitute for y = -ax / (x2 + b), and then simplify (or just use quotient rule on y = -ax / (x2 + b)). This will give same result. Using quotient, we get:
y' = (-a (x2 +b) + 2 a x2) / (x2 + b)2 = a (- x2 - b + 2 x2) /(x2 + b)2 = a (x2 - b) / (x2 + b)2
y'' = (2ax (x2 + b)2 - a (x2 - b) 4 x (x2 + b)) / (x2 + b)4 , simplifying:
y'' = (6 a b x - 2 a x3) / (x2 + b)3
We are given (2, 5/2) as an inflection point, y'' = 0 at this point. Substitute for x = 2 in y'':
0 = (12 ab - 16 a) divide by a
12 b - 16 = 0 ----------------> b = 16/12 = 4/3
We can use the same inflection point and b value in y = -ax / (x2 + b):
a = - y (x2 + b) / x = - (5/2) (4 + 4/3) / 2 = - 20 / 3
a = - 20 / 3
Now, since we have a and b, we can make y'' = 0 and solve for x:
(6 a b x - 2 a x3) / (x2 + b)3 = 0 , multiplying by (x2 + b)3 and dividing by a, we get:
6 b x - 2 x3 = 0
6 (4/3) x - 2 x3 = 0
8 x - 2 x3 = 0 divide by 2 and rearrange:
x3 - 4 x= 0
x (x2 - 4) = 0
x = 0 and (x2 - 4) = 0 -------------------> x = -2 and 2 (we already know (2 , 5/2) inflection point)
x = 0 ---------------> y = -ax / (x2 + b) = 0
x = -2 ---------------> y = -ax / (x2 + b) = 20 x / (3 x2 + 4) = - 40 / 16 = - 5 / 2
Therefore, the other two inflection points are:
(0, 0) and (- 2, - 5 / 2)