Third Problem set: past midterms and finals

  1. In this problem, please write down BUT DO NOT SOLVE examples of Differential Equations that are

  2. Write down an example of

    1. Linear separable first order ordinary differential equation
    2. Nonlinear separable first order ordinary differential equation cm
    3. Nonlinear second order ordinary differential equation
    4. Partial differential equation

  3. Solve Initial Value Problem and sketch $y(x)$:
    $\displaystyle (5+x)y'(x) + y(x) = -1, y(0)=2.$

  4. Find the solution of the Initial Value Problem in the implicit form:
    $\displaystyle y'(x) = \frac{e^{y(x)}}{1+e^{y(x)}}, y(x=0)=2.$
    Extra Credit 5 percent: Plot $y(x)$.

    ANSWER

    $\displaystyle y(x)- e^{-y(x)} = x + 2 - e^{-2}.$
    Plot
    $\displaystyle x(y) = y- e^{-y} -2+e^{-2}.$

  5. Find the general solution of the equation

    $\displaystyle 2 y'(x) - y(x) = e^{2 x} +3 + x.$

    ANSWER

    $\displaystyle y(x)=\frac{e^{2*x}}{3} -5-x + C E^{x/2}$

  6. Solve Initial Value Problem
    $\displaystyle y'(x)=\frac{1}{e^{-y(x)} + e^{y(x)}}, y(x=0)=0.$

  7. Solve Initial Value Problem
    $\displaystyle y'(x) = \sqrt{1- y^2(x)}, \ y(x=0)=0.$

  8. Plot the director field and the solution curves for the equation

    $\displaystyle \frac{d}{dx} y(x) = x^2.$

  9. Consider the equation
    $\displaystyle y'(x)=e^{-y(x)}.$     (3)
    $\bullet$ Show that
    $\displaystyle y_1(x) = \ln(1+x)$
    and
    $\displaystyle y_2(x)=\ln(3+x)$
    are solutions to the equation (3).
    $\bullet$ Show that $y(x)=C_1 y_1(x)+ C_2 y_2(x)$ is not a solution to the equation (3). What is the reason that the linear combination of two perfectly good solutions of the differential equation is not a solution?

  10. Find all of the solutions of the differential equation
    $\displaystyle y'(x)=\left(y(x)\right)^3 e^{-x}.$
  11. Find the solution to the Initial Value Problem
    $\displaystyle 2 y'(x) = y(x)+ e^{-x}-2, y(0)=1.$
  12. (The Allee effect) For certain species of organisms, the effective growth rate $\dot N(t) /N$ is highest at intermediate $N$ . This is called the Allee effect (Edelstein–Keshet 1988). For example, imagine that it is too hard to find mates when N is very small, and there is too much competition for food and other resources when $N$ is large.

    a) Show that

    $\displaystyle \frac{\dot N}{N} = r - a (N-b)^2$
    provides an example of the Allee effect, if $r$, $a$, and $b$ satisfy certain constraints. Find those constraints.

    b) Find all the fixed points of the system and classify their stability.

    c) Sketch the solutions $N(t)$ for different initial conditions.

    d) Compare the solutions $N(t)$ to those found for the logistic equation. What are the qualitative differences, if any ?

    ANSWER Equilibria are $N=0$ and $N = b \pm \sqrt{\frac{r}{a}} $. For $N\ll 1$, $\dot N = N(r-a b^2)$ so that the rate is $r - a b^2$. If $r< a b^2$ the rate is negative. Constraints are

    $\displaystyle a>0,r>0,b^2>r/a.$
    The difference with Logistics equation that rate may be negative, so small population decreases to zero. Zero is unstable Fixed Point

  13. The population of fish in a lake can be modeled by using the logistic equation. However, assuming that the fish are caught at a constant rate $h$, the equation for the population becomes
      $\displaystyle
P'(t) = r (1-\frac{P(t)}{N})P(t) - h,
$ (4)
    where $r$ and $N$ are positive given constants. HINT Note that number of fishes can not be negative, so that $P(t)\ge 0$.
  14. Find the solution to the Initial Value Problem
    $\displaystyle y''- y ' - 2 y =0, y(0)=0, y'(0)=1.$

  15. Find the general solution of the equation
    $\displaystyle y''(x)-3y'(x)+2y'(x)=0,$
    with initial conditions $y(0)=0$ and $y'(0)=1$.

    Scetch the solution.

  16. Find the general solution of the equation
    $\displaystyle y''(x)-6y'(x)+9y'(x)=0,$
    with initial conditions $y(0)=1$ and $y'(0)=3$.

    Scetch the solution.

    ANSWER This equation has a double root $3$, so the general solution is

    $\displaystyle y(x) = C_1 e^{3x} + C_2 x e^{3x}.$

  17. Suppose $y(t)$ satisfies the Initial Value Problem
    $\displaystyle y''-2 y' + 2 y = 0, y(0)=-1, y'(0)=0.$
    Without solving for $y(t)$ determine
  18. Find the general solution of the equation
    $\displaystyle y''(x)+ 2 y'(x) + 5 y(x)=0,$
    with the initial conditions
    $\displaystyle y(x=0)=2, y'(x=0)=-2.$
  19. Find the solution to the Initial Value Problem

    $\displaystyle y''(x)+ 4 y'(x) + 4 y(x) = -3 e^{2 x}, y(0)=1,y'(0)=0,$

    ANSWER

    $\displaystyle y(x) = \frac{-3}{16}e^{2x} + C_1 e^{-2 x} + C_2 x e^{-2 x}.$

  20. Consider the linear second order linear equation
      $\displaystyle \frac{d ^2 y(x)}{d x^2} + p(x) \frac{d y(x)}{d x} + q(x) y(x) = 0.
