How to find r(t) when we are given conditions - ODE

In summary, the authors say that you can integrate directly to find r(t) when t = 0, 1, or any other integer, and that it is usually not a complicated calculation.
  • #1
Cocoleia
295
4

Homework Statement


Consider the following problems
upload_2016-12-9_19-11-13.png

In #2, they start the solution by saying: r(t)=u(t-1)
in #3, they start by saying that r(t)=t-tu(t-1)
I understand how to solve the problem once you get r(t), I just don't understand how they decide what r(t) is going to be.
 
Physics news on Phys.org
  • #2
I don't understand your question. r(t) is given as part of the problem. It can be whatever the person that designed the problem wants it to be. You are supposed to solve for y(t). Consider a similar algebraic problem:

y + 3 = W

(1) Solve for y when W = 19.
(2) Solve for y when W = 27.

Your question is like asking, "How did they decide on the values of 19 and 27?". Answer: They just made them up.
 
  • #3
phyzguy said:
I don't understand your question. r(t) is given as part of the problem. It can be whatever the person that designed the problem wants it to be. You are supposed to solve for y(t). Consider a similar algebraic problem:

y + 3 = W

(1) Solve for y when W = 19.
(2) Solve for y when W = 27.

Your question is like asking, "How did they decide on the values of 19 and 27?". Answer: They just made them up.
Here is the solution for #2:
upload_2016-12-9_19-58-58.png

If they would have chose a different r(t) at the very start, they would have gotten an answer (since we take the laplace and use it to solve the problem). My question is how would I know to say r(t)=u(t-1) in this case, where as for #3 they do:
upload_2016-12-9_20-0-30.png

taking r(t)=t-tu(t-1)
 
  • #4
Cocoleia said:

Homework Statement


Consider the following problems
View attachment 110194
In #2, they start the solution by saying: r(t)=u(t-1)
in #3, they start by saying that r(t)=t-tu(t-1)
I understand how to solve the problem once you get r(t), I just don't understand how they decide what r(t) is going to be.

You do not need to write ##r(t)## in terms of ##u(t-1)##; you can just integrate directly, to find
$$ ({\cal L}\,r)(s) = \int_0^{\infty} e^{-st} r(t) \, dt = \int_1^{\infty} e^{-st} r(t) \, dt,$$
because in both cases we have ##r(t) = 0 ## when ##0 < t < 1##.
 
  • #5
Without having looked at your working, it just seems to me unnecessarily complicated just from the length of it.

When you have the = 0 condition you have just got a common or garden homogeneous lde, with an easily factorable differential operator if you want to look at it that way.
When you have the = 1 condition, it is just the same homogeneous lde if you make a new variable, Y say, Y = (y - 1) .
Is that right?
If so then it's usually not such a long calculation so if you're finding it any more complicated than this then if I were you I would do it again simpler and see if its checks with what you have done.

Maybe in problems like this you just have to look and see sometimes the variable in the solution might reach a a point where equation changes.
 

FAQ: How to find r(t) when we are given conditions - ODE

How do I solve an ODE to find r(t)?

To solve an ODE and find r(t), you will need to use mathematical techniques such as integration or separation of variables. You can also use numerical methods such as Euler's method or Runge-Kutta methods to approximate the solution.

What are the initial conditions needed to solve an ODE for r(t)?

The initial conditions needed to solve an ODE for r(t) will depend on the specific problem. Generally, you will need to know the initial value of r at a specific time, as well as any initial values for the derivatives of r (e.g. dr/dt).

Can I use software to find the solution for r(t) in an ODE?

Yes, there are many software programs available that can solve ODEs and find the solution for r(t). Some commonly used software includes MATLAB, Mathematica, and Python libraries such as SciPy and SymPy.

How do I know if the solution for r(t) in an ODE is correct?

The best way to check if the solution for r(t) in an ODE is correct is to plug the solution back into the original ODE and see if it satisfies the equation. You can also compare your solution to other known solutions or use numerical methods to approximate the solution and compare the results.

Can I use boundary conditions to find the solution for r(t) in an ODE?

Yes, in some cases, boundary conditions can be used to find the solution for r(t) in an ODE. Boundary conditions are typically used when the initial conditions are not known, or when the problem involves a physical boundary (e.g. a fixed endpoint) that can provide additional information about the solution.

Back
Top