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

  • Thread starter Thread starter JBD2
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 2K views
JBD2
Messages
61
Reaction score
0

Homework Statement


Solve.
Q 1.) [tex]3^{3x}+3^{3x+2}=30[/tex]

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

Homework Equations



[tex](a^{n}){b}=a^{nb}[/tex]

[tex]a^{n}(a^{b})=a^{n+b}[/tex]

The Attempt at a Solution



Q 1.) [tex]3^{3x}+3^{3x+2}=3^{1}+3^{3}[/tex]

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

Q 2.) [tex]3^{2x}+3^{3}=12(3^{x})[/tex]
[tex]3^{2x}+3^{3}=(3^{1}+3^{2})(3^{x})[/tex]
[tex]3^{2x}+3^{3}=3{1+x}+3^{2+x}[/tex]
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:

[tex]3^{2x}+3^{3}=3^{1+x}+3^{2+x}[/tex]

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 [tex]y = 3^{3x}[/tex]. 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 [tex]y = 3^{3x}[/tex]. Can you write equation in terms of y?

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

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.
 
Ok I figured out the last question, and why it was in a quadratic, sorry for all the posts. Here's my solution:

[tex]3^{2x}-12(3^{x})+27=0[/tex]
Like mentioned earlier, a quadratic:
[tex]x^{2}-12x+27[/tex]
[tex](x-9)(x-3)=0[/tex]
[tex](3^{x}-3^{2})(3^{x}-3^{1})[/tex]
x=2, x=1