how to prove the value of f = ( a + ((a+1)/3)*sqrt(((8*a-1)/3)^(1/3)) + nthroot(( a - ((a+1)/3)*sqrt(((8*a-1)/3), 3) is always 1

sallyyu2022

New member
Joined
Jan 17, 2024
Messages
3
how to prove the value of f = ( a + ((a+1)/3)*sqrt(((8*a-1)/3)^(1/3)) + nthroot(( a - ((a+1)/3*sqrt(((8*a-1)/3),3) is always 1

I try to use X=a+b, Y=a-b ,when b= ((a+1)/3)*sqrt(((8*a-1)/3)^(1/3) to simplify the function and then prove that (X+Y)^3=1. However, I got stuck when I come to the expansion equation.

I assume that binomial theorem could be helpful to some steps in the process, but I am not sure.
 
Last edited by a moderator:
how to prove the value of f = ( a + ((a+1)/3)*sqrt(((8*a-1)/3)^(1/3)) + nthroot(( a - ((a+1)/3*sqrt(((8*a-1)/3),3) is always 1

What value are you assigning to nn? What is the meaning of the comma before the last 33?

If possible, could you please post a picture of the expression in question?

I try to use X=a+b, Y=a-b ,when b= ((a+1)/3)*sqrt(((8*a-1)/3)^(1/3) to simplify the function and then prove that (X+Y)^3=1. However, I got stuck when I come to the expansion equation.

Could you post a picture of at least one of your attempts, so that we can see what you're doing?

I assume that binomial theorem could be helpful to some steps in the process, but I am not sure.

Why do you assume that the binomial theorem would be helpful?

Thank you!
 
This screenshot below show the original fucntion
1705555864969.png
I tried to observe the different results in matlab when a could be any different real number while larger or equal to 1/8 , so I offered a script in matlab. Maybe it cause some confusions.
I try to prove the cubic value of f is equal to 1 so that the funtion could be simplfied.
Firstly, I set X=a+b, Y=a-b ,and b=1705556478074.png.
 

Attachments

  • 1705556587812.png
    1705556587812.png
    3.6 KB · Views: 3
  • 1705556675215.png
    1705556675215.png
    1.3 KB · Views: 3
Last edited:
Then the expansion equation of the cubic value of f is 1705556791342.png, where 1705556821678.pngis equal to 2a. However, I got stuck by how to deal with 1705556980181.png
 
Then the expansion equation of the cubic value of f is View attachment 36942, where View attachment 36943is equal to 2a. However, I got stuck by how to deal with View attachment 36944
Those terms, together, will be 3XY(X+Y)3XY(X+Y). Do the multiplication and the addition, and things will work out. If you're still stuck there, show us that part of your work.

By the way, I don't think it's standard to say "the cubic value of f"; you mean the cube of f, or the value of f^3. (And that is a good strategy.)
 
This screenshot below show the original fucntion
View attachment 36938
Firstly, I set X=a+b, Y=a-b ,and b=View attachment 36939.
I realize on second glance that you didn't type what you meant; what I assume you meant is

Let X^3 = a + b, and Y^3 = a - b.​

Then f^3 = (X + Y)^3 = X^3 + 3X^2Y + 3XY^2 + Y^3 = (X^3 + Y^3) + 3XY(X + Y). Since we don't have such simple expressions for X and Y themselves (they're cube roots), the last part isn't as nice as it initially seemed. There's more work to do.
 
Try replacing s=8a13s = \sqrt{\frac{8a-1}{3}}
 
Let x=a+a+138a133\displaystyle x=\sqrt[3]{a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}} and y=aa+138a133\displaystyle y=\sqrt[3]{a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}}

Then, x3=a+a+138a13\displaystyle x^3=a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}} and y3=aa+138a13\displaystyle y^3=a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}

Hint: the sum of cubes and difference of cubes formulae are:
x3+y3=(x+y)(x2xy+y2)x^3+y^3=\left(x+y\right)\left(x^2-xy+y^2\right)
x3y3=(xy)(x2+xy+y2)x^3-y^3=\left(x-y\right)\left(x^2+xy+y^2\right)

x3+y3=(x+y)(x2xy+y2)=(x+y)(x2+2xy+y2xy2xy)=(x+y)[(x+y)23xy]=(x+y)33xy(x+y)0=(x+y)3x3difference of cubes3xy(x+y)y3=(x+yx)[(x+y)2+(x+y)x+x2]3xy(x+y)y3=y[(x+y)2+x(x+y)+x2]+y[3x(x+y)y2]=y[(x+y)2+x(x+y)+x23x(x+y)y2]=y[(x+y)22x(x+y)+x2y2]=y[(x+y)22x(x+y)+(x+y)(xy)]=y[(x+y)2{2x(x+y)(x+y)(xy)}]=y[(x+y)2(x+y){2x(xy)}]0=y[(x+y)2(x+y){x+y}]=0\begin{aligned} x^3+y^3&=\left(x+y\color{black}\right)\left(x^2-xy+y^2\color{black}\right)\\&=\left(x+y\color{black}\right)\left(x^2\color{red}{+2xy}\color{black}+y^2-xy\color{red}{-2xy}\color{black}\right)\\ &=\left(x+y\color{black}\right)\left[\left(x+y\right)^2-3xy\right]\\ &=\left(x+y\color{black}\right)^3-3xy(x+y)\\ 0&=\underbrace{\left(x+y\color{black}\right)^3-\color{blue}x^3}_{\text{difference of cubes}}\color{black}-3xy(x+y)-\color{blue}y^3\\ &=(x+y-\color{blue}{x}\color{black})\left[(x+y)^2+(x+y)\color{blue}x\color{black}+\color{blue}{x}\color{black}^2\right]-3xy(x+y)-\color{blue}y^3\\ &=y\left[(x+y)^2+x(x+y)+x^2\right]+y\left[-3x(x+y)-y^2\right]\\ &=y\left[(x+y)^2+x(x+y)+x^2-3x(x+y)-y^2\right]\\ &=y\left[(x+y)^2-2x(x+y)+x^2-y^2\right]\\ &=y\left[(x+y)^2-2x(x+y)+(x+y)(x-y)\right]\\ &=y\left[(x+y)^2-\left\{2x(x+y)-(x+y)(x-y)\right\}\right]\\ &=y\left[(x+y)^2-(x+y)\left\{2x-(x-y)\right\}\right]\\ 0&=y\underbrace{\left[(x+y)^2-(x+y)\left\{x+y\right\}\right]}_{=0}\\ \end{aligned}
Now we know y3=0=aa+138a13\displaystyle y^3=0=a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}
Solve: a=12a=\dfrac{1}{2}

Plug a=12a=\dfrac{1}{2} into x=a+a+138a133=13\displaystyle x=\sqrt[3]{a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}}=\sqrt[3]{1}, so x=1x=1

x+y=1+0=1x+y=1+0=1, always.
 
Let x=a+a+138a133\displaystyle x=\sqrt[3]{a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}} and y=aa+138a133\displaystyle y=\sqrt[3]{a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}}

Then, x3=a+a+138a13\displaystyle x^3=a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}} and y3=aa+138a13\displaystyle y^3=a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}

