Mathematica Trouble: Solving for x in Sinc[x] > (1/1.01)

  • Context: Mathematica 
  • Thread starter Thread starter Airsteve0
  • Start date Start date
  • Tags Tags
    Mathematica
Click For Summary
SUMMARY

The discussion centers on solving the inequality Sinc[x] > (1/1.01) using Mathematica, specifically for positive values of x within the interval (0, π/2). Users report difficulties with the Solve and NSolve commands, but suggest that NSolve may yield the upper endpoint of the solution. The provided links to Wolfram Alpha demonstrate the behavior of Sinc[x] and confirm the existence of a single interval where the inequality holds true. The FindRoot function is also mentioned as a potential method to approximate the solution.

PREREQUISITES
  • Understanding of Sinc function properties
  • Familiarity with Mathematica syntax and commands
  • Knowledge of numerical methods in Mathematica, such as NSolve and FindRoot
  • Basic calculus concepts, particularly related to inequalities
NEXT STEPS
  • Explore the use of NSolve in Mathematica for solving inequalities
  • Investigate the Sinc function and its applications in signal processing
  • Learn about the FindRoot function in Mathematica for numerical approximations
  • Review the Math & Science Software section of the forum for additional Mathematica syntax questions
USEFUL FOR

Mathematica users, mathematicians, and engineers seeking to solve inequalities involving the Sinc function, as well as those interested in numerical methods for approximation in computational mathematics.

Airsteve0
Messages
80
Reaction score
0
If anyone on here uses Mathematica maybe you could help me with an issue I am having with computing the following:

Solving for x in: Sinc[x] > (1/1.01)

I am looking only at the positive values and not making any headway with the Solve or NSolve commands. I should also mention that this only makes sense for the angle being between 0 and Pi/2.
 
Last edited:
Physics news on Phys.org
This
http://www.wolframalpha.com/input/?i=plot+sinc(x)+for+0+<+x+<+pi/2
shows there will be a single open interval where Sinc[x]>1/1.01 and 0<x<pi/2.

This
http://www.wolframalpha.com/input/?i=solve+sinc(x)==1/1.01+and+x>0
gives you the upper endpoint.

When you know there is a single simple interval for a solution then I would suspect that Mathematica might correctly accept

NSolve[Sinc[x]==1/1.01,x]

to give you that upper endpoint, but unfortunately I cannot verify that for you at the moment.

Note: There is the Math & Science Software section of the forum where many of the small questions about Mathematica syntax might be more quickly and better answered. Poke around several sections below the Math category and you will find it.
 
In[1]:= FindRoot[Sinc[x]-1/1.01,{x,.25}]

Out[1]= {x->0.244097}
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K