[SOLVED] AMS361-Homework 3

20.99 $

Programming resource
Digital learning resource
Category:
βœ“ Practical programming resource
βœ“ Suitable for guided study and reference
βœ“ Tutor guidance available when needed

Description

Rate this product

Problem 3.1 An outbreak of COVID-19, a highly contagious disease, is ravaging through all over the world. We hypothesize: a patient is diagnosed to be have contracted 𝑃0 COVID-10 viruses at time 𝑑 = 0 and these viruses β€œmultiple” subsequently according 𝑃′(𝑑) = βˆ’π›Όπ‘ƒ(𝑀 βˆ’ 𝑃) where 𝑃(𝑑) is number of viruses at time 𝑑 while 𝛼 > 0 and 𝑀 > 0 are constants. The patient will die when 𝑃. If 𝑃0 > 𝑀, the patient’s prognosis, i.e., the time 𝑇𝑝 is has left to live, is short. Derive a formula for 𝑇𝑝 and for given 𝑃0 = 1000, 𝑀 = 100, 𝛼 = 0.001. Compute the value of 𝑇𝑝.

 

Problem 3.2 Find the PS of the following IVP:

𝑦′′ βˆ’ 𝑦′ βˆ’ 2𝑦 = 0

{𝑦(0) = 1, 𝑦′(0) = 2

 

Problem 3.3 Find the GS of the DE:

π‘₯2𝑦′′ βˆ’ 3π‘₯𝑦′ + 4𝑦 = 0 Hint: substitute π‘₯ = exp 𝑑.

 

Problem 3.4 Solving the DE using the exact DE method:

4π‘₯2 + 3𝑦2

𝑦′ = βˆ’

2π‘₯𝑦

 

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.