Beginner Triangle Problem: Finding the Rate of Change of a Sliding Ladder

  • Thread starter Thread starter General_Sax
  • Start date Start date
  • Tags Tags
    Beginner Triangle
General_Sax
Messages
445
Reaction score
0
Beginner "Triangle" Problem

Homework Statement



A ladder 4m long rests against a vertical wall. If the bottom of the ladder slides away from the wall at a speed of 30cm/s, how quickly is the top of the ladder sliding down the wall when the bottom of the ladder is 2m away from the wall?



Homework Equations



r^2 = x^2 + y^2

dx/dt = 0.3 m/s

dr/dt = ?

dy/dt = 0

x = 2

r = 4

y ~ 3.46

The Attempt at a Solution



I made two attempt at the question.

#1:

r^2 = x^2 + y^2

2*r*dr/dt = 2*x*dx/dt + 2*y*dy/dt

2*4*dr/dt = 2*2*dx/dt + 2*3.46*0

8*dr/dt = 4*0.3

> dr/dt = 0.15 m/s <

#2:

r^2 = x^2 + (r^2 - x^2)^2

r^2 = x^2 + (r^4 - 2*r^2*x^2 + x^4)

I'm not going to type the intermidiate steps, if you want to know how I arrived at an equation please ask.

dr/dt * [4r^3 - 2r - 4rx^2] = [ 4*x*r^2*dx/dt - 4*x^3*dx/dt - 2*x*dx/dt ]

dr/dt * [184] = [27.6]

> dr/dt = 0.15 m/s <

>.< The answer in the textbook is: sqrt(3)/10 ~ 0.17 m/s

Any suggestions as to where I went wrong?
 
Physics news on Phys.org


Given that the formula given is r^2 = x^2 + y^2, you can assume that r is the hypotenuse. The question is asking for rate at which the ladder falls down (dy/dt). Even if a ladder slides down a wall, it is unlikely that the length of the ladder changes at all (dr/dt = 0).
 


Ahhh, yes that makes sense. I was confusing dr/dt with dy/dt. Thanks a bunch.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top