Differential Equations Exam One, Exams of Differential Equations

Solutions to a differential equations exam. It includes explicit and implicit solutions to separable and exact differential equations, as well as the use of Euler's method and graphical analysis to solve differential equations. It also includes an example of solving a homogeneous differential equation using partial fractions.

Typology: Exams

2021/2022

Uploaded on 05/11/2023

myfuture
myfuture 🇺🇸

4.4

(18)

258 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Differential Equations Exam One NAME:
1. Solve (explicitly) the separable Differential Equation
dy
dx =y2+1
y(x+1) with y(0) = 2.
Separate: ydy
y2+1 =dx
x+1 .
Integrate: 1
2ln(y2+ 1) = ln(x+ 1) + c
Simplify: y2+ 1 = k(x+ 1)2.
Initial Value: 5 = k(1)
Final Answer: y=p5(x+ 1)21.
2. Solve (implicitly) the Exact Differential Equation
2x+y3sec2x)dx + (1 + 3y2tan x)dy = 0.
Integrate: [x2+y3tan x]S[y+y3tan x] = c.
Final Answer: x2+y3tan x +y=c.
3. Use Euler’s method with h=.2, for 3 steps, to find an approximate value
y(1.6) for the solution to the initial value problem dy/dx =yxwith y(1) = 3.
x0= 1 and y0= 3 and yn+1 =yn+hf (xn, yn) = yn+ (.2)(ynxn).
x1= 1.2 and y1= 3 + (.2)(3 1) = 3.4.
x2= 1.4 and y2= 3.4+(.2)(3.41.2) = 3.84.
x3= 1.6 and y3= 3.84 + (.2)(3.84 1.4) = 4.33.
Final Answer: y(1.6) 4.33.
4. Solve the equation y0=y2(y2)(y5) graphically.
(a) Find the critical values csuch that y=cis a solution.
(b) Find the sign of y0and the limiting value L on each interval.
(c) Sketch solutions with y(0) = 1, y(0) = 1 and y(0) = 6.
(a) y= 0, y= 2, and y= 5.
(b) y0>0 on (−∞,0), (0,2) and (5,); y0<0 on (2,5).
The limiting value is +on (5,).
The limiting value is 2 on (0,5).
The limiting value is 0 on (−∞,0].
pf3

Partial preview of the text

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

Differential Equations Exam One NAME:

  1. Solve (explicitly) the separable Differential Equation dydx = (^) yy(^2 x+1+1) with y(0) = 2.

Separate: (^) yydy (^2) +1 = (^) xdx+. Integrate: 12 ln(y^2 + 1) = ln(x + 1) + c Simplify: y^2 + 1 = k(x + 1)^2. Initial Value: 5 = k(1) Final Answer: y = √5(x + 1)^2 − 1.

  1. Solve (implicitly) the Exact Differential Equation 2 x + y^3 sec^2 x)dx + (1 + 3y^2 tan x)dy = 0. Integrate: [x^2 + y^3 tan x] ⋃[y + y^3 tan x] = c. Final Answer: x^2 + y^3 tan x + y = c.
  2. Use Euler’s method with h = .2, for 3 steps, to find an approximate value y(1.6) for the solution to the initial value problem dy/dx = y − x with y(1) = 3.

x 0 = 1 and y 0 = 3 and yn+1 = yn + hf (xn, yn) = yn + (.2)(yn − xn). x 1 = 1.2 and y 1 = 3 + (.2)(3 − 1) = 3.4. x 2 = 1.4 and y 2 = 3.4 + (.2)(3. 4 − 1 .2) = 3.84. x 3 = 1.6 and y 3 = 3.84 + (.2)(3. 84 − 1 .4) = 4.33. Final Answer: y(1.6) ∼ 4 .33.

  1. Solve the equation y′^ = y^2 (y − 2)(y − 5) graphically. (a) Find the critical values c such that y = c is a solution. (b) Find the sign of y′^ and the limiting value L on each interval. (c) Sketch solutions with y(0) = −1, y(0) = 1 and y(0) = 6. (a) y = 0, y = 2, and y = 5. (b) y′^ > 0 on (−∞, 0), (0, 2) and (5, ∞); y′^ < 0 on (2, 5). The limiting value is +∞ on (5, ∞). The limiting value is 2 on (0, 5). The limiting value is 0 on (−∞, 0].
  1. A packet dropped from a height of 400 meters with initial velocity 0 and air resistance. 7 mv, so that the velocity v(t) is subject to the differential equation v′^ = −. 7 v − 9 .8. Find the approximate time of impact and the limiting velocity. L = −ab = − 97.^8 = −14. This should be the approximate limiting velocity. v = −14 + 14e−.^7 t. Integrating, y = − 14 t − 20 e−.^7 t^ + 420 Assuming that 20e−.^7 t^ is negligible, y = 0 when t is approximately 420/14 = 30 seconds.
  2. Solve (implicitly) the homogeneous differential equation y′^ = (^) xy^2 −y^2 x 2. Simplify your answer. Hint: You may want to use partial fractions. Let v = y/x so that y = vx and y′^ = v + xv′ Substituting, we get the separable equation v + xv′^ = (^) v^2 −v^21. Separating, we get dx/x = (^) vv 2 −+^1 v Using partial fractions, v^ v(v−+1^1 =^ Av +^ vB+ v − 1 = A(v + 1) + Bv, so substituting v = −1 and v = 0: A = −1 and B = 2. Integrating ln x = 2ln(v + 1) − ln v + c Exponentiating, x = C (v+1) v^2 Substituting v = y/x and multiplying by x^2 /x^2 : x = C (x+ xyy)^2 Simplifying: x^2 y = C(x + y)^2.