How does Taylor series help expand the function 1/sqrt(1-x^2)?

In summary, to expand f(x)= 1/sqrt(1-x^2) using Taylor series, one can either use the definition of Taylor series and find the derivatives of f(x), or use a trigonometric substitution such as x = sin(u) and dx/du = cos(u). This will result in a series comprised of alternating terms of sec(u) and tan(u) with different multipliers. The series can then be evaluated at a specific point, such as x = 0.1, to compare it with the given function.
  • #1
robgb
17
0
basic taylor expansion...

Hi, could some one explain how i could use the taylor series to expand out:

f(x)= 1/sqrt(1-x^2)

Any help would be appreciated, thanks.
 
Mathematics news on Phys.org
  • #2
trig substitution, calculate the series, convert back.
 
  • #3
means nothing to me sorry, could u be a bit more specific?
Thanks.
 
  • #4
Why in the world would one use a trig substitution to find a Taylor's series??

Of course, you could do this "the old-fashioned way": use the definition of Taylor's series. (By the way, you say "Taylor Series" but don't say about what point. I assume you mean the McLaurin series: about x0= 0.)

f(x)= 1/(1-x2) so f(0)= 1

f'(x)= ((1- x2)-1)'
= -(1-x2)-2(-2x)
= (2x)(1-x2)-2 so f'(0)= 0
f"(x)= 2(1-x2)-2-2(2x)(1-x2)-3 so f"(0)= 2, etc.

So far we would have f(0)+ f'(0)(x)+ f"(0)/2(x2= 1+ x2 but the derivatives quickly become very difficult to find!

I would be inclined to remember the formula for sum of a geometric series: If |r|< 1, then &Sigma;rn= 1/(1-r).

The right hand side looks a lot like 1(1- x2) if we were to take r= x2!

Yes, &Sigma;(x2)n
&Sigma; x2n= 1/(1-x2)

Since an infinitely differentiable function only has one power series, that IS the Taylor's series.
 
  • #5
A taylor series is a sum of various terms comprised of factors multiplying nth derivitive terms:

f(x)=f(a)+(x-a)f'(a)+ [(x-a)^2]/2!+[(x-a)^3]/31...

your function y=f(x)=1/sqrt(1-x^2) is well suited to a trigonometric substitution:

x=sin(u) (and dx/du=cos(u))

since [sin(u)]^2+[cos(u)]^2=1, y=1/sqrt(1-x^2)=sec(u)

to get f'(x)=dy/dx for the taylor series, first calculate dy/du then multiply by dx/du

dy/du=sec(u)tan(u)

multiplying the left by dx/du and the right by cos(u) (remember, dx/du=cos(u) ) yields,

f'(x)=dy/dx=tan(u)

repeating (differentiating dy/dx=tan(u) and multiplying by dx/du) to get f''(x) yields ,

f''(x)=sec(u)

you will get alternating terms of sec(u) and tan(u) with different multipliers.

When you have expressed this as a series, you can solve tan(u) and sec(u) for x, and substitute them back in.

OR, skip the whole trig substitution, and keep differentiating 1/sqrt(1-x^2) it is more straightforward, but not as satisfying.


Njorl
 
  • #6
I believe if yo do it with the trig substitution, you wind up with a series like this:

1/(1-x^2)=SUM[ 1/(1-x^2) + other non-zero terms]

This indicates that the sum of the "other non-zero terms" converges to zero. It is more complicated, but I like the effect.

Also, whenever I'm working with 1/(1-x^2) I just feel like I'm using the wrong coordinate system. I realize that there is no "wrong" coordinate system, but it feels that way to me.

Njorl
 
  • #7
Thanks guys.
Sorry, I left a few points out...

I need to evaluate the taylor series of that equation to second order about x=0. Then I need to compare f(0.1) with my taylor series approximation.

Does that make it simpler?

Thanks a lot for your help.
 
  • #8
Halls of Ivy -

I think you missed out the spuare root in my equation when differentiating. Any chance you could show me the working again with the square root in there? ie the differentiation etc.

many thanks!
 

What is the purpose of a basic Taylor expansion?

A basic Taylor expansion is a mathematical tool used to approximate a function using a polynomial. It allows us to simplify complex functions and make calculations easier.

What is the formula for a basic Taylor expansion?

The formula for a basic Taylor expansion is f(x) = f(a) + f'(a)(x-a) + f''(a)(x-a)^2/2! + f'''(a)(x-a)^3/3! + ... where f'(a), f''(a), f'''(a) are the first, second, and third derivative of the function f at the point a, respectively.

What is the purpose of including higher order terms in a Taylor expansion?

Including higher order terms in a Taylor expansion allows for a more accurate approximation of a function. The more terms that are included, the closer the polynomial will be to the original function.

What is the difference between a Taylor series and a Taylor polynomial?

A Taylor series is an infinite sum of terms, while a Taylor polynomial is a finite sum of terms. A Taylor series represents the exact function, while a Taylor polynomial is an approximation of the function.

How can Taylor expansions be used in real-world applications?

Taylor expansions are commonly used in physics, engineering, and economics to approximate and solve complex problems. They can also be used in computer graphics and numerical analysis.

Similar threads

Replies
3
Views
681
  • General Math
Replies
2
Views
1K
  • General Math
Replies
23
Views
2K
Replies
7
Views
768
Replies
5
Views
1K
Replies
9
Views
1K
Replies
3
Views
579
  • Calculus and Beyond Homework Help
Replies
1
Views
827
  • Introductory Physics Homework Help
Replies
5
Views
309
Back
Top