Difficulty: Easy
Correct Answer: 0
Explanation:
Introduction / Context:This expression is designed to connect to the golden ratio φ, which satisfies φ^2 − φ − 1 = 0. By rationalizing the fraction under the square root, we can recognize x^2 as φ^2, thereby evaluating x^2 − x − 1 exactly without approximation.
Given Data / Assumptions:
Concept / Approach:First compute x^2 by removing the outer square root. Then rationalize the denominator inside x^2 by multiplying numerator and denominator by (√5 + 1). Simplify the resulting expression and compare with the known values for the golden ratio.
Step-by-Step Solution:
x^2 = (√5 + 1)/(√5 − 1)Rationalize: multiply top and bottom by (√5 + 1)x^2 = ( (√5 + 1)^2 )/(5 − 1) = (5 + 2√5 + 1)/4 = (6 + 2√5)/4 = (3 + √5)/2Let φ = (1 + √5)/2 ⇒ φ^2 = (3 + √5)/2So x^2 = φ^2 ⇒ with x > 0, x = φTherefore x^2 − x − 1 = φ^2 − φ − 1 = 0Verification / Alternative check:Numerically, √5 ≈ 2.236; x ≈ √( (3.236)/(1.236) ) ≈ √(2.618) ≈ 1.618, which is φ. Then x^2 − x − 1 ≈ 2.618 − 1.618 − 1 ≈ 0.
Why Other Options Are Wrong:
Common Pitfalls:Not rationalizing properly or assuming x itself equals (√5 + 1)/2 without justification. Work via x^2 first for clarity.
Final Answer:0
Discussion & Comments