Construct ODE that approaches an asymptote

  • Thread starter Thread starter usn7564
  • Start date Start date
  • Tags Tags
    Asymptote Ode
usn7564
Messages
61
Reaction score
0

Homework Statement


Construct a first order linear differential equation whose solutions have the required behavior as t approaches infinity. Then solve your equation and confirm that the solutions do indeed have the specified property.

All solutions are asymptotic to the line y = 2 - t as t approaches infinity.



I don't even know where to begin, could someone give me a kick in the right direction? I tried just writing a linear differential equations with two unknown functions f and g (y' + fy = g) and getting the general solution but obviously that involves a completely unknown integral and I doubt it would lead anywhere.
 
Physics news on Phys.org
usn7564 said:

Homework Statement


Construct a first order linear differential equation whose solutions have the required behavior as t approaches infinity. Then solve your equation and confirm that the solutions do indeed have the specified property.

All solutions are asymptotic to the line y = 2 - t as t approaches infinity.

Let x(t) = y(t) - (2-t).

Can you think of a linear first-order ODE with constant coefficients for which all solutions tend to zero as t \to \infty?

Now let x satisfy that ODE.
 
Thanks, could use a few more pointers though. So I put x(t) = y(t) - (2-t) where x approaches zero as t approaches infinity which makes sense as the equation describes what y(t) I want.
Can't see how I relate it to the ODE though. Say I find one where all solutions tend to zero (y' + y = 0) for example, how do I connect it to x(t)?
 
usn7564 said:
Thanks, could use a few more pointers though. So I put x(t) = y(t) - (2-t) where x approaches zero as t approaches infinity which makes sense as the equation describes what y(t) I want.
Can't see how I relate it to the ODE though. Say I find one where all solutions tend to zero (y' + y = 0) for example, how do I connect it to x(t)?

Take x' + x = 0 and substitute x = y - (2-t).
 
pasmith said:
Take x' + x = 0 and substitute x = y - (2-t).
Understand now, thank you. No idea why it was so tricky to wrap my head around it now, but there you go.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top