Let p ( x ) be a polynomial such that p ( x ) − p ′ ( x ) = x n , where n is a positive integer, then what is the value of p ( 0 ) ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let
D
be the differential operator
d
x
d
Then,
(
1
−
D
)
p
=
x
n
p
=
1
−
D
1
(
x
n
)
=
(
1
+
D
+
D
2
+
.
.
.
)
(
x
n
)
=
x
n
+
n
x
n
−
1
+
.
.
.
+
n
!
Terms other than constant term vanishes when
x
=
0
is plugged in.
Answer is
n
!
My approach was calculus based. I took p(x)= y ; p'(x) = dy/dx. The given equation then reduces to a first order differential equation.
Follow standard solution approach thereafter. Do note that since p(0) = p'(0) , we infer that the constant term of the polynomial is zero.
Objective approach to accelerate calculations --> Note that putting n = 1 would be futile since one or more options matches for it. Put n = 2 and proceed to find the answer. You shall obtain 2, which is equal to 2!. Hence answer will be n!
I also did exactly same..
Problem Loading...
Note Loading...
Set Loading...
Let p ( x ) = k = 0 ∑ m a k x k , then we have:
p ( x ) p ′ ( x ) ⇒ p ( x ) − p ′ ( x ) = a m x m + a m − 1 x m − 1 + a m − 2 x m − 2 + . . . + a 2 x 2 + a 1 x + a 0 = m a m x m − 1 + ( m − 1 ) a m − 1 x m − 2 + ( m − 2 ) a m − 2 x m − 3 + . . . + 3 a 3 x 2 + 2 a 2 x + a 1 = a m x m + ( a m − 1 − m a m ) x m − 1 + ( a m − 2 − ( m − 1 ) a m − 1 ) x m − 2 + ( a m − 3 − ( m − 2 ) a m − 2 ) x m − 3 + . . . + ( a 2 − 3 a 3 ) x 2 + ( a 1 − 2 a 2 ) x + ( a 0 − a 1 ) = x n
Equating the coefficients, we have:
m a m a n − 1 − n a n a n − 2 a n − 3 . . . a 3 a 2 a 1 a 0 = n = a n = 1 = 0 ⇒ a n − 1 = n = ( n − 1 ) a n − 1 = n ( n − 1 ) = ( n − 2 ) a n − 2 = n ( n − 1 ) ( n − 2 ) . . . = 4 a 4 = n ( n − 1 ) ( n − 2 ) . . . ( 6 ) ( 5 ) ( 4 ) = 3 a 3 = n ( n − 1 ) ( n − 2 ) . . . ( 5 ) ( 4 ) ( 3 ) = 2 a 2 = n ( n − 1 ) ( n − 2 ) . . . ( 4 ) ( 3 ) ( 2 ) = n ! = a 1 = n !
We note that p ( 0 ) = a 0 = n !