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
AI Thread Summary
The equation x = n*cos(90-360/n can be transformed into a form involving the sinc function, specifically y = sin(v)/v, where y = x/(2π) and v = 2π/n. The discussion highlights that while the equation involves the sinc function, there is no known closed-form solution to express n in terms of x. It is noted that for increasing integer values of n, x increases monotonically and converges to a limit, suggesting that multiple n values do not correspond to a single x value. Numerical methods may be necessary to solve for n given specific x values, as analytical solutions are not feasible. The conversation emphasizes the complexity of the relationship between n and x in this context.
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.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top