If x 2 − 5 x − 1 = 0 , then find the value of x 2 + x 2 1 .
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.
Line 2 is only applicable assuming x =/= 0, which is obvious, but not always allowed. Line 3 is accurate though
Log in to reply
Yes, but 0 dosesn't even satisfy the equation in the question!
Nice solution and great question.
Where did the +2 come from in the third line?
Log in to reply
In response to Benjamin Lee: Since, (x+1/x)^2=x^2+1/x^2+x* 1/x=x^2+1/x^2 which is used in third line of the solution of Ankit Vijay.
Great question
here it is:
x^2-1=5x
or, x-1/x=5................................[dividing the both sides by x]
or,(x-1/x)^2=5^2
or,(x + 1/x)^2 -4 .x . 1/x=25....................................[(a-b)^2=(a+-b)^2- 4 . a .b)]
or, (x + 1/x)^2 =29
or, x^2+ 1/x^2 + 2 . x .1/x=29
or, x^2+ 1/x^2=29-2=27
Solution using the quadratic formula:
x 2 − 5 x − 1 = 0 ⟹ a = 1 , b = − 5 and c = − 1
x = 2 a − b ± b 2 − 4 a c
= 2 5 ± 2 5 − 4 ( 1 ) ( − 1 )
= 2 5 ± 2 9
Using the positive value of x , we get
x 2 + x 2 1 = ( 2 5 + 2 9 ) 2 + ( 2 5 + 2 9 ) 2 1 = 2 7
I completed the square to get x = 5/2 + √(29/4) When I put that back into the equation I got 27
Problem Loading...
Note Loading...
Set Loading...
x 2 − 1 = 5 x ⇒ x − x 1 = 5 ⇒ x 2 + x 2 1 = ( x − x 1 ) 2 + 2 = 5 2 + 2 = 2 7