Roots of a cubic polynomial

In summary: I mean the "x = w + 10/(3w)" from where does that comes from?Is the power 3/90 ?no:(x^3)/90Same with the others...I am
  • #1
naaa00
91
0

Homework Statement


Hello there!

I'm trying to find the roots of the following cubic polynomial

x^3 - 10x + 18 = 0

The Attempt at a Solution


I did the following: I rewrite 18 as

18 = - (x^3 - 10x)

then I did back substitution and factored out

x^3 - 10x - x^3 + 10x = 0 or x(x^2-10) - x(x^2-10) = 0

=> (x - x)(x^2-10) = 0

=> x = sqrt(10)

I'm not sure if what I did is legit and correct. I think is wrong.

Is it valid?
 
Last edited:
Physics news on Phys.org
  • #2
No it is not at all legit .
You are equating zero to zero , fundamentally wrong :\
 
  • #3
Ok.

Any suggestion?
 
  • #4
naaa00 said:
Ok.

Any suggestion?

we have x3 - 10x = -18

let x = w + 10/(3w)

after doing the arithmetic, you should get a quadratic in w3, which you can then solve.
 
  • #5
Hello there!

To be honest, I don't understand from where does the "x = w + 10/(3w)" comes from... Could you be a little bit more explicit please?

...
 
Last edited:
  • #6
naaa00 said:
Hello there!

To be honest, I don't understand from where does the "x = w + 10/(3w)" comes from... Could you be a little bit more explicit please?

...

it's magic!

