Path integral applied to circular path

symmetric
Messages
8
Reaction score
0

Homework Statement


Consider path given by equation ( x - 1 )^2 + ( y - 1 ) ^2 = 1 that connect the points
A = ( 0 , 1 ) and B = ( 1 , 0 ) in xy plane ( shown in image attached ).
A bead falling under influence of gravity from a point A to point B along a curve is given by -

T = \int \frac{dt}{v}

where the bead's velocity is v = \sqrt{2gy} , where g is the gravitational constant.

Homework Equations



( x - 1 )^2 + ( y - 1 ) ^2 = 1

The Attempt at a Solution



Given curve ( x - 1 )^2 + ( y - 1 ) ^2 = 1 can be parametrized as -

x - 1 = \cos\Theta
y - 1 = \sin\Theta

curve can be written as

c( \Theta) = ( 1 + \cos\Theta , 1 + \sin\Theta )
c'( \Theta) = ( - \sin\Theta , \cos\Theta )
\left| c'( \Theta) \right| = 1

From given relation we have -

T = \int \frac{dt}{v}

T = \int_{c} \frac{ \left| c'( \Theta) \right| d\Theta}{ \sqrt{2gy}}

T = \int_{\pi}^{ \frac{3\pi}{2}} \frac{d\Theta}{ \sqrt{2g( 1 + \sin\Theta)}}


As, 1 + \sin\Theta = \left( \cos\frac{\Theta}{2} + \sin\frac{\Theta}{2} \right) ^2

T = \frac{1}{ \sqrt{2g}} \int_{\pi}^{\frac{3\pi}{2}} \frac{d\Theta}{ \cos\frac{\Theta}{2} + \sin\frac{\Theta}{2}}

Changing variables ,

\frac{\theta}{2} = x , d\Theta = 2 dx

T = \frac{1}{ \sqrt{2g}} \int_{\frac{\pi}{2}}^{\frac{3\pi}{4}} \frac{ 2 dx }{ \cos x + \sin x }


As, \sin\frac{\pi}{4} = \cos\frac{\pi}{4} = \frac{1}{\sqrt{2}}

multiplying Nr and Dr by \frac{1}{\sqrt{2}}

T = \frac{1}{\sqrt{g}} \int_{\frac{\pi}{2}}^{\frac{3\pi}{4}} \frac{dx}{ \sin\frac{\pi}{4}\cos x + \cos\frac{\pi}{4} \sin x }

T = \frac{1}{\sqrt{g}} \int_{ \frac{\pi}{2} } ^ {\frac{3\pi}{4}} \frac{dx} { \sin\left( x + \frac{\pi}{4} \right) }

T = \frac{1}{\sqrt{g}} \int_{\frac{\pi}{2}}^{\frac{3\pi}{4}} \csc \left( x + \frac{\pi}{4} \right) dx

T = \frac{1}{\sqrt{g}} \left| \ln \left[ \tan \left( \frac{ x + \frac{\pi}{4} } {2} } \right) \right] \right |_{\frac{\pi}{2}}^{\frac{3\pi}{4}}


The value of first term after limit substitution is infinity. Here the value of integral i.e. ' time ' should be strictly finite. What is wrong with my solution?
 

Attachments

  • marsden_problem.JPG
    marsden_problem.JPG
    7.1 KB · Views: 455
Physics news on Phys.org
symmetric said:

Homework Statement


Consider path given by equation ( x - 1 )^2 + ( y - 1 ) ^2 = 1 that connect the points
A = ( 0 , 1 ) and B = ( 1 , 0 ) in xy plane ( shown in image attached ).
A bead falling under influence of gravity from a point A to point B along a curve is given by -

T = \int \frac{dt}{v}

where the bead's velocity is v = \sqrt{2gy}, where g is the gravitational constant.
"A bead is given by T=..." doesn't really make sense.

The problem is the integral you started with is wrong. You want a time, but if you check the units of the integral, you get time/(distance/time) = time2/distance.
 
What does t have to do with the curve?
 
Welcome to PF!

Hi symmetric! Welcome to PF! :smile:

(have a theta: θ and a pi: π and a square-root: √ and try using the X2 tag just above the Reply box :wink:)

Nooo … your own notation is bad, and you've misunderstood the question's notation. :redface:

i] never use t for a distance parameter, use s (or x etc)

ii] you don't need to use the usual θ (starting with θ = 0 along the positive x-axis) … you can choose any distance parameter, so you may as well start with θ = 0 at A, going to θ = π/2 at B

iii] the y in the given formula, √2gy, is not the y-coordinate, it's the difference in height (so at A it's 0).

Try again. :smile:
 


Hurkyl said:
What does t have to do with the curve?
tiny-tim said:
i] never use t for a distance parameter, use s (or x etc)
D'oh! I just assumed t stood for time. Just ignore my earlier post. :blushing:
 
@vela @Hurkyl @tiny-tim

Thanks for your reply.

To clear confusion of variable 't' attaching original problem snapshot.

Hurkyl said:
What does t have to do with the curve?

From my understanding of given question it's distance traveled along circular path ( specifically for above problem ) .


tiny-tim said:
i] never use t for a distance parameter, use s (or x etc)

ii] you don't need to use the usual θ (starting with θ = 0 along the positive x-axis) … you can choose any distance parameter, so you may as well start with θ = 0 at A, going to θ = π/2 at B

iii] the y in the given formula, √2gy, is not the y-coordinate, it's the difference in height (so at A it's 0).

Try again. :smile:


i] i generally don't use 't' for distance but given problem follows that notation .

ii] and iii] But we have to calculate transit time T for bead traveling along path given ( part of circle ). The given formula \sqrt{2gy} is valid for any path ( circular, straight line etc ) with same start and end point. Hence, given curve must be parametrized in order to get transit time T along specific path. If we chose the parametrization mentioned by me, then \Theta = 0 and \Theta = \frac{\pi}{2} will not leads to co-ordinates A(0,1) and B(1,0).
 

Attachments

  • Screenshot_modified.png
    Screenshot_modified.png
    43.2 KB · Views: 420
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