Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please solve this in Matlab. I really appreciate that 3. Solving an ODE: Carbon 14 Dating This Lab will consists of a single script, which
Please solve this in Matlab. I really appreciate that
3. Solving an ODE: Carbon 14 Dating This Lab will consists of a single script, which will find the half-life of C14, and will plot the radioactive decay of C14 as a function of time. Carbon 14 decays according to a f?rst order differential equation (ODE), by which the rate of decrease of C14 concentration is proportional to the negative of the C14 concentration Your script will calculate the C14 concentration as a fraction of the initial value. The time units are years The proportionality constant is: A -1.2097 x 104 year Write a script that will consist of two parts: Part I: define the value of as a constant . define a value of time increment, which should be changeable at a single location at the top of your code, equal to 1,000 years . define a initial value of your C14 fraction as 1 . solve the decay ODE by the Euler method, in a loop run the loop until the C14 has decreased to a fraction = 0.35 (35% of the initial Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started