zuai-logo

Glossary

C

Constant of Integration

Criticality: 3

An arbitrary constant, typically denoted by $C$, that is introduced when performing indefinite integration, representing the family of functions that satisfy the integral.

Example:

When you integrate 3x2,dx\int 3x^2 , dx, the result is x3+Cx^3 + C, where CC is the constant of integration that accounts for any vertical shift of the antiderivative.

D

Differential Equation

Criticality: 3

An equation that relates a function with its derivatives, describing how a quantity changes with respect to one or more variables.

Example:

The equation dydx=2x\frac{dy}{dx} = 2x is a simple differential equation that describes the rate of change of yy with respect to xx.

F

First-order differential equations

Criticality: 2

A differential equation that involves only the first derivative of the unknown function and no higher-order derivatives.

Example:

The equation dydx=ysin(x)\frac{dy}{dx} = y \sin(x) is a first-order differential equation because it only contains the first derivative dydx\frac{dy}{dx}.

G

General Solution

Criticality: 3

The solution to a differential equation that includes an arbitrary constant of integration, representing a family of functions that satisfy the equation.

Example:

The general solution to dydx=2x\frac{dy}{dx} = 2x is y=x2+Cy = x^2 + C, which represents all possible parabolic functions whose derivative is 2x2x.

I

Initial Conditions

Criticality: 2

Specific values of the dependent variable at a given value of the independent variable, used to determine the unique constant of integration for a particular solution.

Example:

If you are given that y(0)=4y(0)=4 for a differential equation, this initial condition allows you to find the specific value of CC in the general solution, leading to a unique particular solution.

S

Separable Differential Equations

Criticality: 3

First-order differential equations where the independent and dependent variables can be algebraically separated to opposite sides of the equation, allowing for integration.

Example:

The equation dydx=xy\frac{dy}{dx} = \frac{x}{y} is a separable differential equation because it can be rearranged to y,dy=x,dxy , dy = x , dx.

Separation of Variables

Criticality: 3

A technique used to solve certain differential equations by rearranging the equation so that all terms involving one variable are on one side and all terms involving the other variable are on the opposite side, followed by integration.

Example:

To solve dydx=x2y\frac{dy}{dx} = x^2y, you would use separation of variables to rewrite it as 1y,dy=x2,dx\frac{1}{y} , dy = x^2 , dx before integrating.

Solution to a Differential Equation

Criticality: 3

Any continuous function that, when substituted into the differential equation, satisfies the equation.

Example:

For the differential equation dydx=2x\frac{dy}{dx} = 2x, the function y=x2+5y = x^2 + 5 is a solution to a differential equation because its derivative is 2x2x.