Differential Equations: Problem Set 4

  1. Solve the nonlinear equation.

    x=(t+x)2

    Hint: Transform it into a separable equation by making the substitution y=t+x.

  2. Solve the second-order equation.

    x+x=3t

    Hint: Transform it into a first-order linear equation by making the substitution y=x.

  3. Consider the first-order linear ODE,

    x+p(t)x=q(t)

    1. Let x1(t) and x2(t) be solutions. Show that x1(t)+x2(t) is a solution if and only if q(t)0.

    2. Now suppose that x1(t) is a solution and x2(t) is a solution to the homogeneous problem x+p(t)x=0. Show that x1(t)+x2(t) is a solution.

  4. Initially a tank has 60 gallons of water. A brine solution with 1 pound of salt per gallon enters the (continuously stirred and well mixed) tank at a rate of 2 gallons per minute. Solution leaves the tank at a rate of 3 gallons per minute. Find an equation that gives the amount of salt in the tank at time t for all times beginning at the initial time up until the tank is empty.

  5. A differential equation of the form

    x=a(t)x+g(t)xn

    is called a Bernoulli equation.

    1. Show that a Bernoulli equation can be transformed into a linear equation by making the substitution y=x1n and then find a formula for the solution.

    2. Solve: x=23tx+2tx

    3. Solve: t2x+2txx3=0

  6. The following are two different generalizations of the logistic differential equation. Do you see why? In each case, solve the equations. Hint: they are Bernoulli equations.

    1. N=r(t)N(1NK)

    2. N=rN(1NK(t))

  7. (Bonus) The left hand side of the differential equation:

    M(t,x)+N(t,x)x=0

    looks like it might be a total derivative. It is a total derivative if there exists a function ψ(t,x) such that,

    ddtψ(t,x)=M(t,x)+N(t,x)x.

    If we can find such a function, then the differential equation above is called an exact equation and we would have that:

    ddtψ(t,x)=0,

    which implies that the solution to the equation is given implicitly by ψ(t,x)=C.

    1. Show that M(t,x)+N(t,x)x=0 is exact if and only if Mx = Nt.

    2. Solve: t3+xt+(x2+lnt)x=0