How Does the Implicit Euler Method Affect the Amplification Factor for y' = λy?

In summary: The implicit Euler scheme is given by:y_(n+1)= y_n +hf(y_n+1 , t_n+1 )For f(y)=λ y, we have:y_(n+1)= y_n +hf(y_n+1 , t_n+1 )= y_n + h λ y_n+1Solving this for y_n+1 (in general, this is not possible), we arrive at:y_n+1 = y_n / (1-h λ).....(eqn 1)From (eqn 1), we can see that if |1
  • #1
ra_forever8
129
0
Fint the modified equation when the implicit Euler method is applied to y'= f(y). If f(y)=λy, where λ is negative. what is the effect on the amplication factor?
=>

y ' = lambda * y
dy / dx = lambda * y
dy / y = lambda dx
ln y = lambda * x + C
y = [ C / lambda ]e^( lambda * x )

This is what I have done so far. Can anyone help me if Iam going right direction to answer the question?


 
Physics news on Phys.org
  • #2
grandy said:
Fint the modified equation when the implicit Euler method is applied to y'= f(y). If f(y)=λy, where λ is negative. what is the effect on the amplication factor?
=>

y ' = lambda * y
dy / dx = lambda * y
dy / y = lambda dx
ln y = lambda * x + C
y = [ C / lambda ]e^( lambda * x )

This is what I have done so far. Can anyone help me if Iam going right direction to answer the question?



I agree with the solution up to $\displaystyle \begin{align*} \ln{|y|} = \lambda x + C \end{align*}$, from there you should get $\displaystyle \begin{align*} y = A e^{\lambda x } \end{align*}$, the constant factor does not depend on $\displaystyle \begin{align*} \lambda \end{align*}$...
 
  • #3
y ' = λ * y
dy / dx = λ * y
dy / y = λ dx
ln y = λ* x + C
y = Ae^( λ* x ), the constant factor does not depend on λ.
i SOLVE THIS FOR THE ACTUAL SOLUTIONS
NOW,
The implicit Euler scheme is given by:
y_(n+1)= y_n +hf(y_n+1 , t_n+1 )
For f(y)=λ y, we have:
y_(n+1)= y_n +hf(y_n+1 , t_n+1 )= y_n + h λ y_n+1
Solving this for y_n+1 (in general, this is not possible), we arrive at:
y_n+1 = y_n / (1-h λ).....(eqn 1)

From (eqn 1), we can see that if |1−h λ|≥1, the solution is decaying (stable). Compare this to the actual solution of y(x)=Ae^(λ x).
If we have λ being negative, we would have:
y_n+1 = y_n / (1+h λ).....(eqn 2)

Compare this to the actual solution of y(x)=Ae^(−λ x). What conclusion can i draw?
Trying it for λ= ±1 , what happens to stability.
 

FAQ: How Does the Implicit Euler Method Affect the Amplification Factor for y' = λy?

1. What is the purpose of studying advanced topics in Odes 1?

Studying advanced topics in Odes 1 allows scientists to gain a deeper understanding of ordinary differential equations and their applications in various fields such as physics, biology, and engineering. It also helps to develop analytical and computational skills that are essential in solving complex problems.

2. What are some common techniques used in advanced Odes 1?

Some common techniques used in advanced Odes 1 include power series methods, Laplace transforms, numerical methods, and asymptotic analysis. These methods allow for the solution of more complex differential equations that cannot be solved by traditional methods.

3. How does advanced Odes 1 relate to real-world applications?

Odes 1 has numerous real-world applications such as in modeling population growth, chemical reactions, and electric circuits. By studying advanced Odes 1, scientists can develop mathematical models that accurately describe and predict the behavior of these systems.

4. What are the challenges of studying advanced Odes 1?

Some of the challenges of studying advanced Odes 1 include understanding complex mathematical concepts, developing analytical and computational skills, and applying these techniques to real-world problems. It also requires a strong foundation in calculus and linear algebra.

5. How can the knowledge of advanced Odes 1 be applied in other fields?

The knowledge of advanced Odes 1 can be applied in various fields such as physics, biology, chemistry, and engineering. It can be used to model and analyze systems in these fields, leading to a better understanding of their behavior and potential applications.

Back
Top