There are two right triangles in this problem, we can label the length of the sides and apply pythagoras' theorem to obtain the two equations we need to solve the problem.
xxxx
│ xxxxx S
│ xxxx
12-y │ xxxx
│ xxxx
│ xxxxx
└────────────────────x
x
┌────────────────────x
│ xxx
│ xxx
│ xxx
│ xx
│ xxx
y │ xx
│ xx
│ xxx 12
│ xx
│ xx
│ xxx
│ xx
│xxx
xx
The first triangle in green is with the base of the building, the point (x, y), and the point (x) distance on the ground. We know the hypotenuse is 12 m. Using Pythagoras' Theorem
x2 + y2 = 122
The second right triangle in blue is made with the point on the roof building, the point (x, y), and the distance (x) of that point away from the building. The hypotenuse has side s, the base of the triangle is x, and the height of the triangle is 12 - y. Again using Pythagoras' Theorem
x2 + (12 - y)2 = s2
Given y = 4, we can find x, and then s. Through implicit differentiation of both equations we can then find dx/dt and dy/dt
In implicit differentiation, we apply the derivative on all variables in an equation. I will walk through applying implicit differentiation on the first equation. First we take the derivative of both sides with respect to time (d/dt)
(d/dt) (x2 + y2) = (d/dt) 122
The derivative of a number is a constant, so the right hand side is zero
(d/dt) (x2 + y2) = 0
On the left hand side, we have an addition, so the rules of differentation have us apply the derivative on both parts, we currently have
(d/dt) x2 + (d/dt) y2 = 0
The derivative of x2 is 2x, however don't forget that x is also changing with time. We must apply the chain rule and multiply by the derivative of x, we write this as (dx/dt).
(d/dt) x2 = 2x * (dx/dt)
The same applies to the second term of (d/dt) y2, so the implicit differentiation gives us,
2x * (dx/dt) + 2y * (dy/dt) = 0
And after simplifying
(dx/dt) = - (dy/dt)
This is the first equation we need.
To get the second, apply implicit differentiation on the pythagoras' theorem from the second triangle,
x2 + (12 - y)2 = s2
Working through the differentation (try it!) the answer is
2x (dx/dt) + 2 (12 - y) (-1) (dy/dt) = 2s * (ds/dt)
Or, dividing out the factor of 2,
x (dx/dt) - (12 - y) (dy/dt) = s * (ds/dt)
We now have two equations,
(dx/dt) = - (dy/dt)
x (dx/dt) - (12 - y) (dy/dt) = s * (ds/dt)
The horizontal change of the point is (dx/dt), and the vertical is (dy/dt). Now all that's left is to plug in the given value of (ds/dt) = -0.1, and y = 4.
You will need the values of x and s as well, but you can use the original two Pythagoras' equations to find them,
x2 + y2 = 122
x2 + (12 - y)2 = s2
Bella C.
I still don’t understand. I’m completely confused if I am being honest.02/12/22