Skip to main contentSkip to solution

If x+1=x2x + 1 = x^2 and x>0x > 0, then 2x42x^4 is

Solution

✅ Correct Option: 4

Given: x+1=x2x + 1 = x^2 and x>0x > 0

x2−x−1=0x^2 - x - 1 = 0

When we have an equation in the form ax2+bx+c=0ax^2 + bx + c = 0, the quadratic formula gives us the exact solutions.

Using the quadratic formula: x=−b±b2−4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Here: a=1a = 1, b=−1b = -1, c=−1c = -1

x=−(−1)±(−1)2−4(1)(−1)2(1)x = \frac{-(-1) \pm \sqrt{(-1)^2 - 4(1)(-1)}}{2(1)}

=1±1+42= \frac{1 \pm \sqrt{1 + 4}}{2}

=1±52= \frac{1 \pm \sqrt{5}}{2}

Since x>0x > 0, we take the positive root:

x=1+52x = \frac{1 + \sqrt{5}}{2}


Key insight: Instead of calculating x4x^4 directly (which would be messy), we can use the original equation x2=x+1x^2 = x + 1 to simplify our work.

From x2=x+1x^2 = x + 1, we can find x4x^4:

x4=(x2)2=(x+1)2x^4 = (x^2)^2 = (x + 1)^2

(x+1)2=x2+2x+1(x + 1)^2 = x^2 + 2x + 1

Since we know x2=x+1x^2 = x + 1, we can substitute this:

x4=x2+2x+1=(x+1)+2x+1=3x+2x^4 = x^2 + 2x + 1 = (x + 1) + 2x + 1 = 3x + 2

This works because we're using our original equation to keep simplifying until we get everything in terms of xx only.


Now we can find 2x42x^4:

2x4=2(3x+2)=6x+42x^4 = 2(3x + 2) = 6x + 4

Substituting x=1+52x = \frac{1 + \sqrt{5}}{2}:

2x4=6⋅1+52+4=3(1+5)+42x^4 = 6 \cdot \frac{1 + \sqrt{5}}{2} + 4 = 3(1 + \sqrt{5}) + 4

=3+35+4=7+35= 3 + 3\sqrt{5} + 4 = 7 + 3\sqrt{5}


2x4=7+352x^4 = 7 + 3\sqrt{5}

This substitution method is much faster than calculating x4x^4 directly. Whenever we have a relationship like x2=x+1x^2 = x + 1, we should look for opportunities to substitute and simplify rather than computing high powers directly!

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question