f ( x ) = x ( x − 1 ) ( x − 2 ) ⋯ ( x − 9 ) ( x − 1 0 )
Given that f ′ ( 4 ) = 2 a 3 b 5 c for integers a , b and c , find the value of a + b + c .
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.
I used product rule and I prefer your solution! Elegant and amazing!
Beautiful and elegant solution!
Exactly how i did it.
By the product rule, f ′ ( x ) = ( x − 1 ) ( x − 2 ) ⋯ ( x − 9 ) ( x − 1 0 ) + x ( x − 2 ) ⋯ ( x − 9 ) ( x − 1 0 ) + x ( x − 1 ) ⋯ ( x − 9 ) ( x − 1 0 ) + ⋯ + x ( x − 1 ) ⋯ ( x − 8 ) ( x − 1 0 ) + x ( x − 1 ) ⋯ ( x − 8 ) ( x − 9 ) Observe that each of these terms contains a factor of ( x − 4 ) , and therefore equals zero in the evaluation of f ′ ( 4 ) , except for one. Therefore f ′ ( 4 ) = 4 × 3 × 2 × 1 × ( − 1 ) × ( − 2 ) × ( − 3 ) × ( − 4 ) × ( − 5 ) × ( − 6 ) = 2 7 3 3 5
Thanks for the answer! Alternatively, you may consider f ( x ) = ( x − 4 ) × g ( x ) where g ( x ) = x ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 5 ) ( x − 6 ) ( x − 7 ) ( x − 8 ) ( x − 9 ) ( x − 1 0 ) , and then apply the product rule.
Same method. Great problem
Problem Loading...
Note Loading...
Set Loading...
Using the definition of derivative (also known as derivative from First Principle), f ′ ( 4 ) = x → 4 lim x − 4 f ( x ) − f ( 4 ) = x → 4 lim x ( x − 1 ) ( x − 2 ) ( x − 3 ) ( x − 5 ) ( x − 6 ) … ( x − 1 0 ) = 4 ! 6 ! = 2 7 3 3 5 1