Jump to content

How do you manually do a fractional exponent?


brad89

Recommended Posts

I understand exponents, I eventually figured out how you manually do negative exponents, but how do you do something like: 3^.4? How do you do something like: abs[3]^3? Can you multiply together absolute values? I am only in algebra right now, not even geometry, but nobody else even cares how they do as long as they pass, but i want to understand this stuff!

Link to comment
Share on other sites

Hi.

 

First of all, I'd like to note that not all results of a fractional power will be rational, meaning you may not be able to solve it by hand, or it would require you to do infinite repetitions. Nonetheless, given that your answer is rational or you don't mind having an irrational component in your solution, then these are the steps.

 

To do fractional powers manually, it is advisable that you first convert them to proper fractions. For example 3^(0.4) can be expressed as 3^(4/10).

 

This is easy to do if the number is non repeating. If the number does repeat however, a universal method to do this which I learnt is to multiply the decimal by 100, subtract by itself, and divide by 99. Formula being:

 

fraction = (100x - x)/99 = 99x/99

 

Back to the topic. A fractional exponent is basically a root. For example, square root 4 can be expressed as 4^(1/2), cube root 4 as 4^(1/3) and etc. I guess that was the key piece of information you were looking for. In anycase, all the properties used for exponents can be used on fractional exponents as well, so:

 

4^1.5 = 4^(3/2) = 4^(1 + 1/2) = (4^1)x(4^1/2) = 4*2 = 8

 

There will be times where the answer is not rational as I mentioned like:

 

2^(5/2) = 2^(2 + 1/2) = (2^2)x(2^1/2) = 4*(square root 2)

 

If you have a large number, the general strategy may be to factor that number down into something you know, for example if you have:

 

64^(1/3) = 8^(2/3) = 2^(3*(2/3)) = 2^2 = 4

 

You will also find cases where you break down the numbers and you get something ugly which is neither irrational nor integer. In these cases, the only way I know is to resort to iteration, meaning guess the answer, check, adjust, check, adjust until your answer is to an acceptable level of precision. There are formulas that can help you get in the right direction and more quickly, but these are usually used in the realm of programming where computers do the work for us. Conclusion is, fractional exponents are nasty, and even more, fractional exponents of fractional numbers !!!

Link to comment
Share on other sites

You could use the Binomial theorem for non-natural powers. Can't be arsed to quote it for you, do a google.

 

Trouble is, you have to pick the right series. For example, [imath](1+x)^{\frac{1}{2}}[/imath] only converges for [imath]|x|<1[/imath]. So if you want to work out [imath]\sqrt{2}[/imath], you can't just stick in x = 1.

Link to comment
Share on other sites

Thanks, that really helps. All I really needed was to know that x^1/2 is the same as [sqrt x]. But thanks for going into greater detail, now i understand it. As for the absolute value question, I was an idiot. Anyway, how exactly could you do something like this: 3^4!. I thought you just do the factorial than use that as your exponent. But then, I realized that you can't because PEMDAS says you do Exponents first, multiplication second. Would you do 3^24 or 81!? Would it even be either of these? Math gets really confusing sometimes!

Link to comment
Share on other sites

Originally Posted by □h=-16πT

You could use the Binomial theorem for non-natural powers. Can't be arsed to quote it for you, do a google.

 

 

Trouble is, you have to pick the right series. For example, [imath](1+x)^{\frac{1}{2}}[/imath] only converges for [imath]|x|<1[/imath]. So if you want to work out [imath]\sqrt{2}[/imath'], you can't just stick in x = 1.

 

[math] (1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k} [/math]

 

Let x=1, therefore:

 

[math] (1+1)^\alpha = 2^\alpha = \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k} [/math]

 

Let alpha =1/2, therefore:

 

[math] 2^{\frac{1}{2}} = \sqrt{2} = \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{1}{2}+1-k}{k} [/math]

 

Therefore:

 

[math] \sqrt{2} = \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} [/math]

 

Obtain the first five terms of the series.

 

[math] \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} = 1+\sum_{n=1}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k}[/math]

 

[math] \sum_{n=1}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} = \prod_{k=0}^{k=1} \frac{\frac{3}{2}-k}{k} + \sum_{n=2}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} [/math]

Link to comment
Share on other sites

Yeah, OK, that clears it up. Joking. Im an algebra student, I don't even know what the big E means, or what the n=infinity on top and n=1 on the bottom mean, even though I also don't get the big greek sign next to that, as well as why they are underneath or above the big greek signs. I have a couple years to still go over that, I'm only a freshman!

Link to comment
Share on other sites

