2993
()
posted ago by doubles ago by doubles +2994 / -1
Comments (66)
sorted by:
You're viewing a single comment thread. View all comments, or full comment thread.
18
CykaSoaker76 18 points ago +18 / -0

f(x) = (16x^4 + 4x^2 + 1)(4x^3 - x)

y1 = 16x^4 + 4x^2 + 1

y2 = 4x^3 - x

y1' = 64x^3 + 8x

y2' = 12x^2 - 1

f'(x) = (y1 * y2') + (y1' * y2)

y1 * y2' = (16x^4 + 4x^2 + 1)(12x^2 - 1)

= 192x^6 + 48x^4 + 12x^2 - 16x^4 - 4x^2 - 1

= 192x^6 + 32x^4 + 8x^2 - 1

y1' * y2 = (4x^3 - x)(64x^3 + 8x)

= 256x^6 + 32x^4 - 64x^4 - 8x^2

= 256x^6 - 32x^4 - 8x^2

(y1 * y2') + (y1' * y2) = (192x^6 + 32x^4 + 8x^2 - 1) + (256x^6 - 32x^4 - 8x^2)

= 448x^6 - 1

The math checks out!

2
Jlin 2 points ago +4 / -2

I'm saddened this is not higher.