Log/Ln: Find Two Term Approximation

  • Context: Undergrad 
  • Thread starter Thread starter Physics197
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Physics197
Messages
70
Reaction score
0
If you had something like ln(x+1) is there are way of breaking that term up?

I have a question where I have to find a two term approximation and I'm at a stage similar to this one and I don't know what I can do.
 
Physics news on Phys.org
I have y=ln(3u+4) and need a 2 term approximation (we are given a hint 4 = 3+1) so I assume that we must do: y=ln(3u+1+3) and the only way we know to approximate is y=ln(1+u) ~ u so in order to get that I need to somehow get rid of the 3 in y=ln(3u+1+3)
 
What kind of approximation.
We know log(x+1)~x
so expansion about x+1=1->x=0 would be nice
let f(x)=log(x+1)
f(x)~f(0)+f'(0)x+f''(0)x^2/2+f''(0)x^3/6+...
 
The entire question is:

Find a two term approximation for the following function near t=1.

h = 5ln(3t+1)
and after substituting u+1 for t

I get:

h = 5ln(3u+4)
Now it gives us the hint: 4 = 3+1

But I am stuck after this.
 
Physics197 said:
The entire question is:

Find a two term approximation for the following function near t=1.

h = 5ln(3t+1)
and after substituting u+1 for t

I get:

h = 5ln(3u+4)
Now it gives us the hint: 4 = 3+1

But I am stuck after this.
Let v=3u+1, so h=5ln(1+v)~5[v - v2/2 + ...]
Take it from there.