Wait, I kind of get it now. So, the number on top means the last variable that you add to the sum, and the bottom means what the bottom section of the variable equals. Wow, I can see how hard advanced math is going to be already!

Link to comment
Share on other sites

Actually, it is much more complex than I thought it was going to be.

 

 

No it is easy, once you understand your first problem. let me finish the computation of square root of two for you.

 

Therefore:

 

[math] \sqrt{2} = \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} [/math]

 

Obtain the first five terms of the series.

 

[math] \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} = 1+\sum_{n=1}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k}[/math]

 

[math] \sum_{n=1}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} = \prod_{k=0}^{k=1} \frac{\frac{3}{2}-k}{k} + \sum_{n=2}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} [/math]

 

Now' date=' focus on the following quantity:

 

[math'] \prod_{k=0}^{k=1} \frac{\frac{3}{2}-k}{k} [/math]

 

When k=0, we appear to have division by zero error, however, this is avoided because 0! is defined to be equal to 1. This requires some explanation though.

 

Look at 1/n! for a moment.

 

[math] \frac{1}{n!} = \prod_{k=1}^{k=n} \frac{1}{k} [/math]

 

In the case where n=3, we have:

 

[math] \frac{1}{3!} = \prod_{k=1}^{k=3} \frac{1}{k} = (\frac{1}{1}) \prod_{k=2}^{k=3} \frac{1}{k} = (\frac{1}{1}) (\frac{1}{2}) \prod_{k=3}^{k=3} \frac{1}{k} = (\frac{1}{1}) (\frac{1}{2}) (\frac{1}{3}) = \frac{1}{6} [/math]

 

Now, consider again the definition of n!

 

[math] \frac{1}{n!} = \prod_{k=1}^{k=n} \frac{1}{k} [/math]

 

Let n=0.

 

Hence we have:

 

[math] \frac{1}{0!} = \prod_{k=1}^{k=0} \frac{1}{k} [/math]

 

By definition we have:

 

[math] 0! \equiv 1 [/math]

 

Therefore:

 

[math] \frac{1}{1} = 1 = \prod_{k=1}^{k=0} \frac{1}{k} [/math]

 

Multiplication is commutative therefore:

 

[math] \prod_{k=1}^{k=0} \frac{1}{k} = \prod_{k=0}^{k=1} \frac{1}{k}[/math]

 

Now, if we expand the product, we have:

 

[math] \prod_{k=0}^{k=1} \frac{1}{k} = (\frac{1}{0}) (\frac{1}{1})

 

[/math]

 

By transitivity, it now follows that:

 

[math] 1 = \frac{1}{0} [/math]

 

Which is false. This contradiction was caused by the definition 0!=1.

 

However let us look at our situation...

 

In the case where the upper indice is equal to n, we will want to evaluate the following iterated product:

 

[math] \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} [/math]

 

If we pull out the k from the denominator, we have this:

 

[math] \frac{1}{n!} \prod_{k=0}^{k=n} \frac{3}{2}-k [/math]

 

So here is our series expression for square root of two again:

 

[math] \sqrt{2} = \sum_{n=0}^{n=\infty} \prod_{k=0}^{k=n} \frac{\frac{3}{2}-k}{k} [/math]

 

If we pull the k out of the denominator we have:

 

[math] \sqrt{2} = \sum_{n=0}^{n=\infty} \frac{1}{n!}\prod_{k=0}^{k=n} \frac{3}{2}-k [/math]

 

The first term of the series is:

 

[math] \frac{1}{0!}\prod_{k=0}^{k=0} \frac{3}{2}-k = \frac{1}{1} (\frac{3}{2}) = \frac{3}{2} [/math]

 

But this leads to an error in Newton's binomial formula. Let me explain.

 

Here is Newton's binomial formula again:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Consider the case where alpha = 2, and x is an arbitrary real number.

 

By direct substitution, we have:

 

[math]

(1+x)^2 = \sum_{n=0}^{n=\infty} x^n \prod_{k=0}^{k=n} \frac{2+1-k}{k}

[/math]

 

Using only the axioms of the real number system, we can figure out what the left hand side is.

 

[math] (1+x)^2 = (1+x)(1+x) = 1+x+x+xx = 1+2x +x^2 [/math]

 

Now figure out what the RHS must equal.

 

[math]

\sum_{n=0}^{n=\infty} x^n \prod_{k=0}^{k=n} \frac{2+1-k}{k} = \sum_{n=0}^{n=\infty} x^n \prod_{k=0}^{k=n} \frac{3-k}{k} = \sum_{n=0}^{n=\infty} x^n \frac{1}{n!} \prod_{k=0}^{k=n} 3-k

 

[/math]

 

