Solve ln (3+x)=7: Get x=1093.63

  • Thread starter Thread starter jacy
  • Start date Start date
  • Tags Tags
    Function
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
jacy
Messages
76
Reaction score
0
Hello,
Am trying to solve this natural log problem, where i have to find the value of x.

ln (3+x)=7

this is what i have done

3+x= e7
x= 1093.63

This is the answer am getting, but its wrong. Can someone please let me know what am doing wrong, thanks.
 
Physics news on Phys.org
Well the answer isn't 'wrong', but it's only an approximation, why not leave it as an exact answer? It seems that your method was ok...

[tex]\ln \left( {3 + x} \right) = 7 \Leftrightarrow 3 + x = e^7 \Leftrightarrow x = e^7 - 3 \Leftrightarrow x \approx 1093.633158 \ldots[/tex]

So instead of doing that last stap (see how I didn't the equality sign?) just leave it as [itex]x = e^7 - 3[/itex].
 
TD said:
Well the answer isn't 'wrong', but it's only an approximation, why not leave it as an exact answer? It seems that your method was ok...

[tex]\ln \left( {3 + x} \right) = 7 \Leftrightarrow 3 + x = e^7 \Leftrightarrow x = e^7 - 3 \Leftrightarrow x \approx 1093.633158 \ldots[/tex]

So instead of doing that last stap (see how I didn't the equality sign?) just leave it as [itex]x = e^7 - 3[/itex].

Thanks for ur help.