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.
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.
This screenshot below show the original fucntion
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=.
Those terms, together, will be 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.)
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.
Hint: the sum of cubes and difference of cubes formulae are: x3+y3=(x+y)(x2−xy+y2) x3−y3=(x−y)(x2+xy+y2)
x3+y300=(x+y)(x2−xy+y2)=(x+y)(x2+2xy+y2−xy−2xy)=(x+y)[(x+y)2−3xy]=(x+y)3−3xy(x+y)=difference of cubes(x+y)3−x3−3xy(x+y)−y3=(x+y−x)[(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)+x2−3x(x+y)−y2]=y[(x+y)2−2x(x+y)+x2−y2]=y[(x+y)2−2x(x+y)+(x+y)(x−y)]=y[(x+y)2−{2x(x+y)−(x+y)(x−y)}]=y[(x+y)2−(x+y){2x−(x−y)}]=y=0[(x+y)2−(x+y){x+y}]
Now we know y3=0=a−3a+138a−1
Solve: a=21
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.
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.
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:
As before, x=3a+3a+138a−1 and y=3a−3a+138a−1
Then, x3=a+3a+138a−1 and y3=a−3a+138a−1. We ultimately want to solve for x+y
Note that x3+y3=2a and xy=3a2−(3a+138a−1)2=327−8a3+12a2−6a+1=−32a−1
The sum of cubes can be expanded: x3+y3(x+y)(x2−xy+y2)(x+y)(x2+2xy+y2−xy−2xy)(x+y)⎣⎢⎡(x+y)2−3sub. in xyxy⎦⎥⎤(x+y)[(x+y)2−3(−32a−1)](x+y)[(x+y)2+(2a−1)](x+y)3+(2a−1)(x+y)(x+y)3+(2a−1)(x+y)−2adifference of cubes(x+y)3−1+(2a−1)(x+y)−2a+1(x+y−1)[(x+y)2+(x+y)+1]+(2a−1)(x+y)−(2a−1)(x+y−1)[(x+y)2+(x+y)+1]+(2a−1)[(x+y)−1](x+y−1)[(x+y)2+(x+y)+1+(2a−1)](x+y−1)[(x+y)2+(x+y)+2a]=2a======2a=0=====0
We can say that (x+y−1)=0 and thus, x+y=1, as the question wanted us to prove.
OR (x+y)2+(x+y)+2a=0→s2+s+2a=0→s=x+y=2−1±1−4(2a)
Observing that 38a−1≥0, to stay in the reals, the smallest value for a is 81. For any a>81, the discriminant above is negative and we're no longer in the reals.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.