$x$ln$x$ quadratic approximation at $x=1$
2 ways :
1) quadratic approx whole thing : $(x-1)^2 + \dfrac {(x-1)^2} 2$
This isn't same as
2) split $x$ and take quad approx of ln$x$ at $x=1$
$x((x-1) - \dfrac 1 2 (x-1)^2) = x(2x - \dfrac 3 2)$
Why are they not same?
$= x(x-1 - \dfrac 1 2 x^2 + x - \dfrac 1 2)$
dropping $x^3$ terms... $x(2x-\dfrac 3 2)$ – zcahfg2 Sep 27 '15 at 10:04
But this is what the solution paper did.. similar but he did this by substituting $x = h + 1$. so approx. at $h = 0$ instead.
$(1+h)$ ln$(1+h) = (1+h)(h-\dfrac {h^2} 2) = h + \dfrac {h^2} 2$ so substituing back gives 1).
I don't see how this should be different to my second method.. He only took quad approx to ln$x$ too
– zcahfg2 Sep 27 '15 at 10:24