Mechanics problems, about the use of polar coordinates

AI Thread Summary
The discussion focuses on solving a mechanics problem involving polar coordinates and the relationship between two metal bars. The user initially struggles with correlating the movements of the bars and attempts to apply the law of cosines, but encounters issues with differentiation and dimensional analysis. Suggestions include using the isosceles triangle properties to express angles and the need to differentiate the law of cosines correctly to find the necessary relationships. Ultimately, the user gains clarity on the problem, realizing that the velocity and acceleration of point A can be expressed in terms of the derivatives of the angles and radii involved. The conversation emphasizes the importance of correctly applying mathematical principles to solve mechanics problems.
Xenonnn
Messages
4
Reaction score
0

Homework Statement


The problem and answers are given in full through the following image:
[URL]http://ekdhl.net/files/mechanics.JPG[/URL]

Homework Equations


Equations 2/13 and 2/14 are these:
\textbf{v} = r'e_{r} + r\theta 'e_{\theta}
\textbf{a} = (r''-r\theta '^{2})e_{r} + (\theta ''r + 2r'\theta ')e_{\theta}

The Attempt at a Solution


I could solve the introductory problems that had to do with polar coordinates easily, and I have worked with both spherical and polar coordinates in calculus classes, and haven't had a problem with it. But I can't figure out what the relationship is between \beta and that the other metal bar, that is, how their movements correlate. The only thing I could come up with, and have tried, is to use the cosine theorem and the taking its derivative with regard to time. But this did not work, and dimensional analysis would also confirm that it did not yield the answer that I wanted.

So I'm stumped, and would appreciate your help!
 
Last edited by a moderator:
Physics news on Phys.org
It would help if you showed details of what you tried. Using the law of cosines is probably what you want to do. If the units didn't work out when you differentiated, that means you differentiated incorrectly.

You might also consider the vertical position of point A in terms of r and θ and in terms of AB and β to get another relation between the variables.
 
Starting out with the laws of cosines I think seems very good, if I could make it work. This is what I tried (I have looked over it a couple of times for errors, but I can't find anything apparent.):

r = \sqrt{2*0.15^{2}-0.15^{2}*cos(\beta)}
r' = \frac{0.15^{2}*sin(\beta)*\beta '}{2\sqrt{2*0.15^{2}-0.15^{2}*cos(\beta)}}

Substituting in \beta = 60 and \beta ' = 0.6 I get r' = 0.3181..
 
Last edited:
You left a factor of two out of the law of cosines:
c^2 = a^2 + b^2 - 2ab\cos C
where C is the angle opposite side c.

Another approach would be to use the fact that the triangle is an isosceles triangle to express θ in terms of β.
 
vela said:
Another approach would be to use the fact that the triangle is an isosceles triangle to express θ in terms of β.

Thank you very much, using this I could find both \theta ' and \theta ''.

I now think I understand this problem:
1) Find the radius correlation using the law of cosines.
2) Find the angle correlation using the fact that the triangle is isosceles.

But I still can't nail the first part. This is the law of cosines:
c^2 = a^2 + b^2 - 2ab\cos C

But in my situation, a = b = 0.15, so a^2+b^2 = 2*0.15^2, which is what I wrote. :/

I'm also a little worried that this is not the intended solution, since it does not require the use of the equations that they suggest!
 
You're missing a factor of 2 in the cosine term.

Differentiating the law of cosines will give you the right answer. I was just pointing out there are multiple ways to break this problem down.
 
vela said:
You're missing a factor of 2 in the cosine term.

Differentiating the law of cosines will give you the right answer. I was just pointing out there are multiple ways to break this problem down.

I see it now. Thank you very much help!
 
Moderator's note: thread moved to Engineering, Comp Sci, & Technology. Please post questions from engineering courses in Engineering, Comp Sci, & Technology, not Introductory Physics.
 
Xenonnn said:
I'm also a little worried that this is not the intended solution, since it does not require the use of the equations that they suggest!
I agree. Differentiating the law of cosines probably isn't how you're expected to solve the problem. What I think you're supposed to do is write down the velocity and acceleration of point A in terms of β and its derivatives and in terms of r, θ, and their derivatives. This will give you the relationships you need to solve for the derivatives of r and θ.

If you use point B as your origin, the velocity will be equal to
\vec{v}_\mathrm{A} = \dot{r}_B\hat{e}_{r_B} + r_B\dot{\beta}\hat{e}_\beta
where rB is the distance from A to B. Since rB is constant, its derivative vanishes and you're left with
\vec{v}_\mathrm{A} = r_B\dot{\beta}\hat{e}_\beta
With C as your origin, you have
\vec{v}_\mathrm{A} = \dot{r}\hat{e}_r + r\dot{\theta}\hat{e}_\theta
To solve for \dot{r}, you would calculate the following:
\dot{r} = \hat{e}_r\cdot \vec{v}_\mathrm{A} = \hat{e}_r\cdot(r_B\dot{\beta}\hat{e}_\beta) = r_b\dot{\beta}(\hat{e}_r\cdot\hat{e}_\beta)
You'll have to figure out what the dot product of the unit vectors is. You can solve for the other quantities in a similar way.
 
Back
Top