Path integral applied to circular path

Click For Summary

Homework Help Overview

The problem involves a bead falling under the influence of gravity along a circular path defined by the equation (x - 1)² + (y - 1)² = 1, connecting points A = (0, 1) and B = (1, 0) in the xy-plane. The time taken for the bead to travel along this path is expressed as an integral involving its velocity, which is dependent on the height y.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the parametrization of the circular path and the implications of using 't' as a distance parameter instead of a time parameter. There are questions about the validity of the integral setup and the interpretation of the variables involved, particularly the meaning of 'y' in the context of the problem.

Discussion Status

There is ongoing clarification regarding the notation and parameters used in the problem. Some participants suggest re-evaluating the choice of variables and the interpretation of the integral. The discussion is productive, with participants providing insights and questioning assumptions without reaching a consensus.

Contextual Notes

Participants note that the original problem's notation may lead to confusion, particularly regarding the use of 't' and the definition of height in the velocity equation. There is an emphasis on correctly parametrizing the path to accurately calculate the transit time.

symmetric
Messages
8
Reaction score
0

Homework Statement


Consider path given by equation [itex]( x - 1 )^2 + ( y - 1 ) ^2 = 1[/itex] 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 -

[tex]T = \int \frac{dt}{v}[/tex]

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

Homework Equations



[itex]( x - 1 )^2 + ( y - 1 ) ^2 = 1[/itex]

The Attempt at a Solution



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

[itex]x - 1 = \cos\Theta[/itex]
[itex]y - 1 = \sin\Theta[/itex]

curve can be written as

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

From given relation we have -

[tex]T = \int \frac{dt}{v}[/tex]

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

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


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

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

Changing variables ,

[tex]\frac{\theta}{2} = x , d\Theta = 2 dx[/tex]

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


[tex]As, \sin\frac{\pi}{4} = \cos\frac{\pi}{4} = \frac{1}{\sqrt{2}}[/tex]

multiplying Nr and Dr by [itex]\frac{1}{\sqrt{2}}[/itex]

[tex]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 }[/tex]

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

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

[tex]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}}[/tex]


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: 473
Physics news on Phys.org
symmetric said:

Homework Statement


Consider path given by equation [itex]( x - 1 )^2 + ( y - 1 ) ^2 = 1[/itex] 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 -

[tex]T = \int \frac{dt}{v}[/tex]

where the bead's velocity is [itex]v = \sqrt{2gy}[/itex], 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 [itex]\sqrt{2gy}[/itex] 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 [itex]\Theta = 0[/itex] and [itex]\Theta = \frac{\pi}{2}[/itex] will not leads to co-ordinates A(0,1) and B(1,0).
 

Attachments

  • Screenshot_modified.png
    Screenshot_modified.png
    43.2 KB · Views: 446

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K