How Do You Solve Complex Logarithmic Equations?

  • Thread starter Thread starter Elus
  • Start date Start date
  • Tags Tags
    Log
Click For Summary

Homework Help Overview

The discussion revolves around solving complex logarithmic equations, specifically focusing on two problems involving logarithmic identities and properties. The first problem requires finding solutions to an equation involving logarithms of a variable raised to a power, while the second problem involves rewriting a logarithmic expression as a single logarithm.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore graphical and algebraic methods for solving the first problem, with one suggesting a graphical approach and another proposing substitution to simplify the equation. There are questions about the validity of certain logarithmic manipulations in the second problem, with participants discussing the properties of logarithms and their applications.

Discussion Status

Several participants have provided insights and alternative methods for approaching the problems. There is ongoing exploration of the first problem's solutions, with one participant noting the need for a second solution. In the second problem, some participants confirm the direction of the attempts while questioning the correctness of logarithmic properties applied.

Contextual Notes

Participants are discussing the assumptions regarding the base of logarithms, with differing opinions on whether "log" refers to base 10 or base e. This has led to some confusion in the interpretation of the problems and their solutions.

Elus
Messages
2
Reaction score
0

Homework Statement



Problem 1:

Solve log(x^3) = (log(x))^2 for x.

Note, there are two solutions, A and B, where A < B.

A = ?
B = ?

Problem 2:

Rewrite the expression 2log(x)-2log(x^2+1)+4log(x-1) as a single logarithm log A.

A = ?
2. The attempt at a solution

Problem 1 Attempt:

I might be able solve this graphically by plotting y1 = log(3^x) and y2 = (log(x))^2 and finding the points of intersection.

However, I'd like to do this by hand, if possible! Would I start by raising both sides to e?

e^log(x^3) = e^(logx)^2

then

x^3 = e^2

then

x = (e^2)^(1/3)
x = e^(2/3)
x = 1.947734

Wolfram-alpha says otherwise :( and there are supposed to be 2 solutions. I only got one D:

Problem 2 attempt:

Okay, I tried using properties of logarithms here.

2log(x)-2log(x^2+1)+4log(x-1)

2log(x) - 8*log(x^3 - x^2 + x - 1) <------- Since the 2 logs are added, you can

multiply the insides of the logs together, right?

16*log(x/(x^3-x^2+x-1)) <------------ Since the 2 logs are subtracted, you can

divide them, right?
 
Last edited:
Physics news on Phys.org
For 1) e^{log(x)^2}\neq e^2
and there's a simpler way to solve this problem anyway, if you let y=log(x) then substituting this into the equation log(x^3)=(log(x))^2 will give?

For 2)
Elus said:
Okay, I tried using properties of logarithms here.

2log(x)-2log(x^2+1)+4log(x-1)

2log(x) - 8*log(x^3 - x^2 + x - 1) <------- Since the 2 logs are added, you can

multiply the insides of the logs together, right?
Well this is like saying a.log(b)+c.log(d)=ac.log(bc) this isn't right. If you have a.log(b) then this is equivalent to log(b^a).
Elus said:
16*log(x/(x^3-x^2+x-1)) <------------ Since the 2 logs are subtracted, you can

divide them, right?
Again, not right because you have made the same mistake as before.
 
Mentallic said:
For 1) e^{log(x)^2}\neq e^2
and there's a simpler way to solve this problem anyway, if you let y=log(x) then substituting this into the equation log(x^3)=(log(x))^2 will give?

For 2)

Well this is like saying a.log(b)+c.log(d)=ac.log(bc) this isn't right. If you have a.log(b) then this is equivalent to log(b^a).



Again, not right because you have made the same mistake as before.

For problem 1:

log(x^3) = (log(x))^2
log(x^3) = y^2 <---Substitute y=log(x) on right side
3*log(x) = y^2 <----- You said log(b^a) = a.log(b), so that's what I applied.
3*y = y^2 <----- substitute y=log(x) on left side
3 = y <----divide both sides by y
3 = log(x) <-----substitute back log(x) for y
x = e^3 <---------raise both sides by e
x = 20.085536

Great, that's one answer, but it said that there is are two answers (A and B). Where do I get the other answer from?


For problem 2:

Okay, so I need to bring the 2, 2, and 4 into the log function?

2log(x)-2log(x^2+1)+4log(x-1)
log(x^2)-log((x^2+1)^2)+(log(x-1)^4)

Before I spend a time solving the ugly problem above, can someone let me know if this going in the right direction?
 
Elus said:
For problem 1:

log(x^3) = (log(x))^2
log(x^3) = y^2 <---Substitute y=log(x) on right side
3*log(x) = y^2 <----- You said log(b^a) = a.log(b), so that's what I applied.
3*y = y^2 <----- substitute y=log(x) on left side
3 = y <----divide both sides by y
3 = log(x) <-----substitute back log(x) for y
x = e^3 <---------raise both sides by e
x = 20.085536

