I am reading the Numerical Algorithms book by Justin Solomon. But I can't understand this method: Mathematics Review - Page 16
Can someone explain to me how we can get the third line based on what we've gained in the second line? Thanks in advance.
I am reading the Numerical Algorithms book by Justin Solomon. But I can't understand this method: Mathematics Review - Page 16
Can someone explain to me how we can get the third line based on what we've gained in the second line? Thanks in advance.
Copyright © 2021 JogjaFile Inc.
In the third line they have $y\int_x^y f''(t)dy- \int_x^y tf''(t)dt$ $= \int_x^y yf''(t)dt- \int_x^y tf''(t)dt$
$= \int_x^y (yf''(t)dt- tf''(t)dt)$
$= \int_x^y (y- t)f''(t)dt$