How to Find Angles in a Static Equilibrium System with Pulleys?

Click For Summary

Homework Help Overview

The discussion revolves around a static equilibrium problem involving three masses (Fα, Fβ, and Fg) connected by two pulleys, with an additional force from the wind. Participants are tasked with finding the angles associated with the forces Fα and Fβ based on their vector components.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants are attempting to manipulate equations derived from the equilibrium conditions, substituting known values for forces and exploring relationships between the angles and the forces. There is discussion about simplifying terms and ensuring the correct application of trigonometric identities.

Discussion Status

The conversation is ongoing, with participants providing guidance on simplifying equations and checking for errors in calculations. Some participants express uncertainty about their approaches, while others offer suggestions for re-evaluating the setup and assumptions made in the problem.

Contextual Notes

Participants are working under the constraints of a homework assignment, which may limit the information they can use or the methods they can apply. There is a focus on ensuring accuracy in calculations involving large numbers, which has been noted as a source of confusion.

kaienx
Messages
15
Reaction score
0

Homework Statement


I have 3 masses (Fα, Fβ & Fg) with 2 pulleys, and a wind variable which is in static equilibrium. I have already calculated the appropriate forces for the 3 masses by multiplying it with 9.81m/s² (gravity).

Fwind = 60N
Fα = 313.9N
Fβ = 619N
Fg = 882.9N

I'm required to find the angles for vector Fα & Fβ as shown in below equations (which is derived from the vector's individual components (x & y):

lVCR1.jpg


Homework Equations


- Fαcos α + Fβcos β + Fwind = 0 — (1)
Fαsin α + Fβsin β - Fg = 0 — (2)

The Attempt at a Solution


Replacing these with actual values[/B]:
- 313.9cos α + 619cos β + 60 = 0 — (1)
313.9sin α + 619sin β - 882.9 = 0 — (2)

I have re-organized the equation:
cosα = 619cosβ + 60 / 313.9
sinα = - 619sin β + 882.9 / 313.9
square it as such:
cos²α = (619² cos²β + 60² + 2(619cosβ * 60)) / 313.9² — (1)
sin²α = (619² sin²β + 882.9² - 2(619sinβ * 882.9)) / 313.9² — (2)

Adding them up as sin2α+cos2α=1

1 = (619² cos²β + 60² + 2(619cosβ * 60)) / 313.9² + (619² sin²β + 882.9² + 2(619sinβ * 882.9)) / 313.9²

I'm not too sure if I'm doing this correctly or not.
 
Last edited:
Physics news on Phys.org
kaienx said:

Homework Statement


I have 3 masses (Fα, Fβ & Fg) with 2 pulleys, and a wind variable which is in static equilibrium. I have already calculated the appropriate forces for the 3 masses by multiplying it with 9.81m/s² (gravity).

Fwind = 60N
Fα = 313.9N
Fβ = 619N
Fg = 882.9N

I'm required to find the angles for vector Fα & Fβ as shown in below equations (which is derived from the vector's individual components (x & y):

lVCR1.jpg


Homework Equations


- Fαcos α + Fβcos β + Fwind = 0 — (1)
Fαsin α + Fβsin β - Fg = 0 — (2)

The Attempt at a Solution


Replacing these with actual values[/B]:
- 313.9cos α + 619cos β + 60 = 0 — (1)
313.9sin α + 619sin β - 882.9 = 0 — (2)

I have re-organized the equation and square it as such:
cos²α = (619² cos²β + 60² + 2(619cosβ * 60)) / 313.9² — (1)
sin²α = (619² sin²β + 882.9² + 2(619sinβ * 60)) / 313.9² — (2)

Adding them up as sin2α+cos2α=1

1 = (619² cos²β + 60² + 2(619cosβ * 60)) / 313.9² + (619² sin²β + 882.9² + 2(619sinβ * 60)) / 313.9²

I'm not too sure if I'm doing this correctly or not.
Bring the terms to the common denominator, and note that you can simplify by replacing the sum of the square terms by 6192 .
 
ehild said:
Bring the terms to the common denominator, and note that you can simplify by replacing the sum of the square terms by 6192 .

could you elaborate further on (simplify by replacing the sum of the square terms by 6192) ?
 
kaienx said:
could you elaborate further on (simplify by replacing the sum of the square terms by 6192) ?
First check the signs in your second squared equation .
Using the identity a/c+b/c=(a+b) /c
you get
1 =( 619² cos²β + 60² + 2(619cosβ * 60) + 619² sin²β + 882.9² - 2(619sinβ * 60) )/ 313.9²
 
Last edited:
I've done some simplifying and adding up based on your guidance and got:

783112.41 + 619²(sin²β + cos²β) + 74280 (cosβ + sinβ) / 313.9².
 
I just noticed that your second squared equation is wrong. Correct. And I do not understand what your last formula is.
 
ehild said:
I just noticed that your second squared equation is wrong. Correct. And I do not understand what your last formula is.
my last formula? meaning sin2α+cos2α=1? is it?
 
kaienx said:
my last formula? meaning sin2α+cos2α=1? is it?
sin2α+cos2α=1 is right and should be used. But the whole formula is wrong. It is not even an equation.
Go back to
1 =( 619² cos²β + 60² + 2(619cosβ * 60) + 619² sin²β + 882.9² - 2(619sinβ *882.9 60) )/ 313.9²
 
I saw my mistake! Handling big numbers really are confusing. I have edited the first post for clarity's sake.
1 = 619² cos²β + 60² + 2(619cosβ * 60) + 619² sin²β + 882.9² - 2(619sinβ *882.9))/ 313.9²
From there:
1 = 619² (cos²β + sin²β) + 60² + 882.9² + 2(619cosβ * 60) - 2(619sinβ *882.9) / 313.9²
313.9² = 619² (1) + 60² + 882.9² + 74280cosβ - 1093030.2sinβ
0 = 619² + 60² + 882.9² - 313.9² + 74280cosβ - 1093030.2sinβ
0 = 1067740.2 + 74280cosβ - 1093030.2sinβ

And I'm stuck again.
 
  • #10
kaienx said:
I saw my mistake! Handling big numbers really are confusing.
0 = 1067740.2 + 74280cosβ - 1093030.2sinβ

And I'm stuck again.
Yes, it is difficult to work with big numbers. That is, why we prefer to work symbolically, and substitute the data at the end. I do not have time and nerve to check your numbers.
Divide the whole equation with the constant term, getting an equation of form C sin(β) +D cos(β) - 1=0 . C and D are not big numbers.
How would you solve it, knowing that sin2(β) + cos2(β)=1?
 

Similar threads

Replies
8
Views
5K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
27
Views
7K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
8
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K