The first term of the series is:

 

[math]

x^0 \frac{1}{0!} \prod_{k=0}^{k=0} 3-k = x^0 (3-0) = 3x^0

[/math]

 

Using the axioms of algebra, it is easy to prove that

 

if not(x=0) then x^0 = 1.

 

Thus, in the case where x isn't equal to zero, we must have:

 

[math]

1+2x +x^2 = 3 + \sum_{n=1}^{n=\infty} x^n \frac{1}{n!} \prod_{k=0}^{k=n} 3-k

 

[/math]

 

Now, lets compute the term of the series, when n=1.

 

When n=1, we have:

 

[math]

x^1 \frac{1}{1!} \prod_{k=0}^{k=1} 3-k = x (3-0)(3-1) = 6x

 

[/math]

 

Thus, we have:

 

[math]

1+2x +x^2 = 3 + 6x + \sum_{n=2}^{n=\infty} x^n \frac{1}{n!} \prod_{k=0}^{k=n} 3-k

 

[/math]

 

Now, evaluate the series when n=2. We obtain:

 

[math] x^2 \frac{1}{2!} \prod_{k=0}^{k=2} 3-k = \frac{x^2}{2} (3-0)(3-1)(3-2) = 3x^2

[/math]

 

From which it now follows that:

 

[math]

1+2x +x^2 = 3 + 6x + 3 x^2 + \sum_{n=3}^{n=\infty} x^n \frac{1}{n!} \prod_{k=0}^{k=n} 3-k

 

[/math]

 

Now, whenever n is greater than or equal to 3, there will be multiplcation by zero since:

 

[math] \prod_{k=3}^{k=3} 3-k = (3-3)=0 [/math]

 

Hence there are only three terms in the expansion formula, because:

 

[math] 0 = \sum_{n=3}^{n=\infty} x^n \frac{1}{n!} \prod_{k=0}^{k=n} 3-k [/math]

 

 

Thus, we have:

 

[math]

1+2x +x^2 = 3 + 6x + 3 x^2

[/math]

 

Which is false. However, it was almost correct. If the RHS is divided by three instead, we would have had:

 

[math]

1+2x +x^2 = 1 + 2x + x^2

[/math]

 

which is true. Thus, the RHS was off by multiplication of the constant 1/3, but otherwise the series-product expansion formula worked.

 

Now, look again at the formula for (1+x)^alpha:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Suppose instead, that we start off the multiplication from 1, instead of zero, like this:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Let alpha=2, so that we have:

 

[math]

(1+x)^2 = \sum_{n=0}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{2+1-k}{k}

[/math]

 

We already know that the LHS is equal to 1+2x+x^2, so let us write:

 

 

[math]

1 + 2x + x^2 = \sum_{n=0}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{2+1-k}{k}

[/math]

 

And 2+1=3, so that we have:

 

[math]

1 + 2x + x^2 = \sum_{n=0}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{3-k}{k}

[/math]

 

Now, we just have to expand the RHS correctly, so that we obtain equality of the RHS with the LHS.

 

Let us pull out the k from the denominator of the iterated product, so that we have:

 

[math]

1 + 2x + x^2 = \sum_{n=0}^{n=\infty} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k

[/math]

 

In the case where x=0, we can readily see that the LHS is equal to 1, from the algebraic field axioms. So in order to have equality, rather than a false statement, the RHS must be equal to 1, in the case where x=0.

 

We know that the series has at most three terms, since when n is greater than or equal to 3, we all higher terms in the series are multiplied by (3-3)=0, due to the iterated product.

 

So without loss of generality, we can write:

 

[math]

1 + 2x + x^2 = \sum_{n=0}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k

[/math]

 

The first term of the series is the only term in the series which isnt multiplied by x, and so must be equal to 1, in order for the RHS to equal the LHS in the case where x=0, so we can write:

 

[math]

1 + 2x + x^2 = \frac{0^0}{0! }+ \sum_{n=1}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k

[/math]

 

So that, regardless of the value of x, it needs to be true that:

 

[math] 1 = \frac{0^0}{0!} [/math]

 

 

Thus, we can write:

 

[math]

1 + 2x + x^2 = 1 + \sum_{n=1}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k

[/math]

 

Now, we just have to expand the remaining terms of the series, to see that the RHS equals the LHS. This time however, the product starts off with k=1, instead of k=0. Thus, we have:

 

[math]

\sum_{n=1}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k = \frac{x^1}{1!} (3-1) + \sum_{n=2}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k

 

[/math]

 

Thus, we have:

 

[math]

\sum_{n=1}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k = 2x + \frac{x^2}{2!} \prod_{k=1}^{k=2} 3-k

 

