Skip to content
Property Value
Hex Value $BB4E
Categories
Localizations
  • FR: r𝑒^θ𝑖

r𝑒^θ𝑖

Overview

Sets the mode to polar complex number mode (re``^θi).

Availability: Token only available from within the Basic editor.

Syntax

re^θi

Arguments

NameTypeOptional
e
θ
i

Location

mode


Description

The re^θ𝑖 command puts the calculator into polar complex number mode. This means that:

  • Taking square roots of negative numbers, and similar operations, no longer returns an error.
  • Complex results are displayed in the form re^(θ𝑖) (hence the name of the command)

The mathematical underpinning of this complex number format is due to the fact that if (x,y) is a point in the plane using the normal coordinates, it can also be represented using coordinates (r,θ) where r is the distance from the origin and θ is the angle that the line segment to the point from the origin makes to the positive x-axis (see Polar and PolarGC for more information on polar coordinates and graphing). What does this have to do with complex numbers? Simple: if x+y𝑖 is a complex number in normal (rectangular) form, and re^(θ𝑖) is the same number in polar form, then (x,y) and (r,θ) represent the same point in the plane.

Of course, that has a lot to do with how you define imaginary exponents, which isn't that obvious.

An equivalent form to polar form is the form r[cos(θ)+𝑖sin(θ)].

Unfortunately, the calculator seems to have some confusion about the use of degree and radian angle measures for θ in this mode (the answer is: you can only use radians — degrees make no sense with complex exponents). When calculating a value re^(θ𝑖) by using the e^( command and plugging in numbers, the calculator assumes θ is a radian angle, whether it's in Degree or Radian mode. However, when displaying a complex number as re^(θ𝑖), the calculator will display θ in radian or degree measure, whichever is enabled. This may lead to such pathological output as:

Degree:r𝑒^θ𝑖
        Done
𝑒^(πi)
        1𝑒^(180i)
Ans=𝑒^(180𝑖)
        0 (false)

It's recommended, then, to use Radian mode whenever you're in re^θ𝑖 mode.


Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan.

History

Calculator OS Version Description
TI-83 0.01013 Added

Last update: July 29, 2024 19:47:40
Created: February 23, 2023 23:15:01
Authors: Adrien Bertrand