Finance 120 Quick Revision Guide
Finance 120 Quick Revision Guide
Present value (PV) is significant in finance as it determines the current worth of a future sum of money, accounting for a specific interest rate over time. This calculation aids in assessing the value of investments, loans, and annuities, facilitating informed financial decisions. The formula for present value is PV = FV / (1 + r)^n, where FV is the future value, r is the interest rate per period, and n is the number of periods .
To solve a system of linear equations using matrix inversion, first express the system in matrix form AX = B, where A is the coefficient matrix, X is the column matrix of variables, and B is the constants matrix. Calculate the inverse of matrix A, denoted as A^-1, if it exists. The solution to the system X can be found by multiplying A^-1 with B, i.e., X = A^-1B. This method requires that A is a non-singular matrix (i.e., its determinant should not be zero).
Formulating a linear programming model begins with defining the decision variables clearly based on the problem. Next, articulate the objective function to be maximized or minimized, expressed as a linear equation in terms of the decision variables. Identify and write down the constraints, which should be in the form of inequalities or equalities that the decision variables must satisfy. Ensure all constraints and the objective function are linear. Finally, determine any non-negativity constraints as required by the physical context of the problem .
Calculating the inverse of a 2x2 matrix involves specific steps distinct from addition or multiplication. For a matrix A = [[a, b], [c, d]], the inverse A^-1 is found using the formula A^-1 = (1/(ad - bc)) × [[d, -b], [-c, a]], provided the determinant (ad - bc) is non-zero. This task differs from matrix addition, where corresponding elements are simply summed, or multiplication, which involves a series of dot products of rows and columns from the matrices being multiplied .
Differentiation can be applied to business cost and revenue functions by calculating their respective derivatives: the marginal cost (MC) and marginal revenue (MR). These derivatives represent the rate of change of cost and revenue with respect to the level of production or sales. To optimize, you set MC equal to MR, solving for the quantity that maximizes profit or minimizes cost. Further, by finding the second derivative, you can test whether the critical point is a maximum or minimum .
Understanding marginal cost, which is the derivative of the cost function with respect to quantity, contributes to effective decision-making by highlighting the cost of producing an additional unit of a product. This insight allows businesses to optimize production strategies, determine optimal pricing, and manage resources efficiently. It informs critical decisions in scaling operations and evaluating the potential impact of cost changes on profitability .
The formula for the future value of an annuity is FV = P × [(1 + r)^n - 1] / r, where P is the periodic payment, r is the interest rate per period, and n is the number of periods. This formula helps in financial planning by allowing individuals to estimate the amount accumulated over time from regular, equal payments, accounting for the compound interest effect. It is useful for retirement planning and evaluating investment goals .
Simple interest is calculated using the formula I = PRT, where I is the interest, P is the principal amount, R is the rate of interest per annum (expressed as a decimal), and T is the time duration in years. It differs from compound interest, which is calculated using the formula A = P(1 + r/n)^(nt) and involves interest being added to the principal at regular intervals (compounding), whereas simple interest is calculated only on the initial principal .
Using past paper practice as part of examination preparation in management mathematics benefits students by familiarizing them with the format and types of questions likely to appear on the exam. It helps reinforce knowledge, identify areas requiring further study, and develop effective time management skills during the exam. Additionally, reviewing marking schemes and typical question formats can guide students in understanding how to present answers accurately and succinctly .
Graphing inequalities involves plotting each inequality in the system on a coordinate plane. First, convert each inequality to an equation and graph these lines, choosing a test point to determine which side of the line satisfies the inequality. Shade the region that satisfies each inequality. The intersection of all shaded regions represents the feasible region. It's crucial to find corner points of the feasible region as they potentially contain the optimal solution of the linear programming problem .