[/math]

 

Thus, we have:

 

[math]

\sum_{n=1}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k = 2x + \frac{x^2}{2!} (3-1)(3-2) = 2x+ x^2

 

[/math]

 

And from an earlier line of work we already had:

 

[math]

1 + 2x + x^2 = 1 + \sum_{n=1}^{n=2} \frac{x^n}{n!} \prod_{k=1}^{k=n} 3-k

[/math]

 

So that by substition, the remaining two terms of the series on the RHS above, are 2x+x^2, so that we have:

 

[math]

1 + 2x + x^2 = 1 + 2x + x^2

[/math]

 

So it worked, and all is well, provided that we start off the multiplication from k=1, instead of k=0, and that we have:

 

[math] 1 = \frac{0^0}{0!} [/math]

 

Thus, we can write Newton's expansion formula as follows:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Now, because we have started off the multiplication from 1, instead of zero, we are not faced with division by zero error. The only problem is the formula is not as compact as we would like it to be.

 

Before going any further, we can try to use the formula above to compute the square root of two, which is the main point of this post. The secondary point, is to show you how to manipulate the series expressions.

 

Starting off with the formula

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Let x=1, and let alpha = 1/2, and then write this:

 

[math]

(1+1)^{\frac{1}{2}}= 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\frac{1}{2} +1-k}{k}

[/math]

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

However if we stipulate that:

 

[math]

1 = x^0 \prod_{k=1}^{k=0} \frac{\alpha +1-k}{k}

[/math]

 

Then we can write:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

And this stipulation had to be made, because of the case where x=0, so that what we really need to stipulate is that:

 

[math]

1 = 0^0 \prod_{k=1}^{k=0} \frac{\alpha +1-k}{k}

[/math]

 

However, from the top indice, you can see that we have division by zero error. Let us pull out the k, as n!, so that we have this:

 

[math]

1 = \frac{x^0}{n!} \prod_{k=1}^{k=0} \alpha +1-k

[/math]

 

In fact, lets go back and write this for Newton's formula:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \prod_{k=1}^{k=n} \alpha +1-k

[/math]

 

Which, provided that not(alpha=-1), can also be written as:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

Now, focus on this part of the formula:

 

[math]

\sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

If it is permissible for n=0, then we have the zeroth term as:

 

 

[math]

\frac{x^0}{0!} \frac{1}{\alpha+1} \prod_{k=0}^{k=0} \alpha +1-k

[/math]

 

Which simplifies slightly to:

 

[math]

\frac{x^0}{0!} \frac{1}{\alpha+1} (\alpha +1) = \frac{x^0}{0!}

[/math]

 

So lets consider carefully where we are:

 

We are sure that this much is algebraically correct:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

All we want to do is compactify the formula above.

 

Suppose that we stipulate that the n=0 term of the series is equal to 1, then we can write:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

Then, explicitely when n=0 we will have to evaluate:

 

[math]

\frac{x^0}{0!} \frac{1}{\alpha+1} \prod_{k=0}^{k=0} \alpha +1-k

[/math]

 

And it will have to be the case, that the above formula is equal to 1, so that we must force it to be the case that:

 

[math]

1 = \frac{x^0}{0!} \frac{1}{\alpha+1} \prod_{k=0}^{k=0} \alpha +1-k

[/math]

 

The iterated product only has one term, that for which k=0, so that we may write:

 

[math]

1 = \frac{x^0}{0!} \frac{1}{\alpha+1} (\alpha +1-0)

[/math]

 

From which it follows that:

 

[math]

1 = \frac{x^0}{0!}

[/math]

 

In any case where not(x=0), the numerator of the fraction above is equal to 1, so that in order for Newton's expansion formula to be correct, we must have:

 

[math]

1 = \frac{1}{0!}

[/math]

 

From which it follows that we must define 0 factorial to be equal to 1.

 

 

Let us look at the formula again, and consider the case where x=-1, and alpha =0.

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

So that

 

[math]

(1-1)^0 = 0^0 = 1+ \sum_{n=1}^{n=\infty} \frac{(-1)^n}{n!} \frac{1}{1} \prod_{k=0}^{k=n} 1-k

[/math]

 

Which can be written as follows:

 

[math] (1-1)^0 = 0^0 = 1+ \sum_{n=1}^{n=\infty} \frac{(-1)^n}{n!} \frac{1}{1} \prod_{k=0}^{k=n} -(k-1)

[/math]

 

Which can be written as follows:

 

[math] (1-1)^0 = 0^0 = 1+ \sum_{n=1}^{n=\infty} \frac{(-1)^n}{n!} \frac{1}{1} (-1)^n \prod_{k=0}^{k=n} (k-1)

