Calculating 3^0.2 without using a calculator?

  • Thread starter bigyan
  • Start date
  • Tags
    Calculator
In summary, we discussed various methods for calculating irrational numbers without using a calculator. These methods included using logarithm tables, Newton's method, and the binomial theorem with fractional exponents. We also saw that raising a number to the power of 0.5 gives its square root.
  • #1
bigyan
3
0
How can i calculate 3^0.2 without using a calculator?

We can write 3^4 as 3*3*3*3. Can 3^4.2 be written in the same way (without exponent)?
 
Last edited:
Mathematics news on Phys.org
  • #2
no. well, not in any meangfully similar fashion. You're asking for the fifth root of 3. This is an irrational number, you cannot write it as a product of integers or rational numbers.
 
  • #3
matt,
Do you mean to say that an integer with a fractional exponent cannot be written in terms of multiplication? What about in terms of multiplication, addition and subtraction? Are there any proofs concerning this?? Is there anything like 'level' of operators?
 
  • #4
In general x^n, if n is not an integer, and x is an integer, will be irrational, and irrational numbers by definition cannot be written in the form a/b where a and b are integers.

of course 8^{1/3}=2, so it doesn't always hold.

If we assume that by "in terms of multiplication, addition and subtraction" you mean a finite number of operations on integers, then any such expression is a rational number, and so we have answered the question as "no there is no way of wriiting it in the way you ask", and the proof is fairly straightforward - you know how to prove the square root of 2 is irrational?

However, there are other "infinite" operations we could perform it depends on what yoyu want to do with it.

If you know about continued fractions then there are nice representations of lots of irrational numbers.

tell me what you think level of operators means i can think about it.

remember every real number has a decimal expansion, and sometimes we can compute these to as many places as you care to name.
 
  • #5
matt,
thanks...i'll do some reading...and post here again in about 15 hours.
 
  • #6
How does the calculator do it?
 
  • #7
bigyan said:
How can i calculate 3^0.2 without using a calculator?

We can write 3^4 as 3*3*3*3. Can 3^4.2 be written in the same way (without exponent)?


I don't know what a calculator does,but surely i'd like to tell what i'd do.
Okay,let's call the number u want to compute by 'N'.Then
[tex] N=3^{0.2} [/tex]
Take natural logarithm of both sides.U'll get
[tex] \ln N=0.2\ln 3 [/tex]
Now search in a logarithm table 'ln 3',multiply the number by 0.2 (which mean division by 5),call the number by 'a' and then u have this equation:
[tex] \ln N=a [/tex]
Search in the same table of logarithms the N for which it's logarithm equals 'a'.
In the past,when computers were SciFi,logarithm tables were very handy and used.

Daniel.
 
  • #8
Where did the log tables come from?
 
  • #9
In general x^n, if n is not an integer, and x is an integer, will be irrational, and irrational numbers by definition cannot be written in the form a/b where a and b are integers.
of course 8^{1/3}=2, so it doesn't always hold.

A more elegant statement is: If [tex]a=m/n[/tex] is rational and non-integral, and [tex]x[/tex] is any integer, then if [tex]x^a[/tex] is not integral it must be irrational.

Proof:

Let [tex]x^a=x^{m/n}, x,m,n\in\mathbb{N}[/tex] be non-integral; assume for contradiction that it is rational. Then [tex]x^{m/n}=\frac{p}{q}[/tex] for some relatively prime [tex]p,q[/tex]. Thus [tex](x^{m/n})^n=x^m=(\frac{p}{q})^n[/tex]; and since [tex]p^n,q^n[/tex] are relatively prime, [tex](\frac{p}{q})^n[/tex] must be non-integral; therefore [tex]x^m[/tex] is non-integral, a contradiction.
Therefore [tex]x^{m/n}[/tex] is irrational.
 
  • #10
Ethereal said:
Where did the log tables come from?

I'll explain why the fundamental transcendental equation is
[tex] e^{x} =10 [/tex] (1)
,with the solution [itex] x=\ln 10 [/tex].
This is the fundamental number for the construction of natural logarithm tables.

