Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

11.E: Introduction (Exercises)

( \newcommand{\kernel}{\mathrm{null}\,}\)

title="0.2: Introduction to Differential Equations" href="/Bookshelves/Differential_Equations/Book:_Differential_Equations_for_Engineers_(Lebl)/0:_Introduction/0.2:_Introduction_to_Differential_Equations">Introduction to Differential Equations

Exercise 11.E.0.2.1

Show that x=e4t is a solution to x12x+48x64x=0.

Exercise 11.E.0.2.2

Show that x=et is not a solution to x12x+48x64x=0.

Exercise 11.E.0.2.3

Is y=sint a solution to (dydt)2=1y2? Justify.

Exercise 11.E.0.2.4

Let y+2y8y=0. Now try a solution of the form y=erx for some (unknown) constant r. Is this a solution for some r? If so, find all such r.

Exercise 11.E.0.2.5

Verify that x=Ce2t is a solution to x=2x. Find C to solve for the initial condition x(0)=100.

Exercise 11.E.0.2.6

Verify that x=C1et+C2e2t is a solution to xx2x=0. Find C1 and C2 to solve for the initial conditions x(0)=10 and x(0)=0.

Exercise 11.E.0.2.7

Find a solution to (x)2+x2=4 using your knowledge of derivatives of functions that you know from basic calculus.

Exercise 11.E.0.2.8

Solve:

  1. dAdt=10A,A(0)=5
  2. dHdx=3H,H(0)=1
  3. d2ydx2=4y,y(0)=0,y(0)=1
  4. d2xdy2=9x,x(0)=1,x(0)=0
Exercise 11.E.0.2.9

Is there a solution to y=y, such that y(0)=y(1)?

Exercise 11.E.0.2.10

The population of city X was 100 thousand 20 years ago, and the population of city X was 120 thousand 10 years ago. Assuming constant growth, you can use the exponential population model (like for the bacteria). What do you estimate the population is now?

Exercise 11.E.0.2.11

Suppose that a football coach gets a salary of one million dollars now, and a raise of 10% every year (so exponential model, like population of bacteria). Let s be the salary in millions of dollars, and t is time in years.

  1. What is s(0) and s(1).
  2. Approximately how many years will it take for the salary to be 10 million.
  3. Approximately how many years will it take for the salary to be 20 million.
  4. Approximately how many years will it take for the salary to be 30 million.
Exercise 11.E.0.2.12

Show that x=e2t is a solution to x+4x+4x=0.

Answer

Compute x=2e2t and x=4e2t. Then (4e2t)+4(2e2t)+4(e2t)=0.

Exercise 11.E.0.2.13

Is y=x2 a solution to x2y2y=0? Justify.

Answer

Yes.

Exercise 11.E.0.2.14

Let xyy=0. Try a solution of the form y=xr. Is this a solution for some r? If so, find all such r.

Answer

y=xr is a solution for r=0 and r=2.

Exercise 11.E.0.2.15

Verify that x=C1et+C2 is a solution to xx=0. Find C1 and C2 so that x satisfies x(0)=10 and x(0)=100.

Answer

C1=100, C2=90

Exercise 11.E.0.2.16

Solve dφds=8φ and φ(0)=9.

Answer

φ=9e8s

Exercise 11.E.0.2.17

Solve:

  1. dxdt=4x,x(0)=9
  2. d2xdt2=4x,x(0)=1,x(0)=2
  3. dpdq=3p,p(0)=4
  4. d2Tdx2=4T,T(0)=0,T(0)=6
Answer
  1. x=9e4t
  2. x=cos(2t)+sin(2t)
  3. p=4e3q
  4. T=3sinh(2x)

title="0.3: Classification of Differential Equations" href="/Bookshelves/Differential_Equations/Book:_Differential_Equations_for_Engineers_(Lebl)/0:_Introduction/0.3:_Classification_of_Differential_Equations">Classification of Differential Equations

Exercise 11.E.0.3.1

Classify the following equations. Are they ODE or PDE? Is it an equation or a system? What is the order? Is it linear or nonlinear, and if it is linear, is it homogeneous, constant coefficient? If it is an ODE, is it autonomous?

  1. sin(t)d2xdt2+cos(t)x=t2
  2. ux+3uy=xy
  3. y+3y+5x=0,x+xy=0
  4. 2ut2+u2us2=0
  5. x+tx2=t
  6. d4xdt4=0
Exercise 11.E.0.3.2

If u=(u1,u2,u3) is a vector, we have the divergence u=u1x+u2y+u3z and curl ×u=(u3yu2z, u1zu3x, u2xu1y). Notice that curl of a vector is still a vector. Write out Maxwell’s equations in terms of partial derivatives and classify the system.

Exercise 11.E.0.3.3

Suppose F is a linear function, that is, F(x,y)=ax+by for constants a and b. What is the classification of equations of the form F(y,y)=0.

Exercise 11.E.0.3.4

Write down an explicit example of a third order, linear, nonconstant coefficient, nonautonomous, nonhomogeneous system of two ODE such that every derivative that could appear, does appear.

Exercise 11.E.0.3.5

Classify the following equations. Are they ODE or PDE? Is it an equation or a system? What is the order? Is it linear or nonlinear, and if it is linear, is it homogeneous, constant coefficient? If it is an ODE, is it autonomous?

  1. 2vx2+32vy2=sin(x)
  2. dxdt+cos(t)x=t2+t+1
  3. d7Fdx7=3F(x)
  4. y+8y=1
  5. x+tyx=0,y+txy=0
  6. ut=2us2+u2
Answer
  1. PDE, equation, second order, linear, nonhomogeneous, constant coefficient.
  2. ODE, equation, first order, linear, nonhomogeneous, not constant coefficient, not autonomous.
  3. ODE, equation, seventh order, linear, homogeneous, constant coefficient, autonomous.
  4. ODE, equation, second order, linear, nonhomogeneous, constant coefficient, autonomous.
  5. ODE, system, second order, nonlinear.
  6. PDE, equation, second order, nonlinear.
Exercise 11.E.0.3.6

Write down the general zeroth order linear ordinary differential equation. Write down the general solution.

Answer

equation: a(x)y=b(x), solution: y=b(x)a(x).

Exercise 11.E.0.3.7

For which k is dxdt+xk=tk+2 linear. Hint: there are two answers.

Answer

k=0 or k=1


11.E: Introduction (Exercises) is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by LibreTexts.

Support Center

How can we help?