[/math]

 

Which can be written as follows:

 

[math] (1-1)^0 = 0^0 = 1+ \sum_{n=1}^{n=\infty} \frac{(-1)^{2n}}{n!} \frac{1}{1}\prod_{k=0}^{k=n} (k-1)

[/math]

 

Which can be written as follows:

 

[math] (1-1)^0 = 0^0 = 1+ \sum_{n=1}^{n=\infty} \frac{1}{n!} \frac{1}{1}\prod_{k=0}^{k=n} (k-1)

[/math]

 

From which it follows that:

 

[math] 0^0 = 1+ \frac{1}{1!} \prod_{k=0}^{k=1} (k-1) + \sum_{n=2}^{n=\infty} \frac{1}{n!} \prod_{k=0}^{k=n} (k-1)

[/math]

 

Now, when k=1, (k-1)=0, so that we must have:

 

[math] 0^0 = 1

[/math]

 

So look at the formula again:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

Now, look at the definition of n factorial for a moment:

 

[math] n! = \prod_{k=1}^{k=n} k [/math]

 

We can perform an indicial operation and write:

 

[math] n! = \prod_{k=0}^{k=n-1} k+1 [/math]

 

From which it follows that:

 

[math] n! = \frac{1}{n+1}\prod_{k=0}^{k=n} k+1 [/math]

 

Hence, we can write the formula as follows:

 

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{\frac{1}{n+1}\prod_{k=0}^{k=n} k+1} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

Or rather:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{(n+1) x^n}{\prod_{k=0}^{k=n} k+1} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

Or rather:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} (n+1) x^n \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Now, focus on this part of the formula for a moment:

 

[math]

\sum_{n=1}^{n=\infty} (n+1) x^n \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

If it is permissible for n=0, then the zeroth term of the series above would be given by:

 

[math]

(0+1) x^0 \frac{1}{\alpha+1} \prod_{k=0}^{k=0} \frac{\alpha +1-k}{k+1}

[/math]

 

Which can be simplified to:

 

[math]

x^0 \frac{1}{\alpha+1} \frac{\alpha +1-0}{0+1}

[/math]

 

Which can be simplified to:

 

[math]

x^0 \frac{\alpha +1}{\alpha +1}

[/math]

 

Which can be simplified to:

 

[math] x^0 [/math]

 

So let us begin with the following formula we know to be correct, in any case where not(alpha = -1).

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} (n+1) x^n \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

If we stipulate that x^0 = 1, for any x, we can write this instead:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} (n+1) x^n \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

As I just showed moments ago.

 

Which for the sake of reading clarity can be written as follows:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \frac{n+1}{\alpha+1} \prod_{k=0}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Now, when n=0, the first term of the iterated product is given by:

 

[math]

\frac{\alpha +1-0}{0+1} = \alpha +1 = \prod_{k=0}^{k=0} \frac{\alpha +1-k}{k+1}

[/math]

 

Hence we can write Newton's binomial formula as follows:

 

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} x^n \frac{n+1}{\alpha+1} (\alpha+1)\prod_{k=1}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Which simplifies slightly to:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} (n+1) x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Thus, I have now removed any possiblity of division by zero error, in the case where alpha=-1. In other words, using an indicial operation, i took out 1/(1+alpha) and opened up the possibility of division by zero error, but now I've put it back into the iterated product, so that we no longer have to worry about whether or not alpha = -1 in our formula. Thus, the following formula is correct:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} (n+1) x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Which can be written as follows:

 

[math]

(1+x)^\alpha = \sum_{n=0}^{n=\infty} \frac{d}{dx} (x^{n+1}) \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Which can be written as:

 

[math]

(1+x)^\alpha = \frac{d}{dx} \sum_{n=0}^{n=\infty} x^{n+1} \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k+1}

[/math]

 

Now, lets perform an indicial operation, and write the above formula as follows:

 

[math]

(1+x)^\alpha = \frac{d}{dx} \sum_{n=1}^{n=\infty} x^{n} \prod_{k=1}^{k=n-1} \frac{\alpha +1-k}{k+1}

[/math]

 

Now, define U(x) as follows:

 

[math] U(x) \equiv \sum_{n=1}^{n=\infty} x^{n} \prod_{k=1}^{k=n-1} \frac{\alpha +1-k}{k+1}

[/math]

 

So that we can now write:

 

[math]

(1+x)^\alpha = \frac{dU}{dx}

[/math]

 

Now, focus on U(x) for a moment...

 

