Evaluate expression W/O Calculator

AI Thread Summary
The discussion focuses on finding the exact value of the expression √[3]{10+6√3} + √[3]{10-6√3}. Participants suggest letting x equal the expression and finding x^3, leading to the equation x^3 + 6x - 20 = 0. Through the Rational Root Theorem, they identify that the only real solution is x = 2. The conversation highlights the use of binomial expansion and factoring techniques to simplify the problem. Ultimately, the exact value of the expression is confirmed to be 2.
kscplay
Messages
23
Reaction score
0

Homework Statement



Find the exact value of the following expression.

\sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}}

Homework Equations



The Attempt at a Solution



Don't know where to start. I guess we can factor out a 21/3 but I don't see how that would help. Any clues? Perhaps some factoring method/identity can be used? Thanks.
 
Physics news on Phys.org
kscplay said:

Homework Statement



Find the exact value of the following expression.

\sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}}

Homework Equations



The Attempt at a Solution



Don't know where to start. I guess we can factor out a 21/3 but I don't see how that would help. Any clues? Perhaps some factoring method/identity can be used? Thanks.

Let x = \sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}}

Find x^3.
 
Maybe there are values for a & b such that
\displaystyle \left(a+b\sqrt{3}\right)^3=10+6\sqrt{3}​
and
\displaystyle \left(a-b\sqrt{3}\right)^3=10-6\sqrt{3}​
...

or something like that.
 
Curious3141 said:
Let x = \sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}}

Find x^3.

Ingenious!:cool:

ehild
 
ehild said:
Ingenious!:cool:

ehild

Thanks, but not really! :biggrin:
 
Why not? You get an easily factorizable equation of form x^3+ax+b=0.

ehild
 
SammyS said:
Maybe there are values for a & b such that
\displaystyle \left(a+b\sqrt{3}\right)^3=10+6\sqrt{3}​
and
\displaystyle \left(a-b\sqrt{3}\right)^3=10-6\sqrt{3}​
...

or something like that.
The answer is: a=1, b=1 .

\displaystyle \left(1\pm\sqrt{3}\right)^3=10\pm6\sqrt{3}
 
ehild said:
Why not? You get an easily factorizable equation of form x^3+ax+b=0.

ehild

No, I meant it's not really ingenious, I found it easy to see, and I'm sure it's quite easy for others to see, too. :smile:

Familiarity with the expansion of the binomial form (a+b)3 will indicate there are square terms which might help with the square root surd (in the event, it does not, but that's what led me to think of it). Combined with the fact that the two factors are conjugate surds which can be multiplied together to give an integer (a perfect cube!), it's quite easy to see that this is a quick and painless way.

Yes, you get a cubic that can be easily solved with the rational root theorem. The other solutions are complex, so the only real (integral) root is the answer.
 
Curious3141 said:
Let x = \sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}}

Find x^3.

Okay, I get the following for x3:

20-6\sqrt[3]{10+6\sqrt{3}}-6\sqrt[3]{10-6\sqrt{3}}


I still don't see it. Is my x3 correct? Thanks.
 
  • #10
ehild said:
Why not? You get an easily factorizable equation of form x^3+ax+b=0.

ehild

Could you please elaborate on that? Thanks.
 
  • #11
Notice that x3=20-6x.

Or choose SammyS's hint...

ehild
 
  • #12
kscplay said:
Could you please elaborate on that? Thanks.

Rewrite the equation as (x3-8)+6(x-2)=0. You can factor out x-2.

but SammyS' method is easier: \displaystyle \left(1\pm\sqrt{3}\right)^3=10\pm6\sqrt{3}
He is the Master of Square Roots :cool:

ehild
 
Last edited:
  • #13
ehild said:
Notice that x3=20-6x.

Or choose SammyS's hint...

ehild

Thanks, I get it now :) My final answer is 2. I just factored because I didn't really understand how SammyS solved for a & b.
 
  • #14
kscplay said:
Thanks, I get it now :) My final answer is 2. I just factored because I didn't really understand how SammyS solved for a & b.

He has got magical eyes. :smile: He just looks at an expression with roots and sees how to simplify it. It comes with long practice, I guess.

But it is worth to remember that the powers of (b±√a) are of the form A+B√a.

(b±√a)3=b3±3b2√a+3ab±a√a=b(b2+3a)±√a(3b2+a).
In this problem, a=3, b(b2+3a)=b(b2+9) =10, 3b2+a=3b2+3=6, =>b=1ehild
 
Last edited:
  • #15
Curious3141 said:
Let x = \sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}}

Find x^3.

How would you expand this? I'm trying to solve this problem as well.
 
Last edited:
  • #16
S.R said:
How would you expand this? I'm trying to solve this problem as well.

