Find the value of this expression

  • Thread starter Thread starter utkarshakash
  • Start date Start date
  • Tags Tags
    Expression Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


If [itex]x=2+2^{2/3}+2^{1/3}[/itex], then the value of [itex]x^3-6x^2+6x[/itex] is

Homework Equations



The Attempt at a Solution


The very first idea that comes to my mind is to substitute the value of x in the given expression. But that gets very complicated and long as well. Any other ideas?
 
Physics news on Phys.org
I don't think you can avoid this. Simplify as early and as much as possible (e.g. calculate x^2, simplify that and multiply with x to get x^3).
 
It doesn't look so bad...
x3 is easy since 3s cancel a lot. Then x2 isn't too bad because 2*2 +2*1 = 6 which divides by 3 easily.

It all simplifies nicely as you go along.:smile:
 
You can simplify the calculations a little by writting this as x(6+ x(x- 6)).
 
Try using [itex]x^3-6x^2+6x=(x-2)^3-6x+8[/itex]. That actually saves some work.
 
Dick said:
Try using [itex]x^3-6x^2+6x=(x-2)^3-6x+8[/itex]. That actually saves some work.

Thanks. It did save a lot of work.