1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Gelneren [198K]
3 years ago
8

Taylor Series Questions!

Mathematics
1 answer:
riadik2000 [5.3K]3 years ago
7 0
5.
f(x)=\sin x\implies f(\pi)=0
f'(x)=\cos x\implies f'(\pi)=-1
f''(x)=-\sin x\implies f''(\pi)=0
f'''(x)=-\cos x\implies f'''(\pi)=1

Clearly, each even-order derivative will vanish, and the terms that remain will alternate in sign, so the Taylor series is given by

f(x)=-(x-\pi)+\dfrac{(x-\pi)^3}{3!}-\dfrac{(x-\pi)^5}{5!}+\cdots
f(x)=\displaystyle\sum_{n\ge0}\frac{(-1)^{n-1}(x-\pi)^{2n+1}}{(2n+1)!}

Your answer is off by a sign - the source of this error is the fact that you used the series expansion centered at x=0, not x=\pi, and so the sign on each derivative at x=\pi is opposite of what it should be. I'm sure you can figure out the radius of convergence from here.

- - -

6. Note that this is already a polynomial, so the Taylor series will strongly resemble this and will consist of a finite number of terms. You can get the series by evaluating the derivatives at the given point, or you can simply rewrite the polynomial in x as a polynomial in x-2.

f(x)=x^6-x^4+2\implies f(2)=50
f'(x)=6x^5-4x^3\implies f'(2)=160
f''(x)=30x^4-12x^2\implies f''(2)=432
f'''(x)=120x^3-24x\implies f'''(2)=912
f^{(4)}(x)=360x^2-24\implies f^{(4)}(2)=1416
f^{(5)}(x)=720x\implies f^{(5)}(2)=1440
f^{(6)}(x)=720\implies f^{(6)}(2)=720
f^{(n\ge7)}(x)=0\implies f^{(n\ge7)}(2)=0

\implies f(x)=50+160(x-2)+216(x-2)^2+152(x-2)^3+59(x-2)^4+12(x-2)^5+(x-2)^6

If you expand this, you will end up with f(x) again, so the Taylor series must converge everywhere.

I'll outline the second method. The idea is to find coefficients so that the right hand side below matches the original polynomial:

x^6-x^4+2=(x-2)^6+a_5(x-2)^5+a_4(x-2)^4+a_3(x-2)^3+a_2(x-2)^2+a_1(x-2)+a_0

You would expand the right side, match up the coefficients for the same-power terms on the left, then solve the linear system that comes out of that. You would end up with the same result as with the standard derivative method, though perhaps more work than necessary.

- - -

7. It would help to write the square root as a rational power first:

f(x)=\sqrt x=x^{1/2}\implies f(4)=2
f'(x)=\dfrac{(-1)^0}{2^1}x^{-1/2}\implies f'(4)=\dfrac1{2^2}
f''(x)=\dfrac{(-1)^1}{2^2}x^{-3/2}\implies f''(4)=-\dfrac1{2^5}
f'''(x)=\dfrac{(-1)^2(1\times3)}{2^3}x^{-5/2}\implies f'''(4)=\dfrac3{2^8}
f^{(4)}(x)=\dfrac{(-1)^3(1\times3\times5)}{2^4}x^{-7/2}\implies f^{(4)}(4)=-\dfrac{15}{2^{11}}
f^{(5)}(x)=\dfrac{(-1)^4(1\times3\times5\times7)}{2^5}x^{-9/2}\implies f^{(5)}(4)=\dfrac{105}{2^{14}}

The pattern should be fairly easy to see.