Hint: the sum of cubes and difference of cubes formulae are:
x3+y3=(x+y)(x2xy+y2)x^3+y^3=\left(x+y\right)\left(x^2-xy+y^2\right)
x3y3=(xy)(x2+xy+y2)x^3-y^3=\left(x-y\right)\left(x^2+xy+y^2\right)
The step at which you solve for y, and then for a, is wrong. The expression is in fact equal to 1 for any (sufficiently large) value of a, not just for one value.
 
The step at which you solve for y, and then for a, is wrong. The expression is in fact equal to 1 for any (sufficiently large) value of a, not just for one value.
Realized the error (on my own). I was going to edit my post, but time expired. I should have said that y can equal anything, which includes zero. So y=0 gets only one solution for a, and it's not a proof.
 
Last edited:
The step at which you solve for y, and then for a, is wrong. The expression is in fact equal to 1 for any (sufficiently large) value of a, not just for one value.
Actually for 1/8a1/21/8 \leq a \leq 1/2 if we stick to real numbers.
 
Actually for 1/8a1/21/8 \leq a \leq 1/2 if we stick to real numbers.
No, it's still defined (and real) past 1/2. Are you reading the cube roots as square roots?

I was intentionally not precise, but was observing that its domain starts at 1/8; one of the first things I'd done was to graph the function and see that it really is constant on that domain:

