Square Root of x^9 ≠ x^4.5: Exploring the Difference

In summary, the conversation discusses why the square root of x^9 is not always the same as x^(4.5), even though in theory they should be equivalent. This is due to the limitations and errors of calculators, which use different methods to compute complex functions and may only display a certain number of digits. Despite these differences, it is proven that \sqrt{x^9} = x^{4.5}. The conversation also mentions the accuracy of different calculators and the concept of hidden decimals.
  • #1
TSN79
424
0
Why is it that the square root of x^9 for some x isn't always the same as x^(4,5) ? I tried to do this with x=12 on my TI-89 and it comes very close, the difference comes after like the 8th decimal or something, but shouldn't it be excactly the same?
 
Mathematics news on Phys.org
  • #2
The algorithms for generation:

[tex]\sqrt{x^9}[/tex]

And:

[tex]x^{4.5}[/tex]

Will be different for some fixed value of x, as it goes calculators aren't perfect. Back in my further maths class we used to compare the error of our graphical calculators, for calculating exponentials where the results tended to lie around 10^9 Sharp calculators would tend be about 0.1 below the actual answer and Casio ones would be about 0.2 above the actual answer. But these problems often only arise over complex numerical calculations that inherently generate error, seems a bit odd that this would be slightly out.
 
  • #3
But in theory these two should be exactly the same right?
 
  • #4
Yes, in theory.
 
  • #5
Humm... I don't see that happening oh my old HP28c.

Yes, [itex] \sqrt {x^9} = x^{4.5}[/itex]. I kinda thought all calculators were about the same, makes me appreciate what I have a bit more. It may be in how many digits are calculated and how many are displayed. I believe HPs calculate a couple more digits then they display. IIRC they calculate 15 and display 12.
 
  • #6
Integral said:
Humm... I don't see that happening oh my old HP28c.

Yes, [itex] \sqrt {x^9} = x^{4.5}[/itex]. I kinda thought all calculators were about the same, makes me appreciate what I have a bit more. It may be in how many digits are calculated and how many are displayed. I believe HPs calculate a couple more digits then they display. IIRC they calculate 15 and display 12.
My Dad still thinks his HP41C is just about the best calculator ever made..
 
  • #7
Calculators use expansions and Taylor series to compute complex functions. They are usually accurate to the amount of digits they display but not perfect.

Rest assured x^9^(1/2) = x^(4.5). You should be able to prove this easily.
 
  • #8
Actually, I think calculators use much more clever methods than Taylor series, but enough nitpicking.

Anyways, one description I've heard, which I like, is that the operations you do on a calculator are not the operations you do on paper.

For example, numeric addition is not even an associative operation!
 
  • #9
how many places of accuaracy does your calculator have, 7? What is that 1/10,000,000? So imagine a continuous real line of numbers.

let the choice of unit length be say 10,000,000 miles. then divide it up so that you make a mark every mile. then the only numbers on the number line that appear on your calculator are the ones at the mile markers. I.e. every number between the one mile and 2 mile marker, is invisible to your calculator.


calculators basically have no accuracy at all, in the big picture.
 
  • #10
arildno said:
My Dad still thinks his HP41C is just about the best calculator ever made..
He may well be right.
 
  • #11
Well, here is what my TI-89 returns:

[tex]\sqrt(12^9)=71831,611091496[/tex]
[tex]12^{4,5}=71831,611091497[/tex]

Not a difference worth mentioning really, but I still find it strange that it displays a diff at all...
What got me spooked in the first place was that I typed in [tex]\sqrt(12^9)=12^{4,5}[/tex] and the TI-89 returned "false"! I was like "what?!?", had I missed the whole concept of square roots?? Thanks to you all, I now know I hadn't...
 
Last edited:
  • #12
If your calculator works with, say only 1 hidden decimal here, I wouldn't think this very strange.
 
  • #13
Even the newest version of Maple (professional-quality math software) makes errors like that if you don't tell it to increase its precision (strangely enough, Maple 8 did not seem to have these problems).

> evalf(sqrt(12^9));
71831.6110914964791171702546751
> evalf(12^4.5);
71831.6110914964791171702546749

Note that if I increase the precision these digits no longer differ:

> Digits:=50;
Digits := 50
> evalf(sqrt(12^9));
71831.611091496479117170254674931538801852019486025
> evalf(12^4.5);
71831.611091496479117170254674931538801852019486024

but the last ones still disagree!

Stupid computers.
 
  • #14
It is a little smarter than your calculator though:

solve(x^4.5 = sqrt(x^9));
x

~
 

What is the square root of x^9?

The square root of x^9 is x^4.5.

How is x^4.5 different from x^9?

x^4.5 is the square root of x^9, meaning it is the number that, when multiplied by itself, results in x^9. x^9, on the other hand, is the number that is obtained when x is multiplied by itself 9 times.

Why does the square root of x^9 not equal x^4.5?

The square root of x^9 is not equal to x^4.5 because x^4.5 is the simplified form of the square root of x^9. The square root of x^9 can also be written as (x^9)^1/2, but it cannot be simplified any further.

What is the relationship between x^9 and x^4.5?

x^9 and x^4.5 are related through the concept of exponents. x^9 is the result of multiplying x by itself 9 times, while x^4.5 is the result of multiplying x by itself 4.5 times.

How can I explore the difference between the square root of x^9 and x^4.5?

You can explore the difference between the square root of x^9 and x^4.5 by plugging in different values for x and calculating the square root of x^9 and x^4.5. You can also use a graphing calculator to visualize the difference between the two expressions.

Similar threads

Replies
13
Views
3K
Replies
3
Views
933
Replies
4
Views
384
Replies
18
Views
3K
  • General Math
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
21
Views
754
Replies
1
Views
2K
  • General Math
Replies
12
Views
954
Replies
5
Views
2K
  • General Math
Replies
2
Views
2K
Back
Top