f(x)=2+\dfrac{x-4}{2^2}-\dfrac{(x-4)^2}{2^5\times2!}+\dfrac{3(x-4)^3}{2^8\times3!}-\dfrac{15(x-4)^4}{2^{11}\times4!}+\cdots
f(x)=2+\displaystyle\sum_{n\ge1}\dfrac{(-1)^n(-1\times1\times3\times5\times\cdots\times(2n-3)}{2^{3n-1}n!}(x-4)^n

By the ratio test, the series converges if

\displaystyle\lim_{n\to\infty}\left|\frac{\dfrac{(-1)^{n+1}(-1\times\cdots\times(2n-3)\times(2n-1))(x-4)^{n+1}}{2^{3n+2}(n+1)!}}{\dfrac{(-1)^n(-1\times\cdots\tiems(2n-3))(x-4)^n}{2^{3n-1}n!}}\right|
\implies\displaystyle\frac{|x-4|}8\lim_{n\to\infty}\frac{2n-1}{n+1}=\frac{|x-4|}4
\implies |x-4|

so that the ROC is 4.

- - -

10. Without going into much detail, you should have as your Taylor polynomial

\sin x\approx T_4(x)=\dfrac12+\dfrac{\sqrt3}2\left(x-\dfrac\pi6\right)-\dfrac14\left(x-\dfrac\pi6\right)^2-\dfrac1{4\sqrt3}\left(x-\dfrac\pi6\right)^3+\dfrac1{48}\left(x-\dfrac\pi6\right)^4

Taylor's inequality then asserts that the error of approximation on the interval 0\le x\le\dfrac\pi3 is given by

|\sin x-T_4(x)|=|R_4(x)|\le\dfrac{M\left|x-\frac\pi6\right|^5}{5!}

where M satisfies |f^{(5)}(x)|\le M on the interval.

We know that (\sin x)^{(5)}=\cos x is bounded between -1 and 1, so we know M=1 will suffice. Over the given interval, we have \left|x-\dfrac\pi6\right|\le\dfrac\pi6, so the remainder will be bounded above by

|R_4(x)|\le\dfrac{1\times\left(\frac\pi6\right)^5}{5!}=\dfrac{\pi^5}{933120}\approx0.000328

which is to say, over the interval 0\le x\le\dfrac\pi3, the fourth degree Taylor polynomial approximates the value of \sin x near x=\dfrac\pi6 to within 0.000328.
You might be interested in
Multiply and give the answer in scientific notation: (2.3 x 10-3)(3 x 108) A) 6.9 x 105 B) 6.9 x 1011 C) 6.9 x 10-5 D) 6.9 x 102
Furkat [3]

Answer: A) is the right answer. 6.9\times10^{5}


Step-by-step explanation:

Given product : 2.3\times10^{-3}\times3\times10^8

To multiply above expression, first we need to combine like terms and then we need to use the law of exponents.

2.3\times3\times10^{-3}\times10^8\\=(2.3\times3)\times(10^{-3}\times10^8)\\=6.9\times10^{-3+8}......[\text{by law of exponents }a^n\cdot\ a^m=a^{m+n}]\\=6.9\times10^{5}

Thus, the answer is 6.9\times10^{5}.


8 0
3 years ago
Kim eats 1/3 of an apple in 1/6 minute.How many minutes will it take
klio [65]

Answer:

0.5 or 3/6 min

Step-by-step explanation:

so

1/3= 1/6min or 10 sec

to finish the whole apple 3/3 is required

1 part is 10 sec, 3 parts will be 30 secs which is 0.5 /3/6 min.

hope this helps

3 0
3 years ago
Can someone’s please help me? (Ignore the work)
Zinaida [17]

Answer:

a^14b^12

Step-by-step explanation:

okay so lets distribute the 2

so you get -a^6b^10 and a^8b^2

add

7 0
3 years ago
9. What is the degree of the polynomial (x - 1)(x + 2)(2x - 3)?
Mrrafil [7]

Answer:

coefficient of the term of degree 4 in this polynomial is 3

Step-by-step explanation:

3 0
3 years ago
Read 2 more answers
Derek is training for a half-marathon. His training plan sets his goal for this week at 18 miles with three short runs and one l
Zielflug [23.3K]

Answer:

8.65 miles

Step-by-step explanation:

The total of his short runs are 9.35 so you need to find out how many miles he has left till he reaches 18 miles.

The equation you can use is 9.35 + x = 18 x will equal the number of miles for the long run.

9.35 + x = 18

to isolate x you will subtract 9.35 from both sides.

you will get:

x = 8.65

8.65 miles

5 0
3 years ago
Read 2 more answers
Other questions:
  • Convert this identity to one using sine term(s) only.<br> 1-2cos(r)^2
    5·1 answer
  • Find the value of x. (3x-4) (7x+4)
    9·2 answers
  • Tom has a collection of 30 CDs and Nita has a collection of 18 CDs. Tom is adding 1 CD per month to his collection while Nita is
    10·1 answer
  • Simplify.<br><br> 22÷(9+2)<br><br> Enter your answer in the box.
    5·2 answers
  • What is y= 2x - 10 and y= 4x - 1
    12·1 answer
  • Maria's height while jumping on a a trampoline can be modeled by the equation h=-16t^2+18t+5. Where t=time in seconds and h=heig
    9·1 answer
  • A given project’s expected duration along its critical path is 50 days, based on optimistic, most likely, and pessimistic durati
    6·1 answer
  • 18) y-(4- x - y + 2); use x = 3, and y = 2
    6·2 answers
  • The sum of x and it’s opposite is always zero?
    10·1 answer
  • forty yards of fabric are used to make 9 school banners. how many yards of fabric does banner use? between what 2 whole numbers
    15·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!