Annuities and Capitalized Cost

Annuity
An annuity is a series of equal payments made at equal intervals of time. Financial activities like installment payments, monthly rentals, life-insurance premium, monthly retirement benefits, are familiar examples of annuity.
 

Annuity can be certain or uncertain. In annuity certain, the specific amount of payments are set to begin and end at a specific length of time. A good example of annuity certain is the monthly payments of a car loan where the amount and number of payments are known. In annuity uncertain, the annuitant may be paid according to certain event. Example of annuity uncertain is life and accident insurance. In this example, the start of payment is not known and the amount of payment is dependent to which event.
 

Problem 04 | Integrating Factors Found by Inspection

Problem 04
$2t \, ds + s(2 + s^2t) \, dt = 0$
 

Solution 04
$2t \, ds + s(2 + s^2t) \, dt = 0$

$2t \, ds + 2s \, dt + s^3t \, dt = 0$

$(2t \, ds + 2s \, dt) + s^3t \, dt = 0$

$2(t \, ds + s \, dt) + s^3t \, dt = 0$

$2 \, d(st) + s^3t \, dt = 0$

$\dfrac{2 \, d(st)}{s^3t^3} + \dfrac{s^3t \, dt}{s^3t^3} = 0$

$\dfrac{2 \, d(st)}{(st)^3} + \dfrac{dt}{t^2} = 0$

$2 (st)^{-3} \, d(st) + t^{-2} \, dt = 0$

$\displaystyle 2\int (st)^{-3} \, d(st) + \int t^{-2} \, dt = 0$

$-(st)^{-2} - t^{-1} = -c$

Problem 03 | Integrating Factors Found by Inspection

Problem 03
$(x^3y^3 + 1) \, dx + x^4y^2 \, dy = 0$
 

Solution 03
$(x^3y^3 + 1) \, dx + x^4y^2 \, dy = 0$

$x^3y^3 \, dx + dx + x^4y^2 \, dy = 0$

$(x^3y^3 \, dx + x^4y^2 \, dy) + dx = 0$

$x^3y^2(y \, dx + x \, dy) + dx = 0$

$x^3y^2 \, d(xy) + dx = 0$
 

Divide by x both sides
$x^2y^2 \, d(xy) + \dfrac{dx}{x} = 0$

$\displaystyle \int (xy)^2 \, d(xy) + \int \dfrac{dx}{x} = 0$

$\frac{1}{3}(xy)^3 + \ln x = -\ln c$

$x^3y^3 + 3\ln x = -3\ln c$

$x^3y^3 = -3\ln c - 3\ln x$

$x^3y^3 = -3(\ln c + \ln x)$

Problem 02 | Integrating Factors Found by Inspection

Problem 02
$y(y^3 - x) \, dx + x(y^3 + x) \, dy = 0$
 

Solution 02
$y(y^3 - x) \, dx + x(y^3 + x) \, dy = 0$

$y^4 \, dx - xy \, dx + xy^3 \, dy + x^2 \, dy = 0$

$(y^4 \, dx + xy^3 \, dy) - (xy \, dx - x^2 \, dy) = 0$

$y^3(y \, dx + x \, dy) - x(y \, dx - x \, dy) = 0$

$y^3 \, d(xy) - x(y \, dx - x \, dy) = 0$
 

Divide by y3
$d(xy) - \dfrac{x}{y} \left( \dfrac{y \, dx - x \, dy}{y^2} \right) = 0$

$d(xy) - \dfrac{x}{y} \, d\left( \dfrac{x}{y} \right) = 0$

Integrating Factors Found by Inspection

This section will use the following four exact differentials that occurs frequently.

  1. $d(xy) = x \, dy + y \, dx$
     
  2. $d\left( \dfrac{x}{y} \right) = \dfrac{y \, dx - x \, dy}{y^2}$
     
  3. $d\left( \dfrac{y}{x} \right) = \dfrac{x \, dy - y \, dx}{x^2}$
     
  4. $d\left( \arctan \dfrac{y}{x} \right) = \dfrac{x \, dy - y \, dx}{x^2 + y^2}$
  5.  

  6. $d\left( \arctan \dfrac{x}{y} \right) = \dfrac{y \, dx - x \, dy}{x^2 + y^2}$

 

Problem 04 | Linear Equations

Problem 04
$(y + 1) \, dx + (4x - y) \, dy = 0$
 

Solution 04
$(y + 1) \, dx + (4x - y) \, dy = 0$

$\dfrac{(y + 1) \, dx}{(y + 1) \, dy} + \dfrac{(4x - y) \, dy}{(y + 1) \, dy} = 0$

$\dfrac{dx}{dy} + \dfrac{4x - y}{y + 1} = 0$

$\dfrac{dx}{dy} + \dfrac{4x}{y + 1} - \dfrac{y}{y + 1} = 0$

$\dfrac{dx}{dy} + \left( \dfrac{4}{y + 1} \right)x = \dfrac{y}{y + 1}$       → linear in x
 

Hence,
$P = \dfrac{4}{y + 1}$

$Q = \dfrac{y}{y + 1}$
 

Integrating factor:

Problem 03 | Linear Equations

Problem 03
$y' = x - 2y$
 

Solution 03
$y' = x - 2y$

$\dfrac{dy}{dx} + 2y = x$       → linear in y
 

Hence,
$P = 2$

$Q = x$
 

Integrating factor:
$\displaystyle e^{\int P \, dx} = e^{\int 2 \, dx}$

$\displaystyle e^{\int P \, dx} = e^{2x}$
 

Thus,
$\displaystyle ye^{\int P\,dx} = \int Qe^{\int P\,dx} \, dx + C$

$\displaystyle ye^{2x} = \int xe^{2x} \, dx + c$
 

Using integration by parts
$u = x$,   $du = dx$

Problem 02 | Linear Equations

Problem 02
$2(2xy + 4y - 3) \, dx + (x + 2)^2 \, dy = 0$
 

Solution 02
$2(2xy + 4y - 3) \, dx + (x + 2)^2 \, dy = 0$

$2[ \, 2y(x + 2) - 3 \, ] \, dx + (x + 2)^2 \, dy = 0$

$\dfrac{2[ \, 2y(x + 2) - 3 \, ] \, dx}{(x + 2)^2 \, dx} + \dfrac{(x + 2)^2 \, dy}{(x + 2)^2 \, dx} = 0$

$\dfrac{4y(x + 2) - 6}{(x + 2)^2} + \dfrac{dy}{dx} = 0$

$\dfrac{4y(x + 2)}{(x + 2)^2} - \dfrac{6}{(x + 2)^2} + \dfrac{dy}{dx} = 0$

$\left( \dfrac{4}{x + 2} \right) y - \dfrac{6}{(x + 2)^2} + \dfrac{dy}{dx} = 0$