8 x 3 − 6 x = 1
Find the root of the equation above given that x ∈ [ 0 , 1 ] . Give your answer to 2 decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great! For the sake of variety, can you solve it without the use of trigonometric identities?
challenge master, it doesn't matter which range the solver takes for cosine function be it like [ 2 π , 2 5 π ] , one would end up with the same answer and also i have specified to find the value of x in the interval [ 0 , 1 ] . Hoping that now its complete.
For the sake of variety (and for practice), we will use the cubic formula.
Let 2 x = t for simplicity, so that the equation becomes t 3 − 3 t − 1 = 0 . The cubic formula gives t = 3 2 1 + 2 3 i + 3 2 1 − 2 3 i = 3 e π i / 3 + 3 e − π i / 3 = e ( 1 + 6 k ) π i / 9 + e − ( 1 + 6 k ) π i / 9 = 2 cos ( ( 1 + 6 k ) π / 9 ) for k = 0 , 1 , 2 . Only k = 0 gives a positive solution, t = 2 cos ( 9 π ) , so that x = 2 t = cos ( 9 π ) ≈ 0 . 9 4 0 .
Fantastic.
It's unfortunate that most people aren't comfortable with the cubic formula these days. If the equation is written in the proper form, x 3 + 3 q x − 2 r = 0 , the solution is really quite simple, x = 3 r + D + 3 r − D , where D = q 3 + r 2 .
Assume that X = 1/M Hence, 8(1/M)^3 - 6(1/M) = 1 Hence (8/M^3) - (6/M) = (1/1) Lets make the L.H.S as one part, we have (8M - 6M^3)/M^4 = 1/1 Hence we have the following equations 1 = M^3 and 1 = 8 - 6M^2 >>> 6M^2 = 7 The first equation gives us 3 solutions, two of them are imaginary. ω, ω^2 and ω^3 = 1 none of them are valid lets go to the second equation we have M^2 = 7/6 means that M = 1.08012345 but M = 1/X so X = 0.9258201
How can we have the equation 1 = M 3 and 1 = 8 − 6 M 2 ? The answer to the question is cos ( 9 π ) ≈ 0 . 9 3 9 6 9 2 6 2 . How does that connect to your answer?
Numerical method:
In a calculator let Ans=1
Rearange x=( 8 1 + 8 6 A n s ) 3 1 and type the x value into the calculator
Tap equals until first 3 significant figures of the answer stop changing
x=0.94 (2d.p.)
What a method
Log in to reply
Guys we're here for practising math....not for abusing others....please don't do this.... @Kyle Finch
Log in to reply
when did i abuse hctib
Log in to reply
@Kyle Finch – You modified your answer after I had made that comment @Kyle Finch
Problem Loading...
Note Loading...
Set Loading...
I observed that if we put x = c o s y => y ∈ [ 0 , 2 π ]
2 ( 4 c o s 3 y − 3 c o s y ) = 1
c o s 3 y = 2 1
3 y = 2 n π ± 3 π
y = 3 2 n π ± 9 π
since no value other than 9 π in [ 0 , 2 π ] is possible so
x = c o s ( 9 π )
x = 0 . 9 3 9