professor-curious-logo
professor-curious-logo
  1. AP Calculus
FlashcardFlashcard
Study GuideStudy GuideQuestion BankQuestion BankGlossaryGlossary

What is the general form of a separable differential equation?

<math-inline>\frac{dy}{dx} = g(x)h(y)

Flip to see [answer/question]
Flip to see [answer/question]
Revise later
SpaceTo flip
If confident

All Flashcards

What is the general form of a separable differential equation?

<math-inline>\frac{dy}{dx} = g(x)h(y)

How do you separate variables in dydx=g(x)h(y)\frac{dy}{dx} = g(x)h(y)dxdy​=g(x)h(y)?

<math-inline>\frac{dy}{h(y)} = g(x) dx

After separating variables, what is the next step?

<math-inline>\int frac{dy}{h(y)} = int g(x) dx

What is the general solution form after integration?

<math-inline>F(y) = G(x) + C where F and G are antiderivatives.

What is the integral of 1y\frac{1}{y}y1​ with respect to y?

<math-inline>\ln|y| + C

What is the integral of xnx^nxn with respect to x?

<math-inline>\frac{x^{n+1}}{n+1} + C

How do you solve for y after integrating?

Isolate y algebraically after integration: y=f(x,C)y = f(x, C)y=f(x,C)

What is the exponential form of ln⁡∣y∣=f(x)+C\ln|y| = f(x) + Cln∣y∣=f(x)+C?

<math-inline>|y| = e^{f(x) + C} = e^C e^{f(x)}

How can you simplify eCe^CeC in the general solution?

Replace eCe^CeC with another constant, often just CCC.

What's the general form of the solution after simplifying constants?

<math-inline>y = Ce^{f(x)} or similar, depending on the original equation.

Solve dydx=frac2xy\frac{dy}{dx} = frac{2x}{y}dxdy​=frac2xy for the general solution.

Separate: ydy=2xdxy dy = 2x dxydy=2xdx. Integrate: 12y2=x2+C\frac{1}{2}y^2 = x^2 + C21​y2=x2+C. Solve for y: y=±2x2+2Cy = \pm \sqrt{2x^2 + 2C}y=±2x2+2C​.

Solve dydx=x2y\frac{dy}{dx} = x^2ydxdy​=x2y for the general solution.

Separate: dyy=x2dx\frac{dy}{y} = x^2 dxydy​=x2dx. Integrate: ln⁡∣y∣=13x3+C\ln|y| = \frac{1}{3}x^3 + Cln∣y∣=31​x3+C. Solve for y: y=±Ce13x3y = \pm Ce^{\frac{1}{3}x^3}y=±Ce31​x3.

Outline the steps to solve a separable differential equation.

  1. Separate variables. 2. Integrate both sides. 3. Solve for y. 4. Add constant of integration.

How do you separate variables in dydx=f(x)g(y)\frac{dy}{dx} = f(x)g(y)dxdy​=f(x)g(y)?

Divide both sides by g(y) and multiply by dx to get dyg(y)=f(x)dx\frac{dy}{g(y)} = f(x) dxg(y)dy​=f(x)dx

What is the first step in solving dydx=xy+y\frac{dy}{dx} = xy + ydxdy​=xy+y?

Factor out y: dydx=y(x+1)\frac{dy}{dx} = y(x+1)dxdy​=y(x+1).

After separating, how do you integrate ∫1ydy\int \frac{1}{y} dy∫y1​dy?

The integral is ln⁡∣y∣+C\ln|y| + Cln∣y∣+C

How do you eliminate the natural logarithm in ln⁡∣y∣=x+C\ln|y| = x + Cln∣y∣=x+C?

Exponentiate both sides: eln⁡∣y∣=ex+Ce^{\ln|y|} = e^{x+C}eln∣y∣=ex+C, which simplifies to ∣y∣=exeC|y| = e^x e^C∣y∣=exeC

How do you handle the absolute value when solving for y?

Consider both positive and negative cases: y=±exeCy = \pm e^x e^Cy=±exeC.

How do you simplify eCe^CeC after exponentiating?

Replace eCe^CeC with a new constant, often denoted as C.

What is the final form of the general solution?

The solution should be in the form y=f(x,C)y = f(x, C)y=f(x,C), where C is an arbitrary constant.

Explain the concept of separation of variables.

Rearranging a differential equation so that each variable appears on only one side, allowing for independent integration.

Why do we add a constant of integration when solving differential equations?

Because the derivative of a constant is zero, so there are infinitely many possible solutions that differ by a constant.

What does the general solution represent?

A family of curves that satisfy the differential equation. Each curve corresponds to a different value of the constant of integration.

Why is it important to check if a differential equation is separable before attempting to solve it?

Because the separation of variables method only works for separable equations, and applying it to non-separable equations will lead to incorrect results.

How does the constant of integration, C, affect the general solution?

It represents a vertical shift in the solution curve, creating a family of solutions.

What are the key steps in solving a separable differential equation?

Separate variables, integrate both sides, solve for the dependent variable, and include the constant of integration.

Explain why absolute value appears when integrating 1/y.

The integral of 1/y is ln|y|, because the natural logarithm is only defined for positive values. The absolute value ensures y can be positive or negative.

Why do we solve for y explicitly after integration?

To express the solution as a function of x, making it easier to analyze and use.

What does it mean when a differential equation is 'not separable'?

It means the terms cannot be rearranged so that each variable is isolated on one side of the equation.

How do you know if you have found the general solution?

The solution should contain an arbitrary constant and satisfy the original differential equation.