Tutorial Week 2

From UBCMATH WIKI
Jump to: navigation, search

Workshop 2

  1. Recall that two functions $f$ and $g$ are linearly independent if in order to have $c_1f(x) + c_2g(x) = 0$ for all $x$, we must have $c_1 = c_2 = 0$. (Likewise, three functions $f,g$ and $h$ are linearly independent if $c_1f(x) + c_2g(x) + c_3h(x) = 0$ implies $c_1 = c_2 = c_3 = 0$.) Are the following sets of functions linearly independent or linearly dependent for all $x$? If they are independent, use the Wronskian to show that. If they are not independent, give nonzero values of the constants $c_i$ such that the weighted sum of the functions is zero.
    1. $f(x) = x$, $g(x) = x+1$
    2. $f(x) = x$, $g(x) = x-1$
    3. $f(x) = x+1$, $g(x) = x-1$
    4. $f(x) = x+1$, $g(x) = x-1$, $h(x)=x$
  2. An atom of a radioactive substance typically decays into an atom of some other radioactive substance with its own decay constant. Suppose we have $50$ grams of pure Uranium-238 with a decay constant $m$. Each atom of Uranium-238 decays to a single atom of Thorium-234 which has a decay constant $n$. We have no Thorium-234 initially.
    1. Write down the differential equations and initial conditions for the radioactive decay of Uranium-238 ($U(t)$) and production and decay of Thorium-234 ($T(t)$).
    2. Solve the differential equations and initial conditions to find the amount of Thorium-234 after time $t$ in terms of $m$ and $n$. You should find that there are two cases that must be treated separately, $m \ne n$ and $m = n$.
    3. (Optional - mostly to think about later on your own) Notice that the solution in the case of $n = m$ ($T_{n = m}(t)$) does not have the same form as the solution in the case of $n \ne m$ ($T_{n \ne m}(t)$). Show that as $m$ approaches $n$, the function $T_{n \ne m}(t)$ approaches $T_{n = m}(t)$.

Tutorial Week 2 Solutions