I was wondering if it's possible to expand $(a+b)^\frac{1}{2}$.For example, $(a+b)^2 = a^2 + 2ab + b^2$. But what is the expansion of $(a+b)^\frac{1}{2}$? I've learned about binomial theorem but I can't figure it out.
2026-04-02 23:28:47.1775172527
On
Expanding $(a+b)^\frac{1}{2}$
5.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
$(a+b)^\frac{1}{2}=a^\frac{1}{2}(1+\frac{b}{a})^\frac{1}{2}=a^\frac{1}{2}[1+\frac{b}{2a}+\frac{(\frac{1}{2})(\frac{1}{2}-1)b^{2}}{2a^{2}}+\frac{(\frac{1}{2})(\frac{1}{2}-1)(\frac{1}{2}-2)b^{3}}{6a^{3}}+...$
This is from the Maclaurin series, known as the binomial series, of the function
$f(x)=(1+x)^{n}$ where $n$ is an arbitrary real number.
Only asymptotically. There are ways to approximate it in terms of $a^{1/2}$ and $b^{1/2}$. There are also some expansion formulas, for example, the expression can be written as a McLaurin series, such as, $$(a + b)^{1/2} = a^{1/2} + \frac {1} {2} b^{1/2} + \cdots.$$ Also, if we make use of the Binomial expansion, we will have $$(a + b)^n = \sum_{k = 0}^{n} {n \choose k} a^k b^{n - k},$$ hence, by putting $n = 1/2$, $$(a + b)^{1/2} = \sqrt {a} + \frac {1} {2} \sqrt {b} + \cdots.$$ But there is not an exact rational expression as you might wish.