Calculators Which steps with my calculator are needed to obtain result in radians?

  • Thread starter Thread starter mcastillo356
  • Start date Start date
  • Tags Tags
    Calculator Radians
AI Thread Summary
To obtain results in radians using a Kooltech CPC-400N calculator, one must understand that it performs numerical computations rather than symbolic ones. The user initially calculated arccos(√2/2) and received a decimal result of approximately 0.785398163, which corresponds to π/4. To express this result in terms of π, the user needs to divide the decimal by π, yielding the fraction π/4. However, calculators like the Casio fx-82MS do not display results as fractions, so a model with a natural textbook display is recommended for that functionality. The discussion also touched on calculating the unique phase of a complex number, suggesting the use of atan2 for proper sign handling.
mcastillo356
Gold Member
Messages
639
Reaction score
348
TL;DR Summary
I've read more than one time the guideline, but not obtained the result related to ##\pi##
Hi PF, hope to be publishing in the right forum
<moderator's note: moved to the right forum :smile:>
##\arccos{\dfrac{\sqrt{2}}{2}}\mbox{rad}=\dfrac{\pi}{4}\mbox{rad}##
This is a trigonometric true, but I've read the steps in my guideline, and I don't manage. The calculator is a chinese Kooltech CPC-400N, an imitation of Casio fx-82MS. It should work similarly.
I enter the data, and the result is 0,785398163. Right, but, how could I obtain ##\dfrac{\pi}{4}##?
Greetings!
 
Computer science news on Phys.org
The calculator makes numerical computations, not symbolic ones. To get the results in terms of π, you have to divide by it.
 
  • Informative
  • Like
Likes mcastillo356 and sysprog
Thank you very much, DrClaude! Understood. Divided by ##\pi##, ##0,249999999\Rightarrow{\dfrac{\pi}{4}}##
Greetings!
PD: You meant multiply and divide by ##\pi##, isn't it?
 
mcastillo356 said:
Thank you very much, DrClaude! Understood. Divided by ##\pi##, ##0,249999999\Rightarrow{\dfrac{\pi}{4}}##
Greetings!
PD: You meant multiply and divide by ##\pi##, isn't it?
You divide by π to get the multiplicative factor to apply to π.
 
  • Like
Likes mcastillo356
mcastillo356 said:
I enter the data, and the result is 0,785398163. Right, but, how could I obtain ##\dfrac{\pi}{4}##?
You can't if you use Casio fx-82MS (or a clone) that has S-VPAM. For displaying fractions, you need a calculator with a natural textbook display (natural-VPAM), like fx-991ES plus.

20201127_172027.jpg
(Sorry for the bad image quality)
 
  • Informative
Likes mcastillo356
Thank you, Wrichik Basu (good image)!
DrClaude, I've understood: if I divide by ##\pi##, the result is how many times 0,785398163 contains ##\pi##. Left aside my poor english, I'm I right?
 
mcastillo356 said:
DrClaude, I've understood: if I divide by ##\pi##, the result is how many times 0,785398163 contains ##\pi##. Left aside my poor english, I'm I right?
Yes.
 
  • Love
Likes mcastillo356
1920px-Degree-Radian_Conversion.svg.png
 
  • Informative
Likes mcastillo356
Thank you very much, Lnewqban! Still there is something I would like to ask... I will leave it for a while; I want to try if I can manage. It's another thread: how to calculate the unique phase of a complex number, that's it, ##\mbox{arg}## in the interval ##(-\pi,\pi]##, ##\mbox{Arg}##
Greetings!
 
  • #10
You are welcome, Castillo. :smile:
Sorry, I know nothing about argument.
 
  • Like
Likes mcastillo356
  • #11
Some calculators have an atan2 function or similar that takes care of the sign, otherwise you need to do that manually. Calculate the arctangent of (imaginary part/real part) and then add/subtract pi as needed based on the sign of the imaginary and real part.
 
  • Informative
Likes mcastillo356

Similar threads

Replies
15
Views
4K
Back
Top