Results 1 to 15 of 15

Thread: Pulley question + extras

  1. #1

    Thread Starter
    Member Thomas154321's Avatar
    Join Date
    Apr 2006
    Posts
    38

    Pulley question + extras

    I have this pulley question which I'm stuck on. I can prove the acceleration result, but after that I have no idea. Also, some equations I don't know how to solve are at the bottom - any ideas please.

    "A planed is inclined at an angle arctan ¾ to the horizontal and a small, smooth, light pulley P is fixed to the top of the place. A string, APB, passes over the pulley. A particle of mass m1 is attached to the string at A and tests on the inclined place with AP parallel to a line of greatest slope in the place. A particle of mass m2, where m2 > m1, is attached to the string at B and hangs freely with BP vertical. The coefficient of friction between the particle at A and the plane is ½.

    The system is released from rest with the string taut. Show that the acceleration of the particles is ((m2 – m1)g)/(m2 + m1).

    At a time T after release, the string breaks. Given that the particle at A does not reach the pulley at any point in its motion, find an expression in terms of T for the time after release at which the particle at A reaches its maximum height. It is found that, regardless of when the string broke, this time is equal to the time taken by the particle at A to descend from its point of maximum height to the point at which it was released. Find the ratio m1 : m2."

    Equations:
    y = x^x
    2^x = x^2


    Cheers.

  2. #2
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Pulley question + extras

    Quote Originally Posted by Thomas154321
    Also, some equations I don't know how to solve are at the bottom - any ideas please.

    Equations:
    y = x^x
    2^x = x^2
    Are these suppose to be 2 simultaneous equations with 2 unknowns? If so, there must be a typo.

  3. #3
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Pulley question + extras

    Regarding the mass on incline, what you have to do is break it into 2 separate problems:

    (1) M2 falling and pulling M1 up the incline. This has already been solved and you know the acceleration. From this you can determine the velocity that M1 has at time = T.

    (2) With the string broken, there is no force pulling M1 up the incline but it does have a velocity that you can determine from problem 1. Basically, the velocity of M1 at time = T from the 1st problem (i.e. when the string breaks) is the initial condition for problem #2.

    Think of it this way. A block of mass M1 has an initial velocity V1 up an incline acted upon by gravity and friction. Find the maximum height that M1 reaches before stopping and sliding back down the incline. V1 comes from the first problem (and is a function of T).

    Good luck.
    Last edited by VBAhack; Sep 20th, 2006 at 10:38 PM.

  4. #4

    Thread Starter
    Member Thomas154321's Avatar
    Join Date
    Apr 2006
    Posts
    38

    Re: Pulley question + extras

    Quote Originally Posted by VBAhack
    Are these suppose to be 2 simultaneous equations with 2 unknowns? If so, there must be a typo.
    Sorry, I want to differentiate them. I forgot to put that, and no, they are separate equations. Thanks for the pulley answer.

  5. #5
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Pulley question + extras

    Differentiate. OK, that's important to know. For y = xx suggest you take the log of both sides, then differentiate. The other one still doesn't look right (i.e. no y).

  6. #6
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Pulley question + extras

    Incidentally, to make the pulley problem easier to think about, try considering the direction parallel to the slope and resolve your forces, velocities etc in this direction. At time T, the string breaks and m1 starts decelerating due to the frictional force and the component of m1g down the slope. This will sooner or later cause the velocity to reduce to zero and m1 will start to slide back down. So that is the maximum height.

    To do this bit just involves using v=u+at and F=ma.

    Then go from there to work out how long it takes to come back down again.


    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  7. #7

    Thread Starter
    Member Thomas154321's Avatar
    Join Date
    Apr 2006
    Posts
    38

    Re: Pulley question + extras

    I have the time to reach the maximum height as t = 2(m2)^2T/(m2-m1). Is that correct?

  8. #8
    Member
    Join Date
    Jul 2006
    Posts
    49

    Re: Pulley question + extras

    How do you take logs of y = x^x??

    log_x (y) = log_x (x) ??

    Is it okay having a base to the logs that isn't a constant?

  9. #9
    Junior Member
    Join Date
    Aug 2006
    Posts
    16

    Re: Pulley question + extras

    Quote Originally Posted by Mattywoo2
    How do you take logs of y = x^x??

    log_x (y) = log_x (x) ??

    Is it okay having a base to the logs that isn't a constant?
    I guess it's okay... though I've never seen it done! Taking bases for the above equation would yield:

    ln(y) = ln(xx)

    giving:

    ln(y) = xln(x)

    (where all "ln"s are natural logarithms)

  10. #10
    Member
    Join Date
    Jul 2006
    Posts
    49

    Re: Pulley question + extras

    Ah yes, I suppose it would Easy to miss a trick when you over complicate things!!

    so...

    ln(y) = xln(x)

    differentiating w.r.t. x

    1/y . dy/dx = ln(x) + 1

    dy/dx = x^x (ln(x) + 1)

  11. #11
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Pulley question + extras

    I think you just did Thomas154321's homework.

  12. #12

    Thread Starter
    Member Thomas154321's Avatar
    Join Date
    Apr 2006
    Posts
    38

    Re: Pulley question + extras

    They weren't my homework, I was just interested in them. Homework was the pulley part. Which I'm still not done with.

  13. #13
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Pulley question + extras

    Quote Originally Posted by Thomas154321
    I have the time to reach the maximum height as t = 2(m2)^2T/(m2-m1). Is that correct?
    Hmmm, I got a different answer. What did you get for the velocity of M1 at time = T (i.e. when the string breaks)?

  14. #14
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Pulley question + extras

    I also get a different answer.
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  15. #15
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Pulley question + extras

    I struggled a bit but believe I finally got it. A tricky part is realizing that the time durations are from the point at which M1 is initially released. In the end I treated like 3 separate problems:

    1. M1 connected to M2 which is in free fall from start to when string breaks
    2. String breaks until M1 reaches max height. The time being requested is the sum of T (time until string breaks) plus the time it takes to reach the max height after the string breaks
    3. M1 goes from max height back to original starting point

    One trick is to realize that the frictional force in #3 is in the opposite direction as in #2. Also, the distance traveled in #3 is the sum of the distance traveled in #1 and #2.

    This is a tricky problem.
    Last edited by VBAhack; Sep 26th, 2006 at 07:23 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width