Ladder problem, no equation to use for dy/dt

  • Thread starter Thread starter Slimsta
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
13 replies · 3K views
Slimsta
Messages
189
Reaction score
0

Homework Statement


http://img132.imageshack.us/img132/8048/prob2r.jpg


Homework Equations


dy/dt = dx/dt * dy/dx


The Attempt at a Solution


would dy/dx = 0? because the ladder is 11 m, the derivative of 11 is 0..
and then would dy/dt be the rate of the top of the ladder sliding down?
 
Last edited by a moderator:
Physics news on Phys.org
You know that [tex]\frac{dy}{dt}[/tex] is equal to [tex]\frac{dy}{dx}*\frac{dx}{dt}[/tex]

You know [tex]\frac{dx}{dt}[/tex] is 3. So all that's left to do is solve for [tex]\frac{dy}{dx}[/tex]

By the pythagorean theorem, [tex]a^2+b^2=c^2[/tex]. In this case, on the y-axis you have your a, on the x-axis you have your b and the hypotenuse you have c.

Therefore, [tex]y^2+x^2=c^2[/tex], so [tex]y=\sqrt{c^2-x^2}[/tex]. Differentiate with respect to x.

[tex]\frac{dy}{dx}=-x/\sqrt(121-x^2)[/tex]

Substitute 8.316 for x, and solve for [tex]\frac{dy}{dx}[/tex]
 
alecst said:
You know that [tex]\frac{dy}{dt}[/tex] is equal to [tex]\frac{dy}{dx}*\frac{dx}{dt}[/tex]

You know [tex]\frac{dx}{dt}[/tex] is 3. So all that's left to do is solve for [tex]\frac{dy}{dx}[/tex]

By the pythagorean theorem, [tex]a^2+b^2=c^2[/tex]. In this case, on the y-axis you have your a, on the x-axis you have your b and the hypotenuse you have c.

Therefore, [tex]y^2+x^2=c^2[/tex], so [tex]y=\sqrt{c^2-x^2}[/tex]. Differentiate with respect to x.

[tex]\frac{dy}{dx}=-x/\sqrt(121-x^2)[/tex]

Substitute 8.316 for x, and solve for [tex]\frac{dy}{dx}[/tex]

for [tex]\frac{dy}{dx}=-x/\sqrt(121-x^2)[/tex] of [tex]y=\sqrt{c^2-x^2}[/tex]
wouldnt it be first (c-x)/(sqrt(c^2-x^2)) then plug in numbers?
here is what i got so far:
http://img94.imageshack.us/img94/8545/prob2o.jpg
 
Last edited by a moderator:
might be even easier to use implict differntiation wrt x on the following equation
[tex]x^2+y^2=c^2[/tex]

note c is constant and y = y(x)
 
there's a problem in this problem: What is the starting position of the ladder? Is it initially fully vertical? If it is, what makes it slide down?
 
lanedance said:
might be even easier to use implict differntiation wrt x on the following equation
[tex]x^2+y^2=c^2[/tex]

note c is constant and y = y(x)

so you are saying that in the picture that i uploaded, the only thing that is wrong is where i wrote [tex]x^2+y^2=11^2[/tex] instead of [tex]x^2+y^2=c^2[/tex]?
everything else is good?
 
no c = 11 as you said but i was suggesting to try implicit differntiation on the initial equation, though the way you have looked at it is fine
 
blake knight said:
there's a problem in this problem: What is the starting position of the ladder? Is it initially fully vertical? If it is, what makes it slide down?

this is a related rates problem, the speed & ladder position are given, so those questions are irrelevant
 
I maybe wrong with my assumption lanedance but I think there is a difference in speed as the top of the ladder approaches 7.2' if it starts from 10' or if it starts from 7.3', visualize the scenario.
 
lanedance said:
the way I read it, the problem states the bottom of the ladder slides at a constant rate, so the initial position has no impact

well, i did everything you mentioned already..
and i get dy/dt = 3.464
so what am i doing wrong?
 
[tex]x^2 + y^2 = 11^2[/tex]
y = 7
[tex]x = \sqrt{11^2-7^2} = \sqrt{72} = \sqrt{2.2^2 3^2} = 6.\sqrt{2}[/tex]
x' = 3
differentiate wrt t
[tex]2xx' + 2yy' = 0[/tex]
rearrange for y'
[tex]y' = -xx'/y = -(6\sqrt{2})(3)/7[/tex]

think you just missed the negative
 
lanedance said:
[tex]x^2 + y^2 = 11^2[/tex]
y = 7
[tex]x = \sqrt{11^2-7^2} = \sqrt{72} = \sqrt{2.2^2 3^2} = 6.\sqrt{2}[/tex]
x' = 3
differentiate wrt t
[tex]2xx' + 2yy' = 0[/tex]
rearrange for y'
[tex]y' = -xx'/y = -(6\sqrt{2})(3)/7[/tex]

think you just missed the negative

well it was negative at first for both the rate change and for dy/dt but then the system say it should be positive...
yeah that works.. i thought they both supposed to be the same answer.
thanks for help! that makes sense now!