Solve Linear ODE with Discontinuous f(x)

  • Thread starter Thread starter 1s1
  • Start date Start date
  • Tags Tags
    Linear Ode
Click For Summary
SUMMARY

The discussion focuses on solving a linear ordinary differential equation (ODE) with a piecewise function defined as \( f(x) = \{1, \ 0 \leq x < 1; \ 0, \ x \geq 1\} \). The solution for \( f(x) = 1 \) yields \( y = 1 \), while the solution for \( f(x) = 0 \) initially gives \( y = \frac{1}{e^{x}} \), which is incorrect due to the initial condition being misapplied. The correct approach involves recognizing the continuity requirement at \( x = 1 \), leading to the solution \( y = \frac{e}{e^{x}} \) for \( x \geq 1 \). The discussion highlights the importance of understanding initial conditions and continuity in solving ODEs.

PREREQUISITES
  • Understanding of first-order linear ordinary differential equations (ODEs)
  • Familiarity with integrating factors in ODEs
  • Knowledge of piecewise functions and their continuity
  • Basic skills in solving differential equations using separation of variables
NEXT STEPS
  • Study the method of integrating factors for first-order linear ODEs
  • Learn about continuity and its implications in piecewise functions
  • Explore alternative methods for solving ODEs, such as separation of variables
  • Practice solving various first-order linear ODEs to reinforce understanding
USEFUL FOR

Students and educators in mathematics, particularly those studying differential equations, as well as anyone seeking to understand the nuances of solving linear ODEs with discontinuous functions.

1s1
Messages
20
Reaction score
0

Homework Statement



$$\frac{dy}{dx}+y=\left\{\begin{matrix}1, \ 0\leq x< 1
\\
0, \ x\ge1 \ \ \ \ \ \ \
\end{matrix}\right.$$

Homework Equations





The Attempt at a Solution


$$P(x)=1$$
Integrating factor ##=e^{x}##

For ##f(x)=1##:
$$\frac{d}{dx}[e^{x}y]=e^{x}$$
Integrating both sides:
$$e^{x}y=e^{x}+C$$
$$y=1+\frac{C}{e^{x}}, y(0)=1$$
$$C=0$$
$$\fbox{y=1}$$

For ##f(x)=0##:
$$\frac{d}{dx}[e^{x}y]=0$$
Integrating both sides:
$$e^{x}y=C$$
$$y=\frac{C}{e^{x}}, y(0)=1$$
$$C=1$$
##y=\frac{1}{e^{x}}## <-- This one is coming back incorrect

I have worked through this problem multiple times, but my WeBWorK assignment keeps saying the second solution, the one for ##f(x)=0## is incorrect. I can't figure out what I'm doing wrong?! Any help would be greatly appreciated!
 
Physics news on Phys.org
1s1 said:

Homework Statement



$$\frac{dy}{dx}+y=\left\{\begin{matrix}1, \ 0\leq x< 1
\\
0, \ x\ge1 \ \ \ \ \ \ \
\end{matrix}\right.$$

Homework Equations





The Attempt at a Solution


$$P(x)=1$$
Integrating factor ##=e^{x}##

For ##f(x)=1##:
$$\frac{d}{dx}[e^{x}y]=e^{x}$$
Integrating both sides:
$$e^{x}y=e^{x}+C$$
$$y=1+\frac{C}{e^{x}}, y(0)=1$$
$$C=0$$
$$\fbox{y=1}$$

For ##f(x)=0##:
$$\frac{d}{dx}[e^{x}y]=0$$
Integrating both sides:
$$e^{x}y=C$$
$$y=\frac{C}{e^{x}}, y(0)=1$$
$$C=1$$
##y=\frac{1}{e^{x}}## <-- This one is coming back incorrect

I have worked through this problem multiple times, but my WeBWorK assignment keeps saying the second solution, the one for ##f(x)=0## is incorrect. I can't figure out what I'm doing wrong?! Any help would be greatly appreciated!

Look at this :

$$y=\frac{C}{e^{x}}, y(0)=1$$

You're claiming ##x=0## for the initial condition, but ##x## is defined to be greater than or equal to 1.
 
Good point! I suppose I would need a different initial condition for this function?
 
Figured it out ... thanks Zondrina!

Have to appeal to the definition of continuity at a point.

So, you can say that ##Ce^{-1}=1##
$$C=e$$
And the solution for ##x \geq 0##
$$y=\frac{e}{e^{x}}$$

Thanks!
 
Sounds like there must be some fresh Prof. very keen on integrating factors and his students are coming here this last day or so using them where they're not needed!

You have a couple of nearly the most simple ode's there are!
 
Ha, ha good point! I suppose simple separation of variables would be SO much simpler. By the way, I'm new to working with ODE's, is using integrating factors pretty typical or are there alternative methods that are more common? Guess I'll probably find out more as I learn more about diffEq.
 
1s1 said:
Ha, ha good point! I suppose simple separation of variables would be SO much simpler. By the way, I'm new to working with ODE's, is using integrating factors pretty typical or are there alternative methods that are more common? Guess I'll probably find out more as I learn more about diffEq.

There are lots of different methods for solving first order linear ODEs. Some first order linear ODEs have more than one method which can be applied to find the correct answer ( As was in this case actually. You could have separated variables or used an integrating factor ). You're probably going to learn more methods along the way, but integrating factors and variable separation are very prominent methods.
 
I mean to say it is just two equations; the second equation is just dy/dx = -y → dy/y = -dx
→ d(ln y) = -dx
and the first is d(y - 1)/dx = - (y - 1) , dealt with in same way.
 

Similar threads

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