CS426 Lecture 18 Modelling motion using ordinary differential equations (ode’s)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing concepts related to modeling motion using ordinary differential equations.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

What is Ordinary Differential Equation?

Contains derivative of one variable only

2
New cards

Give examples of physical systems that can be modeled by ODEs

SHM, Radioactive Decay, Linear Motion

3
New cards

What is the equation for SHM, and what do the variables stand for?

x = Asin (2ft), where x is displacement, A is amplitude, f is frequency, and t is time

4
New cards

What is the equation for Radioactive Decay, and what do the variables stand for?

N = N0e^(-t), where N is the number of atoms, N0 is the initial number of atoms,  is the decay constant, and t is time

5
New cards

What is the equation for Linear Motion, and what do the variables stand for?

x = ut + (1/2)at^2, where x is displacement, u is initial velocity, a is acceleration, and t is time

6
New cards

What is the equation for radioactive decay?

dN/dt = -N, N = N0e^(-t)

7
New cards

What is the half-life formula?

 = 0.693/t1/2

8
New cards

What is Euler's Method?

A method of numerical approximation to solve first order ODE

9
New cards

In the context of falling ball, what forces are considered?

Gravity, Drag, Inertia

10
New cards

Write the equations relating gravity,drag, and inertia

Fgravity=mg, Fdrag=-kv, FInertia=ma

11
New cards

How is the motion of the ball described?

By differential equation

12
New cards

What observation is used to rewrite the equation?

Velocity is change in position divided by change in time v=dy/dt

13
New cards

What are the two first order equations after rewriting the second order equation?

dy = vdt, dv = (g - (k/m)v)dt

14
New cards

What is required to advance balls position and velocity over time interval dt?

Boundary conditions and starting point

15
New cards

What is the formula used for the Simple Harmonic Oscillator Spring Force?

FSpring=kx

16
New cards

What three forces sum to zero in the Simple Harmonic Oscillator?

Spring Force, Drag Force, Inertia

17
New cards

Write the equation for the forces that sum to zero in the Simple Harmonic Oscillator.

𝑘𝑥 − 𝐷𝑉 + 𝑚𝑎 = 0

18
New cards

What is the resulting second order equation for the Simple Harmonic Oscillator?

𝑘𝑥 − 𝐷 𝑑𝑥 𝑑𝑡 + 𝑚 𝑑2𝑥 𝑑𝑡2 = 0

19
New cards

What is the definition of an Attractor?

Plotting the position and velocity of the mass as time advances generates an image known as the attractor which shows all possible states of the system.

20
New cards

What is the key idea behind the Euler-Cromer method?

Keeps the energy in the system exactly constant.

21
New cards

How does the Euler method compare to the Euler-Cromer method in terms of energy conservation?

The cumulative error in the Euler method adds energy to the system, while the Euler-Cromer method keeps the energy in the system exactly constant.

22
New cards

What are the components of the Pendulum Moment?

Fd, l

23
New cards

Write the equation for linear driving force

(A sin(Bt)) d^2theta/dt^2 = -(g/l)sin(theta)-(D/l)(d(theta)/dt) + (A sin(Bt))

24
New cards

What is the equation for a non-linear driving force?

(A sin(Bt)) d^2theta/dt^2 = -(g/l)sin(theta)-(D/l)(d(theta)/dt) + (A sin(Bt))

25
New cards

List pendulum parameters to create stable, predictable motion

Pendulum +10.0fabs(sin(t1.70))

26
New cards

List pendulum parameters to create chaotic, unpredictable motion

Pendulum +10.0fabs(sin(t1.70))

27
New cards

What are coupled oscillators?

l1 l2 K 1 2 K=Coupling (spring constant R/Nm)

28
New cards

How is the Earth and Sun modeled?

As a two dimensional problem

29
New cards

What equation represents the X component of the force between the earth and the sun?

cos( ) 2 2 2 r G M M dt d x M S E E = −

30
New cards

What equation represents the Y component of the force between the earth and the sun?

sin ( ) 2 2 2 r GM M dt d y M S E E = −