$ (5)
    Let $y_1(x)$ and $y_2(x)$ be solutions of (5), and let $W(x)$ be the Wronskian of these solutions, that is
    $\displaystyle W(x) = y_1(x)y_2'(x)- y_1'(x)y_2(x).$

    Show that

    $\displaystyle \frac{d}{d x} W(x) + p(x)W(x)=0.$

    Use this to derive Abel's formula, which is that

    $\displaystyle W(x) = c e^{-\int\limits_0^x p(r) d r}.$

  21. Derive the second order ordinary differential equation with constant coefficients
    $\displaystyle a y ''(x) + b y'(x) + c y (x) =0,$
    so that the roots of the characteristic polynomial are $3\pm 4 i$. What would be the general solution of this equation?
  22. Is it possible to find $a$,$b$ and $c$ such that the solution of
    $\displaystyle a y ''(x) + b y'(x) + c y (x) =0,$
    satisfies
    $\displaystyle \lim\limits_{x\to\infty}y(x)=0$
    regardless of the initial conditions? If yes, give an example, if no, explain why.
  23. Find the solution of the following initial value problem
    $\displaystyle y''(x) - 5y(x)' + 6y(x) = 10 sin(x), y(0) = 0,y'(0) = 0$

  24. Find the solution of the following initial value problem
    $\displaystyle y''(x) - 5y(x)' + 6y(x) = sin(x) - cos(x), y(0) = -1,y'(0) = 0$

  25. The idea of the method of undetermined coefficients has nothing to do with equation being of the second order. The method of undetermined coefficients will work for any differential equation with constant coefficients. You will need to find first the general solution of the corresponding homogeneous equation and add to it the particular solution. To find the particular solution, look at the Right Hand Side, and try to substitute the functions and its derivatives of the same type.

    Now use the method of undetermined coefficients to find the general solution

    $\displaystyle y'(t)-6 y(t) = 2 e^t.$

  26. Using the method of variation of a parameter, find the general solution of
    $\displaystyle y''(x) - y(x) = 4 e^x.$

  27. In the following equations circle all properties that are true

    ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations

    1. $\displaystyle \dot x(t) = x(t),$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations
    2. $\displaystyle \dot x(t) = x(t)^2,$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations
    3. $\displaystyle \dot x(t) = x(t)^3+34,$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations
    4. $\displaystyle y''(x) = x^2 y(x),$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations
    5. $\displaystyle y''(x) = x^2 y^2(x),$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations

    6. $\displaystyle \frac{\partial}{\partial x} U(x,t) = \frac{\partial}{\partial t} U(x,t),$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations
    7. $\displaystyle \frac{\partial}{\partial x} U(x,t) = \frac{\partial}{\partial t} (U(x,t))^3,$
      ODE ,PDE , Linear , Nonlinear, First Order , Second Order, Third Order, Homogeneous, Non-homogeneous, Single Equation, System of Equations

  28. In this problem, please write down examples of the Differential Equation that are

    DO NOT SOLVE THESE EQUATIONS

  29. During the darkest period of the History of Magic, the Death Eaters movement of followers of Lord Voldemort was gaining momentum fast. The rate of growth of a number of Death Eaters is proportional to the amount of Death Eaters. In the absence of other factors, the number of Death Eaters tripples every two days. One Death Eater is converted to the Order of the Phoenix every day (i.e. stops being Death Eater). Assuming that at time $t=0$ there were only five Death Eaters, calculate the amount of Death Eaters in a week.

    Extra Credit 10 percent What happens with the number of the Death Eaters as $t\to\infty$? If the number of Death Eaters becomes too large, please modify the equation to give the Order of the Phoenix (the good guys) the chance of victory.

  30. Ten years ago, an industrial company built a factory in a pristine valley. The valley's volume is $10^6\;m^3$. The factory started spewing $100\; kg/year$ of pollutants through smoke stacks with volume flow $10^5\;m^3/year$. Well-mixed polluted air leaves the valley at the same rate. What is the concentration of the pollutants in the valley now?

    1. Write ODE
    2. Solve ODE
    3. Satisfy IC
    4. Find concentration now

    HINT: Use the approximate value 1/3 for $1/e$.

  31. A spring is stretched by $10$ centimeters by a force of $\frac{1}{2}$N. A mass of $\frac{1}{2}$ kg is hung from the spring, and dashpot is attached that exerts a force of $-3$N when the velocity of the mass is $1$ meter per second. Assume that the mass is pulled up one $(1)$ meter from its equilibrium position and given an inital downward velocity of $2$ meters per second. Assume that $g=10$ meters per second$^2$

  32. Solve the following Initial Value Problems:

    $\displaystyle y''(x) + 4 y'(x) + 4 y(x) = 4 e^{2 x}, y(0)=0, y'(0)=0.$

    ANSWER General:

    $\displaystyle y(x) = e^{2 x}/4 + C_1 e^{-2x} c_2 x e^{- 2 x}.$
    IVP:
    $\displaystyle y(x)= \frac{-1 + e^{4x} - 4 x}{4 e^{2x}}$

  33. Suppose you know the general solution of the equation

    $\displaystyle y''(x) + p(x)y'(x) + q(x)y(x) = 0$
    to be
    $\displaystyle y(x) = C_1 y_1(x) + C_2 y_2(x),$
    where $y_1(x)$ and $y_2(x)$ are two given linearly independent functions.

    We have studied in class that to find a particular solution to the equation

    $\displaystyle y''(x) + p(x)y'(x) + q(x)y(x) = f(x)$
    you need to find $u_1(x)$ and $u_2(x)$ by solvinga the system of equations
    $\displaystyle y_1(x)u_1'(x) + y_2(x)u_2'(x) =0, \ \ y_1'(x)u_1'(x) + y_2'(x)u_2'(x) =f(x).$
    Then the particular solution to this equation is given by
    $\displaystyle y(x) = u_1(x) y_1(x) + u_1(x) y_2(x),$

    Now find the system of equations for $u_1(x)$, $u_x(x)$ and $u_3(x)$ to find the particular solution of

    $\displaystyle y'''(x) + p(x)y''(x) + q(x)y'(x) + r(x) y(x) = f(x),$
    if the general solution of
    $\displaystyle y'''(x) + p(x)y''(x) + q(x)y'(x) + r(x) y(x) = 0$
    is equal to

    $\displaystyle y(x) = C_1 y_1(x) + C_2 y_2(x)+ C_3 y_3(x),$
    where $y_1(x)$, $y_2(x)$ and $y_3(x)$ are given three linearly independent functions.

  34. Suppose you know the general solution of the equation

    $\displaystyle y''(x) + p(x)y'(x) + q(x)y(x) = 0$
    to be
    $\displaystyle y(x) = C_1 y_1(x) + C_2 y_2(x),$
    where $y_1(x)$ and $y_2(x)$ are two given linearly independent functions.

    We have studied in class that to find a particular solution to the equation

    $\displaystyle y''(x) + p(x)y'(x) + q(x)y(x) = f(x)$
    you need to find $u_1(x)$ and $u_2(x)$ by solvinga the system of equations
    $\displaystyle y_1(x)u_1'(x) + y_2(x)u_2'(x) =0, \ \ y_1'(x)u_1'(x) + y_2'(x)u_2'(x) =f(x).$
    Then the particular solution to this equation is given by
    $\displaystyle y(x) = u_1(x) y_1(x) + u_1(x) y_2(x),$

    Now find the system of equations for $u_1(x)$, $u_2(x)$, $u_3(x)$ and $u_4(x)$ to find the particular solution of

    $\displaystyle y''''(x)+ p(x)y'''(x) +q(x)y''(x) + r(x)y'(x) + s(x) y(x) = f(x),$
    if the general solution of
    $\displaystyle y''''(x) + p(x)y'''(x) + q(x)y''(x) + r(x) y'(x) + s(x) y(x)= 0$
    is equal to

    $\displaystyle y(x) = C_1 y_1(x) + C_2 y_2(x)+ C_3 y_3(x)+C_4 y_4(x),$
    where $y_1(x)$, $y_2(x)$, $y_3(x)$ and $y_4(x)$ are given four linearly independent functions.

  35. Use the method of variation of a parameter to find the general solution to the differential equation
    $\displaystyle y''(x)-y(x)=\sin(1+x).$
    Answer
    $\displaystyle y(x) = C_1 e^x + C_2 e^{-x} - \frac{\sin{(1+x)}}{2}.$
  36. A mass of 100 gram stretches a spring by $5/6$ meters. Assume that the mass is pulled down a distance of 1 meter, and then set in motion with an upward speed o 2 meters per second. Assume that $g=10$ meters over second $^2$.

  37. Assuming $x>0$ find the general solution of the Euler equation
    $\displaystyle 5 x^2 y''(x)+ 12 x y'(x) + 2 y(x)=0.$

    ANSWER

    $\displaystyle y(x) = C_1/x+ C_2 x^{-2/5}.$

  38. Find the solution of the initial value problem
    $\displaystyle x^2 y''(x) - 2 x y'(x) + 2 y(x) = x^3 e^x, y(1)=0, y'(1)=0.$

    ANSWER IVP:

    $\displaystyle y(x) = x(e^x - e x),$
    General:
    $\displaystyle y(x) = x e^x + C_1 x + C_2 x^2.$

  39. Find the eigenvectors and eigenvalues of the following matrix

    $\displaystyle \left[
\begin{array}{cc} 2 & 1 \\  4 & -1 \\  \end{array}\right]$     (6)

  40. According to Archimedes' principle, an object that is completelyor partially submerged in water is acted on by an upward (boyant) force equal to the qeights of the displaced water. You are to use this for the following situation. A cubic block of wood, with side $l$ and mass density $\rho$, if floating in water. If the block is slightly depressed into the water and then released, it oscillates in the vertical direction. Derive teh differential equation of motion, and determine the perod of the motion. In doing this let $\rho_0$ be the mass density of the water, and assume that $\rho_0>\rho$.

  41. Find the general solution of the second order ordinary differential equation
    $\displaystyle 5 x^2 y''(x)+ 12 x '(x) + 2 y(x)=0.$

  42. We have derived in class the formula for a particular solution of the nonhomogeneous second order ordinary differential equation
    $\displaystyle a y ''(x) + b y'(x) + c y (x) = f(x)$
    to be
    $\displaystyle y_{\rm particular} = - y_1(x)\int\limits \frac{y_2(s)f(s)}{W(y_1(s),y_2(s))} +
