Calculators TI-89 Titanium Help: Solve Logarithmic Problems Easily

  • Thread starter Thread starter RaNe
  • Start date Start date
  • Tags Tags
    Ti-89 Titanium
AI Thread Summary
To calculate logarithms with a specific base on a TI-89 Titanium, the change of base formula is used: ln(value) / ln(base). This method allows for the calculation of logarithms in any base, including base 10 and natural logarithm. For example, ln(2)/ln(10) gives the log of 2 in base 10, while ln(2) remains unchanged for base e. For calculating roots, the zeros() function is recommended, using the syntax zeros(expression, variable) or solve(equation, variable). If the root function is not working as expected, it may be due to incorrect settings, such as language preferences. Additionally, users can utilize built-in functions like log(number, base) for simpler calculations, especially if they have upgraded features through apps like Omnicalc. The log function can also be accessed quickly by pressing the Diamond button followed by 7.
RaNe
Messages
1
Reaction score
0
Hi,

I'm working out some problems on my TI-89 Titanium, and I've run into a roadblock.

How do I put a base for a log?

Thanks a lot.
 
Last edited:
Computer science news on Phys.org
ln(thing you want the log of) / ln(base of the log)

As far as I know, that's the only way to do it on a TI. but it's not hard.
 
That's the way I do it; just the standard log change of base formula. So ln(2) is just the log of 2, and ln(2)/ln(10) is log of 2, base 10. You can also see that ln(2)/ln(e), the base e log which is the natural log, will be just ln(2) since ln(e) evaluates to 1.
 
I borrow this thread a little if its okey..
I got a problem with mine TI-89.
Whay I want to calculate a root i press "diamond + 9 + x + , + y + enter" which should give me x^1/y. But all i get is what i just pressed, i.e. the answer i get is root(x,y). :confused:
Please help me.
 
To find a root of x, use the zeros() function. Type zeros(expression,variable), or, alternatively, solve(equation,variable), when the equation is the same expression but set to zero, and the variable is x.

zeros(4x^2+3x+5,x) or solve(4x^2+3x+5=0,x) returns the roots.
 
Okey, but do you know where the problem for the root function could lie?
Could it be any setting?

EDIT: The problem was that I had changed languege... It now works again.
 
Last edited:
another way to do log is to log(number, base)
 
kevinf said:
another way to do log is to log(number, base)

That doesn't work for me.
 
I think he has one of those Apps like Omnicalc to upgrade the features kind of. That's also one way you can do it, just with a comma. Change of base requires a little more typing.
 
  • #10
if you press the yellow Diamond button and then press 7 then log will show up. much less typing for all you lazy people like me
 
  • #11
kevinf said:
another way to do log is to log(number, base)

i.e. solve(log(x,8)=2/3,x)

x=4
 

Similar threads

Replies
1
Views
5K
Replies
1
Views
5K
Replies
1
Views
16K
Replies
7
Views
10K
Replies
3
Views
3K
Replies
2
Views
7K
Replies
5
Views
5K
Back
Top