Find the third order maclaurin polynomial. Use it to estimate the value of sqrt1.3

You can use the well-known binomial series,
[tex]\displaystyle (1+x)^\alpha = \sum_{k=0}^\infty \binom \alpha k x^k[/tex]
where
[tex]\dbinom \alpha k = \dfrac{\alpha(\alpha-1)(\alpha-2)\cdots(\alpha-(k-1))}{k!} \text{ and } \dbinom \alpha0 = 1[/tex]
Let [tex]\alpha=\frac12[/tex] and replace [tex]x[/tex] with [tex]3x[/tex]; then the series expansion is
[tex]\displaystyle (1+3x)^{1/2} = \sum_{k=0}^\infty \binom{\frac12}k (3x)^k[/tex]
and the first 4 terms in the expansion are
[tex]\sqrt{1+3x} \approx 1 + \dfrac{\frac12}{1!}(3x) + \dfrac{\frac12\cdot\left(-\frac12\right)}{2!}(3x)^2 + \dfrac{\frac12\cdot\left(-\frac12\right)\cdot\left(-\frac32\right)}{3!}(3x)^3[/tex]
which simplify to
[tex]\sqrt{1+3x} \approx \boxed{1 + \dfrac32 x - \dfrac98 x^2 + \dfrac{27}{16} x^3}[/tex]
You can also use the standard Maclaurin coefficient derivation by differentiating [tex]f[/tex] a few times.
[tex]f(x) = (1+3x)^{1/2} \implies f(0) = 1[/tex]
[tex]f'(x) = \dfrac32 (1+3x)^{-1/2} \implies f'(0) = \dfrac32[/tex]
[tex]f''(x) = -\dfrac94 (1+3x)^{-3/2} \implies f''(0) = -\dfrac94[/tex]
[tex]f'''(x) = \dfrac{81}8 (1+3x)^{-5/2} \implies f'''(0) = \dfrac{81}8[/tex]
Then the 3rd order Maclaurin polynomial is the same as before,
[tex]\sqrt{1+3x} \approx f(0) + \dfrac{f'(0)}{1!} x + \dfrac{f''(0)}{2!} x^2 + \dfrac{f'''(0)}{3!} x^3 = 1 + \dfrac32 x - \dfrac98 x^2 + \dfrac{27}{16} x^3[/tex]
Now,
[tex]\sqrt{1.3} = \sqrt{1+3x} \bigg|_{x=\frac1{10}} \\\\ ~~~~~~~~ \approx 1 + \dfrac32 \left(\dfrac1{10}\right) - \dfrac98 \left(\dfrac1{10}\right)^2 + \dfrac{27}{16} \left(\dfrac1{10}\right)^3 \\\\ ~~~~~~~~ = \dfrac{18,247}{16,000} \approx \boxed{1.14044}[/tex]
Compare to the actual value which is closer to 1.14018.
[tex]\sqrt{1+3x}=1+\frac{3}{2} x-\frac{9}{8} x^{2} + \frac{81}{8}x^{3}[/tex] is the maclaurin polynomial and estimate value of [tex]\sqrt{1.3}[/tex] is 1.14. This can be obtained by using the formula to find the maclaurin polynomial.
Given the polynomial,
[tex]f(x)=\sqrt{1+3x}=(1+3x)^{\frac{1}{2} }[/tex]
The formula to find the maclaurin polynomial,
[tex]f(0)+\frac{f'(0)}{1!}x+\frac{f''(0)}{2!}x^{2} + \frac{f'''(0)}{3!}x^{3}[/tex]
Next we have to find f'(x), f''(x) and f'''(x),
By putting x = 0 , we get,
Therefore the maclaurin polynomial by using the formula will be,
[tex]\sqrt{1+3x}=f(0)+\frac{f'(0)}{1!}x+\frac{f''(0)}{2!}x^{2} + \frac{f'''(0)}{3!}x^{3}[/tex]
[tex]\sqrt{1+3x}=1+\frac{3}{2} x-\frac{9}{8} x^{2} + \frac{81}{8}x^{3}[/tex]
To find the value of [tex]\sqrt{1.3}[/tex] we can use the maclaurin polynomial,
[tex]\sqrt{1.3}[/tex] is [tex]\sqrt{1+3x}[/tex] with x = 1/10,
[tex]\sqrt{1+3(1/10)}=1+\frac{3}{2} (1/10)-\frac{9}{8} (1/10)^{2} + \frac{81}{8}(1/10)^{3}[/tex]
[tex]\sqrt{1+3(1/10)}=\frac{18247}{16000} = 1.14[/tex]
Hence [tex]\sqrt{1+3x}=1+\frac{3}{2} x-\frac{9}{8} x^{2} + \frac{81}{8}x^{3}[/tex] is the maclaurin polynomial and estimate value of [tex]\sqrt{1.3}[/tex] is 1.14.
Learn more about maclaurin polynomial here:
brainly.com/question/24188694
#SPJ1