Using [tex] \int_{1}^{10} \frac{dx}{x} =\ln 10 [/tex]
and computing the integral using Riemann sums and very fine divisions,people were able to compute this fundamental number with great accuracy.

The fundamemental 2 formulas which help build natural logarithm tables are
[tex] \ln a^{b}=b\ln a [/tex]
and
[tex] \ln a+\ln b =\ln (ab) [/tex]
,and these two need to be combined with the formula (series) that gives the natural logarithm for every real number between 1 and 2
[tex] \ln(1+x)=\sum_{k=1}^{+\infty} (-)^{n+1}\frac{x^{n}}{n} [/tex]
,with [itex] x\in [0,1] [/itex].


1)Let's compute [itex] \ln 237 [/itex]
[tex] \ln 237=\ln 200+\ln 1.185=\ln 2+\ln 100+\ln 1.185=\ln 2+2\ln 10+\ln 1.185 [/tex]
So,u make use of the series to find the natural logarithms of 2 and 1.185 and use the fundamental number [itex] \ln 10 [/itex].

2)Let's compute [tex] \ln \sqrt[3.15]{\frac{\pi}{8.26}} [/tex].Take [itex]\pi=3.14 [/itex]
[tex] \ln \sqrt[3.15]{\frac{\pi}{8.26}} =\frac{1}{3.15}(\ln \pi-\ln 8.26)=\frac{1}{3.15}(\ln 2+\ln 1.57-3\ln 2-\ln 1.0325) [/tex]

And so on and so forth.

Daniel.
 
  • #11
Ethereal said:
How does the calculator do it?

http://www.du.edu/~jcalvert/math/sqrt.htm is an interesting method I once new, but I'm not sure if it works for fifth roots. Of course, since most roots are irrational, you must stop at some point and round, but it is technically possible to find the square root of any number by hand.
 
  • #12
I've been taught this method when i was in my 6-th grade.10 years ago,to be more exact.For the third order,it's rather tricky,it's not that simple,u have to find cubes and that's a bit difficult if u have large numbers,of 12,20,50 digits.So save it only for the second order and use pencil and logarithm tables for other roots,if u don't have a calculator.

Daniel.
 
  • #14
bigyan, yr 15 hrs r up.
A good way to do it is with Newton's method. You need to find the roots of [itex]x^5-3=0[/itex]. First you try a few fractions and find the solution is close to x_1=5/4. Then from Newton's method,
[tex]x_{n+1}=x_n-{x_n^5-3\over 5x_n^4}[/tex]
This gives a next approx: x_2=3893/3125, which is closer than a part in 30,000.
Apply it again and you get 9 decimal places, but that's tedious w/o calculator.
 
  • #15
what about expanding the binomial theorem with fractionl ,exponents, also due to Newton?
 
  • #16
If you want to find 3^.2, just go to google, hehe. I would like to see the answer to this also, as earlier, I wanted to find out how to do 25^.5 without a calculator, and just to let you know, raising any number to the power if .5 gives you the square root. root=Number^1/root_number
 
  • #17
Gamish said:
If you want to find 3^.2, just go to google, hehe. I would like to see the answer to this also, as earlier, I wanted to find out how to do 25^.5 without a calculator, and just to let you know, raising any number to the power if .5 gives you the square root. root=Number^1/root_number
[tex]25^0^.^5[/tex] = [tex]25^\frac{1}{2}[/tex]

This is because [tex]0.5[/tex] = [tex]\frac{1}{2}[/tex]

[tex]x[/tex] to the power of [tex]\frac{1}{2}[/tex] = [tex]\sqrt{x}[/tex]

Therefore [tex]25^\frac{1}{2}[/tex] = [tex]\sqrt{25}[/tex] = [tex]5[/tex]

The Bob (2004 ©)
 
  • #18
3.2= 31/5 so if x= 3.2, x5= 3.

Probably the best way to solve that (without a calculator but still using the basic arithmetic operations) is to use "Newton's method". Newton's method for solving the equation f(x)= 0 is to set up a sequence of numbers xn defined by taking x0 as some initial "guess" and then xn+1= xn- f(xn/f '(xn) where f '(x) is the derivative of f.,

