How do you determine if a number is rational or irrational?

  • Thread starter Thread starter temaire
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 3K views
temaire
Messages
275
Reaction score
0

Homework Statement


[tex]x^3-4x+4[/tex]


Homework Equations


None


The Attempt at a Solution


I tried using the quadratic formula but it doesn't work. I started with this, but I don't know what to do now.[tex]x^{3}+0x^2-4x+4[/tex]
 
Physics news on Phys.org


What exactly are you trying to do?!

[itex]x^3-4x+4[/itex] is an expression, not a problem statement! Do you mean that you are trying to find the roots of the equation [itex]x^3-4x+4=0[/itex]?
 


yes I am trying to find the roots of the equation
 


Well, there are no simple solutions to this cubic equation. You can try using the cubic formula found here.

Is this the entire question, or is this part of a larger problem? Are you sure you have have written the equation correctly?
 


This is the correct equation, and it is the entire question.
 


Are you asked to use any specific method? (such as approximating the real root using Newton's method)
Are you allowed to use a calculator/computer?
 


No specific method is being asked but you can use a simple scientific calculator.
 


TayTayDatDude said:
Try (x^3+0x^2-4x+4) = 0 (Just noticed you have)

After that, try "hunting" to find which number works. After you have found a number, use synthetic division.

There are no rational roots to this equation, so that method won't work.
 


Find the roots using Cardano's method.

[tex]D=(\frac{4}{2})^2 + (\frac{-4}{3})^3=4 - \frac{64}{27}=\frac{108-64}{27}=\frac{44}{27} > 0[/tex], so it got one rational and two complex roots.

The rational one is ~(-2.38)
 


Дьявол said:
Find the roots using Cardano's method.

[tex]D=(\frac{4}{2})^2 + (\frac{-4}{3})^3=4 - \frac{64}{27}=\frac{108-64}{27}=\frac{44}{27} > 0[/tex], so it got one rational and two complex roots.

The rational one is ~(-2.38)

The root (-2.38) is real not rational. The rational roots theorem tells you that the only possible candidates for rational roots of this equation are [itex]\pm 1[/itex], [itex]\pm 2[/itex], and [itex]\pm 4[/itex]...and since none of these are roots; there are no rational roots.
 


Rational numbers are also real numbers. So I suppose -2.38...(infinite number of decimals) is irrational number (also real number).
 


Дьявол said:
Rational numbers are also real numbers. So I suppose -2.38...(infinite number of decimals) is irrational number (also real number).

A rational number is a real number that can be expressed as a ratio of two integers...for example, 1/3, 0.25, and 3658793659/548709568017097 are rational numbers.

However, things like [itex]\pi[/itex], [itex]\sqrt{2}[/itex] and any non-repeating non-terminating decimal are irrational numbers.