Construct and interpret amortization schedules
A loan is amortized with level or varying payments and you must find the principal paid, interest paid, or outstanding balance at a specific payment date.
Build the schedule row by row: each row's interest = balance × i, principal = payment - interest, new balance = old balance - principal. For a target payment, jump to that row using the prospective method (PV of remaining payments) rather than iterating all rows. Recognize that for a level-payment loan, principal portions grow geometrically.
Principal in payment t = P · v^{n - t + 1}; outstanding balance after t = P · a-angle-{n - t}.