Exponential Equations: Solve for x with Step-by-Step Solutions

  • Thread starter Thread starter JBD2
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
The discussion focuses on solving two exponential equations. For the first equation, 3^{3x} + 3^{3x+2} = 30, the solution involves substituting y = 3^{3x} and simplifying to find x = 1/3. The second equation, 3^{2x} - 12(3^{x}) + 27 = 0, is recognized as a quadratic form, leading to the factorization (3^{x} - 3^{2})(3^{x} - 3^{1}) = 0, yielding solutions x = 2 and x = 1. Participants clarify their understanding of the factoring process and confirm their solutions. The discussion emphasizes the application of logarithmic and quadratic techniques in solving exponential equations.
JBD2
Messages
61
Reaction score
0

Homework Statement


Solve.
Q 1.) 3^{3x}+3^{3x+2}=30

Q 2.) 3^{2x}-12(3^{x})+27=0

Homework Equations



(a^{n}){b}=a^{nb}

a^{n}(a^{b})=a^{n+b}

The Attempt at a Solution



Q 1.) 3^{3x}+3^{3x+2}=3^{1}+3^{3}

Q 2.) 3^{2x}+3^{3}=12(3^{x})
3^{2x}+3^{3}=(3^{1}+3^{2})(3^{x})
3^{2x}+3^{3}=3{1+x}+3^{2+x}
 
Physics news on Phys.org
JBD2 said:
Q 1.) 3^{3x}+3^{3x+2}=3^{1}+3^{3}
Don't see how that helps. Solve for 3^(3x) first. Then use logarithms to find x.

Q 2.) 3^{2x}+3^{3}=12(3^{x})
3^{2x}+3^{3}=(3^{1}+3^{2})(3^{x})
3^{2x}+3^{3}=3{1+x}+3^{2+x}
Same technique as above. This time since it's a quadratic expression you have solve for 3^x using the quadratic formula. Then apply logs again.
 
Ignore on Question 2 my last proof of work, it's wrong, its supposed to be:

3^{2x}+3^{3}=3^{1+x}+3^{2+x}

And I would use logs but this question can supposedly be done without logs (the teacher hasn't shown us how to do them yet).
 
Hint

Q1. Let y = 3^{3x}. Can you write equation in terms of y?
 
Alrighty.

1. You can use the rule that states that ab * an = ab+n
33x + 33x+2=30
33x + 33x*32=30
Now you can isolate the 33x on the left hand side:
33x (1 + 9) = 30
33x=31
3x=1
x=1/3

Sorry, I'm not too sure about #2 yet. I'll keep trying it and I'll keep you posted if my mind comes up with something. :)
 
Melawrghk said:
Alrighty.

1. You can use the rule that states that ab * an = ab+n
33x + 33x+2=30
33x + 33x*32=30
Now you can isolate the 33x on the left hand side:
33x (1 + 9) = 30
33x=31
3x=1
x=1/3

How did you go to this:
33x (1 + 9) = 30

I don't get how that works, can you explain it?
 
snipez90 said:
Hint

Q1. Let y = 3^{3x}. Can you write equation in terms of y?

So you mean I'd have like 3^{6x}(3^{2})=30?

EDIT: Nevermind I understand how you did it now, Same with my previous post I understand it, I'll work on the other question. Thanks.

By the way, Defennder, how did you know it was a quadratic expression?
 
Last edited:
JBD2 said:
How did you go to this:
33x (1 + 9) = 30

I don't get how that works, can you explain it?

Yeah, of course.

33x+33x*32=30
You see how both terms on the left have 33x in them, right? So you can factor out that part. That will leave you 1 instead of the first term, and 32 instead of the second.
33x*(1+32)=30
32 is 9... Does that help at all?
 
Ya that makes sense, thanks. I just can't find any like terms in the second question now.
 
  • #10
Ok I figured out the last question, and why it was in a quadratic, sorry for all the posts. Here's my solution:

3^{2x}-12(3^{x})+27=0
Like mentioned earlier, a quadratic:
x^{2}-12x+27
(x-9)(x-3)=0
(3^{x}-3^{2})(3^{x}-3^{1})
x=2, x=1
 
Back
Top