Differential Equations and Numerical Methods Review

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

1/14

flashcard set

Earn XP

Description and Tags

A set of 15 vocabulary flashcards covering the fundamental concepts of differential equations, projectile physics, and numerical approximation methods as discussed in the lecture.

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

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Differential Equation

An equation that involves yy and one or more of its derivatives.

2
New cards

Order of a Differential Equation

The highest order of derivative that appears in the polynomial; for example, a second derivative makes it a second order differential equation.

3
New cards

General Solution

A solution where the constant CC has not yet been chosen, representing an infinite set of functions that satisfy the equation.

4
New cards

Particular Solution

A specific solution chosen from the general solution to satisfy a given condition, such as passing through a point (2,7)(2, 7).

5
New cards

Initial Value Problem

A differential equation accompanied by an extra condition, such as the value at time t=0t = 0, which allows for the identification of a unique function.

6
New cards

Anti-derivative

The process of integration used to solve differential equations by reversing the derivative, for example turning y=2xy' = 2 - x into y=2xx22+Cy = 2x - \frac{x^2}{2} + C.

7
New cards

Gravity

The constant acceleration towards the Earth, quantified on the surface as 9.8m/s2-9.8\,m/s^2.

8
New cards

Velocity

The first derivative of the position function with respect to time, often appearing as v(t)v(t) or s(t)s'(t). Davis.

9
New cards

Acceleration

The derivative of the velocity function with respect to time (v(t)v'(t)), which describes the rate of change of velocity.

10
New cards

Initial Velocity

The velocity of an object at the start time, denoted as v(0)v(0), used as a condition to find the solution for a velocity function.

11
New cards

Direction Field

A visual representation of a differential equation using arrows at various points to show the slope of the tangent lines for all possible solutions.

12
New cards

Equilibrium Solutions

Constant solutions where the derivative equals zero (y=0y' = 0), creating horizontal lines in a direction field that are found by setting factors of the differential equation to zero.

13
New cards

Linear Approximation

The use of a tangent line at a known point to estimate the value of a function at a nearby, unknown value.

14
New cards

Linearization

The specific function L(x)=f(a)(xa)+f(a)L(x) = f'(a)(x - a) + f(a) used to calculate approximations near a point aa.

15
New cards

Euler's Method

A numerical method that uses repeated linearizations and small step sizes to approximate points along the curve of a differential equation's solution.