Let f(x)= x5- 3. Then f '(x)= 5x4. The formula becomes
xn+1= xn- (xn5-3)/(5xn4)= (4/5)xn+(1/5)(3/xn4).

If we start with x0= 2, say, then x1= 1.6375. Now repeat.

One way of thinking about this is that if x5= 3, then x= 3/x4.
If, on the other hand, x is less than the actual fifth root of 3, 3/x4 will be larger and if x is larger, 3/x4 is less than the actual root: in either case, the actual root is between x and 3/x4 and any "weighted" average of the two will move close to the true root. Newton's method gives x a weight of 4/5 while 3/x4 has a weight of 1/5 in the average.
 
Last edited by a moderator:
  • #19
The Babylonians used to have a method that was as accurate as Newton's method, even if less efficient. Actually, if you try Newton's method and the Babylonian method for square roots, you'll notice Newton's method winds up skipping every other guess. I haven't actually tried the Babylonian method for higher roots - Newton's method is more than enough tedium when done manually. (The point being that some kind of effective method for solving such problems has been in existence for a long time).

http://www.rowan.edu/mars/depts/math/osler/Babylon.pdf
 
Last edited by a moderator:
  • #21
Why not a Taylor/MacLaurin series for f(x) = x^0.2?

I'm sure that's how calculators do it.
 
  • #22
That would make sense if you are expanding about a known solution like 1^.2. IOW, Taylor expand (1+x)^.2. But this expansion does not converge for x=2.

Why wouldn't a calculator use Newton's method? It requires very few iterations: each one doubles the number of sig figs. That's a much faster convergence than power series.
 
  • #23
mathwonk said:
what about expanding the binomial theorem with fractionl ,exponents, also due to Newton?
Do you happen to know the convergence rate in this case?

From what I know, Newton-Rapson,as krab espouses, is just about the simplest scheme with highest convergence rate.

