Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.1K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to solve 296.9 + Sqrt [1460*x -532900] -x*ArcCos [{x - 730} / x] == 0?

Posted 11 years ago

Solve does not solve the equation 296.9 + Sqrt [1460 * x - 532900] - x * ArcCos [ {x-730} / x] == 0, there is another way to solve this equation? An approximate answer would be x == 1206.49.

POSTED BY: Rubens Silva
2 Replies
Posted 11 years ago

Helped me a lot. Thank you very much.

POSTED BY: Rubens Silva
In[11]:= FindRoot[296.9 + Sqrt[1460*x - 532900] - x*ArcCos[{x - 730}/x] == 0, {x, 
  1000}]

Out[11]= {x -> 1206.5}

In[12]:= InputForm[%]

Out[12]//InputForm=
{x -> 1206.5038624129224}
POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard