TI-83+ Graphing Calculator giving wrong answer? (Complex numbers)

In summary, the TI-83+ Graphing Calculator may give incorrect answers when dealing with complex numbers. This can be due to user error, improper setting of the calculator, or a potential glitch in the system. It is important to double check input and settings when dealing with complex numbers on this calculator to ensure accurate results.
  • #1
Astro
48
1
Homework Statement
Why does the TI-83+ calculator think ## (\sqrt[4] {-1})^4 = -1 + 2\times 10^{-13}i ##?
(Calculator is in mode a+bi and degrees. )
Relevant Equations
##(\sqrt[4] {-1})^4##
I think the solution should be:

METHOD #1:
\begin{align} (\sqrt[4] {-1})^4 & = (-1)^{\frac 4 4} \nonumber \\ & = (-1)^1 \text{, can reduce 4/4 since base is a constant and not a variable in ℝ} \nonumber \\ & = -1 \nonumber \end{align}
Alternatively, METHOD #2 for same answer is:
\begin{align} (\sqrt[4] {-1})^4 & = ((-1)^{\frac 1 4})^4 \nonumber \\ & = \left\{\left[(-1)^{\frac 1 2}\right]^{\frac 1 2}\right\}^4 \nonumber \\ & = (\sqrt[] {i})^4 \nonumber \\ &= i^{\frac 4 2} \nonumber \\ &= i^2 \nonumber \\ &= -1 \nonumber \end{align}

However, TI-83+ calculator thinks that the solution is:

## (\sqrt[4] {-1})^4 = -1 + 2\times 10^{-13}i ##
The calculator on https://www.symbolab.com/ gets the answer -1 which is the same as what I calculated. So, why is the TI-83+ calculator getting a different answer? (And I'm assuming that my answer is correct?
 
Last edited:
Physics news on Phys.org
  • #2
Just checking: ## 2\times 10^{-13i} \ ## (which is unlogical) or ## 2\times 10^{-13}\ i ## ?

How accurate do you want it to be ?
 
  • Like
Likes Frabjous and SammyS
  • #3
Oh, you're right. I fixed the typo. Had typed it in wrong when using latex.
It's the 2nd result that I was trying to type.

I'm not concerned about the number of digits (accuracy) of the answer. Just not sure why the TI83+ is giving this answer in the first place.
 
  • #4
Think about the magnitude of the complex term ...
 
  • Like
Likes SammyS
  • #5
How much error is in the calculator's result for ##\sqrt[4] {-1\ }## ?
 
  • Like
Likes CalcNerd and Frabjous
  • #6
I'm not sure if I'm understanding your question but the calculator is on "float" mode (i.e. floating point).
 
  • #7
You know that the correct answer is -1. The error is the difference between this and the calculator’s answer.
 
  • #8
Astro said:
I'm not sure if I'm understanding your question but the calculator is on "float" mode (i.e. floating point).
Well, what does it give in "Float" mode?
 
  • #9
caz said:
Think about the magnitude of the complex term ...

Are you referencing the fact that:

##\sqrt[n] {x^n} = |x|## ?

Because ##(\sqrt[n] {x})^n \neq \sqrt[n] {x^n}## when n is even and x < 0.

But you probably already know that, so I'm not sure what you mean.
 
  • #10
Calculate the error. How does the magnitude of the error compare to the magnitude of the correct answer?
 
  • Like
Likes CalcNerd
  • #11
SammyS said:
Well, what does it give in "Float" mode?
The answer I already posted is what it gave in float mode: ## -1 + 2\times 10^{-13}i ##.

Or if you want exactly the same notation as the screen displayed it's -1+2E-13i.
 
  • #12
Astro said:
The answer I already posted is what it gave in float mode: ## -1 + 2\times 10^{-13}i ##.

Or if you want exactly the same notation as the screen displayed it's -1+2E-13i.
None of those.

What I was referring to was ##\sqrt[4] {-1\ }##.

The calculator can only approximate this, So, when you take it to the power, 4, there's also an error in that result.
 
  • #14
Since my response appeared before yours ...
The correct answer is -1; its magnitude is 1
The calculator gives -1 +2e-13i
The error is 2e-13i; its magnitude is 2e-13
The ratio of the magnitude of the error to the magnitude of the answer is 2e-13
What does this mean?
 
  • #15
caz said:
Calculate the error. How does the magnitude of the error compare to the magnitude of the correct answer?

Well, the imaginary number in this case is extremely small, such that, that the answer is essentially -1 which is what it should be--so I now see what you're saying.