y_2(x)\int\\ frac{y_1(s)f(s)}{W(y_1(s),y_2(s))}.$
    This formula is actually applicable to a wider ranger of equations. In particular it works for the equations of the type
    $\displaystyle y''(x)+p(x)y'(x)+q(x)y(x)=f(x).$
    In this case $y_1(x)$ and $y_2(x)$ are linearly independent solutions of the associated homogeneous equation
    $\displaystyle y''(x)+p(x)y'(x)+q(x)y(x)=0.$
    Find the general solution of
    1. $\displaystyle x^2 y''(x)-2 x y'(x) + 2 y(x)=x.$

      ANSWER

      $\displaystyle y(x) = -x + x*C_1 + x^2*C_2 - x*Log[x].$

    Something is wrong with the latex file here

  43. $\displaystyle \quad \displaystyle x^2 y'' -2 x y' + 2 y =x.$

    ANSWER

    $\displaystyle y(x) = C_1 x + C_2 x^2 - x \log (x).$

  44. Find the general solution of
    $\displaystyle \dot {\bf x}(t) = \left[\begin{array}{cc} 1 &3 \\ -1 &3\end{array}\right] {\bf x(t)}.$
    Determine whether ${\bf x}=0$ is assymptotically stable, unstable or neutrally stable. Plot the phase portrait of this system.

  45. The method for finding the general solution of $\dot {\bf x} = A {\bf x}$ that we studied on class can is in fact applicable for matrices of any size. Find the general solution of
    $\displaystyle \dot {\bf x}(t) = \left[ \begin{array}{ccc} 1& 1 & 2 \\ 0 & 2 & 0 \\ 0& 1 &1 \end{array}\right]
{\bf x}(t).
$
  46. Find the solution of the following initial value problem
    $\displaystyle y''(x)-y'(x)+ \frac{1}{2}y(x) = 25 \cos{(3 x)},
y(x=0)=-1,y'(x=0)=0.$

  47. The volume of a lake oscillates yearly as $V=V_0(2-\cos\omega t)$, where $\omega$ = $2\pi$ year$^{-1}$, and $t$ is measured from January 1, 2001. A creek with flow rate $\Phi$ flows into the lake. On January 1, 2001, a new farm began operating near this creek and spilling refuse into it. The concentration of this refuse in the creek water is $c=c_0(1+\sin\omega t)$. Well-mixed polluted water leaves the lake at the same rate $\Phi$. Write down the initial-value problem that describes the pogllution level, i.e., mass of the refuse, $M$, in the lake. Do not solve it.

  48. The amount $Q$ of a imagination improving drug in a student bloodstream diminishes at a rate proportional to the amount present, with proportionality constant $r$. The patient takes $k$ milligrams of the drug per day. Write the initial-value problem that describes the amount of the drug in the patient's bloodstream, if the patient started taking the drug at the time $t=0$.


  49. Start up company of RPI DFQ students is testing the speed at which RPI campus can be taught to use company invention, smart DFQ-pen. Smart DFQ-pen can solve differential equations, notify user of incoming emails and phone calls, take pictures with build in digital camera, play MP3 music, and it can write too.

    The speed at which DFQ-pen gains popularity and is adopted by RPI students is proportional to the percent of students having the DFQ-pen and the percent of students not having the smart DFQ-pen. Assume that coefficient of proportionality is such that at the beginning, when almost nobody uses the smart DFQ pen, the number of people having the smart DFQ pen triples every week. Find the number of students having the smart DFQ pen as a function of time.

    Extra Credit 10 percent Assuming that initially only one person out of a hundred have the smart DFQ pen, estimate number of people using the pen in 28 days. To find a final answer, you may approximate the value of

    $\displaystyle e =2.71828182845904523536028747135$
    by 3.

  50. In 1992, Jane was just of out college and broke when she landed a Wall street job. Her initial salary was $50 K, and kept increasing by 10% per year. She put 10% of the salary away in a mutual fund, which grew at the annual percentage rate of 20%. Formulate the initial-value problem describing the growth of Jane's mutual fund throughout the 1990's.

    HINT: You must first compute Jane's salary at any given moment.

  51. “Creative” bartender is selling beer initially containing 5% alcohol from a 200 gallon keg at the rate of 20 gallons per hour. He has hooked up a secret hose bringing water to the keg to “replenish" the beer. He knows that the the customers will notice the difference when the beer is diluted to one half of its original strength. After how much time does he have to disconnect the hose?

  52. The number $N(t)$ of the members of the Order of Phoenix changes according to the law
    $\displaystyle \dot N(t) = (N(t))^2 (N(t)-100)(N(t)-20).$
    Determine the number, position, and type of the equilibria points for this equation, and draw some representative solution curves in the $tN$-plane. Which of these solutions are favorable for the Order of Phoenix mission, and which solutions are favorable to Death Eaters, and which are nonphysical.

    Hint The raise of numbers of the Order of Phoenix members are favorable to the order of Phoenix mission, decline of numbers of members of Order of Phoenix is favorable to Death Eaters.

  53. The number of members of the Capital District Extreme Sky Diving association grows proportionally the number of members it is currently has. Approximately three members per year leave the association due to injuries, death or other reasons. In the absence of other factors, association triples its size every 5 years. Assuming there were 100 members in 2015, how many members will association have in 2030? (You may use calculators for this problem).

  54. The speed of propagation of gossip in a closed group is directly proportional to a percentage of people knowing the gossip and is also proportional the percentage of people not knowing the gossip. Assume that coefficient of proportionality is such that at the beginning of propagation of a gossip, when almost nobody knows the gossip, the number of people knowing the gossip tripples every two days. Find the number of people knowing the gossip as a function of time.

    Extra Credit 10 percent Assuming that initially gossip is known by one person out of a hundred, estimate a fraction of people knowing the gossip in a week. To find a final answer, you may approximate the value of

    $\displaystyle e =2.71828182845904523536028747135$
    by 3.

    Steps to be performed to solve the problem are

    1. Write an ODE
    2. Determine coefficient of proportionality
    3. Solve ODE
    4. Satisfy IC
    5. Find fraction of people knowing a gossip in a week.

  55. The population of mosquitoes in a swamp increases at a rate proportional go the current population, and in the absence of other factors, the population triples each week. There are 100000 mosquitoes in the area initially, and birds and bats eat 10000 mosquitoes daily. Determine the population of mosquitoes at a swamp at any given time.

    HINTS:

    1. Write ODE
    2. Solve ODE
    3. Satisfy IC
    4. Find analytical solution to the ODE that satisfies IC.

    Extra Credit 10 % What happens as $t\to\infty$? Propose the mechanism which leads to more realistic predictions, and how would you change the equation to model this mechanism?

  56. A population $P(t)$ of squirrels of the Prospect Park in Troy NY is limited by the finate area of the part, changes according to the differential equation

      $\displaystyle \frac{d P}{d t} = 2 P - \frac{P^2}{100},
