Horizontal tangent lines occur at all points when dy/dx is 0.
So we'll solve for dy/dx then set that equal to 0
Use the product rule
2x * (2y dy/dx) + y2 * (2) - 25x2 * (dy/dx) + y* (-50x) = 0
Instead of solving for dy/dx, we can actually just plug in 0 for it now
2x * 0 + 2y2 - 25x2 * 0 -50xy = 0
2y2 - 50xy = 0
2y(y-25x) = 0
We have a horizontal tangent line when either 2y = 0 or y -25x = 0
Therefore, we have a horizontal tangent line when y = 0 or y = 25x
These however, are not points on our curve.
To get the points, we can plug 0 in for y in our equation and 25x in for y in our equation.
Plug in 0 first:
2x(0)2 - 25x2(0) = 5
0 = 5
This makes no sense whatsoever so we have no horizontal tangent lines when y = 0.
Now let's plug in 25x:
2x(25x)2 - 25x2(25x) = 5
1250x3 - 625x3 = 5
625x3 = 5
x3 = 5/625 = 1/125
x = 1/5
Solve for y now.
y = 25(1/5) = 5
Therefore, we have a horizontal tangent line at (1/5, 5)