Jump to content

Someone explain this math problem to me

ln(x) = 1 - ln(4x+1)

 

My original steps go as:

 

e^ln(x) = e^(1 - ln(4x+1))

 

x = e - (4x + 1)

 

x = e - 4x - 1

 

5x = e - 1

 

x = (e-1)/5

 

 

 

Correct Steps:

 

ln(x) = 1 - ln(4x+1)

 

ln(x) + ln(4x+1) = 1

 

ln(x(4x+1)) = 1

 

e^ln(x(4x+1)) = e^1

 

x(4x+1) = e

 

4x^2 + x - e = 0

 

 

Why are my original steps incorrect? 

Link to comment
https://linustechtips.com/topic/447258-someone-explain-this-math-problem-to-me/
Share on other sites

Link to post
Share on other sites

ln(x) = 1 - ln(4x+1)

 

My original steps go as:

 

e^ln(x) = e^(1 - ln(4x+1))

 

x = e - (4x + 1)

 

x = e - 4x - 1

 

5x = e - 1

 

x = (e-1)/5

 

 

 

Correct Steps:

 

ln(x) = 1 - ln(4x+1)

 

ln(x) + ln(4x+1) = 1

 

ln(x(4x+1)) = 1

 

e^ln(x(4x+1)) = e^1

 

x(4x+1) = e

 

4x^2 + x - e = 0

 

 

Why are my original steps incorrect?

 

Going from your first to your second step is the wrong move.

 

e^(A+ B) is not equal to e^A + e^B, you can easily prove this: e^(1+1) = e^2, but splitting that into (e^1 + e^1) = e + e = 2e, which is not the same as e^2.

Link to post
Share on other sites

 

Going from your first to your second step is the wrong move.

 

e^(A+ B) is not equal to e^A + e^B, you can easily prove this: e^(1+1) = e^2, but splitting that into (e^1 + e^1) = e + e = 2e, which is not the same as e^2.

 

Ahhh, makes sense. When would the case be where it would like A^B + A^C?

Link to post
Share on other sites

Hm.. how do I put this? Like, when will a 6^3x + 6^2 happen if it can happen at all? If it can't be 6^(3x + 2)?

 

I don't think there's any situation where you can add exponentiated numbers like that, even if they have the same base. The most you can do is pull out numbers to lower the exponents... Like if you had (x2 + x3), that's really (x•x + x•x•x), so you can pull an x out in front and make it x•(x1 + x2), and you could pull out another and make it x2(x0 + x1) [which is x2(1 + x)] if that were helpful in a problem somehow. Maybe if you had an (x+1) on the bottom of a fraction and you wanted to cancel it out, or something...

 

63x + 62 you could turn into 62 • (6(3x-2) + 62-2) [which is 6 • (6(3x-2) + 1)] if you wanted to. It might help in certain problems. But overall, no there's not much you can do with addition of two terms with exponents attached to them.

Link to post
Share on other sites

 

I don't think there's any situation where you can add exponentiated numbers like that, even if they have the same base. The most you can do is pull out numbers to lower the exponents... Like if you had (x2 + x3), that's really (x•x + x•x•x), so you can pull an x out in front and make it x•(x1 + x2), and you could pull out another and make it x2(x0 + x1) [which is x2(1 + x)] if that were helpful in a problem somehow. Maybe if you had an (x+1) on the bottom of a fraction and you wanted to cancel it out, or something...

 

63x + 62 you could turn into 62 • (6(3x-2) + 62-2) [which is 6 • (6(3x-2) + 1)] if you wanted to. It might help in certain problems. But overall, no there's not much you can do with addition of two terms with exponents attached to them.

 

 

I don't think there's any situation where you can add exponentiated numbers like that, even if they have the same base. The most you can do is pull out numbers to lower the exponents... Like if you had (x2 + x3), that's really (x•x + x•x•x), so you can pull an x out in front and make it x•(x1 + x2), and you could pull out another and make it x2(x0 + x1) [which is x2(1 + x)] if that were helpful in a problem somehow. Maybe if you had an (x+1) on the bottom of a fraction and you wanted to cancel it out, or something...

 

63x + 62 you could turn into 62 • (6(3x-2) + 62-2) [which is 6 • (6(3x-2) + 1)] if you wanted to. It might help in certain problems. But overall, no there's not much you can do with addition of two terms with exponents attached to them.

 

Thanks for the mini math lesson today!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×