Quotient of First Order Ordinary Derivatives

Click For Summary
SUMMARY

The discussion focuses on solving the differential equation given by the quotient of first-order ordinary derivatives: $$\frac{\mathrm{d}y(x)/\mathrm{d}x}{\mathrm{d}z(x)/\mathrm{d}x} = a[1-y(x)-z(x)] + b$$ with initial conditions $$y(0) = z(0) = 0$$. The analysis reveals that the equation defines a relationship between the functions y(x) and z(x), leading to an infinite number of solutions. By manipulating the equation, the relationship can be expressed as $$y = (1/a)(-a*z(x)+b+1) -((b+1)/a)*exp(-a*z(x))$$, confirming the existence of multiple valid pairs (y, z).

PREREQUISITES
  • Understanding of first-order ordinary differential equations (ODEs)
  • Familiarity with exponential functions and their properties
  • Knowledge of initial value problems in differential equations
  • Basic skills in algebraic manipulation of equations
NEXT STEPS
  • Study the method of separation of variables in differential equations
  • Learn about linear differential equations and their solutions
  • Explore numerical methods for solving ODEs, such as the Runge-Kutta method
  • Investigate the implications of initial conditions on the uniqueness of solutions in ODEs
USEFUL FOR

Mathematicians, physicists, and engineers who are solving differential equations, particularly those dealing with systems of equations and initial value problems.

franklampard8
Messages
3
Reaction score
0
How do you solve (analytically or numerically) a differential equation of this form,

$$\frac{\mathrm{d}y(x)/\mathrm{d}x}{\mathrm{d}z(x)/\mathrm{d}x} = a[1-y(x)-z(x)] + b$$

where a, b are constants. Also,

$$y(0) = z(0) = 0$$
 
Physics news on Phys.org
franklampard8 said:
How do you solve (analytically or numerically) a differential equation of this form,

$$\frac{\mathrm{d}y(x)/\mathrm{d}x}{\mathrm{d}z(x)/\mathrm{d}x} = a[1-y(x)-z(x)] + b$$

where a, b are constants. Also,

$$y(0) = z(0) = 0$$

Since you have only one equation, but two unknown functions y(x) and z(x) the problem remains undefined. You cannot obtain one function y(x) and one function z(x), but an infinity of couples.
Nevertheless, tne differential equation allows to express a relationship beteween each couple y(x) and z(x). The relationship is on the form y=function of z.
Now, how to obtain y = y(z) ?

dy/dz = a(-y-z)+b
(dy/dz)+a*y = b -a*z
(dY/dz)+a*Y = 0 --> Y = c*exp(-a*z)
c --> f(z)
y = f(z)*exp(-a*z)
dy/dz = (df/dz)exp(-a*z)-a*f*exp(-a*z)
(df/dz)exp(-a*z)-a*f*exp(-a*z) +a*f*exp(-a*z) = b -a*z
(df/dz)exp(-a*z) = b -a*z
df = (b-a*z)exp(a*z)*dz
f = (1/a)*(-a*z+b+1)*exp(a*z)+C
y = (1/a)*(-a*z+b+1) +C*exp(-a*z)
y(0)=z(0)=0 --> 0 = (1/a)*(b+1) +C --> C = -(b+1)/a
y = (1/a)*(-a*z+b+1) -((b+1)/a)*exp(-a*z)

if you want, you can chose any derivable function z(x). Then, the related function y(x) is :
y(x) = (1/a)*(-a*z(x)+b+1) -((b+1)/a)*exp(-a*z(x))
This proves that, due to the incomplete wording, there are an infinity of solutions.
 
Last edited:
Or did you originally have two equations, one for dy/dx and one for dz/dx and you performed the 'trick' where you divide one by the other to end up with one differential equation?

You would then probably get an ode like dy/dz = a(1-y-z)+b which is linear.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
925
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 2 ·
Replies
2
Views
11K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 1 ·
Replies
1
Views
5K
Replies
3
Views
1K