Three tables.
One table for books, that contains only information about the book itself.
One table for authors, with one row for every author that has ever written any part of a book you are tracking.
One table for "linkage" between them, linking a book to an author. This is also where you'd keep the "linkage specific" information such as Forward only, primary author, second, third, research assistant, etc.
-PatP