Summing cube roots in fractionsIndian claims finding new cube root formulaIs there a number which is a perfect square, cube, fourth power and so on?How can I use prime factorization to find a cube root?Why are the roots of the polynomial $z^N = a^N$ equal to $z_k = a e^jfrac2 pi kN$?Why does the method to find out log and cube roots work?Come up with some fun “equation Limericks”How to find a cube root of numbers?Dealing with non-integral powers on negative numbersWhy does summing the first $n$ odd integers give $n^2$?Cube root of a complex number
Is there a term for the belief that "if it's legal, it's moral"?
A conjecture concerning symmetric convex sets
Why is Havana covered in 5-digit numbers in Our Man in Havana?
Unable to import binding 'SforceServiceBinding' with the Summer 19 Tooling API WSDL
Syntax and semantics of XDV commands (XeTeX)
What does it cost to buy a tavern?
How to make all magic-casting innate, but still rare?
I just entered the USA without passport control at Atlanta airport
What kind of chart is this?
reverse a call to mmap()
No shading in ContourPlot3D
Implementation of the Jacobi Symbol in C
How to compute the inverse of an operation in Q#?
"Prove that ∂A is closed given ∂A = Cl(A) − Int(A)"
Explicit song lyrics checker
How to take photos with a yellowish tone and point-and-shoot film camera look?
Teferi's Time Twist and Gideon's Sacrifice
Make symbols atomic, without losing their type
"Correct me if I'm wrong"
Time at 1 g acceleration to travel 100 000 light years
Why is it 出差去 and not 去出差?
Counterfeit checks were created for my account. How does this type of fraud work?
Can the pre-order traversal of two different trees be the same even though they are different?
Slow Performance When Changing Object Data [2.8]
Summing cube roots in fractions
Indian claims finding new cube root formulaIs there a number which is a perfect square, cube, fourth power and so on?How can I use prime factorization to find a cube root?Why are the roots of the polynomial $z^N = a^N$ equal to $z_k = a e^jfrac2 pi kN$?Why does the method to find out log and cube roots work?Come up with some fun “equation Limericks”How to find a cube root of numbers?Dealing with non-integral powers on negative numbersWhy does summing the first $n$ odd integers give $n^2$?Cube root of a complex number
$begingroup$
I found this problem, and understand the solution, but do not understand why they made the first assumption.
The problem:
The first line of the solution says that:
The cube root of $1$ plus the cube root of $2$ plus the cube root of $4$ is a factor of $2-1$.
Why are you meant to assume this to solve the problem?
arithmetic
$endgroup$
add a comment |
$begingroup$
I found this problem, and understand the solution, but do not understand why they made the first assumption.
The problem:
The first line of the solution says that:
The cube root of $1$ plus the cube root of $2$ plus the cube root of $4$ is a factor of $2-1$.
Why are you meant to assume this to solve the problem?
arithmetic
$endgroup$
$begingroup$
Note: $sqrt[3]4=sqrt[3]2^2$
$endgroup$
– J. W. Tanner
9 hours ago
$begingroup$
Have you noticed that each term is $$frac1cbrtt^2+cbrtt(t+1)+cbrt(t+1)^2$$
$endgroup$
– Rhys Hughes
9 hours ago
3
$begingroup$
@RhysHughes the command to get cubic root is sqrt[3]
$endgroup$
– Adam Latosiński
9 hours ago
add a comment |
$begingroup$
I found this problem, and understand the solution, but do not understand why they made the first assumption.
The problem:
The first line of the solution says that:
The cube root of $1$ plus the cube root of $2$ plus the cube root of $4$ is a factor of $2-1$.
Why are you meant to assume this to solve the problem?
arithmetic
$endgroup$
I found this problem, and understand the solution, but do not understand why they made the first assumption.
The problem:
The first line of the solution says that:
The cube root of $1$ plus the cube root of $2$ plus the cube root of $4$ is a factor of $2-1$.
Why are you meant to assume this to solve the problem?
arithmetic
arithmetic
edited 9 hours ago
Akerbeltz
9221426
9221426
asked 9 hours ago
JamminermitJamminermit
12310
12310
$begingroup$
Note: $sqrt[3]4=sqrt[3]2^2$
$endgroup$
– J. W. Tanner
9 hours ago
$begingroup$
Have you noticed that each term is $$frac1cbrtt^2+cbrtt(t+1)+cbrt(t+1)^2$$
$endgroup$
– Rhys Hughes
9 hours ago
3
$begingroup$
@RhysHughes the command to get cubic root is sqrt[3]
$endgroup$
– Adam Latosiński
9 hours ago
add a comment |
$begingroup$
Note: $sqrt[3]4=sqrt[3]2^2$
$endgroup$
– J. W. Tanner
9 hours ago
$begingroup$
Have you noticed that each term is $$frac1cbrtt^2+cbrtt(t+1)+cbrt(t+1)^2$$
$endgroup$
– Rhys Hughes
9 hours ago
3
$begingroup$
@RhysHughes the command to get cubic root is sqrt[3]
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
Note: $sqrt[3]4=sqrt[3]2^2$
$endgroup$
– J. W. Tanner
9 hours ago
$begingroup$
Note: $sqrt[3]4=sqrt[3]2^2$
$endgroup$
– J. W. Tanner
9 hours ago
$begingroup$
Have you noticed that each term is $$frac1cbrtt^2+cbrtt(t+1)+cbrt(t+1)^2$$
$endgroup$
– Rhys Hughes
9 hours ago
$begingroup$
Have you noticed that each term is $$frac1cbrtt^2+cbrtt(t+1)+cbrt(t+1)^2$$
$endgroup$
– Rhys Hughes
9 hours ago
3
3
$begingroup$
@RhysHughes the command to get cubic root is sqrt[3]
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@RhysHughes the command to get cubic root is sqrt[3]
$endgroup$
– Adam Latosiński
9 hours ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
They are pointing to the fact (it's not an assumption) that $$ (x^2+xy+y^2)(x-y) = x^3-y^3$$
that is
$$ frac1x^2+xy+y^2 = fracx-yx^3-y^3$$
If you use that for $x=1$, $y=sqrt[3]2$, you get
$$ frac11+sqrt[3]2+sqrt[3]4 = fracsqrt[3]2-12-1 = sqrt[3]2-1$$
To get the other two fractions use $x=sqrt[3]2$, $y=sqrt[3]3$ and $x=sqrt[3]3$, $y=sqrt[3]4$.
$endgroup$
add a comment |
$begingroup$
Probably they are telling you a way to rationalize the denominator so you can do the sum.
$1=2-1=(sqrt[3]2-sqrt[3]1)(sqrt[3]4+sqrt[3]2+sqrt[3]1)$
Similarly
$1=3-2=(sqrt[3]3-sqrt[3]2)(sqrt[3]9+sqrt[3]6+sqrt[3]4)$
and
$1=4-3=(sqrt[3]4-sqrt[3]3)(sqrt[3]16+sqrt[3]12+sqrt[3]9)$
so you can multiply the first fraction by $fracsqrt[3]2-sqrt[3]1sqrt[3]2-sqrt[3]1$, the second one by $fracsqrt[3]3-sqrt[3]2sqrt[3]3-sqrt[3]2$ and the third one by $fracsqrt[3]4-sqrt[3]3sqrt[3]4-sqrt[3]3$ and you get
$$fracsqrt[3]2-sqrt[3]12-1+fracsqrt[3]3-sqrt[3]23-2+fracsqrt[3]4-sqrt[3]34-3=sqrt[3]2-1+sqrt[3]3-sqrt[3]2+sqrt[3]4-sqrt[3]3=sqrt[3]4-1$$
$endgroup$
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
add a comment |
$begingroup$
Hint to explain the quote:
use $x^3-1=(x-1)(1+x+x^2)$ with $x=sqrt[3]2.$
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3264631%2fsumming-cube-roots-in-fractions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
They are pointing to the fact (it's not an assumption) that $$ (x^2+xy+y^2)(x-y) = x^3-y^3$$
that is
$$ frac1x^2+xy+y^2 = fracx-yx^3-y^3$$
If you use that for $x=1$, $y=sqrt[3]2$, you get
$$ frac11+sqrt[3]2+sqrt[3]4 = fracsqrt[3]2-12-1 = sqrt[3]2-1$$
To get the other two fractions use $x=sqrt[3]2$, $y=sqrt[3]3$ and $x=sqrt[3]3$, $y=sqrt[3]4$.
$endgroup$
add a comment |
$begingroup$
They are pointing to the fact (it's not an assumption) that $$ (x^2+xy+y^2)(x-y) = x^3-y^3$$
that is
$$ frac1x^2+xy+y^2 = fracx-yx^3-y^3$$
If you use that for $x=1$, $y=sqrt[3]2$, you get
$$ frac11+sqrt[3]2+sqrt[3]4 = fracsqrt[3]2-12-1 = sqrt[3]2-1$$
To get the other two fractions use $x=sqrt[3]2$, $y=sqrt[3]3$ and $x=sqrt[3]3$, $y=sqrt[3]4$.
$endgroup$
add a comment |
$begingroup$
They are pointing to the fact (it's not an assumption) that $$ (x^2+xy+y^2)(x-y) = x^3-y^3$$
that is
$$ frac1x^2+xy+y^2 = fracx-yx^3-y^3$$
If you use that for $x=1$, $y=sqrt[3]2$, you get
$$ frac11+sqrt[3]2+sqrt[3]4 = fracsqrt[3]2-12-1 = sqrt[3]2-1$$
To get the other two fractions use $x=sqrt[3]2$, $y=sqrt[3]3$ and $x=sqrt[3]3$, $y=sqrt[3]4$.
$endgroup$
They are pointing to the fact (it's not an assumption) that $$ (x^2+xy+y^2)(x-y) = x^3-y^3$$
that is
$$ frac1x^2+xy+y^2 = fracx-yx^3-y^3$$
If you use that for $x=1$, $y=sqrt[3]2$, you get
$$ frac11+sqrt[3]2+sqrt[3]4 = fracsqrt[3]2-12-1 = sqrt[3]2-1$$
To get the other two fractions use $x=sqrt[3]2$, $y=sqrt[3]3$ and $x=sqrt[3]3$, $y=sqrt[3]4$.
answered 9 hours ago
Adam LatosińskiAdam Latosiński
4,397416
4,397416
add a comment |
add a comment |
$begingroup$
Probably they are telling you a way to rationalize the denominator so you can do the sum.
$1=2-1=(sqrt[3]2-sqrt[3]1)(sqrt[3]4+sqrt[3]2+sqrt[3]1)$
Similarly
$1=3-2=(sqrt[3]3-sqrt[3]2)(sqrt[3]9+sqrt[3]6+sqrt[3]4)$
and
$1=4-3=(sqrt[3]4-sqrt[3]3)(sqrt[3]16+sqrt[3]12+sqrt[3]9)$
so you can multiply the first fraction by $fracsqrt[3]2-sqrt[3]1sqrt[3]2-sqrt[3]1$, the second one by $fracsqrt[3]3-sqrt[3]2sqrt[3]3-sqrt[3]2$ and the third one by $fracsqrt[3]4-sqrt[3]3sqrt[3]4-sqrt[3]3$ and you get
$$fracsqrt[3]2-sqrt[3]12-1+fracsqrt[3]3-sqrt[3]23-2+fracsqrt[3]4-sqrt[3]34-3=sqrt[3]2-1+sqrt[3]3-sqrt[3]2+sqrt[3]4-sqrt[3]3=sqrt[3]4-1$$
$endgroup$
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
add a comment |
$begingroup$
Probably they are telling you a way to rationalize the denominator so you can do the sum.
$1=2-1=(sqrt[3]2-sqrt[3]1)(sqrt[3]4+sqrt[3]2+sqrt[3]1)$
Similarly
$1=3-2=(sqrt[3]3-sqrt[3]2)(sqrt[3]9+sqrt[3]6+sqrt[3]4)$
and
$1=4-3=(sqrt[3]4-sqrt[3]3)(sqrt[3]16+sqrt[3]12+sqrt[3]9)$
so you can multiply the first fraction by $fracsqrt[3]2-sqrt[3]1sqrt[3]2-sqrt[3]1$, the second one by $fracsqrt[3]3-sqrt[3]2sqrt[3]3-sqrt[3]2$ and the third one by $fracsqrt[3]4-sqrt[3]3sqrt[3]4-sqrt[3]3$ and you get
$$fracsqrt[3]2-sqrt[3]12-1+fracsqrt[3]3-sqrt[3]23-2+fracsqrt[3]4-sqrt[3]34-3=sqrt[3]2-1+sqrt[3]3-sqrt[3]2+sqrt[3]4-sqrt[3]3=sqrt[3]4-1$$
$endgroup$
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
add a comment |
$begingroup$
Probably they are telling you a way to rationalize the denominator so you can do the sum.
$1=2-1=(sqrt[3]2-sqrt[3]1)(sqrt[3]4+sqrt[3]2+sqrt[3]1)$
Similarly
$1=3-2=(sqrt[3]3-sqrt[3]2)(sqrt[3]9+sqrt[3]6+sqrt[3]4)$
and
$1=4-3=(sqrt[3]4-sqrt[3]3)(sqrt[3]16+sqrt[3]12+sqrt[3]9)$
so you can multiply the first fraction by $fracsqrt[3]2-sqrt[3]1sqrt[3]2-sqrt[3]1$, the second one by $fracsqrt[3]3-sqrt[3]2sqrt[3]3-sqrt[3]2$ and the third one by $fracsqrt[3]4-sqrt[3]3sqrt[3]4-sqrt[3]3$ and you get
$$fracsqrt[3]2-sqrt[3]12-1+fracsqrt[3]3-sqrt[3]23-2+fracsqrt[3]4-sqrt[3]34-3=sqrt[3]2-1+sqrt[3]3-sqrt[3]2+sqrt[3]4-sqrt[3]3=sqrt[3]4-1$$
$endgroup$
Probably they are telling you a way to rationalize the denominator so you can do the sum.
$1=2-1=(sqrt[3]2-sqrt[3]1)(sqrt[3]4+sqrt[3]2+sqrt[3]1)$
Similarly
$1=3-2=(sqrt[3]3-sqrt[3]2)(sqrt[3]9+sqrt[3]6+sqrt[3]4)$
and
$1=4-3=(sqrt[3]4-sqrt[3]3)(sqrt[3]16+sqrt[3]12+sqrt[3]9)$
so you can multiply the first fraction by $fracsqrt[3]2-sqrt[3]1sqrt[3]2-sqrt[3]1$, the second one by $fracsqrt[3]3-sqrt[3]2sqrt[3]3-sqrt[3]2$ and the third one by $fracsqrt[3]4-sqrt[3]3sqrt[3]4-sqrt[3]3$ and you get
$$fracsqrt[3]2-sqrt[3]12-1+fracsqrt[3]3-sqrt[3]23-2+fracsqrt[3]4-sqrt[3]34-3=sqrt[3]2-1+sqrt[3]3-sqrt[3]2+sqrt[3]4-sqrt[3]3=sqrt[3]4-1$$
edited 9 hours ago
answered 9 hours ago
user289143user289143
1,575314
1,575314
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
add a comment |
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
You're wrong: $$9-4 = (sqrt[3]9-sqrt[3]4)(sqrt[3]9^2+sqrt[3]9cdot 4+sqrt[3]4^2)$$ and similarily for $16-9$. What you need to decompose in this way is $3-2$ and $4-3$.
$endgroup$
– Adam Latosiński
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
@AdamLatosiński thank you. It was a silly mistake, I edited my answer
$endgroup$
– user289143
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
This is NOT the sum!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
@Dr.SonnhardGraubner my answer is the same as yours...
$endgroup$
– user289143
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
$begingroup$
Yes your answer was updated!
$endgroup$
– Dr. Sonnhard Graubner
9 hours ago
add a comment |
$begingroup$
Hint to explain the quote:
use $x^3-1=(x-1)(1+x+x^2)$ with $x=sqrt[3]2.$
$endgroup$
add a comment |
$begingroup$
Hint to explain the quote:
use $x^3-1=(x-1)(1+x+x^2)$ with $x=sqrt[3]2.$
$endgroup$
add a comment |
$begingroup$
Hint to explain the quote:
use $x^3-1=(x-1)(1+x+x^2)$ with $x=sqrt[3]2.$
$endgroup$
Hint to explain the quote:
use $x^3-1=(x-1)(1+x+x^2)$ with $x=sqrt[3]2.$
answered 9 hours ago
J. W. TannerJ. W. Tanner
8,2621723
8,2621723
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3264631%2fsumming-cube-roots-in-fractions%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Note: $sqrt[3]4=sqrt[3]2^2$
$endgroup$
– J. W. Tanner
9 hours ago
$begingroup$
Have you noticed that each term is $$frac1cbrtt^2+cbrtt(t+1)+cbrt(t+1)^2$$
$endgroup$
– Rhys Hughes
9 hours ago
3
$begingroup$
@RhysHughes the command to get cubic root is sqrt[3]
$endgroup$
– Adam Latosiński
9 hours ago