Solveeit Logo

Question

Question: (i) $\frac{2^{x^2}}{2^{2x}}=\frac{8^x}{64}$...

(i) 2x222x=8x64\frac{2^{x^2}}{2^{2x}}=\frac{8^x}{64}

Answer

x=2, 3

Explanation

Solution

To solve the equation 2x222x=8x64\frac{2^{x^2}}{2^{2x}}=\frac{8^x}{64}, we will use the properties of exponents to simplify both sides of the equation to the same base.

Step 1: Express all terms with the same base (base 2). We know that 8=238 = 2^3 and 64=2664 = 2^6.

The left side of the equation is: 2x222x\frac{2^{x^2}}{2^{2x}} Using the exponent property aman=amn\frac{a^m}{a^n} = a^{m-n}, we get: 2x22x2^{x^2 - 2x}

The right side of the equation is: 8x64\frac{8^x}{64} Substitute 8=238 = 2^3 and 64=2664 = 2^6: (23)x26\frac{(2^3)^x}{2^6} Using the exponent property (am)n=amn(a^m)^n = a^{mn}, we get: 23x26\frac{2^{3x}}{2^6} Now, using the exponent property aman=amn\frac{a^m}{a^n} = a^{m-n}, we get: 23x62^{3x - 6}

Step 2: Equate the simplified expressions. Now the equation becomes: 2x22x=23x62^{x^2 - 2x} = 2^{3x - 6}

Step 3: Equate the exponents. Since the bases are the same (both are 2), the exponents must be equal: x22x=3x6x^2 - 2x = 3x - 6

Step 4: Rearrange into a standard quadratic equation. Move all terms to one side to form a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0: x22x3x+6=0x^2 - 2x - 3x + 6 = 0 x25x+6=0x^2 - 5x + 6 = 0

Step 5: Solve the quadratic equation. We can solve this quadratic equation by factoring. We need two numbers that multiply to 6 and add up to -5. These numbers are -2 and -3. So, the equation can be factored as: (x2)(x3)=0(x - 2)(x - 3) = 0

This gives two possible solutions for xx: x2=0    x=2x - 2 = 0 \implies x = 2 x3=0    x=3x - 3 = 0 \implies x = 3

Step 6: Verify the solutions (optional but recommended). For x=2x=2: LHS: 22222×2=2424=1\frac{2^{2^2}}{2^{2 \times 2}} = \frac{2^4}{2^4} = 1 RHS: 8264=6464=1\frac{8^2}{64} = \frac{64}{64} = 1 LHS = RHS, so x=2x=2 is a solution.

For x=3x=3: LHS: 23222×3=2926=296=23=8\frac{2^{3^2}}{2^{2 \times 3}} = \frac{2^9}{2^6} = 2^{9-6} = 2^3 = 8 RHS: 8364=51264=8\frac{8^3}{64} = \frac{512}{64} = 8 LHS = RHS, so x=3x=3 is a solution.

Both solutions are valid.

The final answer is x=2,3\boxed{x=2, 3}.

Explanation of the solution: The given exponential equation is simplified by expressing all terms with the same base (base 2). Using exponent properties am/an=amna^m/a^n = a^{m-n} and (am)n=amn(a^m)^n = a^{mn}, the equation transforms into 2x22x=23x62^{x^2 - 2x} = 2^{3x - 6}. Equating the exponents yields a quadratic equation x22x=3x6x^2 - 2x = 3x - 6, which simplifies to x25x+6=0x^2 - 5x + 6 = 0. Factoring this quadratic equation gives (x2)(x3)=0(x-2)(x-3)=0, leading to the solutions x=2x=2 and x=3x=3.