Exact Sin Calculus: Solving for Trigon Funcs Without Triangles

  • Thread starter Thread starter vjacheslav
  • Start date Start date
  • Tags Tags
    Calculus Sin
vjacheslav
Messages
15
Reaction score
0
Hi!
While computer programming Us encountered problem of exact calculus of trigonometry funcs.
As is well known, all calculators and comp progs do x for Sin
and x^2/2 for Cos on 0..Pi/2 and so on. It seems insufficient.
While solving - next problem:
trigon func definition without triangle.
 
Mathematics news on Phys.org
vjacheslav said:
Hi!
While computer programming Us encountered problem of exact calculus of trigonometry funcs.
As is well known, all calculators and comp progs do x for Sin
and x^2/2 for Cos on 0..Pi/2 and so on. It seems insufficient.
While solving - next problem:
trigon func definition without triangle.

I'm sorry, but this doesn't make a lot of sense. Can you explain it better?
 
I think you may be thinking of how a calculator/computer generates the sin/cosine of a number.
They will use several terms to calculate the value.
I don't think it will be the first few terms of a Taylor series for the function - the convergence is likely to be too slow. The only case I recall is the sine function in the Fortran library for a Univac 1108. This used a fifth degree expression in x2 - I don't remember the coefficients.
 
This article describes one basic algorithm which can be used to calculate trigonometric and hyperbolic functions on relatively primitive computers:

http://en.wikipedia.org/wiki/CORDIC

Many of the processors nowadays have microcode for calculating trig functions built into the CPU itself.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top