Calculating Square Root of 144400 Using Taylor Series | Understanding Calculus

Click For Summary

Homework Help Overview

The discussion revolves around calculating the square root of 144400 using Taylor series, a topic within calculus. Participants are exploring the application of Taylor series to approximate square roots, particularly focusing on the convergence and accuracy of their approximations.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the use of Taylor series for approximating square roots, questioning the choice of the point "a" for the series expansion. Some express confusion about how to apply the series effectively, while others suggest using known values close to the target for better accuracy.

Discussion Status

The discussion is ongoing, with various participants sharing their attempts and insights. Some have provided alternative methods for approximating the square root, while others seek clarification on the Taylor series concept and its application. There is no explicit consensus, but several productive lines of inquiry are being explored.

Contextual Notes

Participants mention the need for accuracy in their approximations and express uncertainty about the number of terms required in the Taylor series for satisfactory results. There is also a reference to external resources for further understanding of Taylor series.

smslca
Messages
63
Reaction score
0
1. square root of 144400 using Taylor series



2. I used the equation of sqrt(x) for x>2 given in http://www.understandingcalculus.com/chapters/23/23-1.php



3. I have tried it upto the 7th power and I got sqrt(144400)=1/0.209482810=4.773661

I know sqrt(144400)=380; and 1/380=0.00263157894.

So What is the power upto I have to go. Is that very large. Is 7th power not enough.
In case If it is not enough, then we can observe that for sqrt(144400) got different answers for different powers
 
Physics news on Phys.org
smslca said:
1. square root of 144400 using Taylor series
2. I used the equation of sqrt(x) for x>2 given in http://www.understandingcalculus.com/chapters/23/23-1.php
3. I have tried it upto the 7th power and I got sqrt(144400)=1/0.209482810=4.773661

I know sqrt(144400)=380; and 1/380=0.00263157894.

So What is the power upto I have to go. Is that very large. Is 7th power not enough.
In case If it is not enough, then we can observe that for sqrt(144400) got different answers for different powers

I'm not sure if I understood you problem but,
You know that 300*300 = 90000.
Or even 350*350 = 122500.
So I think it will be a good idea to use Taylor series on these points.
The general idea is to pick "known a" as close as you can to the solution.
 
Last edited:
estro said:
I'm not sure if I understood you problem but,
You know that 300*300 = 90000.
Or even 350*350 = 122500.
So I think it will be a good idea to use Taylor series on these points.

I have studied Taylor series in wikipedia, I did not understand how to use "a", i.e what value I should use. I don't know how to use Taylor series.

I just used the formula given in the url I mentioned above.

So Please clearly explain what u have said. And what does "use taylor series on these points". I mean how to use these points.
 
Write:
[tex]\sqrt{144400}=\sqrt{14,4*10000}=100*\sqrt{\frac{144}{10}}=\frac{1200}{\sqrt{10}}=\frac{1200}{3\sqrt{1+\frac{1}{9}}}=\frac{400}{\sqrt{1+\frac{1}{9}}}[/tex]

The square root in the denominator can be approximated by:
[tex]\sqrt{1+\frac{1}{9}}\approx{1}+\frac{1}{2}*\frac{1}{9}=\frac{19}{18}[/tex]

Thus, we get:
[tex]\sqrt{144400}\approx\frac{7200}{19}\approx{378,9}[/tex]
 
smslca said:
I have studied Taylor series in wikipedia, I did not understand how to use "a", i.e what value I should use. I don't know how to use Taylor series.

I just used the formula given in the url I mentioned above.

So Please clearly explain what u have said. And what does "use taylor series on these points". I mean how to use these points.

I think this can be very helpful to you.
http://tutorial.math.lamar.edu/Classes/CalcII/TaylorSeries.aspx
Basically speaking "a" is a point where you know all the information (numerical) about the function and it's derivatives.
 
Last edited:
how can we choose the value of "a" in f(a).
 
I made a mess in my previous post, using 14,4, rather than 14,44 at one point.

By a similar argument as the one above, we get that we can approximate the square root by [tex]\frac{7210}{19}[/tex] instead, which equals about 379.4
 
smslca said:
how can we choose the value of "a" in f(a).

In whatever way you want! :smile:
 
smslca said:
how can we choose the value of "a" in f(a).

TS.jpg


R_n (x) is the reminder. (look for Lagrange reminder theorem.)
When you use Taylor series you basically need 3 things.

1. Numerical value of f(a) up to the relevant f^k (a). (the k'th derivative, you choose point a where you know exactly: f(a), f'(a), f"(a)...)
2. You should choose k depending on the desirable accuracy. (for this you must use the reminder)
3. x is the point where you want to approximate the function.

* Your first step should be understanding the theory behind the equation. (use the url)
 
  • #10
As I am new to Taylor series, and I am little confused, and in an urgent to expansion of sqrt
I want Taylor expansion for

sqrt{[(100*c)+21-p]^2-[8400*c]}

where "p" is constant. and "c" is variable.
and c>=1,

I know I should do it by myself. But I need it in urgent.can anyone please expand it for me.
 
Last edited:
  • #11
The Taylor expansion is usually of [itex]\sqrt{1+x}[/itex] about x=0 rather than [itex]\sqrt{x}[/itex] about x=1:

[tex]\sqrt{1+x} = 1+\frac{1}{2}x-\frac{1}{8}x^2+\frac{1}{16}x^3-\cdots[/tex]

The series converges for |x|<1, so the idea is to manipulate the radicand to get it into the right form. If you want to find the square root of 47, for example, you could write

[tex]\sqrt{47} = \sqrt{49-2} = \sqrt{49}\sqrt{1-2/49} = 7\sqrt{1-2/49}[/tex]

At this point, you'd expand the square root as a series with x=-2/49. If you wanted a series for [tex]\sqrt{a^2+b^2}[/tex] when |a|>|b|, you would write

[tex]\sqrt{a^2+b^2} = \sqrt{a^2}\sqrt{1+(b/a)^2}[/tex]

and expand with x=(b/a)2 since |x|<1. On the other hand, if |a|<|b|, you'd pull the b2 out instead:

[tex]\sqrt{a^2+b^2} = \sqrt{b^2}\sqrt{1+(a/b)^2}[/tex]

so that x=(a/b)2 and again |x|<1.

Your problem is a bit of an algebraic mess, so I doubt anyone's going to do it for you.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 13 ·
Replies
13
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
9
Views
3K
  • · Replies 30 ·
2
Replies
30
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K