Manually calculate Arccosine and Arctangent

  • Thread starter Philosophaie
  • Start date
  • Tags
    Arctangent
In summary, to calculate Arccosine and Arctangent without a scientific calculator, you can either use series expansions such as Chebyshev polynomials or Taylor series, or use specific identities and approximations such as the formula for Arctangent and the identity for Arccosine. However, these methods may require some time and effort to compute by hand.
  • #1
Philosophaie
462
0
How do you calculate Arccosine and Arctangent if you do not have a scientific calculator.
[tex]\theta = atan(\frac{y}{x})[/tex]
[tex]\theta2 = acos(\frac{z}{\sqrt{x^2+y^2+z^2}})[/tex]
 
Mathematics news on Phys.org
  • #2
Make a finite Taylor series expansion, for example.
 
  • #3
Or, if you recognize the value inside the acos, for example, as the cosine value to some specific angle, then that specific angle is your desired answer.
 
  • #4
The series expansions (Taylor series) can be used though most computational methods first transform this into a Chebyshev expansion. You will study these if you take a course in numerical analysis.

For an introduction see: http://en.wikipedia.org/wiki/Chebyshev_polynomials It takes a while to get to the application of the polynomials to approximation theory.
 
  • #5
Essentially, what you want is a finite algorithm of a) minimal length and retaining b) optimal accuracy for your answer.
These two competing issues generate in general, a tricky balancing act, although much research has uncovered a lot of techniques that justifiably have become "favoured".
 
Last edited:
  • #6
Though it is nearly 8 weeks late, if you need only about 4 digits of accuracy, you could use [itex]tan^{-1}\approx \frac{x(240+115x^{2})}{240+195x^{2}+17x^{4}}, x\in [-1,1][/itex] and for x outside that range, use the identity [itex]tan^{-1}(x)=\frac{\pi}{2}-tan^{-1}(\frac{1}{x})[/itex]. It might be a pain by hand, but it is doable.

Using Chebyshev polynomials or Taylor Series will take you a looong time :P

So, as an example, take x=.1
[itex]tan^{-1}(.1)\approx \frac{.1(240+115*.01)}{240+195*.01+17*.0001}[/itex]
[itex]= \frac{.1(241.15)}{241.9517}[/itex]
[itex]= \frac{24.115}{241.9517}[/itex]
[itex]\approx .0996686529[/itex]

Compare to my calculator which returns .0996686525 ;)

See this post for the derivation of that formula.

For arccos, you can use the identity:
[itex]cos^{-1}(x)=2tan^{-1}\left(\sqrt{\frac{1-x}{1+x}}\right), x\in (-1,1][/itex]

To compute square roots by hand, there are a number of methods, but the method I am most familiar with is in binary, so I don't know how useful that will be :/ (Note that the square root will be squared in two places plugging it into the arctangent approximation, so you don't technically need to compute the square root, there.)
 

1. What is the purpose of manually calculating Arccosine and Arctangent?

The purpose of manually calculating Arccosine and Arctangent is to determine the angle in a right triangle when given the lengths of two sides. These trigonometric functions are used in various fields of science, engineering, and mathematics.

2. How do you calculate Arccosine and Arctangent?

To calculate Arccosine, you can use the inverse cosine function on a calculator or use the following formula: Arccosine = cos-1(adjacent/hypotenuse). To calculate Arctangent, you can use the inverse tangent function on a calculator or use the following formula: Arctangent = tan-1(opposite/adjacent).

3. What are the limitations of manually calculating Arccosine and Arctangent?

The limitations of manually calculating Arccosine and Arctangent include the potential for human error, as well as the time and effort required to manually solve these functions. Additionally, some values may not have a precise solution and may require the use of approximations.

4. In what situations would you need to manually calculate Arccosine and Arctangent?

You may need to manually calculate Arccosine and Arctangent in situations where a calculator or computer is not available, or when you need to verify the accuracy of a calculated value. These functions are commonly used in fields such as surveying, navigation, and physics.

5. Are there any tips for simplifying the process of manually calculating Arccosine and Arctangent?

Yes, there are a few tips that can make manually calculating Arccosine and Arctangent easier. These include using reference angles, memorizing common values, and using trigonometric identities to simplify the equations. Additionally, practicing and becoming familiar with the process can help to make it more efficient.

Similar threads

  • General Math
Replies
5
Views
1K
Replies
1
Views
797
Replies
9
Views
1K
Replies
15
Views
1K
  • General Math
Replies
4
Views
3K
Replies
2
Views
687
Replies
2
Views
1K
Replies
2
Views
239
  • General Math
Replies
3
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
19
Views
1K
Back
Top