Solving a 2D Physics Problem with Unknown Circle Equation

AI Thread Summary
The discussion revolves around solving a 2D physics problem involving an object moving along a circular path from points P to Q and then Q to R, with known coordinates for P and Q and an initial velocity of zero. The user successfully calculates the distances between the points and the acceleration using kinematic equations. They seek guidance on how to determine the coordinates of point R based on the distances and constant acceleration. A suggestion is made to use polar coordinates for this calculation, considering the nature of circular motion. The user expresses gratitude for the assistance received, indicating the problem is closer to resolution.
jdred23
Messages
2
Reaction score
0
Hello everyone! I've found a physics problem that i don't know the solution of(maybe because of my limited knowledge). The problem is something like this:

Let's say an object travels in a circular path from P to Q and Q to R in which P, Q and Rare not the center of the circle(because P, Q, R are on the circumference of the circle) and we don't know the equation of the circle.


We are given the 2D coordinate of P and Q, the initial velocity at P is 0, the object has the same acceleration all the way from P upto R and the object goes from P to Q in 1 \text{ millisecond} and Q to R in 2 \text{ millisecond}

Is it possible to find the 2D coordinate of R?


The way I tried to solve it:

I managed to find the distance QR by using the following calculations.

We know that:

s_{pq}= (u_{p} * t_{pq}) + (\frac{1}{2}*a_{pq}*t_{pq}^2)


By rearranging we get:

a_{pq} =\frac{\Large{2(s_{pq} - u_{p}*t_{pq})}}{\Large{t_{pq}^2}}\text{...(1)}\\<br /> \text{where } a_{pq} = \text{ acceleration between }P\text{ and }Q, s_{pq} = \text{ the distance between } P \text{ and } Q\text{(found using simple vector math) }, u_{p} = 0\text{( initial velocity is 0 given)} \text{ and }t_{pq} = 1\text{ millisecond(given)}


Now we know a_{pq} Also we know that:

v_{q} = u_{p} + a_{pq} * t_{pq}\text{...(2)} \\<br /> \text{where } v_{q} = \text{ velocity at } Q, u_{p} = 0\text{ (initial velocity)}, a_{pq} = \text{ found above in eq(1) and } t_{pq} = 1\text{ millisecond(given)}


Plugging in a_{pq} and v_q into the equation below we get the distance between Q and R

s_{qr} = v_{q} * t_{qr} + \frac{1}{2} * a_{pq} * t_{qr}^2 \\<br /> \text{where }s_{qr} =\text{ distance between } Q \text{ and } R, v_{q} = \text{ is found above in eq(2) }, a_{pq} = \text{ found above in eq(1) and } t_{qr} = 2\text{ millisecond(given)}


So i know the distance between P and Q and the distance between Q and R.


Now how do I use this information to get the coordinate of R? Any thoughts on this? Is it possible to find the coordinate of R in this way?
 
Physics news on Phys.org


You could use polar coordinates where distance = r θ, (in this case r is constant) then
convert to cartesian afterwards. I assume when you stated acceleration is the same,
you meant the tangental component of acceleration, since the radial component of
acceleration increases over time in this case and at any moment = v2 / r.
 


Thank you rcgldr so much for your help. That solves my problem. I really appreciate your help.
 
The rope is tied into the person (the load of 200 pounds) and the rope goes up from the person to a fixed pulley and back down to his hands. He hauls the rope to suspend himself in the air. What is the mechanical advantage of the system? The person will indeed only have to lift half of his body weight (roughly 100 pounds) because he now lessened the load by that same amount. This APPEARS to be a 2:1 because he can hold himself with half the force, but my question is: is that mechanical...
Hello everyone, Consider the problem in which a car is told to travel at 30 km/h for L kilometers and then at 60 km/h for another L kilometers. Next, you are asked to determine the average speed. My question is: although we know that the average speed in this case is the harmonic mean of the two speeds, is it also possible to state that the average speed over this 2L-kilometer stretch can be obtained as a weighted average of the two speeds? Best regards, DaTario
Some physics textbook writer told me that Newton's first law applies only on bodies that feel no interactions at all. He said that if a body is on rest or moves in constant velocity, there is no external force acting on it. But I have heard another form of the law that says the net force acting on a body must be zero. This means there is interactions involved after all. So which one is correct?

Similar threads

Back
Top