0% found this document useful (0 votes)
9 views2 pages

Differential Equations Tutorial for BSc Students

Uploaded by

hppmphepo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views2 pages

Differential Equations Tutorial for BSc Students

Uploaded by

hppmphepo
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Tutorial Problems for BSc in Sciences Education year 3 and BSc in

Mathematical Sciences Year Two in December 2024

Instruction: Attempt to work on the problems on this tutorial paper.

dy
1. Solve the differential equation + 3x2 y = 6x2 . (5)
dx
2. Find the solution of the initial-value problem (6)

x2 y ′ + xy = 1, x > 0, y(1) = 2.

3. Let P (t) be the performance level of someone learning a skill as a function of the training time t. (10)
The graph of P is called a learning curve. We propose the differential equation
dP
= k(M − P (t))
dt
as a reasonable model for learning, where k is a positive constant. Solve it as a linear differential
equation.
4. An object with mass m is dropped from rest and we assume that the air resistance is proportional (7)
to the speed of the object. If s(t) is the distance dropped after t seconds, then the speed is v = s′ (t)
and the acceleration is a = v ′ (t)). If g is the acceleration due to gravity, then the downward force
on the object is mg − cv, where c is a positive constant, and Newton’s Second Law gives
dv
m = mg − cv.
dt
Solve this as a linear equation to show that
mg
v= (1 − e−ct/m ).
c

5. Consider this specific example of an initial value problem for Newton’s law of cooling: (10)

y ′ = 2(25 − y), y(0) = 40.

Discuss the solutions for this initial value problem.


6. Find the solutions to the differential equation y ′ = ky, which models a quantity y that grows or (8)
decays proportionally to its size depending on whether k is positive or negative.
7. Suppose K50, 000 is deposited into an account which earns continuously compounded interest. Under
these conditions, the balance in the account grows at a rate proportional to the current balance.
Suppose that after 4 years the account is worth K70, 000.
(a) How much is the account worth after 5 years? (5)
(b) How many years does it take for the balance to double? (5)
8. Solve the initial value problem (5)
y ′ + y cos x = 0,
subject to y(0) = 1/2.

9. Solve the initial value problem (5)

ty ′ + 3y = 0. assuming t > 0.

10. Find the solution of the initial value problem (8)


3y 1
y′ + = t2 , y(1) = .
t 2

11. Determine the general solution of the differential equation (6)

dy
+ 3t2 y = 6t2 .
dt

12. Solve the following IVP and find the interval of validity for the solution. (10)

xy ′ + 4y = x4 y 2 , y(2) = −1, x > 0.

xy − y
13. Given differential equation y ′ = .
y+1
(a) Show that the differential equation is separable. (4)
(b) Find the general solution and any singular solutions. (7)
(c) Find a solution which satisfies the initial condition y(2) = 1. (5)
14. Scientists have observed that a small colony of hyena on Nyika National Park obeys the population
growth law. There were 2000 hyenas initially and 3000 hyenas 4 years later.
(a) How many hyenas will there be after 10 years? (6)
(b) How long will it take for the number of penguins to double? (4)
15. A metal bar with initial temperature 25o C is dropped into a container of boiling water (100o C).
After 5 seconds, the temperature of the bar is 35o C.
(a) What will the temperature of the bar be after 1 minute? (6)
(b) How long will it take for the temperature of the bar to be within 0.5o C of the boiling water? (4)
16. A certain radioactive material is decaying at a rate proportional to the amount present. If a sample
of 50 grams of the material was present initially and after 2 hours the sample lost 10% of its mass,
find:
(a) An expression for the mass of the material remaining at any time t. (7)
(b) The mass of the material after 4 hours. (5)
(c) The half-life of the material. (4)

Page 2

Common questions

Powered by AI

The differential equation \( dy/dt + 3t^2y = 6t^2 \) is a linear first-order equation. The integrating factor is \( \mu(t) = e^{\int 3t^2 dt} = e^{t^3} \). Multiplying through by the integrating factor, \( e^{t^3} dy/dt + 3t^2 e^{t^3} y = 6t^2 e^{t^3} \), compresses to \( d/dt (e^{t^3} y) = 6t^2 e^{t^3} \). Integrating both sides gives \( e^{t^3} y = 2e^{t^3} + C \), resulting in the general solution \( y = 2 + Ce^{-t^3} \).