(really, it's just a substitution)

here. i'll get you started:

(w + 10/(3w))3 - 10(w + 10/(3w) = -18, so

w3 + 3w2(10/(3w)) + 3w(100/(9w2) + 1000/(27w3) - 10w - 100/(3w) = -18

continue?
 
  • #7
The function x^3 - 10x + 18 has 3 dangerous roots , which will require hours of calculation , and won't be given as homework , check if you copied it correctly
 
  • #8
kushan said:
No it is not at all legit .
You are equating zero to zero , fundamentally wrong :\
There's nothing wrong with setting 0 equal to 0. It's true, after all.

naaa00 said:
=> (x - x)(x^2-10) = 0

=> x = sqrt(10)

I'm not sure if what I did is legit and correct. I think is wrong.

Is it valid?
The problem here is that the first equation is of the form ##0 \times a = 0##. Obviously, this statement is true for any a. In your case, this means x2-10 can be equal to anything, so you can't assume it's equal to 0 and solve for x.
 
  • #9
yea i kind of meant that :tongue2:
 
  • #10
There's a cubic formula, you could try memorising that :3

And as kushan said, the roots of this are not nice at all, are you sure you copied it out correctly?
Homework problems generally have nice, friendly solutions
 
  • #11
Hello there!

The original problem statement is:

(x^3)/90 - (x^2)/9 + 1/5

I put the whole thing equal to zero ( for the roots), and then multiply by 90

x^3 - 10x + 18 = 0

This question was on a test. The problem also asks for local extrema, but to find them is simple.

Deveno said:
it's magic!

(really, it's just a substitution)

here. i'll get you started:

(w + 10/(3w))3 - 10(w + 10/(3w) = -18, so

w3 + 3w2(10/(3w)) + 3w(100/(9w2) + 1000/(27w3) - 10w - 100/(3w) = -18

continue?

I mean the "x = w + 10/(3w)" from where does that comes from?
 
Last edited:
  • #12
is the power 3/90 ?
 
  • #13
no:

(x^3)/90

Same with the others...
 
  • #14
I am afraid there is no other way you need to find the roots by the cubic equation
and for your information the cube roots are
And yes they are all real
beautiful i would say :cry: :yuck:
 

Attachments

  • Capture.JPG
    Capture.JPG
    13.3 KB · Views: 484
  • #15
My worst fear is being realized... I'm still skeptical, though...
 
  • #16
hello there again!

I tried the following but, again, it's a litlle bit fishy...

I started from:

x^3 - 10x = -18

=> sqrt(x^3 - 10x) = sqrt(-18)

=> sqrt[x^2 (x - 10/x)] + sqrt(-18)

=> x * sqrt{(x^2 - 10)/x)} + sqrt(-18)

I divide by sqrt(-18)

=> x * sqrt{(x^2 - 10)/-18x} + 1

Then I factor 1/x

=> 1/x * {sqrt[(x^2 - 10)/-18x] + x}

From here, I say that P(x) = 0, when x = (x^2 - 10)/-18x

Is this ok?

No, this is absurd. I don't know: I refuse to use the cubic equation...

All this is plain wrong... I guess "x" is not allowed to be as a "b" or "d" on a expression like (a + b)(c + d) = 0

Right?
 
Last edited:
  • #17
kushan said:
I am afraid there is no other way you need to find the roots by the cubic equation
and for your information the cube roots are
And yes they are all real
beautiful i would say :cry: :yuck:

I don't know whether one of your roots simplifies to a real (it should), but Maple gets different results from yours:

root1 = -A/3 - 10/A and
root2 = A/6 + 5/A + I*(sqrt(3)/2)*[10/A - A/3],
where A = [243 + 3*sqrt(3561)]^(1/3), and I = sqrt(-1)

root3 = conjugate of root 2.

RGV
 
  • #18
naaa00 said:

Homework Statement


Hello there!

I'm trying to find the roots of the following cubic polynomial

x^3 - 10x + 18 = 0

The Attempt at a Solution


I did the following: I rewrite 18 as

...

naaa00 said:
Hello there!

The original problem statement is:

x^3/90 - x^2/9 + 1/5

I put the whole thing equal to zero ( for the roots), and then multiply by 90

x^3 - 10x^2 + 18 = 0

This question was on a test. The problem also asks for local extrema, but to find them is simple.

I mean the "x = w + 10/(3w)" from where does that comes from?
OK !

Which are you trying to solve?

x3 - 10x + 18 = 0

or

x3 - 10x2 + 18 = 0

 ?
 
  • #19
hello! Oh, my bad:

This one:

x^3 - 10x + 18 = 0
 
  • #20
Ray Vickson said:
I don't know whether one of your roots simplifies to a real (it should), but Maple gets different results from yours:

root1 = -A/3 - 10/A and
root2 = A/6 + 5/A + I*(sqrt(3)/2)*[10/A - A/3],
where A = [243 + 3*sqrt(3561)]^(1/3), and I = sqrt(-1)

root3 = conjugate of root 2.

RGV

yea all of them are real :D
 
  • #21
hey those roots which i posted earlier were for x^3 - 10x^2 + 18
 
  • #22
naaa00 said:
Hello there!

The original problem statement is:

(x^3)/90 - (x^2)/9 + 1/5

I put the whole thing equal to zero ( for the roots), and then multiply by 90

x^3 - 10x + 18 = 0

This question was on a test. The problem also asks for local extrema, but to find them is simple.



I mean the "x = w + 10/(3w)" from where does that comes from?

it's called "vieta's substitution" and was a break-through in the solving of the general cubic. although it bears Francois Viete's name, it was probably due to Scipione dal Ferro, and later published by Cardano.

it turns out that the roots to this cubic are "rather nasty", and a numerical method like Newton's method, would probably be faster, if an exact answer isn't needed. i would be tempted to start with an initial guess of -4.
 
  • #23
kushan said:
yea all of them are real :D

They are not all real. Root2 has a nonzero imaginary part, as does root3. In fact, roots 2 and 3 are 1.916734580 +- 1.010749400 *I .

RGV
 
  • #24
Ray the roots which I wrote in that post were for x^3-10x^2+18 , as OP wrote different equation
 
  • #25
kushan said:
Ray the roots which I wrote in that post were for x^3-10x^2+18 , as OP wrote different equation

Maybe, but your remark appeared in a reply to my posting, right after the formulas I gave for the roots. Therefore, I assumed you were saying the roots I gave are all real.

RGV
 
  • #26
naaa00 said:
hello! Oh, my bad:

This one:

x^3 - 10x + 18 = 0

For general reference on math topics, two of my first visits are Wikipedia and MathWorld:

http://en.wikipedia.org/wiki/Cubic_function

http://mathworld.wolfram.com/CubicFormula.html

They both provide an excellent introduction to a topic such as this one, and they also present an analytical solution to this equation. I recommend reading through these pages.

If you'd like numerical solutions, perhaps simply to confirm your own results, there are many free options (in addition to the commercial software packages available).

For example, Wolfram Alpha is well-known:

http://www.wolframalpha.com/

Less well-known are Maple's Oracles:

http://maplesoft.com/studentcenter/oracles/

(You don't have to purchase Maple, but Maple powers these online applets, which offer tools for some of the most common student tasks.)

Or there is the following, another free applet:

Cubic Equation Solver

According to this program, the roots of the equation (x^3 - 10x + 18 = 0) follow:

1.9167345798813225 + 1.0107493997715207 i
1.9167345798813225 - 1.0107493997715207 i
-3.833469159762645
 
Last edited by a moderator:

What is a cubic polynomial?

A cubic polynomial is a mathematical expression of the form ax^3 + bx^2 + cx + d, where a, b, c, and d are real numbers and x is a variable. It is a type of polynomial that contains a term with an exponent of 3.

What is the significance of the roots of a cubic polynomial?

The roots of a cubic polynomial represent the values of the variable x that make the polynomial equal to 0. These values can provide important information about the behavior and characteristics of the polynomial, such as the number of real solutions it has and its overall shape.

How do you find the roots of a cubic polynomial?

There are several methods for finding the roots of a cubic polynomial, including the Rational Root Theorem, the Quadratic Formula, and graphing techniques. The most common method is to use the Rational Root Theorem to find potential rational roots, and then use synthetic division or the Quadratic Formula to solve for the remaining roots.

What is the relationship between the roots and coefficients of a cubic polynomial?

The coefficients of a cubic polynomial can provide important information about the roots. For example, the sum of the roots is equal to -b/a, the product of the roots is equal to -d/a, and the sum of the squares of the roots is equal to (b^2-2ac)/a^2.

How are the roots of a cubic polynomial related to the graph of the polynomial?

The roots of a cubic polynomial are the x-intercepts of its graph. This means that the graph will intersect the x-axis at these points, and the behavior of the polynomial near these points can help determine the shape and characteristics of the graph.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
5
Views
791
  • Precalculus Mathematics Homework Help
Replies
12
Views
449
  • Precalculus Mathematics Homework Help
Replies
13
Views
823
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
576
  • Precalculus Mathematics Homework Help
2
Replies
36
Views
4K
  • Calculus and Beyond Homework Help
Replies
4
Views
812
  • Precalculus Mathematics Homework Help
Replies
2
Views
912
  • Precalculus Mathematics Homework Help
Replies
23
Views
567
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
Back
Top