Irrational or Rational [Newton-Raphson]

luznyr
Messages
28
Reaction score
0

Homework Statement



How are you able to determine if a solution is rational or irrational

Homework Equations



-

The Attempt at a Solution



-
:confused:
I'm pretty sure it will be something basic I'm forgetting, thanks for any help.
 
Physics news on Phys.org
If you mean that you are using the Newton-Raphson method to solve an equation, then there are two oppposite ways to answer: (1) The "solution" the Newton-Raphson method gives you- which may be only approximate is always rational because it can only give you a finite number of decimal places. (2) There is no way of determining from the Newton-Raphson method whether or not the true solution to the equation is rational or irrational because you cannot determine the true solution using the Newton-
Raphson method.
 
cheers, never would of thought of that.
 
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