Expressing n in Terms of x: Solving for n in the Equation x=n*cos(90-360/n)

  • Thread starter Thread starter 24forChromium
  • Start date Start date
Click For Summary
SUMMARY

The equation x=n*cos(90-360/n can be transformed into a sinc function representation. Specifically, by converting the angle to radians, the equation becomes y = sin(v)/v, where y = x/(2π) and v = 2π/n. Despite the relationship to the sinc function, there are no known closed-form solutions for n in terms of x. Numerical methods must be employed to solve for n for various x values, as multiple n values correspond to a single x value.

PREREQUISITES
  • Understanding of trigonometric functions, specifically the cosine and sine functions.
  • Familiarity with the sinc function and its properties.
  • Knowledge of numerical methods for solving equations.
  • Ability to work with radians in mathematical expressions.
NEXT STEPS
  • Research the properties and applications of the sinc function.
  • Learn about numerical methods for solving transcendental equations.
  • Explore graphing techniques for visualizing the sinc function and its behavior.
  • Study the implications of using radians versus degrees in trigonometric equations.
USEFUL FOR

Mathematicians, physics students, and anyone involved in numerical analysis or trigonometric function applications will benefit from this discussion.

24forChromium
Messages
155
Reaction score
7

Homework Statement


Given x=n*cos(90-360/n), express n in terms of x

Homework Equations


<no relevant equation since it's pure maths>

The Attempt at a Solution


All I can say is that the result is one of those functions, whose proper name I do not remember, with multiple n values corresponding to one x value. Not sure how to elegantly report that and this is mainly why I asked.
 
Physics news on Phys.org
24forChromium said:

Homework Statement


Given x=n*cos(90-360/n), express n in terms of x

Homework Equations


<no relevant equation since it's pure maths>

The Attempt at a Solution


All I can say is that the result is one of those functions, whose proper name I do not remember, with multiple n values corresponding to one x value. Not sure how to elegantly report that and this is mainly why I asked.
I don't see that there will be multiple n values for a given x. Looking at n=1, 2, 3... x increases monotonically (and converges to a limit). On the other hand i would think it impossible to write n as a function of x in closed form.
 
haruspex said:
I don't see that there will be multiple n values for a given x. Looking at n=1, 2, 3... x increases monotonically (and converges to a limit). On the other hand i would think it impossible to write n as a function of x in closed form.
Can you answer the question?
 
24forChromium said:
Can you answer the question?
No, as I said, I see no way to get n as a function of x in closed form. Is this the complete statement of the problem?
 
24forChromium said:

Homework Statement


Given x=n*cos(90-360/n), express n in terms of x

Homework Equations


<no relevant equation since it's pure maths>

The Attempt at a Solution


All I can say is that the result is one of those functions, whose proper name I do not remember, with multiple n values corresponding to one x value. Not sure how to elegantly report that and this is mainly why I asked.

I don't think the "result" involves one of those functions whose name you forget; it is true that the equation itself (NOT the solution) does involve the so-called "sinc" function. Using radians instead of degrees to represent angles, your equation is
x = n \,\cos \left(\frac{\pi}{2} - \frac{2 \pi}{n} \right).
Using ##\cos(\pi/2 - \theta) = \sin(\theta)##, this becomes
y = \frac{\sin(v)}{v},
where
y = \frac{x}{2 \pi}, \: \text{and} \; v = \frac{2 \pi}{n}

The function ##\sin(\theta)/ \theta## occurs frequently in applications, so has been given a name: ##\text{sinc}(\theta) = \sin( \theta)/\theta##. So, with ##y## and ##v## as defined above, your equation is ##\text{sinc}(v) = y##. You can see plots of the sinc funcion in http://mathworld.wolfram.com/SincFunction.html or
http://www.physics.usyd.edu.au/teach_res/mp/doc/math_sinc_function.pdf .

However, you should realize that there are no known formulas for the solution of that equation, so you cannot hope to express n in terms of x as any kind of known function. All you can do is solve it numerically for various values of x and maybe plot or tabulate the numerical results.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K