(I don't doubt more complicated schemes exist which are faster than N-R, but I simply adore N-R for its simplicity, elegance, swiftness and visualizibility)
 
  • #24
The reason a calculator cannot use Newtons method is that you need the derivative. Numerical derivitives are not very reliable, not nearly as good as a numerical integral. IIRC there are methods similar to a regula falsi method that require a number rather then a interval as a first guess, that also converge well , though certianly not quadradically as Newtons method does.

The origial problem was how to evlaute this funcition WITHOUT a caluclator. Newtons method changes the problem, but you will still find a calculator very handy,if not necessary.

How to do it without a caluclator?... Knowledge of logs and a slide rule.
 
  • #25
Slide rules are calculators.

Sort of.
 
  • #26
jdavel said:
Why not a Taylor/MacLaurin series for f(x) = x^0.2?

I'm sure that's how calculators do it.

I used to think that calculators would use Taylor's series for functions such as exponentials and trig functions but apparently they use a "Cordic" method.
Here's a website:
http://www.dspguru.com/info/faqs/cordic.htm
 
  • #27
In early 70s we used to have a Wang calculator with pixie tubes for the digits. It did trig and exp functions by Taylor expansion. It was fun to watch because the digits tubes were left operating while it added the series. You would see them stablilize from left to right. When the rightmost digit no longer changed, it would stop the calculation and present the result. Took about 5 seconds.

But for square roots, it would have used Newton's method. 3 iterations give 10 digits, and indeed, square roots were much faster than trig functions.

My calculator has a y^x button. I've no idea how it does that. Maybe the Cordic method, as Halls says.
 
  • #28
DeadWolfe said:
Slide rules are calculators.

Sort of.
Sort of?

Slide rules are great calculators. You solve quadratic equations, trig problems, and other things that a cheap calculator can't. If you have a good feel for using a slide rule, there's even some problems where a slide rule is faster and more efficient than a good graphing calculator, especially if you're using a special purpose slide rule for its intended purpose (a Hemmi 257 Chemical Engineering slide rule for Chemistry problems, for example).

Of course, your accuracy is only to three significant digits, but there's really not very many everyday things that require more than that.
 
  • #29
Since side rules have been built using logarithm tables,it makes no difference whether working with logaritm tables,a pencil and a sheet of paper,or with a side rule.It's actually an exercise for the brain to do simple calculations.I find working with a slide rule (in the absence of electronic help) as a proof of laziness,unless u lack logarithm tables,too.In that case,it would be the only viable option.

Daniel.
 
  • #30
dextercioby said:
Since side rules have been built using logarithm tables,it makes no difference whether working with logaritm tables,a pencil and a sheet of paper,or with a side rule.It's actually an exercise for the brain to do simple calculations.I find working with a slide rule (in the absence of electronic help) as a proof of laziness,unless u lack logarithm tables,too.In that case,it would be the only viable option.

Daniel.
You're killing me, here. :rofl:

I swear. People born after the invention of the electronic calculator have no appreciation for art. :grumpy:
 
  • #31
BobG said:
You're killing me, here. :rofl:

I swear. People born after the invention of the electronic calculator have no appreciation for art. :grumpy:

Did you make your last assertion wrt to me??Learn that before putting my hand on a 'scientific' calculator (the one with radicals,trig.functions and logarithms),i worked both with a slide rule and with logarithm tables.I want to say that i found it more "challanging" working with the logarithm tables rather than slide rule,which is in fact some sort of calculator too...You don't make that calculation,the slide rule does.

Daniel.

PS.Actually,all the calculations are being made by the ones who computed the first logarithm tables.We're just taking advantage of their work...
 
  • #32
dextercioby said:
Did you make your last assertion wrt to me??Learn that before putting my hand on a 'scientific' calculator (the one with radicals,trig.functions and logarithms),i worked both with a slide rule and with logarithm tables.I want to say that i found it more "challanging" working with the logarithm tables rather than slide rule,which is in fact some sort of calculator too...You don't make that calculation,the slide rule does.

Daniel.

PS.Actually,all the calculations are being made by the ones who computed the first logarithm tables.We're just taking advantage of their work...
I'm just kidding with you.

I just like slide rules, probably as much (if not more) for aesthetic reasons as for function (bamboo just has such a nice feel to it, you get a satisfaction beyond just an answer). Plus, a lot of them have a sense of history to them. And, considering the condition of a lot of the slide rules you come across, they give you something to tinker with to restore them to back to perfect operating condition (although, a couple seem frustratingly beyond restoration to mere functionality - gouges and warping can be pretty hard to undo).
 
  • #33
If I had these pieces of equipment I would try to use them but all I have is my scientific calculator.

The Bob (2004 ©)
 

What is the formula for calculating 3^0.2 without using a calculator?

The formula for calculating 3^0.2 without using a calculator is 3^(1/5), which is equivalent to finding the fifth root of 3.

Why is it important to be able to calculate 3^0.2 without a calculator?

Being able to calculate 3^0.2 without a calculator is important because it allows for a better understanding of exponents and their properties. It also helps to develop mental math skills and can be useful in situations where a calculator is not available.

What are the steps for calculating 3^0.2 without a calculator?

The steps for calculating 3^0.2 without a calculator are as follows:
1. Rewrite 3^0.2 as 3^(1/5)
2. Simplify the exponent by finding the fifth root of 3
3. Use estimation or rounding to find the closest whole number as the answer

What are some tips for calculating 3^0.2 without a calculator?

Some tips for calculating 3^0.2 without a calculator include:
- Familiarize yourself with the properties of exponents
- Use estimation or rounding to find the closest whole number as the answer
- Practice mental math skills to improve speed and accuracy

How can I check my answer when calculating 3^0.2 without a calculator?

You can check your answer by using a calculator to find the actual value of 3^0.2 and comparing it to your calculated answer. You can also use estimation or rounding to check if your answer is close to the actual value.

Similar threads

  • General Math
Replies
5
Views
1K
  • General Math
Replies
1
Views
548
Replies
1
Views
750
  • General Math
Replies
4
Views
924
Replies
7
Views
782
  • General Math
Replies
5
Views
1K
  • General Math
Replies
3
Views
334
Replies
1
Views
831
  • General Math
Replies
3
Views
2K
Back
Top