ADMATH LAB SA4

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:18 PM on 5/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

ODE

What is an equation containing derivatives of one or more dependent variables with respect to a single independent variable?

2
New cards

PDE

What is an equation involving partial derivatives with respect to two or more independent variables?

3
New cards

Initial Value Problem

What type of mathematical problem seeks an ODE solution satisfying initial conditions?

4
New cards

Initial conditions

What are subsidiary conditions given at the same value of the independent variable?

5
New cards

Boundary Value Problem

What type of problem seeks an ODE solution satisfying boundary conditions?

6
New cards

Boundary conditions

What are subsidiary conditions given at more than one value of the independent variable?

7
New cards

Step size

What does the variable 'h' represent in numerical ODE solutions?

8
New cards

Euler's Method

What is the simplest first-order Runge-Kutta numerical method?

9
New cards

Runge-Kutta Method

Which numerical class obtains high accuracy without needing higher derivatives?

10
New cards

Heun's Method

Which RK2 method uses the constant a2 = 0.5?

11
New cards

Midpoint Method

Which RK2 method uses the constant a2 = 1?

12
New cards

Ralston's Method

Which RK2 method uses the constant a2 = 2/3?

13
New cards

RK4

What is the most popular and widely used Runge-Kutta method?

14
New cards

Finite Difference Method

Which BVP solution method uses algebraic approximations for derivatives?

15
New cards

Forward Difference

Which FDM approximation uses the current and next points (i and i+1)?

16
New cards

Backward Difference

Which FDM approximation uses the current and previous points (i and i-1)?

17
New cards

Central Difference

Which FDM approximation for y' uses points i+1 and i-1?

18
New cards

Shooting Method

Which method converts a boundary value problem into an equivalent initial value problem?

19
New cards

Trial-and-error

What general approach is implemented when using the Shooting Method?

20
New cards

Guess

In the Shooting Method, what type of value is used for the second initial condition?

21
New cards

Linear interpolation

What formula is used to determine the third guess in the Shooting Method?

22
New cards

n

Which variable typically represents the number of sub-intervals?

23
New cards

Order of ODE

The required number of boundary conditions is equal to what property of the ODE?

24
New cards

Interval

In BVP solutions, what is the range between the lower and upper limits of x?