Math 45 Question Flashcards

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

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:20 AM on 5/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

What do we mean by the order of a differential equation?

The order of a differential equation is the order of the highest derivative that exists in the equation.

2
New cards

What does it mean for a first-order ODE to be exact?

A first order ODE is said to be exact if there exists a (smooth) function w(x,y) such that partialw/partialx = M (x,y) and partialw/partialy = N(x,y).

3
New cards

What does it mean for a first-order ODE to be separable?

A first order ODE is said to be seperable if it can be written down in the form of

dy/dx = g(x)h(y)

4
New cards

What does it mean for a first-order ODE to be autonomous?

An autonomous first order ODE is one that can be written in the form dy/dt = f(y). In other words it does not have t in it.

5
New cards

What do we mean by an equilibrium solution of an autonomous first-order ODE?

This means that the solution does not change with time.

6
New cards

What do we mean by an integral transform?

An integral transform is an operator that takes the form of one type of function such as t, then spits out an output in the form of functions of s.

7
New cards

Are all autonomous ODE’s seperable?

Yes

8
New cards

What was the MATLAB command introduced in class for numerically solving first-order ODEs?

Dsolve(eqn,cond)

9
New cards

How do we write e^2x in matlab

exp(2*x)