1705788623285.png
 
Actually for 1/8a1/21/8 \leq a \leq 1/2 if we stick to real numbers.
Ooops, I forgot that one can compute cube roots of negative values :( My Python script refused to do so, and I wasn't thinking clearly.
 
OK, I think I got it this time.

As before, x=a+a+138a133\displaystyle x=\sqrt[3]{a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}} and y=aa+138a133\displaystyle y=\sqrt[3]{a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}}

Then, x3=a+a+138a13\displaystyle x^3=a+\frac{a+1}{3}\sqrt{\frac{8a-1}{3}} and y3=aa+138a13\displaystyle y^3=a-\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}. We ultimately want to solve for x+yx+y

Note that x3+y3=2ax^3+y^3=2a and xy=a2(a+138a13)23=8a3+12a26a+1273=2a13\displaystyle xy=\sqrt[3]{a^2-\left(\frac{a+1}{3}\sqrt{\frac{8a-1}{3}}\right)^2}=\sqrt[3]{\frac{-8a^3+12a^2-6a+1}{27}}=-\frac{2a-1}{3}

The sum of cubes can be expanded:
x3+y3=2a(x+y)(x2xy+y2)=(x+y)(x2+2xy+y2xy2xy)=(x+y)[(x+y)23xysub. in xy]=(x+y)[(x+y)23(2a13)]=(x+y)[(x+y)2+(2a1)]=(x+y)3+(2a1)(x+y)=2a(x+y)3+(2a1)(x+y)2a=0(x+y)31difference of cubes+(2a1)(x+y)2a+1=(x+y1)[(x+y)2+(x+y)+1]+(2a1)(x+y)(2a1)=(x+y1)[(x+y)2+(x+y)+1]+(2a1)[(x+y)1]=(x+y1)[(x+y)2+(x+y)+1+(2a1)]=(x+y1)[(x+y)2+(x+y)+2a]=0\begin{aligned}x^3+y^3&=2a\\\left(x+y\right)\left(x^2-xy+y^2\right)&=\\\left(x+y\right)\left(x^2+2xy+y^2-xy-2xy\right)&=\\\left(x+y\right)\left[\left(x+y\right)^2-3\underbrace{xy}_{\text{sub. in }xy}\right]&=\\\left(x+y\right)\left[\left(x+y\right)^2-3\left(-\frac{2a-1}{3}\right)\right]&=\\\left(x+y\right)\left[\left(x+y\right)^2+\left(2a-1\right)\right]&=\\\left(x+y\right)^3+\left(2a-1\right)\left(x+y\right)&=2a\\\left(x+y\right)^3+\left(2a-1\right)\left(x+y\right)-2a&=0\\\underbrace{\left(x+y\right)^3-1}_{\text{difference of cubes}}+\left(2a-1\right)\left(x+y\right)-2a+1&=\\\left(x+y-1\right)\left[(x+y)^2+(x+y)+1\right]+\left(2a-1\right)\left(x+y\right)-(2a-1)&=\\\left(x+y-1\right)\left[(x+y)^2+(x+y)+1\right]+\left(2a-1\right)\left[\left(x+y\right)-1\right]&=\\\left(x+y-1\right)\left[(x+y)^2+(x+y)+1+(2a-1)\right]&=\\\left(x+y-1\right)\left[(x+y)^2+(x+y)+2a\right]&=0\\\end{aligned}

We can say that (x+y1)=0(x+y-1)=0 and thus, x+y=1\color{red}x+y=1, as the question wanted us to prove.
OR
(x+y)2+(x+y)+2a=0s2+s+2a=0s=x+y=1±14(2a)2\displaystyle (x+y)^2+(x+y)+2a=0\rightarrow s^2+s+2a=0\rightarrow s=x+y=\frac{-1\pm\sqrt{1-4(2a)}}{2}

Observing that 8a130\displaystyle\sqrt{\frac{8a-1}{3}}\geq0, to stay in the reals, the smallest value for a is 18\dfrac{1}{8}. For any a>18a>\dfrac{1}{8}, the discriminant above is negative and we're no longer in the reals.
 
Last edited:
Top