[math] U(x) \equiv \sum_{n=1}^{n=\infty} x^{n} \prod_{k=1}^{k=n-1} \frac{\alpha +1-k}{k+1}

[/math]

 

The idea is that if we differentiate U(x), we have to get (1+x)^alpha.

 

Now, go back and look at the following formula:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{1}{\alpha+1} \prod_{k=0}^{k=n} \alpha +1-k

[/math]

 

We can rewrite it as follows:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \frac{\alpha + 1}{\alpha+1} \prod_{k=1}^{k=n} \alpha +1-k

[/math]

 

Which can be simplified to:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} \frac{x^n}{n!} \prod_{k=1}^{k=n} \alpha +1-k

[/math]

 

Which can be simplified to:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Here is U(x) again:

 

[math]

U(x) \equiv \sum_{n=1}^{n=\infty} x^{n} \prod_{k=1}^{k=n-1} \frac{\alpha +1-k}{k+1}

[/math]

 

We have:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=0}^{k=n-1} \frac{\alpha -k}{k+1}

[/math]

 

Or equivalently:

 

[math]

(1+x)^\alpha = 1+ \sum_{n=1}^{n=\infty} x^n \alpha \prod_{k=1}^{k=n-1} \frac{\alpha -k}{k+1}

[/math]

 

Now, let alpha become alpha +1, so that we have:

 

[math]

(1+x)^{\alpha +1}= 1+ \sum_{n=1}^{n=\infty} x^n (\alpha +1) \prod_{k=1}^{k=n-1} \frac{\alpha +1 - k}{k+1}

[/math]

 

Or equivalently:

 

[math]

(1+x)^{\alpha +1}= 1+ (\alpha +1)\sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n-1} \frac{\alpha +1 - k}{k+1}

[/math]

 

From which it now follows using the definition of U(x) that:

 

[math]

(1+x)^{\alpha +1}= 1+ (\alpha +1) U(x)

[/math]

 

Now, we can write the above equation as follows:

 

[math]

(1+x)(1+x)^\alpha= 1+ (\alpha +1) U(x)

[/math]

 

And recall the earlier formula that:

 

[math]

(1+x)^\alpha = \frac{dU}{dx}

[/math]

 

Thus, we can write the following differential equation:

 

[math]

(1+x) \frac{dU}{dx} = 1+ (\alpha +1) U(x)

[/math]

Link to comment
Share on other sites

I ran out of time to edit the previous post. The main thing I wanted to show you, was how to use Newton's binomial formula to compute square root of two.

 

In the previous post you will find the following formula:

 

[math]

(1+x)^{\alpha}= 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Now, let alpha=1/2, and let x=1 in the formula above to obtain:

 

[math] (1+1)^{\frac{1}{2}}= 1+ \sum_{n=1}^{n=\infty} 1^n \prod_{k=1}^{k=n} \frac{\frac{1}{2} +1-k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1+ \sum_{n=1}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1 + \prod_{k=1}^{k=1} \frac{\frac{3}{2} - k}{k}+ \sum_{n=2}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1 + (\frac{3}{2} - 1) + \sum_{n=2}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

 

From which it follows that:

 

[math] \sqrt{2} = 1.5 + \sum_{n=2}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.5 + \prod_{k=1}^{k=2} \frac{\frac{3}{2} - k}{k} + \sum_{n=3}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.5 + (\frac{3}{2} - 1)( \frac{\frac{3}{2} - 2}{2}) + \sum_{n=3}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.5 - (.5) (\frac{1}{4}) + \sum_{n=3}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

Now, (.5)(1/4)=(.5)(.25)=(.125) from which it follows that:

 

[math] \sqrt{2} = 1.5 - .125 + \sum_{n=3}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.375 + \sum_{n=3}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.375 + \prod_{k=1}^{k=3} \frac{\frac{3}{2} - k}{k}+\sum_{n=4}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.375 + (-1.25)\prod_{k=3}^{k=3} \frac{\frac{3}{2} - k}{k}+\sum_{n=4}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.375 + (-1.25) \frac{\frac{3}{2} - 3}{3}+\sum_{n=4}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.375 + (-1.25)(-.5) +\sum_{n=4}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

 

Now, (-1.25)(-.5) = .0625.

 

Hence we have:

 

[math] \sqrt{2} = 1.375 + .0625 +\sum_{n=4}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4375 +\sum_{n=4}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4375 + \prod_{k=1}^{k=4} \frac{\frac{3}{2} - k}{k}+ \sum_{n=5}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

 

[math] \sqrt{2} = 1.4375 + (.0625) \prod_{k=4}^{k=4} \frac{\frac{3}{2} - k}{k}+ \sum_{n=5}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4375 + (.0625)( \frac{\frac{3}{2} - 4}{4}) + \sum_{n=5}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4375 + (.0625)(-.625) + \sum_{n=5}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4375 + (-.0390625) + \sum_{n=5}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.3984375 + \sum_{n=5}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.3984375 + \prod_{k=1}^{k=5} \frac{\frac{3}{2} - k}{k} + \sum_{n=6}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.3984375 + (-.0390625)\prod_{k=5}^{k=5} \frac{\frac{3}{2} - k}{k} + \sum_{n=6}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.3984375 + (-.0390625)( \frac{\frac{3}{2} - 5}{5}) + \sum_{n=6}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.3984375 + (-.0390625)(-.7) + \sum_{n=6}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.3984375 + (.02734375) + \sum_{n=6}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.42578125 + \sum_{n=6}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.42578125 + (-.0205078125) + \sum_{n=7}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4052734375 + \sum_{n=7}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4052734375 +(-.0205078125)(-.7857142857)+ \sum_{n=8}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.4052734375 +(.01611328125)+ \sum_{n=8}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.42138671875+ \sum_{n=8}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.42193603515625 +(.01611328125)(-.8125)+ \sum_{n=9}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.42193603515625 -(.01309204101562)+ \sum_{n=9}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.40884399414062 + \sum_{n=9}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

And

 

[math] \sum_{n=9}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k} = (-.01309204101562)(-.8333...)+\sum_{n=10}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k} [/math]

 

From which it follows that:

 

[math] \sqrt{2} = 1.40884399414062 + (.01091003417968)+ \sum_{n=10}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

From which it follows that:

 

 

[math] \sqrt{2} = 1.4197540283203 + \sum_{n=10}^{n=\infty} \prod_{k=1}^{k=n} \frac{\frac{3}{2} - k}{k}

[/math]

 

So as you can see, the infinite series really does converge to what your calculator gives you, namely:

 

[math] \sqrt{2} = 1.4142135623731... [/math]

 

Which was the main point of the exercise.

Link to comment
Share on other sites

Damn, I am impressed. That was one long post! Anyway, thanks a bunch, now I actually am starting to get it. All I have to do is try to understand that a bit more, and maybe I will understand how to do this before summer is over. Thanks for showing me this stuff.

Link to comment
Share on other sites

Please be aware that Johnny's method is very limited in scope (it cannot work out the square root of any number bigger than 2, and doesn't really allow you to do much by hand does it? Are you going to evaluate all those things?

 

First, there is no reason to evaluate something's decimal expansion. It is for the most part mathematically unimportant.

 

Second if you really have tot there is a general iterativem method for finding the square root of any number. It is based upon the Newton-Raphson Iterative Method.

Link to comment
Share on other sites

Please be aware that Johnny's method is very limited in scope (it cannot work out the square root of any number bigger than 2)

 

When working with series expressions' date=' there is something called the radius of convergence.

 

Consider again the following:

 

[math']

(1+x)^{\alpha}= 1+ \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Now, focus on just the series formula:

 

[math]

\sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{\alpha +1-k}{k}

[/math]

 

Now, look at the function of k, inside the iterated product:

 

[math]

f(k) \equiv \frac{\alpha +1-k}{k}

[/math]

 

Whether or not any given series converges, can be determined by finding its radius of convergence. Define the radius of convergence as follows:

 

[math] \rho \equiv |\lim_{k \to \infty} f(k)| [/math]

 

Now, in the case of Newtons Binomial expansion we have:

 

[math] \rho \equiv |\lim_{k \to \infty} \frac{\alpha +1-k}{k}| = |-1| = 1 [/math]

 

So, the radius of convergence is one, just as Matt said.

 

Now, it turns out that by taking the limit above, you are actually carrying out the very well known "ratio test" for convergence.

 

Here is a link ratio test.

 

Consider example 14.1.7 in the link above.

 

You are faced with the following series:

 

[math] \sum_{n=1}^{n = \infty} \frac{1}{n^2} [/math]

 

We have:

 

[math] \sum_{n=1}^{n = \infty} \frac{1}{n^2} = 1 + \sum_{n=2}^{n = \infty} \frac{1}{n^2} = 1 + \sum_{n=2}^{n = \infty} \frac{(n-1)!(n-1)!}{n^2(n-1)!(n-1)!}[/math]

 

Now,

 

[math] \sum_{n=2}^{n = \infty} \frac{(n-1)!(n-1)!}{n^2(n-1)!(n-1)!} = \sum_{n=2}^{n = \infty} \frac{(n-1)!(n-1)!}{n! n!}[/math]

 

And

 

[math] \sum_{n=2}^{n = \infty} \frac{(n-1)!(n-1)!}{n! n!} = \sum_{n=2}^{n= \infty} \prod_{k=1}^{k=n} (\frac{k-1}{k})^2 [/math]

 

Thus, we have:

 

[math] \sum_{n=1}^{n = \infty} \frac{1}{n^2} = 1+ \sum_{n=2}^{n= \infty} \prod_{k=1}^{k=n} (\frac{k-1}{k})^2 [/math]

 

Now consider the limit of f(k), as k approaches infinity.

 

[math] \lim_{k \to \infty} (\frac{k-1}{k})^2 = 1 [/math]

 

Now, look at excercise 7.8 here.

 

Let us consider their first example:

 

[math] \sum_{n=1}^{n=\infty} \frac{x^n}{2^n} [/math]

 

For the series above, we have:

 

[math] \sum_{n=1}^{n=\infty} \frac{x^n}{2^n} = \sum_{n=1}^{n=\infty} x^n \prod_{k=1}^{k=n} \frac{1}{2} [/math]

 

 

Now, investigate the limit as k approaches infinity of f(k).

 

[math] \lim_{k \to \infty} \frac{1}{2} = \frac{1}{2} [/math]

 

The limit above, is one over the radius of convergence, so that:

 

R =2.

Link to comment
Share on other sites

And the radius of convergence of your series is 1. Please don't hijack a thread with stupidly long and unnecessary posts, Johnny. Not everyone is as ignorant as you and most people understand this, and if they didnt' they would ask about it if they were interested. Your posting is tantamount to vandalism; please desist.

Link to comment
Share on other sites

Damn, I am impressed. That was one long post! Anyway, thanks a bunch, now I actually am starting to get it. All I have to do is try to understand that a bit more, and maybe I will understand how to do this before summer is over. Thanks for showing me this stuff.

 

You're welcome. To understand more, google for Newton's binomial theorem, power series, convergence of series.

Link to comment
Share on other sites

And the radius of convergence of your series is 1. Please don't hijack a thread with stupidly long and unnecessary posts, Johnny. Not everyone is as ignorant as you and most people understand this, and if they didnt' they would ask about it if they were interested. Your posting is tantamount to vandalism; please desist.

 

Surely you're joking. I thought it was quite appropriate to the thread, and I quite enjoyed it myself. Anyways, i showed what I wanted to show, which was a computation of square root two.

Link to comment
Share on other sites

It was, in my opinion, a very long post containing nothing of practical interest that could not have been done in 3 lines. You don't compute the square root of 2 and that very power series you cite does not conclude that the expansion you care about is valid in finding the square root of 2, nor does it show it is invalid either before you complain that you have used it. You realize I am talking about the oist on radius of convergence that explained the ratio test? The previous post was just far too long, though well within the scope of this thread.

Link to comment
Share on other sites

Please be aware that Johnny's method is very limited in scope (it cannot work out the square root of any number bigger than 2' date='

[/quote']

 

[math] \sqrt{3} = (1+2)^{\frac{1}{2}} = [2(\frac{1}{2}+1)]^{\frac{1}{2}} = \sqrt{2} (1+ \frac{1}{2})^{\frac{1}{2}} [/math]

 

Given that you know the square root of two, you can now compute the square root of three by using Newton's formula on:

 

[math] (1+ \frac{1}{2})^{\frac{1}{2}} [/math]

 

Just let X=1/2, and alpha = 1/2. Then multiply by root 2.

 

Regards

Link to comment
Share on other sites

Yes, but that wasn't what you stated (it can easily be extended to get round all the problems I've raised). But then what you do intend to state is often lost in the size of the post.

 

Your original pair of posts, by the way, contains many misunderstandings, mistatements, and mistakes. Quite what that waffle about 0! was intended to do is something that defies description. And please don't start a debate in this thread about 0!, 0^0 and other things whose standard usage you simply do not accept. They are just formal conventions, you are over analysing.

 

And you've still not proven that the power series converges in finding the square root of 2.

Link to comment
Share on other sites

Yes' date=' but that wasn't what you stated (it can easily be extended to get round all the problems I've raised). But then what you do intend to state is often lost in the size of the post.

 

Your original pair of posts, by the way, contains many misunderstandings, mistatements, and mistakes. Quite what that waffle about 0! was intended to do is something that defies description. And please don't start a debate in this thread about 0!, 0^0 and other things whose standard usage you simply do not accept. They are just formal conventions, you are over analysing.

 

And you've still not proven that the power series converges in finding the square root of 2.[/quote']

 

Well, point out the mistakes, and I'll discuss them in another thread.

 

Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.