But I'm confused as to why the calculator is displaying an imaginary component when the correct answer doesn't have one. I'm not a programmer but I'm guessing this has something to do with floating point being an approximation. Googling "what is floating point" I find that " In computing, floating-point arithmetic is arithmetic using formulaic representation of real numbers as an approximation to support a trade-off between range and precision." So, I'm guessing that's where the error in the calculator resulting is coming in. It just seems strange that the calculator isn't programed to give the precise correct answer of -1 when it should be obvious and easy to calculate without any error.
 
  • #16
The calulator does not calculate things analytically. It is using a numerical algorithm. What you are seeing is round off error.
 
  • #17
caz said:
The calulator does not calculate things analytically. It is using a numerical algorithm. What you are seeing is round off error.
*nods*
That seems to make sense. I appreciate everyone's help. Thank you!
 
  • #18
BvU said:
Your calculator is a digital computer that has around 13 digits of accuracy, determined by how floating point numbers are represented.

(Related to internal algorithms and the number of bits it works with)
Appreciate the links. :smile: I'll read the articles and reply if I have any further questions.
 
  • #19
Even simple calculations can result in bizarre results. For example, 0.1 is not exactly representable as a binary decimal, and neither is 0.2 or 0.3 so when you do things like ask your computer to check if 0.1+0.2=0.3 exactly, it will potentially say no, 0.1+0.2 is 0.2999999999 (not repeating)

The fact that you don't see this in every calculation you do with your calculator is because the people who programmed it are very smart.
 
  • #20
Office_Shredder said:
For example, 0.1 is not exactly representable as a binary decimal
"Binary decimal" is something of an oxymoron - meaning base-2 and base-10. The term I would use is "binary fraction".

Further, 0.1 (base-10) is exactly representable as a binary fraction, but not if you're limited to a finite number of (binary) digits.
 
  • #21
According to my version of Mathematica, ##((-1.)^{\frac{1}{4}})^{4}=-1+1.44089 \times10^{-16} i.##
However, ##((-1.)^{\frac{1}{4}})^{\frac{1}{0.25}}=- 1. +5.66554 \times 10^{-16} i.##
Clearly, the binary representation of ##\frac{1}{0.25}## introduces more cumulative errors that its equivalent ##4## when the same algorithm is used. Algorithms get the answers faster than you but they are basically dumb. Thus, If you can simplify input expressions by hand before loading them up, chances are you will get a more accurate answer.
 
  • #22
If that output is correct for all characters, in the second case mathematica probably doesn't even think the real part is necessarily an integer, since it put a decimal point next to the 1.
 
  • #23
Office_Shredder said:
doesn't even think the real part is necessarily an integer
Actually, it doesn't think :wink:
But it treats all and sundry as floating point
 

1. Why is my TI-83+ graphing calculator giving me a wrong answer for complex numbers?

There could be a few reasons for this. One possibility is that your calculator is set to display answers in a certain format (e.g. decimal) and is not showing the answer in the correct format for complex numbers. Another possibility is that you have entered the complex number incorrectly, either missing a parenthesis or using the wrong notation (e.g. using "j" instead of "i"). Double check your input and make sure it is in the correct format.

2. Can the TI-83+ graphing calculator handle complex numbers?

Yes, the TI-83+ graphing calculator has a built-in complex number mode that allows you to perform operations with complex numbers. However, it is important to make sure you are using the correct notation and format when entering complex numbers.

3. How do I switch to complex number mode on my TI-83+ graphing calculator?

To switch to complex number mode, press the "MODE" button on your calculator and then scroll down to the "a+bi" option. Press "ENTER" to select this mode and then press "2ND" followed by "MODE" to exit the mode menu.

4. I am getting an error message when trying to perform operations with complex numbers on my TI-83+ calculator. What does this mean?

This could mean that the operation you are trying to perform is not supported in complex number mode. For example, the TI-83+ calculator does not support taking the logarithm of a complex number. Refer to your calculator's manual for a list of supported operations in complex number mode.

5. How can I check if my TI-83+ calculator is set to the correct mode for complex numbers?

To check if your calculator is set to the correct mode for complex numbers, press the "MODE" button and make sure the "a+bi" option is selected. You can also check the format of your answers by pressing the "MODE" button twice and making sure the "Rect" option is selected for complex numbers.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
18
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
909
  • Calculus and Beyond Homework Help
Replies
3
Views
418
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
450
  • Calculus and Beyond Homework Help
Replies
1
Views
537
  • Introductory Physics Homework Help
Replies
2
Views
633
  • Calculus and Beyond Homework Help
Replies
2
Views
367
  • Introductory Physics Homework Help
Replies
6
Views
570
  • Introductory Physics Homework Help
Replies
6
Views
2K
Back
Top