Solving -25FCosα + 1.5FSinα= -80 with Trigonometric Identities

  • Thread starter Thread starter Esas Shakeel
  • Start date Start date
  • Tags Tags
    Trigonometery
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
Esas Shakeel
Messages
16
Reaction score
2
Poster has been reminded to post schoolwork in the Homework Help forums & show and attempt at a solution
-25FCosα + 1.5FSinα= -80

Can someone please solve this and tell what trigonometric identities are we going to be using this solving?
 
Physics news on Phys.org
Esas Shakeel said:
-25FCosα + 1.5FSinα= -80

Can someone please solve this and tell what trigonometric identities are we going to be using this solving?
I can't think of any. For a given value of F, your best bet would be to iterate to find the angle α which satisfies this equation.
 
You can try with some methods for solving trigonometric equations... For example putting ##X=\cos{\alpha}## and ##Y=\sin{\alpha}## you can form the system ##\left\{ \begin{array}{rl} -25FX+1.5FY=-80 \\ X^2+Y^2=1 \end{array} \right.##
 
In general, an equation ##a\sin(\alpha) + b\cos(\alpha)=c## can be rewritten as
##sin(\alpha + \beta)=\frac{c}{\sqrt{a²+b²}}##,
where ##\beta## satisfies ##\cos(\beta)=\frac{a}{\sqrt{a²+b²}}##, ##\sin(\beta)=\frac{b}{\sqrt{a²+b²}}##.
 
  • Like
Likes   Reactions: Esas Shakeel
Ssnow said:
You can try with some methods for solving trigonometric equations... For example putting ##X=\cos{\alpha}## and ##Y=\sin{\alpha}## you can form the system ##\left\{ \begin{array}{rl} -25FX+1.5FY=-80 \\ X^2+Y^2=1 \end{array} \right.##
That still gives three unknowns with two equations.
 
blue_leaf77 said:
That still gives three unknowns with two equations.
But F = 4 kN, according to the OP. It's still not clear if 80 is in kN or what.

Knowing a value for F, you can still solve the original equation by iterating for the angle α.

-100 kN ⋅ cos α + 6 kN ⋅ sin α = -80 kN (?)

f(α) = 80 - 100 ⋅ cos α + 6 ⋅ sin α

Code:
   α         f(α)
  Deg.       kN
  10       -17.44
  15       -15.04
  20       -11.92
  25        -8.10
  30        -3.60
  35        +1.53
α lies somewhere between 30° and 35°.

You can continue the iteration to reach the desired precision for α.