MHB Can you spot the error in my substitution method for solving this DE?

  • Thread starter Thread starter MacLaddy1
  • Start date Start date
  • Tags Tags
    Substitution
MacLaddy1
Messages
52
Reaction score
0
Hello all, it's been a long time. Hoping I can get some assistance with what is probably a simple substitution problem, yet it's flummoxing me.

$$\frac{dy}{dx} = \frac{y+t}{t}$$

I've tried substituting $$ v = y+t $$
$$ y = v - t $$
$$ \frac{dy}{dx} = \frac{dv}{dt} - 1 $$
$$\frac{dv}{dt}-1 = \frac{v}{t}$$
That would be simple enough, but the -1 is throwing me off.
$$\frac{dv}{v}-\frac{1}{v} = \frac{dt}{t}$$
Definitely something wrong there...

Please show me the error in my ways?

Thanks much,
Mac
 
Physics news on Phys.org
MacLaddy said:
Hello all, it's been a long time. Hoping I can get some assistance with what is probably a simple substitution problem, yet it's flummoxing me.

$$\frac{dy}{dx} = \frac{y+t}{t}$$

I've tried substituting $$ v = y+t $$
$$ y = v - t $$
$$ \frac{dy}{dx} = \frac{dv}{dt} - 1 $$
$$\frac{dv}{dt}-1 = \frac{v}{t}$$
That would be simple enough, but the -1 is throwing me off.
$$\frac{dv}{v}-\frac{1}{v} = \frac{dt}{t}$$
Definitely something wrong there...

Please show me the error in my ways?

Thanks much,
Mac

For starters, the problem doesn't make sense if you have a $\dfrac{dy}{dx}$ there. Seeing your work makes me think that the original equation should be
\[\frac{dy}{dt}=\frac{y+t}{t}=\frac{y}{t}+1.\]
Here, you can make the substitution $y=ut\implies \dfrac{dy}{dt}=u+t\dfrac{du}{dt}$. Thus, you get that
\[u+t\frac{du}{dt}=\frac{ut}{t}+1\implies u+t\frac{du}{dt}=u+1\implies \frac{du}{dt}=\frac{1}{t}.\]
That last differential equation is simple enough to solve.

Can you take things from here?
 
Chris L T521 said:
For starters, the problem doesn't make sense if you have a $\dfrac{dy}{dx}$ there. Seeing your work makes me think that the original equation should be
\[\frac{dy}{dt}=\frac{y+t}{t}=\frac{y}{t}+1.\]
Here, you can make the substitution $y=ut\implies \dfrac{dy}{dt}=u+t\dfrac{du}{dt}$. Thus, you get that
\[u+t\frac{du}{dt}=\frac{ut}{t}+1\implies u+t\frac{du}{dt}=u+1\implies \frac{du}{dt}=\frac{1}{t}.\]
That last differential equation is simple enough to solve.

Can you take things from here?

Ahh, yes. $ \frac{dy}{dx} $ was a nearly-midnight-brain-... Well, it was mis-typed.Piece of cake, thank you very much for your help. The book vaguely suggested doing it this way, but I didn't understand the way it was presented.

$$ \frac{du}{dt} = \frac{1}{t} $$
$$ \int{du} = \int{\frac{1}{t}dt} $$
$$ u = ln|t| + C $$
$$ \frac{y}{t} = ln|t|+C $$
$$ y(t) = tln|t| + tC $$

Thanks again,
Mac
 
Last edited:
MacLaddy said:
Ahh, yes. $ \frac{dy}{dx} $ was a nearly-midnight-brain-... Well, it was mis-typed.Piece of cake, thank you very much for your help. The book vaguely suggested doing it this way, but I didn't understand the way it was presented.

$$ \frac{du}{dt} = \frac{1}{t} $$
$$ \int{du} = \int{\frac{1}{t}dt} $$
$$ u = ln|t| + C $$
$$ \frac{y}{t} = ln|t|+C $$
$$ y(t) = tln|t| + tC $$

Thanks again,
Mac

Yea, some books don't explain it that well. However, $y=ut$ is one of the more common substitutions made when solving first order ODES, so I'd be sure to be familiar with/remember it! :)
 
The motivation for using Chris's substitution comes about from one of the standard forms:
\begin{align*}
\frac{dy}{dt} &= \frac{y+t}{t}\\
t \, dy&=(y+t) \, dt.
\end{align*}
From here, you can see that the differential equation is homogeneous, thus making Chris's substitution the preferred method of solution.

Another method would be the integrating factor, since the equation is first-order linear.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top