Exact Sin Calculus: Solving for Trigon Funcs Without Triangles

In summary, the conversation discusses the problem of accurately calculating trigonometric functions in computer programming, and the use of calculators and computer programs to approximate these functions. The use of Taylor series is mentioned, as well as the development of algorithms and microcode to improve accuracy. The article referenced describes one specific algorithm, called CORDIC, that can be used for this purpose.
  • #1
vjacheslav
15
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
  • #2
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?
 
  • #3
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.
 
  • #4
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.
 
  • #5


Hello! Thank you for bringing up this interesting topic. I understand the importance of finding exact solutions in mathematics and its applications in fields such as computer programming.

In terms of solving for trigonometric functions without using triangles, there are various methods that have been developed over the years. One approach is through the use of power series expansions, which allow for the calculation of trigonometric functions for any angle without the need for triangles. Another method is through the use of complex numbers and Euler's formula, which relates trigonometric functions to exponential functions.

Additionally, advancements in technology have also allowed for more precise and efficient calculations of trigonometric functions, making it possible to obtain more accurate results without the use of triangles.

Overall, while the traditional methods of using triangles to define trigonometric functions are still valid and useful, it is important to continue exploring and developing alternative approaches to solve for these functions in a more precise and efficient manner.
 

Related to Exact Sin Calculus: Solving for Trigon Funcs Without Triangles

1. What is Exact Sin Calculus?

Exact Sin Calculus is a branch of mathematics that involves solving trigonometric functions without using triangles. It is a more advanced method of solving trigonometric equations and is typically used in higher level math courses.

2. Why is it important to solve trigonometric functions without triangles?

Solving trigonometric functions without triangles is important because it allows for a more precise and accurate calculation of the values of these functions. It also provides a deeper understanding of the underlying mathematical concepts and can be applied to more complex equations.

3. How is Exact Sin Calculus different from traditional trigonometry?

Exact Sin Calculus differs from traditional trigonometry in that it uses algebraic methods instead of geometric methods to solve trigonometric functions. It also involves using identities and advanced techniques, such as Taylor series, to find exact values instead of approximations.

4. What are some common applications of Exact Sin Calculus?

Exact Sin Calculus is commonly used in fields such as engineering, physics, and astronomy. It can be applied to problems involving waveforms, oscillations, and periodic functions. It is also used in the development of mathematical models and simulations.

5. Is Exact Sin Calculus difficult to learn?

Exact Sin Calculus can be challenging for those who are not familiar with advanced mathematical concepts, but with proper instruction and practice, it can be mastered. It is recommended to have a strong foundation in traditional trigonometry and algebra before diving into Exact Sin Calculus.

Similar threads

Replies
2
Views
1K
  • General Math
Replies
3
Views
910
Replies
3
Views
1K
  • General Math
Replies
3
Views
2K
  • Advanced Physics Homework Help
Replies
6
Views
2K
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Differential Equations
Replies
2
Views
1K
  • Math Proof Training and Practice
Replies
6
Views
1K
Replies
4
Views
511
Back
Top