Texas Instruments TI-30 XIIS Calculator Logo
Posted on Aug 17, 2011
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

I am having trouble figuring out how to enter problems to find logarithmic functions

1 Answer

k24674

Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

  • Texas Instru... Master 8,093 Answers
  • Posted on Aug 17, 2011
k24674
Texas Instru... Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Joined: Aug 17, 2009
Answers
8093
Questions
0
Helped
4673077
Points
21595

Let me give you a general recipe to familiarize yourself with any calculator, if you are averse to reading the manuals.
Most function will work in one of two ways.
1st way
Enter the number, then press the key,; the result is displayed.immediately.

Second way
Press the function key ( a left parenthesis may be displayed) enter the number (close the right parenthesis if there was a left one) press the = or EXE or ENTER keys.

Try the two ways described above to calculate the following values. The answers are given. Here log is he decimal logarithm and ln is the natural logarithm.


log(1)=0
ln(1)=0
ln(2)=0.693147181
log(2)=0.301029996
ln(100)=4.605170186

log(10)=1 (= number of zeros after the 1)
log(100)=2. (= number of zeros after the 1)
log(1000)=3 (number of zeros after the 1)
log(10000)=4 (number of zeros after the 1)

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Trying to do a log(-#) get domain error. never had this problem before. how do I fix it?

It is not possible to take the logarithm of a negative number because the logarithm function is defined only for positive real numbers. If you are trying to take the logarithm of a negative number, you will encounter a "domain error" because the input is outside the domain of the function.
To fix this error, you will need to make sure that the input to the logarithm function is a positive real number. One way to do this is to add a condition to your code to check whether the input is positive before taking the logarithm. For example:

if x > 0:
y = log(x)
else:
print("Error: Cannot take log of non-positive number")

Alternatively, you can use the logarithm function from a library that supports complex numbers, such as the cmath library in Python, which import cmath
x = -1
y = cmath.log(x)
print(y) # Output: (-3.141592653589793j)
allows you to take the logarithm of negative numbers by using the complex logarithm function log(). For example:

Keep in mind that the complex logarithm function returns a complex number, so you may need to handle the result differently than you would with a real logarithm.
2helpful
1answer

TI-84 Calculator Gives Me the Wrong Logarithm Solution

"log(2)8" means "common logarithm of 2 multiplied by 8".

The TI-84 has three different logarithm functions.
log is the common (base-10) logarithm.
ln is the natural (base-e) logarithm.
logBASE lets you take the logarithm to any positive base.

If you want the log base 2 of 8, you want logBASE(2,8). You'll find the logBASE function in the catalog, accessible by pressing 2ND [CATALOG] ). CATALOG is the shifted function of the 0 key, the ) gets you to the Ls in the catalog.
2helpful
1answer

Where can I find the log values in TI 89

For natural logarithms, you can use the ln function (2ND shift of the X key). For example, the natural logarithm of 3 is 2ND [LN] 3 ) ENTER.

For logarithms to other bases, use the log function (diamond shift of the 7 key). For example, the base-2 logarithm of 16 is diamond 7 1 6 , 2 ) ENTER. If the base is 10 (common logarithms), you can omit the comma and the second argument.
7helpful
1answer

TI BA 2 Plus Calculator: Cannot figure out how to use log(10) function, not the natural log but the base of 10 log

The BA II+ does not have a key for the common logarithm function. You can calculate the common log of a number by calculating its natural log and then dividing by the natural log of 10.

log10(x) = ln(x)/ln(10)

The same procedure works for logarithms to any base.
1helpful
1answer

How do you enter a logarithmic equation into my calculator?

The 30XIIS does not have the capability of solving equations. It can, however, calculate expressions using logarithms. Use the LOG key for common logarithms and the LN key for natural logarithms. In both cases, press the function key, enter the value or expression, and then ) to match the ( the function automatically enters.

The LOG and LN keys are the second and third keys from the top in the leftmost column of the keyboard.
0helpful
1answer

I cannot figure out how to get the log key to look like this..log^-1. In my text book it said something about the ln button. That didn't work. Please help.

The logarithmic functions have inverse functions that happen to have specific names. Even if the log^-1 notation may found on textbooks you will not find it on claculators.

Natural Logarithms LN. The inverse function of the natural logarithm is the EXPONENTIAL noted e to the x or e^x. On calculators the two functions usually share the same physical key. For example, LN is accessed directly and e^x is accessed with
4helpful
2answers

How do I find logarithms on the ti89?

For natural logarithms, you can use the ln function (2ND shift of the X key). For example, the natural logarithm of 3 is 2ND [LN] 3 ) ENTER.

For logarithms to other bases, use the log function (diamond shift of the 7 key). For example, the base-2 logarithm of 16 is diamond 7 1 6 , 2 ) ENTER. If the base is 10 (common logarithms), you can omit the comma and the second argument.
8helpful
1answer

How do I enter a logarithmic function like log base 2 of 64 to equal the answer 6? Thanks!

You can calculate the logarithm to any base by using the relationship

  logb(x) = log(x) / log(b) = ln(x) / ln(b)

Thus, if you calculate log(64) / log(2), you will get 6, and the same with the natural logarithm.
4helpful
2answers

How to use the Logerithmic function on this calculator

Hi,

Logarithms in base 10 :Common logarithms
  1. The calculator has a key labeled [LOG]. It allows you to calculate the common logarithms (logarithms in base 10).
  2. To calculate the common logarithm of a (positive) number you type in the number, press the [LOG] key .
  3. Ex: 15.32 [LOG][=] gives 1.1852558765
Logarithms in base e : Natural logarithms
  1. The calculator has a key labeled [LN]. It allows you to calculate the natural logarithms of positive numbers.
  2. Ex: natural log of 15.32 is entered as
  3. 15.32 [LN] gives 2.729159164
Hope it helps.
Don't forget to rate the solution and don't be stingy: 4 thumbs up won't leave you any the poorer.
0helpful
1answer

How do I enter an inverse log function into my claculator? for instance log-1(-.4/10)

Hello,
If you want to do correct mathematics you should strive to use the right words to express the concepts, and the right symbols too. While the logarithm function has an inverse function, it is never called an inverse log and it is never represented as log^-1. (I know you are going to protest and claim that the inverse of a sine function is represented on calculators by sin^-1. This a manufacturer shortcut, and we have no power to change that.) HP uses ASIN, ACOS, ATAN. These are still manufacturer shortcuts but they induce fewer errors.
Anyway, the logarithm functions do have inverse functions.

1. Natural loogarithm (ln)

The inverse of the natural log is the exponential.
ln(e^(x))=e^(ln(x)) =x

2. Common logarithm (logarithm in base 10)
The common logarithm has an inverse function, often called the antilogarithm or antilog.

There is an equivalence.
y=log(x) <--> x=10^(y)


From what I undesrtand of your exemple, you are looking for the antilog of the number -0.4/10 (or -0.04.)

-0.04= log(x), what is x?
You use the equivalence above to look for x as follows.
x=10^(-0.04) =0.9120108394.
Use the change sign (-) not the regular MINUS sign.

Take the log of the last result (still stored in Ans memory) and you get the original number.

660087f.jpg
Hope it helps.


Not finding what you are looking for?

155 views

Ask a Question

Usually answered in minutes!

Top Texas Instruments Office Equipment & Supplies Experts

k24674

Level 3 Expert

8093 Answers

Jerry Naidoo

Level 2 Expert

152 Answers

Paul Bade

Level 3 Expert

1818 Answers

Are you a Texas Instruments Office Equipment and Supply Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...