William C. answered 10/07/23
Experienced Tutor Specializing in Chemistry, Math, and Physics
Below I use y' for dy/dx and y'' for d²y/dx² in equations used to find implicit derivatives.
Finding the first derivative dy/dx
If we take ln(8y) = 5xy and solve for x we get
x = ln(8y)/5y which is a much easier equation to work with
Taking the derivative of both sides (dx/dx = 1), we get
1 = [5y(y’/y) – 5y’ ln(8y)]/(25y²) = [y’(1 – ln(8y)]/(5y²) which means that
y’ = 5y²/(1 – ln(8y))
Finding the second derivative d²y/dx²
y'' = [(1 – ln(8y))10yy’ – 5y²(–(y’/y)]/(1 – ln(8y))² = (10yy’(1 – ln(8y)) + 5yy’)/(1 – ln(8y))²
Using the common factor 5yy’, we can factor and simplify the numerator
(10yy’(1 – ln(8y)) + 5yy’) = 5yy’(2(1 – ln(8y)) +1) = 5yy’(3 – 2ln(8y))
So
y'' = 5yy’(3 – 2ln(8y))/(1 – ln(8y))²
Substituting y’ = 5y²/(1 – ln(8y)) gives
y'' = 5y[5y²/(1 – ln(8y))](3 – 2ln(8y))/(1 – ln(8y))² = [25y³(3 – 2ln(8y))]/(1 – ln(8y))³
Finding the point (x,y) where d²y/dx² = 0
y'' = 0 when the numerator = 0, and
25y³(3 – 2ln(8y)) = 0 when y = 0 or 3 – 2ln(8y) = 0
We can throw out y = 0 because ln(8y) is undefined unless y > 0
So the y value of the point (x,y) where y'' = 0 comes from 3 – 2ln(8y) = 0
This means
2ln(8y) = 3, so
ln(8y) = 3/2
Taking the exponential of each side gives
8y = e3/2 which means that y = e3/2/8
We get the x value by taking x = ln(8y)/5y and substituting this value of y
x = ln(8×e3/2/8)/(5×e3/2/8) = ln(e3/2)/(5/8×e3/2) = (3/2)/[5/8×e3/2)
So x = (3/2)(8/5)e–3/2 = (12/5)e–3/2 = 2.4e–3/2
Answers
dy/dx = 5y²/(1 – ln(8y))
d²y/dx² = [25y³(3 – 2ln(8y))]/(1 – ln(8y))³
d²y/dx² = 0 at the point (2.4e–3/2, e3/2/8)


Doug C.
And here is another Desmos graph with a sliding point where the slope of the tangent along with the value of the 2nd derivative at that point are displayed. Also the location of the y-intercept and the point with a vertical tangent. Cool problem. desmos.com/calculator/rcucvnjbfb The derivatives are defined with 1 - 5xy instead of 1 - ln(8).10/07/23
William C.
10/07/23