Solving a Maple Mystery: Why Does x=root(x^2+1)/x=.5root(2+root(20))?

  • Thread starter Thread starter fredrick08
  • Start date Start date
  • Tags Tags
    Maple Mystery
fredrick08
Messages
374
Reaction score
0

Homework Statement



can someone please tell me why maple says that x=root(x^2+1)/x=.5root(2+root(20))??

ive tried trig and rearranging, but i have idea why this is so..
 
Physics news on Phys.org
Have you got a value stored into the variable x?

EDIT: Oh i think i may have misinterpreted the problem.

Heres some working:
http://img4.imageshack.us/img4/8552/algebra.gif

Probably is a quicker way, but these are the steps i took.
 
Last edited by a moderator:
fredrick08 said:

Homework Statement



can someone please tell me why maple says that x=root(x^2+1)/x=.5root(2+root(20))??

ive tried trig and rearranging, but i have idea why this is so..

Square both sides, and you get a quadratic in x2. Solve.

\begin{align*}<br /> x &amp;= \frac{\sqrt{x^2+1}}{x} \\<br /> \intertext{Hence}<br /> x^2 &amp;= \sqrt{x^2 + 1} \\<br /> x^4 &amp;= x^2 + 1 \\<br /> x^2 &amp;= \frac{1 \pm \sqrt{5}}{2} \\<br /> \intertext{(Must be positive, so dismiss the negative part)}<br /> &amp; = \frac{2 + \sqrt{20}}{4} \\<br /> \intertext{Hence}<br /> x &amp; = \pm 0.5 \sqrt{2 + \sqrt{20}} \\<br /> &amp;= \pm \sqrt{0.5 + \sqrt{1.25}}<br /> \end{align*}​
 
thankyou very much, I am still unsure how you get from x^4 to x^2=2+root(20)/4.. but i know its right so thx
 
He uses a substitution p=x^2 and then solves p with the ABC formula.
 
ok yes thankyou
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top