Math Problem Statement

Solve the equation 4^x + 2^(x+2) = 3.

Solution

The equation provided is:

4x+2x+2=3.4^x + 2^{x+2} = 3.

Step-by-step solution:

  1. Rewrite 4x4^x: Recall that 4x=(22)x=22x4^x = (2^2)^x = 2^{2x}. Thus, the equation becomes: 22x+2x+2=3.2^{2x} + 2^{x+2} = 3.

  2. Factor out 2x2^x: Let y=2xy = 2^x (where y>0y > 0), so the equation becomes: y2+4y=3.y^2 + 4y = 3.

  3. Simplify into a standard quadratic equation: Rearrange terms: y2+4y3=0.y^2 + 4y - 3 = 0.

  4. Solve the quadratic equation: Use the quadratic formula: y=b±b24ac2a,y = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}, where a=1a = 1, b=4b = 4, and c=3c = -3. Substituting these values: y=4±424(1)(3)2(1)=4±16+122=4±282.y = \frac{-4 \pm \sqrt{4^2 - 4(1)(-3)}}{2(1)} = \frac{-4 \pm \sqrt{16 + 12}}{2} = \frac{-4 \pm \sqrt{28}}{2}.

  5. Simplify further: y=4±272=2±7.y = \frac{-4 \pm 2\sqrt{7}}{2} = -2 \pm \sqrt{7}.

  6. Choose the valid solution: Since y=2x>0y = 2^x > 0, we reject y=27y = -2 - \sqrt{7} (negative value). Thus: y=2+7.y = -2 + \sqrt{7}.

  7. Find xx: Recall y=2xy = 2^x. Thus: 2x=2+7.2^x = -2 + \sqrt{7}. Taking the logarithm (base 2): x=log2(2+7).x = \log_2(-2 + \sqrt{7}).


Final Answer:

x=log2(2+7).x = \log_2(-2 + \sqrt{7}).

Would you like me to explain any specific step or verify with approximations?


Related Questions:

  1. What is the approximate numerical value of xx using logarithms?
  2. How do you solve equations with mixed exponential terms like 4x+2x+2=34^x + 2^{x+2} = 3?
  3. What does the quadratic substitution technique simplify in exponential equations?
  4. Can y=2+7y = -2 + \sqrt{7} be approximated for practical computation?
  5. Why must 2x>02^x > 0 for all real values of xx?

Tip:

Always check the domain of logarithmic and exponential equations to ensure that solutions make sense (e.g., no negative bases for logs).

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Exponential Equations
Quadratic Equations
Logarithms

Formulas

4^x = (2^2)^x = 2^(2x)
Quadratic formula: x = (-b ± √(b² - 4ac)) / 2a

Theorems

Properties of exponents
Quadratic formula

Suitable Grade Level

Grades 10-12