Use binomial theorem.
 
  • #17
Curious3141 said:
Use binomial theorem.

I'm having trouble expanding the expression; I'm not sure how to simplify it.
 
  • #18
S.R said:
I'm having trouble expanding the expression; I'm not sure how to simplify it.

Post what you've done so far.
 
  • #19
Would you multiply the expression like this?

(\sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}})^3
 
Last edited:
  • #20
S.R said:
Would you multiply the expression like this?

(\sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}})^3

Yes, but you're not multiplying, you're cubing. What's the expansion of the binomial (a+b)3?
 
  • #21
Curious3141 said:
Yes, but you're not multiplying, you're cubing. What's the expansion of the binomial (a+b)3?

(a+b)^3 = a^3+3a^2b+3ab^2+b^3

Correct?
 
  • #22
S.R said:
(a+b)^3 = a^3+3a^2b+3ab^2+b^3

Correct?

Correct. x^3 = (a+b)^3 = a^3+3a^2b+3ab^2+b^3

So a^3 = ?

b^3 = ?

You can add those up to a simple integer immediately.

That's the easy part, unfortunately.

Express a^2b as (a)(ab) and ab^2 as (b)(ab), so the rest of the expression becomes 3(a+b)(ab).

Can you find an expression for ab?

Use (m+n)(m-n) = m^2 - n^2 for this bit.

Now remember (a+b) = x. You'll now be able to get to a cubic equation in terms of x.
 
  • #23
Curious3141 said:
Correct. x^3 = (a+b)^3 = a^3+3a^2b+3ab^2+b^3

So a^3 = ?

b^3 = ?

You can add those up to a simple integer immediately.

That's easy part, unfortunately.

Express a^2b as (a)(ab) and ab^2 as (b)(ab), so the rest of the expression becomes 3(a+b)(ab).

Can you find an expression for ab?

Use (m+n)(m-n) = m^2 - n^2 for this bit.

Now remember (a+b) = x. You'll now be able to get to a cubic equation in terms of x.

Will a^3+b^3 = 20?

I'll try the rest tomorrow after school. Thanks for your help.
 
  • #24
S.R said:
Will a^3+b^3 = 20?

I'll try the rest tomorrow after school. Thanks for your help.

Yes, good. OK, till tomorrow then.
 
  • #25
S.R said:
Would you multiply the expression like this?

(\sqrt[3]{10+6\sqrt{3}}+\sqrt[3]{10-6\sqrt{3}})^3
Notice that \displaystyle (10+6\sqrt{3})(10-6\sqrt{3})=(10)^2-(6\sqrt{3})^2=100-108=-8

This will come in handy when you expand your expression out.
 
  • #26
SammyS said:
Notice that \displaystyle (10+6\sqrt{3})(10-6\sqrt{3})=(10)^2-(6\sqrt{3})^2=100-108=-8

This will come in handy when you expand your expression out.

Yes, well, we were saving that up for tomorrow. :biggrin:
 
  • #27
Curious3141 said:
Yes, good. OK, till tomorrow then.

So far I have I calculated a^3+b^3 = 20 and ab = -2. I just need to figure out -6*(a+b). But I'm stuck here.
 
Last edited:
  • #28
S.R said:
How would you expand this? I'm trying to solve this problem as well.

Let

a=\sqrt[3]{10+6\sqrt{3}}

b=\sqrt[3]{10-6\sqrt{3}}

And use the binomial theorem for expanding the cube of a sum

(a+b)^3=a^3+3a^2b+3ab^2+b^3

ughh ignore this post, I totally missed page 2 lol
 
  • #29
S.R said:
So far I have I calculated a^3+b^3 = 20 and ab = -2. I just need to figure out -6*(a+b). But I'm stuck here.

That's the neat part! Leave it as -6(a+b) = -6x.

Now put everything together:

x3 = 20 - 6x

x3 + 6x - 20 = 0

Do you know how to solve cubics that have rational roots? Hint: Rational Root Theorem.
 
  • #30
Curious3141 said:
That's the neat part! Leave it as -6(a+b) = -6x.

Now put everything together:

x3 = 20 - 6x

x3 + 6x - 20 = 0

Do you know how to solve cubics that have rational roots? Hint: Rational Root Theorem.

I didn't notice that; thanks!

EDIT: x^3+6x-20=0

(x-2)(x^2+2x+10) = 0

The only real solution is x=2.
 
Last edited:
  • #31
S.R said:
I didn't notice that; thanks!

x^3-6x-20=0

(x-2)(x^2+2x+10) = 0

The only real solution is x=2.

Yeah, well done! :approve:

EDIT: Small correction: the equation should've been x^3 + 6x - 20 = 0. Small matter, just a typo. :smile:
 
Back
Top