The given initial-value problem can be addressed using the substitution \( v = xy \) which transforms \( x^2y' + xy = 1 \) into \( xv' + v = 1 \). This is a first-order linear equation and can be rearranged as \( dv/dx + v/x = 1/x \). The integrating factor is \( e^{\int (1/x) dx} = x \). Multiplying through by the integrating factor gives \( d/dx (vx) = 1 \). Integrating \( vx = x + C \), and substituting back \( y = v/x \), results in \( y = 1/x + C/x^2 \). Applying the initial condition \( y(1) = 2 \) results in \( C = 1 \) and the specific solution \( y(x) = 1/x + 1/x^2 \).

The mass \( m(t) \) is modeled by \( m(t) = m_0 e^{-kt} \), where \( m_0 = 50 \). Given \( m(2) = 0.9 \times 50 = 45 \), solve for \( k \) as \( 45 = 50e^{-2k} \), yielding \( k = -\ln(0.9)/2 \). The expression for the remaining mass is \( m(t) = 50e^{-\ln(0.9)t/2} \).

The differential equation \( ty' + 3y = 0 \) can be solved using separation of variables. Rewrite it as \( dy/y = -3 dt/t \), and integrate both sides to obtain \( \ln|y| = -3 \ln|t| + C \). Simplifying gives \( y = Ct^{-3} \). The specific solution depends on initial conditions, which are not provided here .

The differential equation \( dy/dx + 3x^2y = 6x^2 \) is a first-order linear equation. By applying an integrating factor \( \mu(x) = e^{\int 3x^2 dx} = e^{x^3} \), we multiply through by \( e^{x^3} \) to obtain \( e^{x^3} dy/dx + 3x^2 e^{x^3} y = 6x^2 e^{x^3} \). This simplifies to \( d/dx (e^{x^3} y) = 6x^2 e^{x^3} \). Integrating both sides with respect to \( x \) gives \( e^{x^3} y = 2e^{x^3} + C \), and the solution is \( y = 2 + Ce^{-x^3} \).

The differential equation \( dP/dt = k(M - P(t)) \) is solved as a first-order linear differential equation. Rearranging gives \( dP/(M - P) = k dt \). Integrating both sides, \( \int dP/(M - P) = -ln|M - P| \) and \( \int k dt = kt + C \). Solving for \( P \), \( M - P = Ce^{-kt} \). Thus, \( P(t) = M - Ce^{-kt} \), where \( C \) is determined by initial conditions .

The equation \( y′ = (xy - y)/(y + 1) \) can be rewritten as \( y′(y + 1) = x(y - 1) \), allowing separation of variables: \( dy/(y - 1) = x dx/(y + 1) \). By integrating both sides, we get \( \int (y + 1)/(y - 1) dy = \int x dx \), giving a solution involving logarithmic integration. This elaborates to the implicit form \( (y - 1)^2 = 2x^2 + C \). Solving for \( y \) leads to the general solution \( y = 1 \pm \sqrt{2x^2 + C} \).

To find the interval of validity, solve the differential equation by rewriting it as \( y′ = (x^4y^2 - 4y)/x \) which is nonlinear and separable. Separating variables yields \( dy/(y^2 - 4/x) = x^3 dx \). Solving the integral for \( y \) involves determining when the function is continuous. Use initial conditions to find constants and test points of singularity due to \( y = ±2/x \) yielding potential discontinuities. The interval of validity excludes values where the denominator becomes zero. Given \( y(2) = -1 \) and continuity requirements, the calculated interval of validity is \( 0 < x < \infty \).

Given the population growth \( P(t) = P_0 e^{kt} \), where \( P_0 = 2000 \) initially and \( P(4) = 3000 \), we solve for \( k \) from \( 3000 = 2000e^{4k} \), leading to \( k \approx 0.0953 \). To find the hyena population after 10 years, use \( P(10) = 2000e^{10k} \), giving approximately 5587 hyenas .

The differential equation \( y' = 2(25 - y) \) can be solved as a separable equation by rewriting it as \( dy/(25 - y) = 2 dt \). Integrating gives \( -\ln|25 - y| = 2t + C \). Exponentiating results in \( 25 - y = Ce^{-2t} \). Applying the initial condition \( y(0) = 40 \) gives \( C = -15 \), leading to \( y(t) = 25 + 15e^{-2t} \).

You might also like