Question
Question: Prove that \(x\left( {{x}^{n-1}}-n{{a}^{n-1}} \right)+{{a}^{n}}\left( n-1 \right)\) is divisible by ...
Prove that x(xn−1−nan−1)+an(n−1) is divisible by (x−a)2 for all positive integers n greater than 1
Solution
We will be using mathematical induction here. In mathematical induction we substitute some value at the beginning, if that value satisfies our equation then we will substitute some variable say ‘k’ which will be in our range. Now, we assume that our function is satisfied when we substitute ‘k’ and then we prove that our function satisfies when substitute ‘k+1’. Suppose our function is f(x)where x>1, so we start by substituting the first value as ‘2’. Now if ‘2’ satisfies our function f(x)then we assume that our function is satisfied by a variable say ‘k’ and then prove that our function is satisfied when we substitute ‘k+1’. For a function to be completely divisible by some factor, that factor should be a part of the factors of the function.
Complete step-by-step answer:
We will start by substituting the value of as 2.
So, the equation will become,
f(n)=x(xn−1−nan−1)+an(n−1)f(2)=x(x2−1−2a2−1)+a2(2−1)=x(x1−2a1)+a2(1)=x(x−2a)+a2=x2−2ax+a2=(x−a)2
i.e. x(xn−1−nan−1)+an(n−1) is divisible by (x−a)2 when n = 2.
Now, we will assume f(n) is divisible by (x−a)2 for k>2
So, assume,
f(k)=x(xk−1−nak−1)+ak(k−1)=(x−a)2g(x)
That is x(xk−1−nak−1)+ak(k−1) =(x−a)2g(x)
Now let’s prove thatf(k+1) is divisible by (x−a)2 for k>2.
Let’s say
f(k+1)=x(xk−(k+1)ak)+ak+1(k)=x×xk−(k+1)xak+mak+1=x[kxak−1−ak(k−1)+(x+a)2g(x)]−(k+1)xak+kak+1=kak−1[(x2−2xa+a2)+x(x−a)2g(x)]=kak−1((x−a)2+x(x−a)2g(x))=(x−a)2[kak−1+xg(x)]
Hence, f(k+1) is divisible by (x−a)2.
Therefore, by mathematical induction, f(n) is divisible by (x−a)2 for all positive integers n greater than 1.
Note: While using mathematical induction, we assume that the function is divisible by some factor, After that when we prove that the function is divisible by some value; this value we consider by addition or subtraction of 1 from the previous assumed value. Also, to check whether a function is divisible by some factor or not, use the long division of polynomials.