Difference between revisions of "Tutorial Week 1"

From UBCMATH WIKI
Jump to: navigation, search
m (Cytryn moved page Tutorial 1 to Tutorial Week 1)

Revision as of 11:46, 6 April 2016

Worksheet Questions

  1. For each of the following differential equations, state whether it is an ODE or a PDE, state its order (if it’s a PDE, give the order in each independent variable) and whether it is linear or nonlinear.
    1. $t^3y''+y'=\sin(t)$
    2. $\frac{\partial^2 y}{\partial x^2} + x\frac{\partial y}{\partial t} = x^4$
    3. $e^xy+(\frac{dy}{dx})^2 = x\tan(x)$
  2. Suppose that $y(t)=2-t+Ce^{5t}$ is the general solution to some differential equation. Consider the initial condition $y(0)=A$.
    1. For what values of $A$ does $\lim_{t\to+\infty}y(t) = \infty$?
    2. For what values of $A$ does $\lim_{t\to+\infty}y(t) = -\infty$?
    3. Are there any values of $A$ for which this limit is finite?
    4. Sketch 3 members of this family of functions choosing values of A so that the behaviour of all types of solutions is demonstrated.
  3. Find solutions to the following ordinary differential equations. Recall that you can always check that you got the correct solution by plugging it back in to the given differential equation. Sketch the solution to the initial-value problem in part a. Show solution-checking process for the solution to the equation in part c.
    1. $xy'+2y=x, \quad y(1)=0$
    2. $xy'+2y=e^x$
    3. $y'=e^{-y}(2x-4)$

Solutions

    1. 2nd order, linear, ODE (3 pts)
    2. 2nd order in space, 1st order in time , linear, PDE (4 pts)
    3. 1st order, nonlinear, ODE (3 pts)
    1. $A>2$ (1 pt)
    2. $A\leq 2 $ (2 pts)
    3. No (1 pt)
    4. Graph (3 pts)
    1. $y = \frac{1}{3}x - \frac{1}{3x^2}$. Either multiply through by x or divide through by $x$ and find the integrating factor ($x^2$) (1 pt), take antiderivatives o n both sides (2 pts), solve for $y$ (1 pt), use IC to determine the value of the arbitrary constant (1 pt). Sketch - must show vertical and slant asymptote (2 pts).
    2. $y = \frac{e^x}{x} - \frac{e^x}{x^2} + \frac{c}{x^2}$. Same as above (no points for repeated steps) except that the antiderivative of $xe^x$ requires integration by parts (2 pts). Must include the arbitrary constant (1 pt) and solve for $y$ (1 pt).
    3. $y = ln(x^2 - 4x + c)$. The equation is separable. Separate variables (1 pt), take antiderivatives on both sides (2 pts), solve for $y$ (1 pt). For the solution checking process, $y'=\frac{2x-4}{x^2-4x+c}$ and $e^{-ln(x^2-4x+c)}(2x-4)=\frac{2x-4}{x^2-4x+c}$ (2 pts).