Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.7K Views
|
3 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

How to find the interval where the root exists?

POSTED BY: Julia Ilkiv
3 Replies
Posted 11 years ago
POSTED BY: Bill Simpson

It appears you use Log[y] rather than Cos[y]? Anyway, intersection points can be found with Solve.

Solve[Sin[x] == Log[x] && -1 <= x <= 6, x]

(* Out[75]= {{x -> 
   Root[{Log[#1] - 2 Tan[#1/2] + Log[#1] Tan[#1/2]^2 &,  2.2191071489137460325958}]}} *)
POSTED BY: Daniel Lichtblau

oh,it was a mechanical error) Thanks, but I need an interval or coordinates of rectangle, where these rectangles overlap. how to find it? out

POSTED BY: Julia Ilkiv
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard