Numerical analysis w/euler's method

Click For Summary

Homework Help Overview

The problem involves applying Euler's method to a differential equation that models the decay of a radioactive contaminant in a closed reactor. The equation describes the decay rate as proportional to the concentration of the contaminant, with specific parameters provided for the decay constant and initial concentration.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • The original poster attempts to understand how to apply Euler's method to solve the given differential equation, expressing uncertainty about where to start. Some participants suggest reviewing the method's fundamentals, while others provide a reference to a Wikipedia article for further clarification.

Discussion Status

The discussion is ongoing, with the original poster seeking help after reviewing external resources without finding clarity. Some participants have offered guidance on the methodology, but the original poster still expresses confusion about the application of the method to their specific problem.

Contextual Notes

The original poster indicates a lack of prior knowledge about Euler's method, which may be contributing to their difficulties in approaching the problem. There is also a mention of having already consulted multiple sources without success.

solowa4
Messages
3
Reaction score
0
The amount of a uniform distributed radioactive contaminant contained in a closed reactor is measured by its concentration (c) (Becquerel/liter or Bq/L). The contaminant decreases at a decay rate proportional to its concentration; that is

Decay rate(dc/dt)= -kc
Where (dc/dt) is the change in mass, (k) is a constant with units of (day^-1), and (-kc) is the decrease by decay.

a-use euler's method to solve this eq from t=0 to 1 day with k=0.2 day^-1. Employ a step size of Delta t = 0.1 day. The concentration at t=0 is 10 Bq/L.

b-plot the solution on a semilog graph (ie (ln c) versus (t) and determine th slope.

I am at a loss at where to begin or accomplish this.
 
Physics news on Phys.org
Welcome to PF!

Well, the first step is understanding how Euler's Method works. What do you know about it?
 
Not much as I just started the class :( That's why it is giving me difficult time
 
I have already looked at this and other sources with no help to my problem.
Thanks for your help
 
solowa4 said:
I have already looked at this and other sources with no help to my problem

Sure it does. It explains the methodology:

y(n+1) = y(n) + h*y'(n)
t(n+1) = t(n) + h

For the Wiki example (i.e. y' = y and h = 1)

t(0) = 0, y(0) = 1, y'(0) = y(0) = 1
t(1) = 0 + 1 = 1, y(1) = y(0) + h*y'(0) = 1 + 1*1 = 2, y'(1) = y(1) = 2
t(2) = 1 + 1 = 2, y(2) = y(1) + h*y'(1) = 2 + 1*2 = 4, y'(2) = y(2) = 4
t(3) = 3 + 1 = 3, y(3) = y(2) + h*y'(2) = 4 + 1*4 = 8, y'(3) = y(3) = 8

In your case, you know that t(0) = 0, y(0) = 10, h = 0.1, and y' = -ky with known value for k.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
7K
Replies
1
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 131 ·
5
Replies
131
Views
11K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 3 ·
Replies
3
Views
10K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
5K