Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.1K Views
|
3 Replies
|
1 Total Like
View groups...
Share
Share this post:

Solve trig equations with unknowns both in and out trig functions?

Posted 7 years ago

Good morning everyone,

I'm new to the forum and a Wolfram beginner. I'm having troubles calculating trigonometric functions with unknowns both in and out of the brackets of trigonometric functions

eg: Cos[x] - x Sin[x]==0

I usually use Solve for polynomial equations, but neither Solve not Reduce can face these kind of problems enter image description here

Can someone please help me?

Thank You

POSTED BY: Claudia Zara
3 Replies
Posted 7 years ago

Thank you very much to both of you for your answers, they will be precious.

POSTED BY: Claudia Zara
Attachments:
POSTED BY: Shenghui Yang

Try restricting the range of the variable:

Solve[Cos[x] - x*Sin[x] == 0 && Abs[x] < 10, x]
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard