SU1 Tutorial
SU1 Tutorial
Instructions
✓ Answer the question.
✓ Use Matlab to plot graphs.
✓ The answers are given in brackets [ ] after each question. Your answer may be slightly
different but should simplify to the one given.
✓ Bring any mistakes to your lecturer's attention; we'll fix them and update the
document on myTUTor.
QUESTION 1
Determine the solution of each of the following first-order, ordinary differential equations.
You may leave the answer in implicit form.
dy 1 x+c
1.1 x = y2 + y −
y = ; x 0
dx x
dy y + x 2 − y 2
1.2 = y = x sin ( ln x + c )
dx x
1 dy 1 ex 1 x
1.3 − = ex
y 2 dx y
y = − 2 e + c
dy 1 1 − x ex − 4
1.4 + y = 2x y = e ln x + ce− x
dx e − 5e x + 4 3 e −1
dy y 2 + 4 −1 y
1.5 = 5 y − 10 tan 2 = x + c
dx 5 y2
dy 1 1
+ 2 xy = xe− x y 3 y 2e2 x = 3e3 x + c
2
1.6
dx
1
1.7 sin 3 xdx + 2 y cos3 3 xdy = 0 −2
6 cos 3x = y + c
2
y 1 2 x2 c
y − = x for x 1 = − +
4ln x ln x
1.8 y x
x ln x 2
Open Rubric
QUESTION 2
Derive an expression for 𝑦 = 𝑦(𝑥) in explicit form.
y ( x ) = x tan ( ln x + c )
dy
2.1 x2 = y 2 + xy + x 2
dx
y2
( 2t − 1) ( y 2 − 1)
dy 1 1
2.2 + t − y − 1 + ty = 0 2 − y = 4 ln 2t − 1 − 2 t + c
dt
2.3 xdy − ( y + 2 x 2 ) dx = 0 y = 2 x 2 + cx
dy y x
− = 5 x3 y 3 y2 = −x + c
5
2.4 2
dx x
dy y
− xy
2.5 x = y + xe x e = ln x + c; y = − x ln ln x + c
dx
dy 1 2 x2 + c
2 y + y2 = 2 xy = x + c; y =
2
2.7
dx x x
QUESTION 3
Determine the particular solution in each of the following cases.
y2
y ( 3e2 ) = 2
dy
3.1 xy 2 = y + 1; 2 − y + ln y + 1 = ln x − 2
dx
dy
3.2 = 3x 2 y 2 + 3x 2 ; y ( −1) = 0 tan −1 y = x3 + 1; y = tan( x3 + 1)
dx
dy
3.3 cos x + y sin x = sin x cos x; y(0) = 5 y = cos x ln sec x + 5cos x
dx
QUESTION 4
4.1 Solve the following by reducing the ODE using a suitable substitution.
dy x + y −1 y 1 x + y
4.1.1 = tan x − 2 ln x = ln x + c
dx x − y
dy y y y
4.1.3 = + tan ln sin = ln x + c
dx x x x
4.2 Solve by reducing to linear form first.
dy −2 −2 x −2 x 1 −2 x
4.2.1
dx
+ y = xy 3 y e = xe + 2 e + c
dy sec2 t tan 3 t
4.2.2 − 2 y tan t − y 2 tan 2 t = 0 y = − 3 + c
dt
dy 4 4 4 5 4 5
4.2.3 xy 3
dx
= x ln x − y 4 x y = 5 x ln x − 25 x + c
dy y 1 2
4.2.4 + = y3 x2 y 2 = x + c
dx x
4.3 Given: The differential equation xy + 4 y = 2 x 3 .
2 x3 c
4.3.1 Determine the solution y . y = + 3
7 x
QUESTION 5
When answering questions on applications:
▪ You should be able to interpret a mathematical solution, that is, "explain the solution
in English".
▪ Round only the final answer in a logical way.
▪ Units in the question ⇔ units in the answer.
▪ Can YOU sketch the graph of a solution by hand? And then use MATLAB to confirm
your sketch?
5.1 On 28 October 2021 Eskom notified the National Nuclear Regulator of the detection of
Iodine 131 (I-131) in Koeberg's ventilation system1. I-131 is a radio-active element
with a half-life of approximately 8 days. Assuming I-131 decays exponentially,
determine how much of a 200 g sample of I-131 was left after 10 days.
1
https://www.news24.com/fin24/economy/eskom/eskom-routine-check-detects-air-contamination-weakness-at-
koeberg-20211108, accessed 14 October 2021.
𝑑𝑖
[ + 5𝑖 = 10, 𝑖(0) = 0; 𝑖(0.5) ≈ 1.84 𝐴; 0.14 s (see graph)]
𝑑𝑡
5.4 A 1000-litre holding tank catches runoff from a chemical process. The tank initially
holds 800 litres of water with 2 grams of pollution dissolved in it. Polluted water,
containing 5 grams per litre of pollution, flows into the tank at a rate of 3 litres per
hour. At the same time, the well-mixed solution leaves the tank at 3 litres per hour.
When the amount of pollution in the holding tank reaches 500 grams, the inflow of
polluted water is cut off and fresh water enters the tank at a decreased rate of 2 litres
per hour, while the outflow is increased to 4 litres per hour. Determine the amount of
pollution in the tank at any time 𝑡.
HINT: Your answer will be a piecewise-defined function.
QUESTION 6
NOTE: Rounding
• Work with exact values where possible.
• Use at least one additional decimal digit for intermediate values in the table.
• Always write down the final answer rounded correctly.
6.1 Use Euler’s method to approximate the following initial-value problems. Give the final
answer accurately to five decimal places.
6.1.1 𝑦 ′ = 𝑥𝑒 3𝑥 − 2𝑦; 0 ≤ 𝑥 ≤ 1; 𝑦(0) = 0 with ℎ = 0.5
y(1) 1.12042
6.1.2 𝑦 ′ = 1 + (𝑥 − 𝑦)2 ; 2 ≤ 𝑥 ≤ 3; 𝑦(2) = 1 with ℎ = 0.25
y (3) 2.5502
6.2 Suppose 𝑦(𝑥) is the solution of the initial value problem 𝑦 ′ = 3 + 𝑥𝑦 with 𝑦(0) = 1.
Determine the estimated value of 𝑦(0.5), accurately to four decimal places, using
Euler's method with the step size ℎ = 0.1. y(0.5) 2.6958
2
https://www.amsi.org.au/ESA_Senior_Years/PDF/GrowthDecay3e.pdf, accessed 22022/03/15