0% found this document useful (0 votes)
24 views1 page

Differential Equations Tutorial 1

This document contains a tutorial on differential equations with three questions. Question 1 asks which of the given differential equations are separable and provides the answers. Question 2 asks for the general solutions of two differential equations and provides the solutions. Question 3 asks which differential equations are linear, asks to solve those that are linear, and provides the answers.

Uploaded by

Hui Shan
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)
24 views1 page

Differential Equations Tutorial 1

This document contains a tutorial on differential equations with three questions. Question 1 asks which of the given differential equations are separable and provides the answers. Question 2 asks for the general solutions of two differential equations and provides the solutions. Question 3 asks which differential equations are linear, asks to solve those that are linear, and provides the answers.

Uploaded by

Hui Shan
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

BMCG 1013 Differential Equations

Tutorial 1

Question 1
Determine whether the following DEs are separable.
𝑑𝑑𝑑𝑑
(a) 𝑦𝑦2 + 𝑥𝑥𝑥𝑥 = 0
𝑑𝑑𝑑𝑑

(b) 𝑥𝑥𝑥𝑥𝑥𝑥 − 𝑦𝑦𝑦𝑦𝑦𝑦 = 𝑥𝑥𝑥𝑥𝑥𝑥𝑥𝑥


𝑑𝑑𝑑𝑑
(c) + 𝑥𝑥𝑥𝑥 = 2
𝑑𝑑𝑑𝑑
𝑑𝑑𝑑𝑑
(d) 2𝑥𝑥𝑥𝑥 = 2 + cos 𝑥𝑥
𝑑𝑑𝑑𝑑

[Ans: Yes, Yes, No, Yes]

Question 2
Find the general solutions of the following DEs.
𝑑𝑑𝑑𝑑
(a) = 𝑦𝑦 sin 𝑥𝑥
𝑑𝑑𝑑𝑑
𝑑𝑑𝑑𝑑
(b) = (64𝑥𝑥𝑥𝑥)1/3
𝑑𝑑𝑑𝑑

3/2
[Ans: 𝑦𝑦 = 𝐶𝐶𝑒𝑒 − cos 𝑥𝑥 ; 𝑦𝑦 = �2𝑥𝑥 4/3 + 𝐶𝐶� ]

Question 3
Determine whether the following DEs are linear. If yes, solve the DE.
𝑑𝑑𝑑𝑑
a) = 5𝑦𝑦 + 2𝑥𝑥 − 𝑒𝑒 𝑦𝑦
𝑑𝑑𝑑𝑑
𝑑𝑑𝑑𝑑
b) + 3𝑦𝑦 = 𝑒𝑒 2𝑥𝑥
𝑑𝑑𝑑𝑑
𝑑𝑑𝑑𝑑
c) (1 + 𝑥𝑥 2 ) − 𝑥𝑥𝑥𝑥 = 𝑥𝑥(1 + 𝑥𝑥 2 )
𝑑𝑑𝑑𝑑
𝑑𝑑𝑑𝑑
d) + 𝑡𝑡 3 𝑥𝑥 = sin 𝑥𝑥
𝑑𝑑𝑑𝑑
𝑑𝑑𝑑𝑑
e) + 𝑦𝑦 tan 𝑥𝑥 = sin 2𝑥𝑥
𝑑𝑑𝑑𝑑

1
[Ans: No; 𝑦𝑦 = 5 𝑒𝑒 2𝑥𝑥 + 𝐴𝐴𝑒𝑒 −3𝑥𝑥 ; 𝑦𝑦 = 1 + 𝑥𝑥 2 + 𝐴𝐴√1 + 𝑥𝑥 2 ; No; 𝑦𝑦 = 𝐴𝐴 cos 𝑥𝑥 − 2 cos2 𝑥𝑥]

Common questions

Powered by AI

A differential equation is linear if it can be written in the form \( a(x) dy/dx + b(x) y = c(x) \), where \( a(x) \), \( b(x) \), and \( c(x) \) are functions of \( x \). \( dy/dx + 3y = e^{2x} \) fits this form with \( a(x) = 1 \), \( b(x) = 3 \), and \( c(x) = e^{2x} \). Therefore, it is linear .

An unseparable differential equation like \( dy/dx = x^3 - y^3 \) cannot be solved by separation of variables, a direct and widely used technique. It implies the necessity for more complex methods, such as substitution or numerical approaches, due to the mixed dependency of \( x \) and \( y \) in terms .

To solve \( dy/dx + 2xy = 3x^2 \), identify the integrating factor \( \mu(x) = e^{\int 2x \, dx} = e^{x^2} \). Multiply through by the integrating factor to obtain \((e^{x^2} y)' = 3x^2 e^{x^2}\). Integrate both sides to find \( e^{x^2} y = e^{x^2} + C \), giving \( y = 1 + Ce^{-x^2} \).

Identifying a differential equation as nonlinear, such as \( dy/dx = 5y + 2x - e^y \), is critical as it affects the solution techniques. Nonlinear DEs cannot be solved using standard linear methods and often require specialized techniques or numerical methods. Here, the presence of \( e^y \) makes it nonlinear .

Initial conditions provide specific solution criteria, transforming a general solution into a particular one. For \( dy/dx = (64x^3)^{1/3} \), integration yields \( y = (2x^{4/3} + C)^{3/2} \). An initial condition such as \( y(x_0) = y_0 \) would yield the constant \( C \) and specify the solution curve that satisfies said condition .

A differential equation is separable if it can be expressed as a product of a function of \( x \) and a function of \( y \). For \( dy/dx + xx = 2 \), this equation cannot be rearranged into \( f(x)dx + g(y)dy = 0 \) form. Thus, it is not separable .

The constant \( C \) in the general solution \( y = C e^{-\cos x} \) signifies an arbitrary constant resulting from integration. It represents the family of curves that satisfy the differential equation, enabling specific solutions based on initial conditions, encapsulating the infinite set of potential solution curves .

The equation \( dy/dx + y \tan x = \sin^2 x \) is linear as it can be structured into \( dy/dx + P(x)y = Q(x) \), with \( P(x) = \tan x \). Solving using an integrating factor \( \mu(x) = e^{\int \tan x \, dx} = e^{\ln |\sec x|} = \sec x \), we find the solution \( y = A\cos x - 2\cos^2 x \), with \( A \) as a constant .

The equation \( (1 + x^2) dy/dx - xy = x(1 + x^2) \) is linear because it can be arranged in the form \( a(x) dy/dx + b(x) y = c(x) \). Dividing through by \( (1 + x^2) \), we obtain \( dy/dx - (x/(1 + x^2))y = x \). This is a first-order linear DE. Solving it, we find \( y = 1 + x^2 + A\sqrt{1 + x^2} \), where \( A \) is a constant .

To solve \( dy/dx = y \sin x \), use the method of separation of variables by rewriting it as \( 1/y \, dy = \sin x \, dx \). Integrating both sides gives \( \ln |y| = -\cos x + C \). Solving for \( y \) yields \( y = C\, e^{-\cos x} \) where \( C = e^C \).

You might also like