How Do You Solve the Cubic Equation x^3 - 10x + 18 = 0?

Click For Summary

Homework Help Overview

The discussion revolves around finding the roots of the cubic polynomial x^3 - 10x + 18 = 0. Participants are exploring various methods and approaches to solve this equation, while also questioning the validity of certain steps taken in their attempts.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants attempt to manipulate the equation by rewriting terms and factoring, while others express skepticism about the legitimacy of these manipulations. There are suggestions of using substitutions, such as "x = w + 10/(3w)", and inquiries about the origins of these substitutions. Additionally, there are discussions about the nature of the roots and whether they are real or complex.

Discussion Status

The discussion is ongoing, with participants providing various insights and suggestions. Some have pointed out potential errors in reasoning, while others have introduced alternative methods for approaching the problem. There is no clear consensus on the best method to solve the equation, and multiple interpretations are being explored.

Contextual Notes

Participants are navigating through different interpretations of the original problem statement, which has led to confusion regarding the specific equation being solved. There are also references to homework constraints and the expectation of finding "nice" solutions in typical homework problems.

naaa00
Messages
90
Reaction score
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
No it is not at all legit .
You are equating zero to zero , fundamentally wrong :\
 
Ok.

Any suggestion?
 
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.
 
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:
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?
 
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
 
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.
 
yea i kind of meant that :-p
 
  • #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:
 

Attachments

  • Capture.JPG
    Capture.JPG
    13.3 KB · Views: 563
  • #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:

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:

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
6
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K