Message Boards Message Boards

0
|
6095 Views
|
4 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Solving Cos trigonometric equation

Posted 11 years ago
Could you solve this equation please?
5*Cos[µ]=-1.7677669529663687
and please I need to find the solution in radian measuement and i also don't know what is the procedure that solve it. I am looking forward to receive the answere.
many thanks
POSTED BY: Ahmed Al-Ali
4 Replies
eq = 5*Cos[x] == -1.7677669529663687;
sol = FindRoot[eq, {x, 0.1}];
5*Cos[x /. sol]
gives
-1.76776695296637
In[18]:= sol
Out[18]= {x -> 10.6342071636576}
POSTED BY: Nasser M. Abbasi
Hi, my dear friend! Do you search the following solutions?
In[13]:= x = ArcCos[-1.7677669529663687/5];
K = x - Pi/2;
Table[(2 i - 1)/2*Pi + (-1)^(i - 1) K, {i, 5}]


Out[15]= {1.93216, 4.35102, 8.21535, 10.6342, 14.4985}
Peter
POSTED BY: Peter Bischet
Posted 11 years ago
My dear friends Nasser and Peter,
I do feel grateful to have thise answers
Thank you very much indeed 
POSTED BY: Ahmed Al-Ali
Posted 11 years ago
Put this into Wolfram|Alpha ( LINK ):
Solve 5*Cos[x] == -1.7677669529663687
POSTED BY: Bill Simpson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract