Looking for an expression for radicals

mesa
Gold Member
Messages
694
Reaction score
36
I am trying to find a general expression for radicals, for example,

√k=f(k)

Does anyone know of any?

Thanks!
 
Mathematics news on Phys.org
I don't know what you mean by a "general expression". The square root, that you have there, can be written \sqrt{k}= k^{1/2}. A general radical, the "nth root", can be written \sqrt[n]{k}= k^{1/n}. Is that what you mean?
 
HallsofIvy said:
I don't know what you mean by a "general expression". The square root, that you have there, can be written \sqrt{k}= k^{1/2}. A general radical, the "nth root", can be written \sqrt[n]{k}= k^{1/n}. Is that what you mean?

No problem, let me clear it up
Something along the lines of,

√5 = 2(phi)-1

Except a general form where,

√k = some function of 'phi', or 'k' or both (or perhaps something completely different.)
 
By phi, I assume you mean \frac{1+\sqrt{5}}{2}, so what you've done is just rewriting \sqrt{5} in terms of this. I don't see any general about this. What exactly is it what you want, when you say you want a general expression?
 
disregardthat said:
By phi, I assume you mean \frac{1+\sqrt{5}}{2}, so what you've done is just rewriting \sqrt{5} in terms of this. I don't see any general about this. What exactly is it what you want, when you say you want a general expression?

Okay, there is still some confusion, let me put it this way,

Are there expressions for say, √3=? or √7=? or √11=? etc. etc.
And if so do we have a general form where √x=some expression of 'x'

I was using √5=2phi-1 simply as an example (and the only radical with an equivalent expression I am aware of that is known).
 
\sqrt{x} is an expression of x. It is also unclear why you would accept \sqrt{5} = 2 \cdot \frac{1+\sqrt{5}}{2} -1 as an 'expression' of \sqrt{5}. Why not accept \sqrt{x} = 2 \cdot \frac{1+\sqrt{x}}{2} -1 as an 'expression' of x?
 
disregardthat said:
\sqrt{x} is an expression of x. It is also unclear why you would accept \sqrt{5} = 2 \cdot \frac{1+\sqrt{5}}{2} -1 as an 'expression' of \sqrt{5}. Why not accept \sqrt{x} = 2 \cdot \frac{1+\sqrt{x}}{2} -1 as an 'expression' of x?

It is correct but \sqrt{x} = 2 \cdot \frac{1+\sqrt{x}}{2} -1 is nothing more than √x=√x.

Do you know of a form like √5=2phi-1 for say √3=?
 
mesa said:
It is correct but \sqrt{x} = 2 \cdot \frac{1+\sqrt{x}}{2} -1 is nothing more than √x=√x.

Do you know of a form like √5=2phi-1 for say √3=?

:confused: √5=2phi-1 is also nothing but √5=√5.

I think you need to explain more clearly what you mean by a 'general expression'.
 
disregardthat said:
:confused: √5=2phi-1 is also nothing but √5=√5.

I think you need to explain more clearly what you mean by a 'general expression'.

Sorry about that, let's try it this way, can you write √3 as an expression with phi?
 
Last edited:
  • #10
mesa said:
Sorry about that, let's try it this way, can you write √3 as an expression with phi?

Without using √ you mean? And why would you want that? And what is an expression with phi? Is √3 = √3 + phi - phi an expression with phi? Just explain what you are after in a clear and precise manner, it's no fun guessing.
 
  • Like
Likes 1 person
  • #11
disregardthat said:
Without using √ you mean? And why would you want that? And what is an expression with phi? Is √3=√3 +phi -phi an expression with phi? Just explain what you are after in a clear and precise manner, it's no fun guessing.

√3 + phi - phi is certainly an expression for √3 but not what I was looking for

I apologize for not being more clear, please forgive my inability to put together the proper mathematical vernacular. It's okay though, it appears my question has been answered. Thank you for helping out!
 
  • #12
Hi mesa,

You can approximate the square root of a number using this formula:
$$
f(x)=\sqrt{x}\approx1+\frac{1}{2}(x-1)+(-\frac{1}{4})(x-1)^2+\frac{3}{8}(x-1)^3+...=\sum_{n=0}^{...}f_n(x-1)^n
$$
where the coefficients ##f_n## can be computed by
$$
f_n=\frac{1}{n!}\prod_{m=0}^{n-1}(\frac{1}{2}-m)
$$
I haven't checked what values of x this is valid for though
 
  • #13
Hertz said:
Hi mesa,

You can approximate the square root of a number using this formula:
$$
f(x)=\sqrt{x}\approx1+\frac{1}{2}(x-1)+(-\frac{1}{4})(x-1)^2+\frac{3}{8}(x-1)^3+...=\sum_{n=0}^{...}f_n(x-1)^n
$$
where the coefficients ##f_n## can be computed by
$$
f_n=\frac{1}{n!}\prod_{m=0}^{n-1}(\frac{1}{2}-m)
$$
I haven't checked what values of x this is valid for though

I stand corrected, that is a very nice approximation! I wrote a continued fraction but it is ugly :P
Any chance you know who put this together?
 
  • #14
mesa said:
I stand corrected, that is a very nice approximation! I wrote a continued fraction but it is ugly :P
Any chance you know who put this together?
Yes. A guy named Taylor.

Note that the coefficients are a bit off. It should be something like $$1+\frac{1}{2} (x-1)-\frac{1}{8} (x-1)^2+\frac{1}{16} (x-1)^3+\cdots.$$
 
  • #15
mesa said:
I stand corrected, that is a very nice approximation! I wrote a continued fraction but it is ugly :P
Any chance you know who put this together?

It's a Taylor Series expansion of ##f(x)=x^{1/2}## around the point ##x=1##. Originally I did it for ##f(x)=x^m## for arbitrary m. For that one, the expansion is this: $$
f(x)=x^m=\sum_{n=0}^{\infty}f_n(x-1)^n$$ where ##f_0=1## and for ##n\neq 0## $$f_n=\frac{1}{n!}\prod_{k=0}^{n-1}(m-k)$$ So
$$f(x)=1+\sum_{n=1}^{\infty}\frac{1}{n!}\Bigg(\prod_{k=0}^{n-1}(m-k)\Bigg)(x-1)^n$$
Kind of a messy formula lol
 
  • #16
Hertz said:
It's a Taylor Series expansion of ##f(x)=x^{1/2}## around the point ##x=1##. Originally I did it for ##f(x)=x^m## for arbitrary m. For that one, the expansion is this: $$
f(x)=x^m=\sum_{n=0}^{\infty}f_n(x-1)^n$$ where ##f_0=1## and for ##n\neq 0## $$f_n=\frac{1}{n!}\prod_{k=0}^{n-1}(m-k)$$ So
$$f(x)=1+\sum_{n=1}^{\infty}\frac{1}{n!}\Bigg(\prod_{k=0}^{n-1}(m-k)\Bigg)(x-1)^n$$
Kind of a messy formula lol

I should really look into Taylor series more... The schools engineering program hardly touches on it :P

Anyway, I don't think it is all that messy, thanks for sharing! (it is always good to know the 'gaps' in order to correct them)
 
  • #17
mesa said:
I should really look into Taylor series more... The schools engineering program hardly touches on it :P
If the engineering curriculum includes calculus, it's a safe bet that Taylor's series (and Maclaurin series) will be covered pretty extensively, usually after the course where integration is taught.
mesa said:
Anyway, I don't think it is all that messy, thanks for sharing! (it is always good to know the 'gaps' in order to correct them)
 
  • #18
Mark44 said:
If the engineering curriculum includes calculus, it's a safe bet that Taylor's series (and Maclaurin series) will be covered pretty extensively, usually after the course where integration is taught.

We did cover Taylor series but it was very brief (not even on an exam).
 

Similar threads

Back
Top