Let the real positive solution of
x 2 + ( x + 1 x ) 2 = 1
be α . Find the value of ⌊ 1 0 0 0 0 α ⌋ .
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.
Wow, using several substitution to solve x 4 + 2 x 3 + x 2 − 2 x − 1 = 0 .
Could you help add to the Algebraic Manipulation - Substitution page?
Good solution
Wow you're really dare to expand. Nice substitution!
Very nice solution
Let x = c o s ( θ ) and x + 1 x = s i n ( θ ) , hence we get our eqaution as :
c o s ( θ ) + 1 c o s ( θ ) = s i n ( θ )
Rewriting it we get :
c o s ( θ ) − s i n ( θ ) = c o s ( θ ) s i n ( θ )
Again rewriting it we get :
2 s i n ( 4 π − θ ) = 2 1 c o s ( 2 π − 2 θ )
Put y = 4 π − θ to get the equation as :
2 2 s i n ( y ) = c o s ( 2 y )
Using double angle identities and rewriting the equation we get :
2 s i n 2 ( y ) + 2 2 s i n ( y ) − 1 = 0
Solving the quadratic we get :
s i n ( y ) = 1 − 2 1 and c o s ( y ) = 2 − 2 1
Now since θ = 4 π − y
hence c o s ( θ ) = c o s ( 4 π − y ) = 2 1 ( c o s ( y ) + s i n ( y ) )
Put the values to get :
x = c o s ( θ ) = 2 1 − 2 1 + 2 − 2 1
Same way as I did it.. You need to include the reasoning of why the substitution is legal in your solution though
Log in to reply
Isn't it very obvious.
Log in to reply
Still, I think it is necessary..your choice though :)
I think we must not substitute sinx =x/(x+1)and cosx = x as this does not satisfy the basic condition I.e. Sin^2x +Cos^2x =1 for every value of x . Yes I also agree that the expression is like that only . But logically we can't substitute this for that reason.
Yeah . Got it ronak . Please don't explain acc. To me . But truly a good meathod it is.
My professor taught me this technique when you have no other simple ways to do it, other than expanding.
Let y = x + 1 x .
The equation becomes x 2 + y 2 = 1 _(1)
and x y = x − y . _(2)
Let x , − y be the roots of this equation
z 2 + p z + q = 0 _(#)
From Vieta's formula, x + ( − y ) = − p and x ( − y ) = q .
From (2), − p = x − y = x y = − q
Therefore, p = q .
From (1), x 2 + y 2 = ( x − y ) 2 + 2 x y
1 = ( − p ) 2 + 2 ( − q )
p 2 − 2 p − 1 = 0
p = 1 ± 2
Now the equation (#) becomes
z 2 + ( 1 + 2 ) z + ( 1 + 2 ) = 0 or z 2 + ( 1 − 2 ) z + ( 1 − 2 ) = 0
The first equation gives you 2 complex roots and the second gives you 2 irrational roots. So don't bother factorize the question lol.
Solve both equations we get
z = 2 − ( 1 + 2 ) ± i 1 + 2 2 , 2 2 + 2 ± 1 + 2 2 .
And all of these roots z are the roots of x .
Which is approximately x = − 0 . 4 6 8 9 9 , 0 . 8 8 3 2 0 , − 1 . 2 0 7 1 ± 0 . 9 7 8 3 i .
Feel free to post your solution!
Nice approach, forming a quadratic equation with roots of x and x + 1 x .
Can you add to the Vieta's Formula - Forming quadratics Wiki page? This approach can be really useful in such a scenario.
Log in to reply
I feel like there're easy problems, and suddenly very hard problem. =_="
The given equation can be re-written as ( x 1 ) − 2 + ( 1 + x 1 ) − 2 = 1 Make the substitution x 1 = a a − 2 + ( 1 + a ) − 2 = 1 ⇒ a 2 1 + ( a + 1 ) 2 1 = 1 ⇒ ( a 2 + a ) 2 a 2 + 2 a + 1 + a 2 = 1 ⇒ ( a 2 + a ) 2 2 ( a 2 + a ) + 1 = 1 Make the subsitution a 2 + a = y y 2 2 y + 1 = 1 y 2 − 2 y − 1 = 0 y 2 − 2 y + 1 = 2 ( y − 1 ) 2 = 2 y = 1 ± 2 substituting back to a a 2 + a − ( 1 ± 2 ) = 0 Solving the above quadratic we get real roots with only 1 + 2 a = 2 5 + 4 2 − 1 , 2 − ( 5 + 4 2 + 1 ) The second one is a negative, so we consider only the first root Substituting back to x, we get x = 5 + 4 2 − 1 2 Plugging the value of x gives the desired result.
Using The Newton-Raphson Method x 4 + 2 x 3 + x 2 − 2 x − 1 = 0 Let f ( x ) = x 4 + 2 x 3 + x 2 − 2 x − 1 f ′ ( x ) = 4 x 3 + 6 x 2 + 2 x − 2 Therefore, x n + 1 = x n − 4 x n 3 + 6 x n 2 + 2 x n − 2 x n 4 + 2 x n 3 + x n 2 − 2 x n − 1 Substitute x 1 equal to any number which is more than 1 and it will converge to the real positive solution
x 2 + y 2 = ( x − y ) 2 + 2 x y
so,
x 2 + ( x / ( x + 1 ) ) 2 = 1
becomes,
( x 2 / ( x + 1 ) ) 2 + ( 2 x 2 / ( x + 1 ) ) − 1 = 0
let
z = ( x 2 ) / ( x + 1 )
Then solve the quadratic equationS to get the answer!
Rewrite the equation as
x = 1 − ( x + 1 x ) 2
Iterating this converges quickly to the positive root.
You can implement this quickly on a calculator by first entering a starting value by pressing (say) 0.5=, then entering
1 − ( A n s + 1 A n s ) 2
and pressing equals repeatedly.
Complete the square using minus instead of plus. It's counterintuitive, but the equation will become really beautiful. Call t=x^2/(x+1).
Problem Loading...
Note Loading...
Set Loading...
Let y = x + 1 . x = y − 1 . Substituting and expanding, we get
y 2 + y 2 1 − 2 ( y + y 1 ) + 1 = 0 .
Let z = y + y 1 .
y 2 + y 2 1 = z 2 − 2 .
Therefore, z 2 − 2 z − 1 = 0 .
Solving the quadratic equation, we get all possibilities of z . By using the equation z = y + y 1 , we can find all possibilities of y . The value of x which satisfy the conditions in the problem can be determined by the equation x = y − 1 .