Any quick tricks to multiplying by powers?

  • Thread starter Thread starter tamintl
  • Start date Start date
AI Thread Summary
The discussion focuses on finding a quick method to evaluate the expression ((1/3 + x/2 + x^3/6))^3 and specifically determining the coefficient of x^3. Participants mention using multinomial coefficients and the multinomial theorem to simplify the calculations. The coefficients for the terms a^2c and b^3 are calculated, leading to a total coefficient of 4 for x^3. Clarifications are provided on why certain multinomial coefficients are multiplied by specific values, ultimately confirming the correct coefficient as 13/72. The conversation emphasizes the utility of understanding multinomial coefficients in polynomial expansions.
tamintl
Messages
74
Reaction score
0
Hey guys

Basically I want to evaluate ((1/3 +x/2 +x3/6))3

But instead of doing the long hand is there any way off doing this quickly? Basically I was wanting to find the coefficient of x3?

So you any tricks because I seem to remember doing something like 3(1/3*1/2*1/6) +... can't remember..

Thanks in advance!
Regards
Tam
 
Mathematics news on Phys.org
What you want are called 'multinomial coefficients' - here's a link:
http://en.wikipedia.org/wiki/Multinomial_theorem#Multinomial_coefficients

For your problem, if you consider this of the form (a+b+c)^3, there are two ways to get x^3, you can have a^2*c, or you can have b^3. The coefficients of these will be :

Coef(a^2 c) = 3!/(2! 0! 1!) , and
Coef(b^3) = 3!(0! 3! 0!)

Hopefully from there you can work out the coefficient of x^3. If you do that, what do you get?
 
Thanks.. Okay we need:Ʃn!/p!q!r! For apbqcr

So does that give us the coeff of x3 = 3 + 1 = 4... doesn't seem right...

Any help would be great!?

Thanks
 
No, you need:

(1) c^3 + (3) a^2 c =

(1) (x/2)^3 + (3) (1/3)^2 (x^3/6) = (What) x^3
 
phyzguy said:
No, you need:

(1) c^3 + (3) a^2 c =

(1) (x/2)^3 + (3) (1/3)^2 (x^3/6) = (What) x^3

Okay using what you wrote I get 13/72. This is correct as I have checked with my answer.. However I am unsure of why you multiplied b3 by (1) and a2c by (3)?

Thanks for you help
Regards
Tam
 
These are the multinomial coefficients, n!/(p! q! r!), like you wrote in your earlier post,

for a^2 c, n=3, p=2, q=0, r=1, so n!/(p! q! r!) = 3!/(2! 0! 1!) = 3

for b^3, n=3, p=0 q=3, r=0, so n!/(p! q! r!) = 3!/(0! 3! 0!) = 1
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top