Patrick B. answered 02/11/21
Math and computer tutor/teacher
x is the distance measure from the base of the ladder to the wall
y is the distance measur efrom the ground to the top of the ladder
x^2 + y^2 = 10^2 = 100
Implicit differentiation:
2 * x * dx/dt + 2* y * dy/dt = 0
x * dx/dt + y * dy/dt= 0
Now, when x=6, 6^2 + y^2 = 100
y^2 = 100 - 36 = 64
y = 8
Finally,
6 * dx/dt + 8 * 2 = 0
6 * dx/dt + 16 = 0
6 * dx/dt = -16
dx/dt = -16/6 = -8/3
negative because it is moving down
Michael M.
dy/dt should be -2 since your sliding down the wall, making dx/dt = 8/3. Technically it doesn't matter though since we're just looking for the speed.02/11/21