SHM: Different Final Answers When Using Energy Conversation & Trigonometry

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
Oz Alikhan
Messages
12
Reaction score
0
1. The Question from Text:

"A forest playground has a tyre hanging from a tree branch. The tyre behaves like a pendulum, with a rope of 4.0 metres length, and the tyres mass 15 kg. A child of mass 45 kg swings on the tyre by pulling it 3.0 metres to one side and leaping on. What is the maximum height that the tyre will reach above its equilibrium position?" 3. The Solutions:

Through Energy Conservation

T = 2∏ \sqrt{l/g} ≈4.0s
ω = 2∏/T ≈1.6 rad/s

Therefore, V_max = Aω = 3.0 x 1.6 = 4.7 (Using unrounded T & ω)

Max K.E = 0.5*(15+45)*(4.7)^2 = 660 J

Max P.E = 660 J = mgh
h = 660/mg = 1.1 mThrough Trigonometry

The right angled triangle: Cosθ = 3/4
If I use Pythagoras Theorem, I get \sqrt{4^{2} - 3^{2}} = \sqrt{7}
Then, 4 - \sqrt{7} = 1.35 mWhy is there a significant difference in my answers? (Quick side note: Why doesn't my MathTex not work?)
 
Last edited:
Physics news on Phys.org
Oz Alikhan said:
1. The Question from Text:

"A forest playground has a tyre hanging from a tree branch. The tyre behaves like a pendulum, with a rope of 4.0 metres length, and the tyres mass 15 kg. A child of mass 45 kg swings on the tyre by pulling it 3.0 metres to one side and leaping on. What is the maximum height that the tyre will reach above its equilibrium position?"


3. The Solutions:

Through Energy Conservation

T = 2∏ \sqrt{l/g} ≈4.0s
ω = 2∏/T ≈1.6 rad/s

Therefore, V_max = Aω = 3.0 x 1.6 = 4.7 (Using unrounded T & ω)

Max K.E = 0.5*(15+45)*(4.7)^2 = 660 J

Max P.E = 660 J = mgh
h = 660/mg = 1.1 m


Through Trigonometry

The right angled triangle: Cosθ = 3/4
If I use Pythagoras Theorem, I get \sqrt{4^{2} - 3^{2}} = \sqrt{7}
Then, 4 - \sqrt{7} = 1.35 m


Why is there a significant difference in my answers? (Quick side note: Why doesn't my MathTex not work?)

A pendulum is not a "good" SHM device except for small displacement angles (where "small" means sin(θ) ≈ θ). Here your angle is nearly 50°, so expect large inaccuracies!

MathTex expressions should be between appropriate tags that flag MathTex to interpret the enclosed text. For expression embedded in text you can use [ itex ] and [ /itex ] (no spaces) or a pair of ## . Larger, one expression per line version uses tags[ tex ] ... [ /tex ] (again no spaces) or a pair of $$'s
 
  • Like
Likes   Reactions: 1 person
Oh I see. The Trigonometry method is a linear approximation that does not take into account of the larger angles where the approximation deviates from this linearity. That explains the difference in answers .

Thanks for clearing that up :smile: