Solving Imaginary Numbers with TI89 Calculator

  • Context: Calculators 
  • Thread starter Thread starter Euphoriet
  • Start date Start date
  • Tags Tags
    Imaginary
Click For Summary

Discussion Overview

The discussion centers on the capabilities of the TI-89 calculator, particularly in solving equations involving imaginary numbers and inequalities, as well as handling multiple variables in equations. Participants explore various functions and features of the calculator, sharing insights and tips.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Homework-related

Main Points Raised

  • One participant inquires whether the TI-89 can solve equations with imaginary numbers, indicating a need for clarification on its capabilities.
  • Another participant suggests using the complex algebra functions, specifically mentioning the cSolve() function as a potential solution.
  • A participant expresses uncertainty about graphing inequalities on the TI-89 and requests further clarification on how to input and solve them.
  • One reply indicates that the TI-89 can handle inequalities and provides examples of solving inequalities with constraints on variables.
  • Another participant notes the importance of setting the "complex format" correctly to avoid issues when working with complex numbers.
  • A participant seeks to understand how to input multiple variable equations into the calculator, specifically asking about assigning values to both x and y simultaneously.
  • One reply explains that permanent variable assignments can be made and suggests using the "and" operator to input multiple conditions in a single expression.
  • A participant asks for additional tips and tricks for using the TI-89 effectively.

Areas of Agreement / Disagreement

Participants generally agree on the capabilities of the TI-89 regarding solving equations and inequalities, but there are varying opinions on the ease of graphing inequalities and the best methods for handling multiple variables. The discussion remains unresolved regarding the most efficient ways to input complex equations.

Contextual Notes

Limitations include potential confusion over the calculator's settings and functions, as well as the complexity involved in solving systems of inequalities. Some participants express uncertainty about the best practices for using the calculator effectively.

Euphoriet
Messages
105
Reaction score
0
Well I know it can solve for real numbers of X^n+x^(n-1)+ etc etc = 0

But was wondering if it could also solve when there are imaginary numbers involved?...

Thanks
 
Computer science news on Phys.org
Take a gander at the complex algebra functions.

f2(algebra) / A: Complex

One of them is cSolve().

--J
 
Thanks that helps a lot, I remember reading this in the manual a long time ago...

hmm i take it inequalities would be a whole diff story.. I'm not even sure how to plug them in and thus not even graph them... let alone solve them. If you guys know about this.. it would be great if someone could clear it up.

Thanks
 
Last edited:
I'm not quite sure what you're trying to do, but the 89 can also handle inequalities.

Graphing them is not particularly easy, but you can convince the 89 to produce the standard shaded below/above the line graphs. It's really not worth the effort, though. May as well do it by hand.

The 89 can solve inequalities and handle inequalities a few different ways. You can place constraints on variables for pretty much anything you're doing, i.e.

Solve(x^2 - 2 = 0, x) | x > 0

will return [itex]x = \sqrt{2}[/itex]

and Solve(x^2 - 2 = 0, x) | x < 0

will return [itex]x = - \sqrt{2}[/itex].

Note that the "| x > 0" part is the constraint.

The constraint expressions can do other neat things, too.

Alternatively,

Solve( x + 2 > 5, x)

returns

x > 3

as expected.

You run into some trouble when you're trying to solve systems of inequalities, though.

There are some other things you can do, particularly programming in the inequalities in the form of functions, but it can get pretty complicated.

What exactly are you trying to do?

--J
 
Also, make sure your "complexe format" (one of the Mode options) is not set to "Real"
 
I'm just trying to figure out what my ti89 can and what can't do.

This is just something I want to know to save time:

Also.. let's say I have more then one variable in the equation



3x+7y

how can i tell it that x= 3 and y = 8?... I know you use |x=3 but I am not sure how to get y=8 in there also .. is this possible or do you have to do it in steps...

steps would mean

entering 3x+7y|x=3
letting the calc solve that
and then entering what it gives back
9+7y|y=8
 
You can assign values to variables permanently (can be deleted in another place) with one of the buttons near the bottom left (I believe it is an arrow...)

I think you can also use y1(0), which would reference the formula for your graph (set it to a constant and voila)
 
hmm yeah I learned about permanent variables too.. But i was looking for seomtjhing like..

x3+7y|x=1, y = 4

and let the calc plug in both values accordingly
 
You have to use the "and" operator.

2nd-Math / Logic / and, if my memory's correct. Or you can just type it.

An example:

x^2 + 3y | x = -3 and y = 2

will return

15.

--J
 
  • #10
thanks... any other general tips and tricks would be appriciated.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K