Finding Binomial Co-efficient from pronumerals

  • Thread starter Thread starter ukee1593
  • Start date Start date
  • Tags Tags
    Binomial
AI Thread Summary
To find (a/b) in the expansion of (1 + x)(a - bx)^12 where the coefficient of x^8 is zero, the user initially identified two scenarios for achieving x^8. They calculated the values of r for both scenarios, leading to the equation involving binomial coefficients. After correcting an error in their calculations, they derived the equation (12C8)(a^4)(b^8) = (12C7)(a^5)(-b^7). Simplifying this equation resulted in the final ratio of a/b = 5/8, confirming the solution.
ukee1593
Messages
2
Reaction score
0

Homework Statement



I'm asked to find (a/b) in the simplest form if the co-efficient of x^8 is zero in the expansion of:

(1 + x)(a - bx)^12


Homework Equations



Binomial expansion formula ... (a + b)^n = Sum of r --> n (r = 0) (nCr)(a^(n-r) * b^r



The Attempt at a Solution



I figured that x^8 could be achieved from two possible situations ...
either 1 * the expansion of (a - bx)^12 or x * the expansion of (a - bx)^12

I found the value of r at both these points by looking for the value of r that makes bx^r = x^8 and x*bx^r = x^8. This I found to be r = 7 and r = 8. Then I wrote as:

(12C7) * (a)^5 * (-b)^7 + (12C7) * (a)^4 * (-b)^8 = 0

Then I get stuck as I cannot seem to get values for a and b from this.

Can anyone help me?
 
Physics news on Phys.org
Problem solved ...

First of all, note my error in the last line

(12C7) * (a)^5 * (-b)^7 + (12C7) * (a)^4 * (-b)^8 = 0

Should be:

(12C7) * (a)^5 * (-b)^7 + (12C8) * (a)^4 * (-b)^8 = 0

The negative b on the (-b)^7 comes out the front as it is an odd power ... The other negative cancels out

-(12C7) * (a)^5 * (b)^7 + (12C8) * (a)^4 * (b)^8 = 0

throw the negative section over to the other side of the equals sign ...

(12C8) * (a)^4 * (b)^8 = (12C7) * (a)^5 * (-b)^7

then evaluate

=> (495)*(a^4)*(b^8) = (792)*(a^5)*(b^7)

start cancelling

=> (495)*(b) = (792)*(a)

divide to each side

=> 495/792 = a/b

=> a/b = 5/8

which is correct according to the answers.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top