$ (7)
    where $t$ is measured in years, and $P$ is measured in squarels.
    1. What are the equilibrium points of the population
    2. Now consider the effects of predators, which includes owls, hawks, eagles, snakes and RPI students. Suppose that the squirrels are eliminated at a constant rate of $75$ squirrels per year. Write down a modified differential equation for the squarrel population which includes the effect of predators.
    3. What are the new equilibrium levels of the population of squarrels?
    4. For the modified equation of 2, determine equilibrium points and their stability.
    5. Plot the few characteristic $P(t)$ curves for various initial conditions. Consider all possibilities
    6. Explain in words how the equilibria of the problem changes with addition of predators. In other words, explain the difference of equilibria of equation (7) and modified equation of 2.
    7. Extra Credit What is the maximum predation rate $R$ at which a nonzero squirrel population can be maintained indefinitely?

  57. We have studied the integrating factor method to solve

      $\displaystyle y'(x)+p(x)y(x)=g(x).
$ (8)
    Equation (8) is multiplied by an integrating factor
      $\displaystyle \mu(x)=e^{\int p(x') d x'},
$ (9)
    to get
      $\displaystyle \frac{d}{dx}(y(x)e^{\int p(x') d x'}) = g(x)e^{\int p(x') d x'},
$ (10)
    which is solved by integrating both sides. The result of this integration will be a function of an arbitrary integration constant. Therefore the general solution of (8) is a function of one arbitrary constant.

    Now suppose that function $P(x)$ is such that

    $\displaystyle \frac{d}{d x} P(x) = p(x). $
    Then instead of (9) we may write
      $\displaystyle \mu(x) = e^{P(x)+C},$ (11)
    where $C$ is an arbitrary integration constant . Then, instead of (10) we obtain
      $\displaystyle \frac{d}{dx}(y(x)e^{P(x)+C}) = g(x)e^{P(x)+C},
$ (12)
    and integrating both sides of (12) will produce an answer which is a function of two arbitrary constants instead of one, as it should be.

    Explain and resolve this apparent contradiction

  58. Consider the first order ordinary linear ordinary differential equation

    $\displaystyle y'(x) + q(x) y(x) = 0.$

    1. Solve this ODE by method of separation of variables
    2. Solve this ODE by method of integrating factor
    3. Compare the answers. What of the methods of solving this equation would you recommend to DFQ students?

  59. Solve the initial-value problem

      $\displaystyle
(x+1)^2y'-(x+1)y=-2, \qquad y(0)=0,$ (13)
    and sketch the solution.

    1. Solve ODE
    2. Satisfy IC
    3. Plot the solution

    Extra Credit: Sketch sufficiently many representative integral curves of the differential equation in (13) to show how all its solutions behave.

  60. Find the explicit solution of the initial-value problem

    $\displaystyle yy' + x(y^2-1)=0, \qquad y(0)=-2.
$
    HINT: The equation is separable.

    1. Solve ODE
    2. Satisfy IC

    Extra credit: Sketch this solution.

  61. Find the explicit solution of the initial-value problem

    $\displaystyle yy' + 2(x-1)^3(1+y^2)=0, \qquad y(1)=-1.$
    HINTS:
    1. The equation is separable
    2. Solve ODE
    3. Satisfy IC

  62. Solve the initial value problem

    $\displaystyle y^{\prime }+\frac{2}{x}y={\frac{\cos x}{x^{2}}}+1,\quad y(\pi )=0.
$

  63. Find the explicit solution of the initial-value problem

    $\displaystyle {\frac{dy}{dx}}={\frac{e^{x}}{2(y+1)}},\qquad y(0)=0,
$
    and sketch it.

  64. Solve the initial-value problem

      $\displaystyle
(x+1)^2y'-(x+1)y=-2, \qquad y(0)=0,$ (14)
    and sketch the solution.

    1. Solve ODE
    2. Satisfy IC
    3. Plot the solution

  65. The number of bacteria in a Petri dish is governed by the equation

    $\displaystyle \frac{dN}{dt} = -N(N-a)(N-b),
\qquad 0<a<b$
    where $a$ and $b$ are constants. Determine the number, position, and stability type of the equilibria for this equation, and draw some representative solution curves in the $tN$-plane. Which of these curves are physical and which are not?


  66. Consider the problem

    $\displaystyle \frac{dN}{dt} = a N-N^2.$
    Sketch ${dN}/{dt}$ versus $N$, determine all possible equilibria and their stability type (stable, unstable, semi-stable), and draw some representative integral curves in the $t-N$ plane for all three cases: $a>0$, $a=0$, and $a<0$.

    HINT: If you have trouble with the abstract constant $a$, do it for $a=-1$, $a=0$, and $a=1$.

    1. Plot $\dot N$ versus N
    2. Find equilibrium points and their stability
    3. Rotate graph and draw $N(t)$
    4. Where the is maximum growth of $N$
  67. For the problem $\dot u = r-u^2$, sketch $\dot u$ versus $u$, determine all possible equilibria and their stability type (stable, unstable, semi-stable), and draw some representative integral curves in the $t-u$ plane for all three cases $r>0$, $r=0$, and $r<0$.

    HINT: If you have trouble with the abstract constant, $r=1$, $r=0$, and $r=-1$ will do the trick.

  68. Calculate the general solution of the equation

    $\displaystyle y''(x)-3y'(x)+2 y(x)= e^x, %Sltn - x E^x + E^x*C1 + E^(2*x) C2
$

  69. Calculate the solution to the initial value problem

    $\displaystyle y''(x)+y'(x)-2 y(x)= 0, y(0)=5, y'(0)=-4.$

  70. Calculate the general solution of

    $\displaystyle (x-2)^2 y''(x)-3(x-2) y'(x)+8 y(x)= 0.$

  71. Compute the solution of the initial value problem

    $\displaystyle y''-9y'+20y=0, \qquad \qquad y(0)=0, \quad
y'(0)=1.$

  72. Calculate the general solution of the equation
    $\displaystyle y''(x)+6 y'(x) + 9 y(x) = 0,$
    and sketch few $y(x)$ curves for different values of arbitrary constants.

  73. Compute the solution of the initial value problem

    $\displaystyle y''+2y'+2y=0, \qquad \qquad y(\pi)=-1, \quad
y'(\pi)=0.$

  74. Find the FORM of the general solution of the problem

    $\displaystyle y'' - 2y' +y=(x^2-2x+1)e^x.$
    Do not compute the unknown coefficients in it.

  75. Calculate the general solution of the equation

    $\displaystyle y''-2y'+y=\frac{e^x}{1+x^2}.
$

    HINT: Think carefully what method you will use for computing the particular solution of the inhomogeneous problem!

    HINT:

    $\displaystyle \frac{d}{d x} {\rm {ArcTan}} x = \frac{1}{1+x^2}.$

  76. Find the general solution of the equation

    $\displaystyle y''-2y'+y=e^x.$

  77. (a) Compute the general solution of the problem

    $\displaystyle y''-2y'+y=e^x.$









































    (b) Find the FORM of the general solution of the problem

    $\displaystyle y'' - 2y' +y=(x^2-2x+1)e^x.$
    Do not compute the unknown coefficients in it.

  78. Solve

    $\displaystyle y''(x) - y'(x) - 6 y(x) =0, y(0)=3;y'(0)=-1.$

    Sketch $y(t)$.

  79. We have studied integrating factor method for solving general first order linear ODE. Integrating factor method can sometimes be generalized for nonlinear first order ODE's.

    Find the general solution of the following first order ODE:

    $\displaystyle y'(x)\cdot \cos (y(x)) + \frac{\sin(y(x))}{x}= x^3.$

    This is nonlinear ODE, so the method we studied in class can not be used directly. Yet, you can find an integrating factor, i.e. the function which can be used to multiply both Left Hand Side and Right Hand Side of this equation to make the Right Hand Side become a full derivative. You may try to use your “regular” integrating factor method and see what happens.

    If this fails, there exists a change of variables which makes this equation linear.

  80. Find the explicit solution of the initial-value problem
    $\displaystyle yy' + x(y^2-1)=0, \qquad y(0)=-2.
$
    HINT: The equation is separable.

    1. Solve ODE
    2. Satisfy IC
    Extra credit: Sketch this solution.

  81. What is the general solution of the equation

    $\displaystyle x^2y''-xy' +y = x.$

  82. What is the general solution of the equation

    $\displaystyle x^2y''-xy' +y = x.$

  83. Find the general solution of the differential equation

    $\displaystyle x^4 y''''(x) + 6 x^3 y'''(x) + 7 x^2 y''(x)+ x y'(x) - y(x)=0\ .
$

    ANSWER

    $\displaystyle y(x) = C_1 x + C_2/x + C_3 \sin\log {x} + C_4 \cos\log{x}.
$

  84. 4. Consider the problem

    $\displaystyle \frac{dN}{dt} =N^2-2N-3.$
    Sketch ${dN}/{dt}$ versus $N$, determine all possible equilibria and their stability type (stable, unstable, mixed, and draw some representative integral curves in the $t-N$ plane.

    1. Plot $\dot N$ versus $N$.
    2. Find equilibrium points and their stability.
    3. Rotate the graph and draw $N(t)$.
    4. Where the is maximum growth of $N(t)$
  85. 4. Consider the problem
    $\displaystyle \frac{dN}{dt} = a N-N^2.$
    Sketch ${dN}/{dt}$ versus $N$, determine all possible equilibria and their stability type (stable, unstable, semi-stable), and draw some representative integral curves in the $t-N$ plane for all three cases: $a>0$, $a=0$, and $a<0$.

    HINT: If you have trouble with the abstract constant $a$, do it for $a=-1$, $a=0$, and $a=1$.

    1. Plot $\dot N$ versus N
    2. Find equilibrium points and their stability
    3. Rotate graph and draw $N(t)$
    4. Where the is maximum growth of $N$

  86. Extra Credit 20 percent
    We have studied integrating factor method for solving general first order linear ODE. Integrating factor method can sometimes be generalized for nonlinear first order ODE's.

    Find the general solution of the following first order ODE:

    $\displaystyle y'(x)\cdot \cos (y(x)) + \frac{\sin(y(x))}{x}= x^3.$

    This is nonlinear ODE, so the method we studied in class can not be used directly. Yet, you can find an integrating factor, i.e. the function which can be used to multiply both Left Hand Side and Right Hand Side of this equation to make the Right Hand Side become a full derivative. You may try to use your “regular” integrating factor method and see what happens.

    If this fails, there exists a change of variables which makes this equation linear.

  87. 1

    Solve the initial value problem

    $\displaystyle y''(x)+4 y'(x)-21 y (x) =0, \ y(0) =0;y'(0)=4.$

  88. Find the general solution to the equation

    $\displaystyle (x-2)^2 y''(x) + (x-2) y'(x) - y(x) = 0.$

  89. Find the solution of the initial value problem
      $\displaystyle 2 y''(x) + 3 y'(x) -2 y (x) =0, y(0) =-1, y'(0)=0.
$ (15)
    Sketch general solutions of (15) and the solution of IVP.

  90. Find the solution of the Initial Value Problem

    $\displaystyle y''(x) + 2 y'(x) + y(x) =0, y(0)=-1, y'(0)=0.$

    ANSWER

    $\displaystyle y(x) = C_1 e^{-x} + C_2 x e^{-x}.$

  91. Solve the inhomogeneous ordinary differential equation of a second order by method of undetermined coefficients:

    $\displaystyle 2 y''(x)+ 3y'(x) + y(x)= x^2 + 3 \sin(x).$

  92. Solve

    $\displaystyle y''(t)+ 6 y (t)+ 9 y(t) = 6 e^{-3 t},\ \ y(0)=-1, \ y'(0)=6. $

  93. Solve Initial Value Problem

    $\displaystyle y''(t) + 4 y'(t) + 8y(t) =0, y[0]=1,y'[0]=0.$

  94. Solve

    $\displaystyle t^2 y''(t) - 2 y (t) = 3 t^2 -1, \ t>0.$

  95. Find the general solution of the equation

    $\displaystyle x^2y''-xy' +y = 0.$

  96. Find the general solution of the equation $\quad \displaystyle x^2 y'' -2 x y' + 2 y =
\frac{x^3}{1+x^2}.$

  97. Solve the following inhomogeneous ordinary differential equation of a second order

    $\displaystyle x y''(x) - (1+x)y'(x)+y(x) = x^2 e^{2 x}, x>0.$

    Note that the general solution to the corresponding homogeneous equation

    $\displaystyle x y_0''(x) - (1+x)y_0'(x)+y_0(x) = 0, x>0.$
    is given by
    $\displaystyle y_0(x) = C_1 (1+x) + C_2 e^x.$
  98. Find the general solution of the equation
    $\displaystyle \quad \displaystyle x^2 y'' -2 x y' + 2 y =1.$

  99. Find the general solution of the equation
    $\displaystyle \quad \displaystyle x^2 y'' -2 x y' + 2 y =x.$

  100. Calculate the general solution of the equation

    $\displaystyle (1-x)y^{\prime\prime} + xy^{\prime} -y = (1-x)^{2},
$
    if the general solution of the corresponding homogeneous equation equals
    $\displaystyle y_{\rm homogeneous}=c_1 x + c_2 e^x.
$

  101. Find the general solution of the differential equation
    $\displaystyle x^2y'' - 4 x y' +6y=x^4\sin x.$

  102. We have studied in class the equation

      $\displaystyle
y'(x)+ p(x) y(x) = g(x),$ (16)
    and we have learned the concept of integrating factor. If you multiply both sides of this equation by $e^{\int p(x) d x}$, then it can be represented as
    $\displaystyle (y(x)e^{\int p(x) d x})' = g(x) e^{\int p(x) d x}.$
    Then $y(x)$ may be calculated by integrating both sides with respect to $x$.

    Show how to solve equation (16) by method of variation of a parameter. To do this, complete the following steps:

    1. Solve the homogeneous version of the equation (16):
        $\displaystyle
y_0'(x)+ p(x) y_0(x) = 0,$ (17)
      by separation of variables.
    2. Look for a solution of (16) in a form
        $\displaystyle y(x) = u(x) y_0(x),
$ (18)
      where $y_0(x)$ is a solution to (17) and $u(x)$ is a function to be found. In other words, substitute (18) into (16) and find equation for function $u(x)$.
    3. Solve the equation for $u(x)$, and write the solution to equation (16).
    4. Compare this answer to solution of equation (16) obtained by integrating factor and comment on the similarities and differences of the integrating factor and variation of a parameter method for solving equation (16).

  103. A spring/mass system is modeled by the initial value problem:

    $\displaystyle 2u^{\prime\prime} + \gamma u^{\prime} + 8u =0$
    $\displaystyle u(0) = 1, \ \ u^{\prime}(0) = 4.$

    (a) Give a qualitatively accurate sketch of $u(t)$ for each indicated value of $\gamma$:

    $\displaystyle \gamma = 4, \quad \gamma = 7.9, \quad \gamma = 10, \quad \gamma
= 1000.
$
    (b) Find the value of $\gamma$ that makes the quasi-period $T_d$ 50% greater than the natural period.

    (c) Extra Credit 5 percent Give a qualitatively accurate sketch of $u(t)$ for

    $\displaystyle \gamma=-4$
    and
    $\displaystyle \gamma=-10$
    .

  104. If an undamped spring-mass system with the mass that weights 6 lb and a spring constant 1 lb/sec$^2$ is suddenly set in motion from a rest position at an equilibrium at $t=0$ by an external force of $4 \cos 7
t $ lb, determine the position of the mass at any time and scetch a graph of the displacement versus time.

  105. A vibrating spring-mass system has mass $m=1$, damping coefficient $\gamma=2$, and spring stiffness $k=2$. At time $t=0$, when the mass is at rest, the force $10\sin 2t$ starts acting on it. What is the motion for all subsequent times, $t$? What motion does the system settle into for large $t$? Does this large-time motion depend on the initial conditions? Sketch this large-time motion.

  106. A mass of 5 kilograms stretches the spring by 10 centimeters. The mass is acted upon by an external force of $10 sin(t/(2{\rm sec}))$ Newtons and moves in a media that im pacts a viscous force of 2 Newtons when the speed of the mass is 4 centimeters per second. If the mass is set in motion from its equilibrium position with an initial velocity of 3 centimeters per second, formulate the Inivial Value Problem. ($t$ is measured in seconds).

  107. We have derived in class the formula for a particular solution of the nonhomogeneous second order ordinary differential equation
    $\displaystyle a y ''(x) + b y'(x) + c y (x) = f(x)$
    to be
    $\displaystyle y_{\rm particular} = - y_1(x)\int\frac{y_2(x)f(x)}{W(y_1(x),y_2(x))} +
y_2(x)\int\frac{ y_1(x)f(x)}{W(y_1(x),y_2(x))}.$
    This formula is actually applicable to a wider ranger of equations. In particular it works for the equations of the type
    $\displaystyle y''(x)+p(x)y'(x)+q(x)y(x)=f(x).$
    In this case $y_1(x)$ and $y_2(x)$ are linearly independent solutions of the associated homogeneous equation
    $\displaystyle y''(x)+p(x)y'(x)+q(x)y(x)=0.$
    Find the general solution of
    $\displaystyle t^2 y''(x)-3 x y'(x) + 4 y(x)=x^{\frac{5}{2}}.$

  108. The method for finding the general solution of $\dot {\bf x} = A {\bf x}$ that we studied on class can is in fact applicable for matrices of any size. Find the general solution of
    $\displaystyle \dot {\bf x}(t) = \left[ \begin{array}{ccc} 1& 1 & 2 \\ 0 & 2 & 0 \\ 0& 1 &1 \end{array}\right]
{\bf x}(t).
$

  109. Consider the equation for the Damped Harmonic Oscillator:

    $\displaystyle \ddot x(t) + 2 \beta \dot x(t) + \omega_0^2 x(t)=0.$
    1. Choose $\beta$ and $\omega_0$ such that the resulting oscillator is under damped. Sketch $x(t)$. (You do not need to sole for $x(t)$).
    2. Choose $\beta$ and $\omega_0$ such that the resulting oscillator is critically damped. Sketch $x(t)$. (You do not need to sole for $x(t)$).
    3. Choose $\beta$ and $\omega_0$ such that the resulting oscillator is under damped. Sketch $x(t)$. (You do not need to sole for $x(t)$).
  110. (a) Some damped vibrating system is described by the equation

    $\displaystyle \ddot{u} + 4 \dot{u} + 5u =0.
$
    If the initial position is equal to 1 and the initial velocity of this system is equal to $0$, describe the motion of the system for all subsequent times by finding the appropriate solution of this initial-value problem. Express this solution in the form $u=Ae^{-\beta t}\cos(\mu t-\delta)$ for some suitable constants $A$, $\beta$, $\mu$, and $\delta$.


    (b) If the equation from 2(a) is forced so that it becomes

    $\displaystyle \ddot{u} + 4 \dot{u} + 5u = 2\sin t,
$
    then one part of its solution, called the stationary state, is dominant for large $t$. Calculate this stationary solution!

  111. (a) A vibrating mass-spring system is described by the equation

    $\displaystyle \ddot u+2\dot u+2u=0,
$
    If, at time $t=0$, the mass is released from the position $u=1$ with no velocity, find the subsequent motion of this system.


























    (b) Suppose that the vibrating system of part (a) is forced so that

    $\displaystyle \ddot u+2\dot u+2u=\sin t.
$
    If the system is released from the equilibrium at $t=0$, find what motion the system settles into for large $t$?

  112. Some forced mass-spring system is described by the equation

      $\displaystyle \ddot u + 2\dot u + k u =
\cos t.
$ (19)

    (i) For $k>1$, find the solution of (19) that satisfies the initial conditions $u(0)=0$, $\dot u(0)=0$.

    (ii) After an initial transient period, every solution of (19) settles into a stable periodic motion. Identify this motion, and compute its amplitude, A. For what $k$ is $A$ the largest?

    (iii) Roughly sketch the solution $u(t)$ that you have obtained in (i) if you assume that $k\gg 1$.

  113. Find the solution of the initial value problem

    $\displaystyle u''(t)+u(t)=F(t), \ \ u(0)=0, \ \ u'(0)=0, $
    where
    $\displaystyle F(t)=\left[\begin{array}{c} F_0 t,\ \ \ \ \ \ \ 0\le t\le \pi, \\...
... \ \ \ \pi<t\le 2\pi\\
0, \ \ \ \ \ \ \ \ \ \ \ t> 2\pi.
\end{array}\right.
$

    Treat each time interval separately and match the solutions in the different intervals requiring $u$ and $u'$ are continuous functions of time.

  114. The method for finding the general solution of $\dot {\bf x} = A {\bf x}$ that we studied in class is in fact applicable for matrices of any size. Find the general solution of
    $\displaystyle \dot {\bf x}(t) = \left[ \begin{array}{ccc} 1& 1 & 2 \\ 0 & 2 & 0 \\ 0& 1 &1 \end{array}\right]
{\bf x}(t).
$

  115. A spring mass system has a spring constant of 3 Newtons per meter. A mass of 2 kg is attached to the spring, and the motion takes place in a viscous fluid that offers a resistance numerically equal to the magnitude of the instantaneous velocity (i.e. $\gamma=1 \frac{\rm
kg}{\rm sec}$). If the system is driven by an external force of $(3 \cos (3 t) - 2 \sin (3 t)) N$, 1 determine the steady state response of the system (i.e. the form of the solution when $t\to\infty$). Express your answer as in the form $R\cos (\omega t - \sigma)$. Time is measured in seconds.

  116. Some differential equation $y''+p(x)y'+q(x)y=0$ has two linearly independent solutions $y_1(x)=x$ and $y_2(x)=x\ln
x$. What is the general solution of the equation

    $\displaystyle y''+p(x)y'+q(x)y=\frac{1}{x}?$

  117. Let the function $f(x)$ be given in the interval $0<x<\pi$ by the formulas

    $\displaystyle f(x)=\left\{\begin{array}{ll} x, & 0<x<\frac{\pi}{2},\\ 1, &
\frac{\pi}{2}<x<\pi.\end{array}\right.$
    Sketch the odd extension of this function with period $2\pi$, and compute the general formula for the coefficients in its Fourier series. Also, evaluate explicitly the first three nonzero coefficients in this series.

  118. Find the Full Fourier Series of a Function $f(x)$, defined for $-\pi<x<\pi$ as

    $\displaystyle f(x)=
\left\{\begin{array}{ll} 1, & -\pi<x<0,\\ 1-x, &
0<x<\pi.\end{array}\right.$

    Calculate explicitly coefficients for $n=0$, $n=1$ and $n=2$.

    Sketch the graph of the function to which the series converges for $-4\pi<x<4\pi$.

  119. Find the Full Fourier Series of a Function $f(x)$, defined for $-\pi<x<\pi$ as

    $\displaystyle f(x)=
\left\{\begin{array}{ll} 1, & -\Pi<x<0,\\ -2, &
0<x<\pi.\end{array}\right.$

    Calculate explicitly coefficients for $n=0$, $n=1$ and $n=2$.

    Sketch the graph of the function to which the series converges for $-4\pi<x<4\pi$.

  120. Let the function $f(x)$ be given in the interval $0<x<\pi$ by the formulas

    $\displaystyle f(x)=\left\{\begin{array}{ll} x, & 0<x<\frac{\pi}{2},\\ 1, &
\frac{\pi}{2}<x<\pi.\end{array}\right.$
    Sketch the odd extension of this function with period $2\pi$, and compute the general formula for the coefficients in its Fourier series. Also, evaluate explicitly the first three nonzero coefficients in this series.

  121. (a) Find the Fourier sine and cosine series of the function

    $\displaystyle f(x)=\left\{
\begin{array}{ll}
0, & 0<x<1, \\
1, & 1<x<3,
\end{array}\right.
$
































    (b) Sketch the functions to which the two series of part (a) converge. What is the period of those two functions?

  122. (a) Find the Fourier sine and cosine series of the function

    $\displaystyle f(x)=\left\{
\begin{array}{ll}
0, & 0<x<3, \\
1, & 3<x<4,
\end{array}\right.
$
































    (b) Sketch the functions to which the two series of part (a) converge. What is the period of those two functions? Are these functions even or odd?

    (a) Find the Fourier series of

    $\displaystyle f(x) = \left\{
\begin{array}{cc}
0, & \!-\pi \leq x < -\pi/2,\\
...
...\pi/2,\\
0, & \!\pi/2 \leq x < \pi
\end{array}\qquad f(x+2\pi) = f(x)
\right.
$

    (b) Sketch the graph of the function to which the series converges for three periods.

  123. Find the Fourier Cosine Series for the function $x^4$ for $0< x <1$.

  124. Find the Full Fourier Series for the function $x^3$ for $-\pi<x<\pi$ and plot the graph of the function to which the series converge for $-2\pi<x<2\pi.$

  125. (a) Find the solution of the eigenvalue problem

    $\displaystyle X''+\lambda X=0,\qquad X(0)=0, \quad X'(\pi)=0.$
































    (b) Find all the solutions $u_n(x,t)$ that satisfy the heat equation

    $\displaystyle u_t=u_{xx},\quad 0<x<\pi,\quad t>0,$
    and the boundary conditions
    $\displaystyle u(0,t)=0,\quad u_x(\pi,t)=0,\quad t>0.$

  126. (a) Find the solution of the eigenvalue problem

    $\displaystyle X''+\lambda X=0,\qquad X(0)=0, \quad X'(1)=0.$
































    (b) Find all the solutions $u_n(x,t)$ that satisfy the heat equation

    $\displaystyle u_t=u_{xx},\quad 0<x<1,\quad t>0,$
    and the boundary conditions
    $\displaystyle u(0,t)=0,\quad u_x(1,t)=0,\quad t>0.$

  127. Find all the eigenvalues and eigenfunctions of the problem

    $\displaystyle X''+\sigma X=0,\qquad X(0)=0,\qquad X'(\pi)=0.$

    NOTE: If you use the “rule of thumb” mentioned in class, state that explicitly and explain what this rule is.

    NOTE: Consider separately $\sigma>0$, $\sigma=0$ and $\sigma<0$ cases.

    Draw (on the same set of axes) the first three eigenfunctions.

  128. Solve

    $\displaystyle y''(x)+4 y(x) = 0,,$     (20)
    $\displaystyle y(0) = 0, \ \ y'(\pi) = 2.$     (21)

    HINT: first solve the ODE (20), its solution has two arbitrary constants. Use boundary conditions (21) to find these two arbitrary constants.

  129. Find all the eigenvalues and eigenfunctions of the problem

    $\displaystyle X''+\sigma X=0,\qquad X(0)=0,\qquad X(\pi)=1.$

    NOTE: Please consider explicitly positive eigenvalues, zero eigenvalues and negative eigenvalues.

  130. Find the solution of the eigenvalue problem

    $\displaystyle X''+\lambda X=0,\qquad X'(0)=0, \quad X'(10)=0.$

    NOTE: Please be careful to consider both positive, zero, and negative eigenvalues, or give arguments supporting your choice of sign of the eigenvalues.

  131. Find the eigenvalues and eigenfunctions of the problem

    $\displaystyle y''+\lambda y = 0,\qquad y'(0)=0,\quad y(3)=0.$
    You may assume that there are no negative eigenvalues.
  132. (a) Let $u_{tt}=u_{xx}+9u$. Assuming that $u(x,t)=X(x)T(t)$, find ordinary differential equations satisfied by $X(x)$ and $T(t)$.

    (b) bonus 10 percent Find the steady state of the problem

    $\displaystyle u_{tt}=u_{xx}+9u, \qquad u(0,t)=0,\qquad u_x(2\pi,t)=3.$

  133. Given that the eigenvalues and eigenfunctions for the problem

    $\displaystyle X''+\lambda X =0,\qquad X'(0)=0, \quad X'(\pi)=0 $
    are
    $\displaystyle \lambda_n=n^2,\qquad X_n(x)=\cos nx,\qquad
n=0,1,2,\ldots,$
    use separation of variables to find the functions of $u_n(x,t)$ that satisfy the heat equation
    $\displaystyle u_t=u_{xx},\qquad
0<x<\pi,\quad t>0$
    and the boundary conditions
    $\displaystyle u_x(0,t)=0,\quad u_x(\pi,t)=0,\qquad t>0.$
  134. (a) Let $u_{tt}=u_{xx}+4u$. Assuming that $u(x,t)=X(x)T(t)$, find ordinary differential equations satisfied by $X(x)$ and $T(t)$.

    (b) bonus 10 percent Find the steady state of the problem

    $\displaystyle u_{tt}=u_{xx}+4u, \qquad u(0,t)=0,\qquad u_x(\pi,t)=2.$
  135. Use separation of variables to find the function $u(x,t)$ that satisfies the heat equation
    $\displaystyle u_t=u_{xx},\qquad
0<x<\pi,\quad t>0$
    with the boundary conditions
    $\displaystyle u(0,t)=0,\quad u(\pi,t)=0,\qquad t>0$
    and initial condition
    $\displaystyle u(x,t=0) = \sin(x).$

    Sketch $u(x,t)$ for three values of $t$.

    NOTE: Please be careful to consider both positive, zero, and negative eigenvalues, or give arguments supporting your choice of sign of the eigenvalues.

  136. By using the method of separation of variables replace the partial differential equation

      $\displaystyle \frac{\partial}{\partial t}u(x,t) -x^2 \frac{\partial^2}{\partial
x^2}u(x,t) -x \frac{\partial}{\partial x}u(x,t)
=0
$ (22)
    by a pair of ordinary differential equations. Solve these ordinary differential equations. Write down possible solutions of the partial differential equation (22). Do not worry about boundary conditions and initial conditions.

  137. Use separation of variables to find the function $u(x,t)$ that satisfies the wave equation

    $\displaystyle u_{tt}=u_{xx},\qquad
0<x<\pi,\quad t>0$
    with the boundary conditions
    $\displaystyle u(0,t)=0,\quad u(\pi,t)=0,\qquad t>0$
    and initial condition
    $\displaystyle u(x,t=0) = \sin(x), u_t(x,t=0)=0.$

    Sketch $u(x,t)$ for three values of $t$.

  138. Use separation of variables to replace partial differential equation

      $\displaystyle x^2 u_{xx}+u_{tt}=0,
$ (23)
    by a pair of ordinary differential equations. Solve these ordinary differential equations. Write down possible solutions of the partial differential equation (24). Do not worry about boundary conditions and initial conditions.

  139. Find the general solution of the given system of equations. Sketch a number of representative trajectories.

    $\dot {\mathbf x} = \left(\begin{array}{rr}3 & -2\\ 2 & -2\end{array}\right){\mathbf x}.$

  140. Solve by separation of variables the following Partial Differential Equation:

      $\displaystyle x^2 \frac{\partial^2}{\partial x^2}u(x,y)+ x \frac{\partial}{\par...
...frac{\partial^2}{\partial y^2}u(x,y)=0, u(x,0)=u(x,\pi)=0,\ \ 0<x<2, \ 0<y<\pi
$ (24)

    1. if $u(x, y) = X(x)Y (y)$, is a solution to the PDE (24), find two ordinary differential equations satisfied by the functions $X$ and $Y$. Each equation should contain a constant $\lambda$.
    2. Verify that possible solution to your equations are $X (x) =
x^m$ and $Y(k) = sin(k y)$, provided that $k$ and $m$ are related to $\lambda$ in a certain way. Find this relation.
    3. Now assume $u(x, 0) = 0$ and $u(x, \pi)$ = 0. What are the allowed values of $k$?
    4. Given the allowed values of $k$, what are the allowed values of $m$?
    5. Write down the resulting solution of this PDE

  141. (a) Consider the heat conduction problem

    $\displaystyle u_{t}=u_{xx},\qquad 0<x<10,\quad t>0,
$
    $\displaystyle u_{x}(0,t)=10,\qquad t>0,
$
    $\displaystyle u(10,t)=50,\qquad t>0,
$
    $\displaystyle u(x,0)=40-4x,\qquad 0<x<10.
$
    Find the steady state temperature distribution $v(x)$ that will be approached as $t \rightarrow
\infty$.

  142. The Fibonacci sequence 0, 1, 1, 2, 3, 5, 8, 13, $\ldots$ is defined by the condition that each successive term is the sum of its two predecessors,
      $\displaystyle a_n=a_{n-1}+a_{n-2}
$ (25)
    and the two initial terms $a_0=0$, $a_1=1$. Assume a particular solution of the difference equation (25) to be $a_n=\lambda^n$ for some unknown $\lambda$, and compute the two values of $\lambda$ that the equation gives you. By analogy with differential equations, construct the general solution of (25). Then, taking the two initial terms into account, compute the value of the general term $a_n$ of the Fibonacci sequence.
  143. Consider the equation for the nonlinear oscillator
    $\displaystyle \ddot x(t) + x(t)-x^3(t)=0$     (26)
    Here $x(t)$ is real quantity.

  144. Find the general solution (in terms of real-valued functions) of the following equation:
      $\displaystyle
\dot {\bf x}(t) =
\left[ \begin{array}{cc} 2& 0 \\ -1& 2\end{array}\right]
{\bf x}(t)\,.
$ (27)
    What is the steady solution to this equation? What is the stability of this steady solution?

  145. Consider the equation
      $\displaystyle
\dot {\bf x}(t) =
\left[ \begin{array}{cc} 2& -1 \\ -1& 2\end{array}\right]
{\bf x}(t).
$ (28)
    1. Find the general solution of (30)
    2. Plot the phase portrait of (30)
    3. Classify the stability of the origin ${\bf x}=0$ of equation (30).
  146. Find the steady state and determine its stability for the following differential equation:
      $\displaystyle
\dot {\bf x}(t) =
\left[ \begin{array}{cc} 1& -1 \\ 4& 1\end{array}\right]
{\bf x}(t) + \left[ \begin{array}{c} 1 \\ -1\end{array}\right]
$ (29)

  147. Consider the system
      $\displaystyle
\dot {\bf x}(t) =
\left[ \begin{array}{cc} 3& 2 \\ -4& -3\end{array}\right]
{\bf x}(t)\,.
$ (30)
    Plot the phase portrait of this system
    1. Draw the two (thick or different color) lines that are determined from the eigenvectors. Plot the four arrows (two per line in either direction) showing the direction of flow along these lines
    2. In each of four quadrants defined by the eigenvectors plot the two integral curves with the arrows showing the direction of the flow
  148. Consider the equation
      $\displaystyle
\dot {\bf x}(t) =
\left[ \begin{array}{cc} 1& -1 \\ 4& 1\end{array}\right]
{\bf x}(t)\ +
\left[ \begin{array}{c} 6 \\ 9\end{array}\right]
,.
$ (31)
    Find the steady state of the equation (31) and determine its stability.

    Extra Credit 10 points Plot the phase portrait of the system (32).

  149. Sometimes it is possible to make assessments of stability of linear systems with out calculating the eigenvalues. Consider the system
      $\displaystyle
\dot {\bf x}(t) =
\left[ \begin{array}{cc} a& b \\ c& d\end{array}\right]{\bf x}(t)
,.
$ (32)
    Assume that $a d \ne b c$. Show that if
    $\displaystyle a+d>0,$
    then ${\bf x_s}= {\bf0}$ is unstable

  150. Consider the system of equations
    $\displaystyle \left\{
\begin{array}{c} \dot x(t) = y^2(t) - x^2(t)
\\
\dot y(t) = y(t)+x^3(t)
\end{array}\right.
,.$     (33)
    Find the steady states of the system (33) and determine whether the steady states are assymptotically stable or unstable.
  151. Find the Hamiltonian function ${\cal H}(u,v)$ of the equation
    $\displaystyle 5 \ddot u(t) + 7 u(t) + 5 u^9(t)=0.$

    Hint: Hamiltonian is a function such that

    $\displaystyle \frac{d}{d t} H(u,v)=0,$
    and
    $\displaystyle \dot u(t) = \frac{\partial H}{\partial v(t)},
\dot v(t) = -\frac{\partial H}{\partial u(t)}$
  152. Find all of the solutions of the differential equation
    $\displaystyle y'(x)=\left(y(x)\right)^3 e^{-x}.$

  153. Find the solution to the Initial Value Problem
    $\displaystyle 2 y'(x) = y(x)+ e^{-x}-2, y(0)=1.$

  154. Find the solution to the Initial Value Problem
    $\displaystyle y''- y ' - 2 y =0, y(0)=0, y'(0)=1.$
  155. Suppose $y(t)$ satisfies the Initial Value Problem
    $\displaystyle y''-2 y + 2 y = 0, y(0)=-1, y'(0)=0.$
    Without solving for $y(t)$ determine
    $\displaystyle y''(0)$
    $\displaystyle y'''(0)$
    $\displaystyle y''''(0)$
    $\displaystyle y'''''(0)$