Differential Equations Practice Exam and Solutions, Exams of Differential Equations

Practice Exam with Solutions of Differential Equations | Fall 2011 MIT

Typology: Exams

2019/2020

Uploaded on 04/23/2020

yorket
yorket 🇺🇸

4.4

(38)

276 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
18.03SC Unit 1 Practice Exam and Solutions
1. A certain computer chip sheds heat at a rate proportional to the difference between its
temperature and that of its environment.
(a) Write down a differential equation controlling the temperature of the chip, as a function
of time measured in minutes, if the temperature in the environment is a constant 20C.
Your equation will have a constant in it which can’t be determined from the data given so
far.
(b) What is the general solution of this equation? (This will still involve the unknown
constant).
(c) It is observed that if the chip is powered down at t = 0 at a temperature of 70C in
a room at 20C, its temperature at t = 10 minutes is 60C. Use this new information to
complete the determination of the differential equation.
2. Estimate y(2.2) where y is the solution of the differential equation y' = y2 x2 with
y(2) = 0, using Euler’s method with step size 0.1.
3. This problem concerns the differential equation y' = y2 x2. Part of its direction field is
shown below.
(a) On the diagram, sketch and label the isoclines for slope m = 4, m = 0, and m = 4.
(b) On the diagram, sketch the graph of the solution of the equation with y(2) = 0.
(c) Estimate the value y(100) of the solution with y(2) = 0. Is your estimate too large or
pf3
pf4

Partial preview of the text

Download Differential Equations Practice Exam and Solutions and more Exams Differential Equations in PDF only on Docsity!

18.03SC Unit 1 Practice Exam and Solutions

1. A certain computer chip sheds heat at a rate proportional to the difference between its temperature and that of its environment.

(a) Write down a differential equation controlling the temperature of the chip, as a function of time measured in minutes, if the temperature in the environment is a constant 20◦C. Your equation will have a constant in it which can’t be determined from the data given so far.

(b) What is the general solution of this equation? (This will still involve the unknown constant).

(c) It is observed that if the chip is powered down at t = 0 at a temperature of 70◦C in a room at 20◦C, its temperature at t = 10 minutes is 60◦C. Use this new information to complete the determination of the differential equation.

2. Estimate y(2.2) where y is the solution of the differential equation y'^ = y^2 − x^2 with y( 2 ) = 0, using Euler’s method with step size 0.1. 3. This problem concerns the differential equation y'^ = y^2 − x^2. Part of its direction field is shown below.

(a) On the diagram, sketch and label the isoclines for slope m = −4, m = 0, and m = 4.

(b) On the diagram, sketch the graph of the solution of the equation with y( 2 ) = 0.

(c) Estimate the value y( 100 ) of the solution with y( 2 ) = 0. Is your estimate too large or

18.03SC Unit 1 Practice Exam and Solutions OCW 18.03SC

too small?

(d) A certain solution y has a local extremum at x = −1. What can you say about y(− 1 )? Is the extremum a maximum or a minimum? For full credit, make a relevant calculation, rather than merely relying on the picture.

4. (a) Find the general solution of tx + 2 x = t^2.

(b) Find a sinusoidal solution to the differential equation x + 2 x = cos( 2 t). Express your answer as a sum of sines and cosines. You may use any method to find this solution.

5. (a) Express each of the cube roots of − 8 i first in the form Aei θ^ and then in the form a + bi.

(b)–(e) relate to the sinusoidal function f (t) = − cos( π 2 t) − sin( π 2 t).

(b) Find positive real numbers A and φ such that f (t) = A cos( π 2 t − φ ).

(c) What is the period P of this sinusoidal function?

(d) What is the time lag t 0 of this sinusoidal function?

(e) Please sketch a graph of this function below, marking on the diagram A, P, and t 0.

6. This problem concerns the autonomous equation y = y^3 − y.

(a) Sketch the phase line for this equation. Mark on it all critical points. Label each critical point as stable, unstable, or neither.

(b) Sketch some solutions for this equation, enough so that for any b between −2 and + 2 you show a solution y such that y(t) = b for some t.

(c) Determine where points of inflection occur in solutions to this equation. (A function f (t) has a point of inflection at (a, b) if f (a) = b and f ''^ (a) = 0.)

Solutions

1.. (a) Let x(t) be the temperature of the chip in degrees C:.

x = k( 20 − x), or x + kx = 20 k.

(b) x = 20 + Ce−kt^.

(c) The data gives 70 = x( 0 ) = 20 + C, so C = 50 and 60 = x( 10 ) = 20 + 50 e−^10 k, so − 10 k = ln( 40 ) − ln( 50 ) or k = (ln( 50 ) − ln( 40 ))/10.

2.

MIT OpenCourseWare http://ocw.mit.edu

18.03SC Differential Equations

Fall 2011

For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.