([x^3-1)+2][(x^3-1)-7]=0
x^3=-1 so x = -1 or x^3 = 8 so x =2
2007-08-29 05:47:56
·
answer #1
·
answered by chasrmck 6
·
0⤊
1⤋
You substitute x^3-1 with let's say y. Now you have y^2-5y-14=0. The solution of this y ecuation is given by y=[5(+/-)sqrt(25+4*1*14)]/2 = [5(+/-)9]/2 = either 7 or -2.
You replace y back with x^3-1 in both cases. First you have x^3-1 = 7 wich means that x^3=8, x=2, second x^3-1 = -2, x = cube root from (-1) = -1.
2007-08-29 12:55:56
·
answer #2
·
answered by weaponspervert 2
·
0⤊
0⤋
This is a higher degree quadratic equation.
(x^3-1)^2-5(x^3-1)-14=0
Step 1: Combine exponents
A) (X^2)^2 – X^2 – 14 = 0
B) X^4 – X^2 – 14 = 0 QUADRATIC FORM (Ax^4 – bx^2 –c = 0)
Step 2: Factor the equation
(X^2 – 7) (X^2 + 2) = 0
Step 3: Set each factor equal to zero and solve for X
a) X^2-7=0
X^2= 7
X = sqrt of 7
b) X^2+2=0
X^2= -2
X = sqrt of -2 (this answer is invalid because a neg. number cant have a square root)
Answer X = sqrt of 7
2007-08-29 13:06:59
·
answer #3
·
answered by Yankee23 1
·
0⤊
0⤋
Let z=x^3 - 1.
Then z^2 - 5z - 14 = 0 <=> (z + 2)(z - 7) = 0 <=> z = - 2 or z = 7
=> x^3 - 1 = - 2 <=> x^3 = - 1 <=> x = - 1
or
=> x^3 - 1 = 7 <=> x^3 = 8 <=> x = 2
i.e. Solutions: x = - 1, x = 2.
2007-08-29 12:49:25
·
answer #4
·
answered by Christos :) 2
·
0⤊
1⤋
First let y=x^3-1 then the equation is y^2-5y-14=0
we can factor this by noticing that -14 is -7 times 2 and -5=-7+2 so then y^2-5y-14=(y-7)(y+2)=0 so there are two roots y=7 and y=-2
so we have two equations to solve now x^3-1=7 and x^3-1=-2
which gives us x^3=8 and x^3=-1 taking the cube root gives us x=2 and x=-1. btw this is just the real solutions there are a bunch of complex solutions too.
2007-08-29 12:47:47
·
answer #5
·
answered by Saul L 2
·
0⤊
1⤋
Expand the polynomials
x^6 - 2x^3 +1 - 5x^3 +6 -14 = 0
x^6 - 7x^3 - 7 = 0
Let u = x^3, then
u^2 -7u - 7 = 0 ---> (u+7)(u-1) = 0 --> u = -7, +1
so
x = cube root (-7) , 1
Note cube root(-7) will have three values (may all be the same)
2007-08-29 12:48:40
·
answer #6
·
answered by nyphdinmd 7
·
0⤊
1⤋
You need to change variables.
Use X = x^3 - 1
The equation can be rewritten:
X^2 - 5X - 14 = 0
The roots are -2 and 7
therefore x^3 - 1 = -2 or 7 and x^3 = -1 or 8, which means that the roots are -1 and 2 (curt(-1) = -1 and curt(8)=curt(2^3) = 2)
2007-08-29 12:47:04
·
answer #7
·
answered by Christophe G 4
·
0⤊
1⤋