How do you solve 3^(2x+2) + 3^(x+1) - 12 = 032x+2+3x+112=0?

1 Answer
Aug 16, 2015

Recognise as a quadratic in 3^(x+1)3x+1, one of whose solutions gives us a Real solution, x=0x=0.

Explanation:

Let t = 3^(x+1)t=3x+1

Then 0 = 3^(2x+2)+3^(x+1)-12 = t^2+t-12 = (t+4)(t-3)0=32x+2+3x+112=t2+t12=(t+4)(t3)

So t = -4t=4 or t = 3t=3.

Now 3^(x+1) > 03x+1>0 for all x in RR, so we can discard the case t = -4.

The remaining solution gives us:

3^(x+1) = t = 3 = 3^1

Since exponentiation is one-one as a function from RR to (0, oo), this implies x+1 = 1, so x = 0.