Great, that's one answer, but it said that there is are two answers (A and B). Where do I get the other answer from?
Yes I'm glad you were able to apply all the formulae correctly :smile:
Remember back when you were learning quadratics that when you have something like x^2-x=0 rather than dividing through by x you factored out x to get x(x-1)=0 which then gave you the two solutions x=0,1. When you divide through by x you lose the solution x=0 because it is assuming x does not equal 0 (since you can't divide by 0). Do the same for this problem.


Elus said:
For problem 2:

Okay, so I need to bring the 2, 2, and 4 into the log function?

2log(x)-2log(x^2+1)+4log(x-1)
log(x^2)-log((x^2+1)^2)+(log(x-1)^4)

Before I spend a time solving the ugly problem above, can someone let me know if this going in the right direction?
Yes that's exactly right. And you don't need to expand, leaving it in factored form is enough when applying the log(a)+log(b)=log(ab) rule.
 
Elus said:
For problem 1:

log(x^3) = (log(x))^2
log(x^3) = y^2 <---Substitute y=log(x) on right side
3*log(x) = y^2 <----- You said log(b^a) = a.log(b), so that's what I applied.
3*y = y^2 <----- substitute y=log(x) on left side
3 = y <----divide both sides by y
3 = log(x) <-----substitute back log(x) for y
x = e^3 <---------raise both sides by e
x = 20.085536

Be careful. "log" generally assumes log_{10}[/tex] whereas &quot;ln&quot; assumes log_e[/tex]
 
Last edited:
zgozvrm said:
Be careful. "log" general assumes log_{10}[/tex] whereas &quot;ln&quot; assumes log_e[/tex]
&lt;br /&gt; &lt;br /&gt; In maths, the syllabus usually gives the student a chance to work with all types of log bases when starting off, but once they have a firm grip of this they imply all expressions of log are of the base e, unless specifically stated.
 
Mentallic said:
In maths, the syllabus usually gives the student a chance to work with all types of log bases when starting off, but once they have a firm grip of this they imply all expressions of log are of the base e, unless specifically stated.

That's why I said "generally!"

Still, I'm betting that the question, as posed, is referring to log_{10}[/tex] rather than log_e[/tex] for 3 reasons:&lt;br /&gt; 1) the expressions used &amp;quot;log&amp;quot; rather than &amp;quot;ln&amp;quot;&lt;br /&gt; 2) scientific calculators have &amp;quot;log&amp;quot; buttons that work with log_{10}[/tex] and &amp;amp;quot;ln&amp;amp;quot; buttons the work with log_e[/tex] &amp;amp;lt;br /&amp;amp;gt; 3) in this case, using log_{10}[/tex] results in nice, tidy integer answers&amp;amp;amp;lt;br /&amp;amp;amp;gt; &amp;amp;amp;lt;br /&amp;amp;amp;gt; Of course, you can use any base you want and come up with answers that work. But, I&amp;amp;amp;amp;#039;m betting that the point of the problem had more to do with rearranging the equation to solve for X than than anything else.
 
Yes I noticed you said generally but that's what I'm arguing. In the world outside theoretical maths, it is generally log10 but in the maths classroom you will find that log is considered loge unless otherwise stated.

I myself got so used to this after doing tons of log questions in class that when logs were introduced into a formula in physics I of course made the mistake of using loge rather than log10.
 
Mentallic said:
Yes I noticed you said generally but that's what I'm arguing. In the world outside theoretical maths, it is generally log10 but in the maths classroom you will find that log is considered loge unless otherwise stated.

I myself got so used to this after doing tons of log questions in class that when logs were introduced into a formula in physics I of course made the mistake of using loge rather than log10.

Apparently, we're arguing the same thing. I simply told the OP to "be careful" because "log" can be interpreted different ways. I don't know what kind of class he is in, or what level (or what country, for that matter), and therefore, I wouldn't assume one base or the other without more information.
 
  • #10
Mentallic said:
Yes I noticed you said generally but that's what I'm arguing. In the world outside theoretical maths, it is generally log10 but in the maths classroom you will find that log is considered loge unless otherwise stated.

I myself got so used to this after doing tons of log questions in class that when logs were introduced into a formula in physics I of course made the mistake of using loge rather than log10.

In high school, however, my experience is that "log" by itself is assumed to be the common logarithm, ie. base 10. "Ln" is used for base e. This is what I've also seen in some Precalculus textbooks. This is high school in the US.
 
  • #11
eumyang said:
In high school, however, my experience is that "log" by itself is assumed to be the common logarithm, ie. base 10. "Ln" is used for base e. This is what I've also seen in some Precalculus textbooks. This is high school in the US.

... which is why I pointed this out to the OP

(Thank you, eumyang!)
 
  • #12
eumyang said:
In high school, however, my experience is that "log" by itself is assumed to be the common logarithm, ie. base 10. "Ln" is used for base e. This is what I've also seen in some Precalculus textbooks. This is high school in the US.

I guess this shows how high schools work in different parts of the world. Thanks eumyang.
 
  • #13
(That's why I said "generally!")


You actually said general, but that's beside the point.
 
  • #14
Tikoonmunci said:
but that's beside the point.

Well yeah it is, so why did you bring it up :-p
 

Similar threads

  • · Replies 39 ·
2
Replies
39
Views
4K
Replies
10
Views
2K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
38
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 8 ·
Replies
8
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K