String in cone problem

  • Thread starter bowes78
  • Start date
  • #1
bowes78
10
0
Homework Statement:
A hollow cone is placed on the ground like shown in example. Inside a cone there is string attached to base center. In the string there is a small bead. What must the angle between string and vertical be, so bead reaches cone surface fastest? (You can stretch the string). Cone base is parallel to the ground and cone has angle φ. String frictionless.
Relevant Equations:
kinematic eqs
trig identites
I tried to come up with expression of time in terms of φ, α, and some constant value of cone size that does not depend on angle (I used R as cone radius). I though I could use that expression to see at what angle time is going to minimum, but I came up with expression from which I can't make a conclusion. I believe there is another solution method, or maybe there are some useful trig identities, but I was unable to find it.
Can someone help me out? Thanks

Angle φ is marked badly at my solution, but that doesn't change anything in particular.
newimage(3).jpg
 

Attachments

  • newimage(1).jpg
    newimage(1).jpg
    4.2 KB · Views: 13

Answers and Replies

  • #2
kuruman
Science Advisor
Homework Helper
Insights Author
Gold Member
12,808
6,001
Note that the angle you call ##\varphi## is half the angle given as ##\varphi## in the diagram.

My first approach would be to use the law of sines for the triangle that has angles ##\alpha##, ##\varphi/2## and ##\pi-(\alpha+\varphi/2).## Then minimize ##t^2## with respect to ##\alpha.##
 
  • #3
bowes78
10
0
Note that the angle you call ##\varphi## is half the angle given as ##\varphi## in the diagram.

My first approach would be to use the law of sines for the triangle that has angles ##\alpha##, ##\varphi/2## and ##\pi-(\alpha+\varphi/2).## Then minimize ##t^2## with respect to ##\alpha.##
So I get t^2=(2 a sin(φ/2))/(g cosα sin(φ/2+α)), a is length OC. How can I minimize it to find value of α?
 
  • #4
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,545
8,809
So I get t^2=(2 a sin(φ/2))/(g cosα sin(φ/2+α)), a is length OC. How can I minimize it to find value of α?
How do you usually find a minimum of a function wrt its independent variable?
 
  • #5
bowes78
10
0
How do you usually find a minimum of a function wrt its independent variable?
So after differentiation with respect to α, setting t=0, I get α=90-(φ/2). Could this be the answer?
 
  • #6
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,545
8,809
So after differentiation with respect to α, setting t=0, I get α=90-(φ/2). Could this be the answer?
Consider what that looks like in your diagram. It would mean the string meets the cone at a right angle. It is easy to show that the answer must have the string meet the cone somewhat lower.
If you cannot find your error, please post your working.
 
  • #7
bowes78
10
0
Consider what that looks like in your diagram. It would mean the string meets the cone at a right angle. It is easy to show that the answer must have the string meet the cone somewhat lower.
If you cannot find your error, please post your working.
Yes, previous solution had a mistake. This time I tried to do something like this, but that seems to me that it doesn't make sense too. Because if we set (φ/2)=0, then α=32, which doesn't look right.
IMG_20221216_162355.jpg
 
  • #8
kuruman
Science Advisor
Homework Helper
Insights Author
Gold Member
12,808
6,001
What about the work before what you posted? Specifically, what does ##a## stand for in the first equation giving ##t^2##?
 
  • #9
bowes78
10
0
What about the work before what you posted? Specifically, what does ##a## stand for in the first equation giving ##t^2##?
I just picked there wrong trigonometry formulas, so I got wrong answer. As I mentioned before, a is length OC in the triangle. I needed that for law of sines.
 
  • #10
kuruman
Science Advisor
Homework Helper
Insights Author
Gold Member
12,808
6,001
The law of sines is always two equations. In this case is $$\frac{s}{\sin\alpha}
=\frac{\frac{1}{2}gt^2\cos\alpha}{\sin(\varphi/2)}
=\frac{h}{\sin(\alpha+\varphi/2)}.
$$
Did you use both? The first equation involving segment ##s## is needed to ensure that the point of intersection P is on the hypotenuse at time ##t##.

It's probably easier and more straightforward to write equations for the position of the bead, ##x(t)## and ##y(t),## find the intersection with the hypotenuse and then minimize.
StringSHortestTime.png
 
  • #11
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,545
8,809
Yes, previous solution had a mistake. This time I tried to do something like this, but that seems to me that it doesn't make sense too. Because if we set (φ/2)=0, then α=32, which doesn't look right.
Not sure how you got the line following "=>". Please post the details of that step.
I assume you realise it is only necessary to maximise the denominator in the expression for ##t^2## since the numerator is constant.
 
  • #12
bowes78
10
0
The law of sines is always two equations. In this case is $$\frac{s}{\sin\alpha}
=\frac{\frac{1}{2}gt^2\cos\alpha}{\sin(\varphi/2)}
=\frac{h}{\sin(\alpha+\varphi/2)}.
$$
Did you use both? The first equation involving segment ##s## is needed to ensure that the point of intersection P is on the hypotenuse at time ##t##.

It's probably easier and more straightforward to write equations for the position of the bead, ##x(t)## and ##x(t)## find the intersection with the hypotenuse and then minimize.
View attachment 318945
No, I used only $$\frac{h}{sin(\alpha+\varphi/2)}=\frac{\frac{1}{2}gt^{2}cos\alpha }{sin(\varphi/2) }.$$

I think I'm getting your idea, but how I should write ##x(t)## equation? I suppose that $$y(t)=\frac{1}{2}gt^{2}.$$
Or it should be like $$y(t)=\frac{1}{2}gcos^{2}\alpha t^{2} $$
$$x(t)=\frac{1}{2}gsin\alpha cos\alpha t^{2}$$
Because string length is $${\frac{1}{2}gcos\alpha}t^{2}$$
 
  • #13
bowes78
10
0
Not sure how you got the line following "=>". Please post the details of that step.
I assume you realise it is only necessary to maximise the denominator in the expression for ##t^2## since the numerator is constant.
IMG_20221217_094227.jpg
 
  • #15
bowes78
10
0
a and φ are constants, so what is the derivative of ##2a\sin(\phi/2)##?
I see... It should be zero, but whole equation then disappears.
 
  • #16
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,545
8,809
I see... It should be zero, but whole equation then disappears.
Does it? What do you have left?
 
  • #17
bowes78
10
0
Does it? What do you have left?
Well, should I solve it like that?
$$-gcos(2\alpha+\varphi /2)(2asin(\varphi/2))=0$$
$$cos(2\alpha+\varphi /2)=0$$
$$\alpha =\frac{90^{\circ}-\varphi /2 }{2}$$
 
  • #18
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,545
8,809
Well, should I solve it like that?
$$-gcos(2\alpha+\varphi /2)(2asin(\varphi/2))=0$$
$$cos(2\alpha+\varphi /2)=0$$
$$\alpha =\frac{90^{\circ}-\varphi /2 }{2}$$
Right.
 
  • #19
bowes78
10
0

Suggested for: String in cone problem

  • Last Post
Replies
4
Views
538
Replies
9
Views
338
  • Last Post
Replies
28
Views
635
  • Last Post
Replies
15
Views
567
  • Last Post
Replies
6
Views
353
  • Last Post
Replies
14
Views
839
Replies
2
Views
364
Top