- #1
CornMuffin
- 55
- 5
Homework Statement
Two carts can slide along a horizontal rail without friction. The carts are connected:
(a) by an elastic spring of spring constant k and unstretched length l;
(b) by a chain of length l and linear density p.
The spring is going along the rail, the chain hangs in the vertical plane.
[PLAIN]http://img823.imageshack.us/img823/3803/project1f.jpg
Find the equation for the equilibrium distance, d, between the carts.
Homework Equations
The Attempt at a Solution
here is what I tried, but my final equation for the equalibrium distance d is not right
In the y direction:
F=0
lpg=2TsinA where A is the angle the chain makes with the spring
T=lpg/(2sinA)
In the x direction:
F=0
k(l-d)=lpg/(2tanA)
d=l-lpg/(2ktanA)
If I can find an equation that models the chain, then I can find the angle
A catenary can be used to model it, which I believe is in the form:
f(x)=acosh(x/a), -d/2<x<d/2 so I have to find the value of a
I'll set the y-axis through the center of the spring, and the x-axis length l above the spring, because I thought that would make the calculations easier.
The arclength is l so,
[tex]l = \int^{-d/2}_{d/2} \sqrt{1+(f'(x))^2}\,dx[/tex]
[tex]l = \int^{-d/2}_{d/2} \sqrt{1+(sinh(x/a))^2}\,dx[/tex]
[tex]l = \int^{-d/2}_{d/2} cosh(x/a)\,dx[/tex]
[tex]l = asinh(\frac{d}{2a})-asinh(-\frac{d}{2a})[/tex]
[tex]l = 2asinh(\frac{d}{2a})[/tex]
[tex]-l=f(d/2)[/tex]
[tex]-l=acosh(\frac{d}{2a})[/tex]
[tex]a=-\frac{l}{cosh(\frac{d}{2a})}[/tex]
[tex]l = 2asinh(\frac{d}{2a})[/tex]
[tex]\implies l = -\frac{2l}{cosh(\frac{d}{2a})}sinh(\frac{d}{2a})[/tex]
[tex]1/2 = tanh(\frac{d}{2a})[/tex]
[tex]\implies \frac{d}{2a} = (1/2)ln(\frac{1+1/2}{1-1/2}) = (1/2)ln3[/tex]
[tex]a=d/ln3[/tex]
So,
[tex]f(x)=\frac{d}{ln3} cosh(\frac{xln3}{d})[/tex]
[tex]f'(x)=sinh(\frac{xln3}{d})[/tex]
[tex]f'(d/2)=sinh(\frac{ln3}{2})=\frac{\sqrt{3}}{3}[/tex]
so,
[tex]A=tanh^{-1}(\frac{\sqrt{3}}{3})[/tex]
From the equation on top:
[tex]d=l-\frac{lpg}{2ktanhA}[/tex]
[tex]d=l-\frac{lpg}{2ktanh(tanh^{-1}(\frac{\sqrt{3}}{3}))}[/tex]
[tex]d=l-\frac{lpg\sqrt{3}}{k}[/tex]
but this final result can't be right, when pg/k is large, d should be small, but according to the equation, d is negative
Last edited by a moderator: