Solving Natural Logarithm Equation ln(x^2 + 1 ) -3lnx=ln2

  • Thread starter Thread starter physstudent1
  • Start date Start date
  • Tags Tags
    Logarithms Natural
AI Thread Summary
The discussion revolves around solving the natural logarithm equation ln(x^2 + 1) - 3lnx = ln2. Participants clarify the use of logarithmic properties, leading to the correct transformation into the equation (x^2 + 1)/x^3 = 2. This simplifies to a cubic equation, 2x^3 - x^2 - 1 = 0, with x = 1 identified as one solution. The conversation emphasizes the importance of verifying solutions against the original equation and suggests using synthetic division to find additional roots. Ultimately, the focus is on reinforcing algebraic techniques for solving cubic equations.
physstudent1
Messages
267
Reaction score
1

Homework Statement


ln(x^2 + 1 ) -3lnx=ln2

Solve for x.


Homework Equations





The Attempt at a Solution



I used laws of logarithms to simplify it down to -x^2(x-1)=1 . I don't think this is the answer I'm under the impression you need x = for the answer. First I brought the 3 up to a exponent and then put everything e^ to get rid of the ln's. Could someone please point me in the right direction.
 
Physics news on Phys.org
physstudent1 said:
I used laws of logarithms to simplify it down to -x^2(x-1)=1 .

Show your work on how you arrived at this result and we can help you further (hint: its not correct).
 
sure thing;

I started with ln(x^2+1)-3lnx = ln2

I brought the 3 up so its

ln(x^2+1)-lnx^3=ln2
then I did

e^ln(x^2+1)-e^ln(x^3)=e^ln2

and got

x^2+1 - x^3 = 2
-1 from both sides
x^2-x^3 = 1

-x^2(-1+x)=1
 
physstudent1 said:
ln(x^2+1)-lnx^3=ln2
OK so far. You're mistake is here:
then I did

e^ln(x^2+1)-e^ln(x^3)=e^ln2
Can you see what you did wrong or do you need a bit more help?
 
Should I have made it

ln((x^2+1)/(x^3)) = ln2

before doing the e^ ?
 
That works. So does using e^{a+b} = e^ae^b[/tex]. You did the equivalent of e^{a+b} = e^a+e^b[/tex], which is incorrect.
 
I'm not sure how to use that to help

but doing it from the way I stated

I put

e^ln((x^2+1)/x^3) = e^ln2

(x^2+1)/x^3 = 2 If this is correct I'm not sure how to do the algebra to get a single x
 
Last edited:
Multiply both sides by x3. You won't get a single x (its a cubic equation, after all), but only of the three solutions is a real number.
 
Before you started working with exponentials and logarithms, didn't you spend a lot of time solving equations just like (x^2+1)/x^3 = 2?
 
  • #10
yes I can get it to a cubic expression of 2x^3-x^2 -1 i just didn't htink this was right I thought it was looking for a x = would this be considered the correct answeR?
 
  • #11
I assume you meant to say you can derive the cubic equation
2x^3-x^2 -1 = 0.​

Again I ask, haven't you spent a lot of time learning how to solve equations exactly like this?
 
  • #12
the only thing I remeber about solving equations like this is using P's / Q's and testing the 0's however I don't remeber what the P's over Q's were is this the correct direction?

Edit:

Is the answer x=1 ( and yes I have in precalc and algebra 2 but those were like 2 and 3 years ago and I am a bit rusty on this)
 
Last edited:
  • #13
physstudent1 said:
the only thing I remeber about solving equations like this is using P's / Q's and testing the 0's however I don't remeber what the P's over Q's were is this the correct direction?

Edit:

Is the answer x=1 ( and yes I have in precalc and algebra 2 but those were like 2 and 3 years ago and I am a bit rusty on this)

Plug it in and see what happens.
 
  • #14
In terms of studying, math resembles foreign languages -- you cannot forget what you've already learned if you want to progress! You shouldn't be afraid to pull out your old textbooks to refresh your memory when necessary.


Anyways, x=1 is, in fact, one of the solutions to that cubic equation. Now that you know one solution, do you remember what to do to find the rest of the solutions?

(And, incidentally, you always need to check that the answers you derive actually satisfy the original equation: some common algebraic techniques can introduce fake solutions)
 
  • #15
yes I plugged it in and it worked out :); can you keep using synthetic division that is what I used to find the first solution
 
Back
Top