Fatskills
Practice. Master. Repeat.
Study Guide: Calculus 1: Advanced Topics Separable Differential Equations Separating Variables General and Particular Solutions
Source: https://www.fatskills.com/calculus/chapter/calculus-1-calculus-1-advanced-topics-separable-differential-equations-separating-variables-general-and-particular-solutions

Calculus 1: Advanced Topics Separable Differential Equations Separating Variables General and Particular Solutions

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What Is This?

Separable Differential Equations are differential equations where the variables can be separated, allowing integration on both sides. This topic appears in exams because it tests your ability to recognize and solve these specific types of differential equations, which are fundamental in many scientific and engineering applications.

Why It Matters

This topic is frequently tested in: - Calculus II exams - Differential Equations courses - Engineering and Physics qualifying exams

It typically carries 10-20% of the total marks and tests your problem-solving skills, specifically your ability to manipulate and integrate functions.

Core Concepts

  1. Separation of Variables: Understand how to rewrite a differential equation so that all terms involving one variable are on one side and all terms involving the other variable are on the other side.
  2. Integration: Be proficient in integrating both sides of the equation.
  3. General Solution: Know how to combine the results of integration to form the general solution.
  4. Particular Solution: Understand how to apply initial conditions to find a particular solution.
  5. Distinguishing Separable from Non-Separable: Recognize when a differential equation cannot be separated.

Prerequisites

  1. Basic Integration Techniques: You must know how to integrate common functions.
  2. Algebraic Manipulation: Be comfortable with rearranging and simplifying algebraic expressions.
  3. Initial Conditions: Understand how to apply initial conditions to find specific solutions.

The Rule-Book (How It Works)


Primary Rule

To solve a separable differential equation, follow these steps: 1. Separate the Variables: Rewrite the equation so that all terms involving one variable are on one side and all terms involving the other variable are on the other side.
2. Integrate Both Sides: Integrate both sides with respect to their respective variables.
3. Combine and Simplify: Combine the results and simplify to form the general solution.
4. Apply Initial Conditions: Use any given initial conditions to find the particular solution.

Sub-Rules and Edge Cases

  • Non-Separable Equations: Not all differential equations can be separated. Recognize these cases early to avoid wasted effort.
  • Constants of Integration: Always include the constant of integration on both sides and combine them into a single constant.
  • Domain Restrictions: Be aware of any domain restrictions that might affect the solution.

Exam / Job / Audit Weighting

  • Frequency: Common
  • Difficulty Rating: Intermediate
  • Question Type: Multiple Choice, True/False, Short Answer, Problem-Solving

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Separation of Variables:
    [ \frac{dy}{dx} = f(x)g(y) \implies \int \frac{1}{g(y)} \, dy = \int f(x) \, dx ]
  2. General Solution:
    [ \int \frac{1}{g(y)} \, dy = \int f(x) \, dx + C ]
  3. Particular Solution: Apply initial conditions to find the specific value of ( C ).

Worked Examples (Step-by-Step)


Easy

Question: Solve the differential equation ( \frac{dy}{dx} = 2x ).

Step-by-Step: 1. Separate the variables: ( dy = 2x \, dx ).
2. Integrate both sides: ( \int dy = \int 2x \, dx ).
3. Simplify: ( y = x^2 + C ).

Answer: ( y = x^2 + C )

Medium

Question: Solve the differential equation ( \frac{dy}{dx} = \frac{x}{y} ).

Step-by-Step: 1. Separate the variables: ( y \, dy = x \, dx ).
2. Integrate both sides: ( \int y \, dy = \int x \, dx ).
3. Simplify: ( \frac{y^2}{2} = \frac{x^2}{2} + C ).
4. Combine constants: ( y^2 - x^2 = C ).

Answer: ( y^2 - x^2 = C )

Hard

Question: Solve the differential equation ( \frac{dy}{dx} = \frac{y}{x^2} ) with the initial condition ( y(1) = 2 ).

Step-by-Step: 1. Separate the variables: ( \frac{1}{y} \, dy = \frac{1}{x^2} \, dx ).
2. Integrate both sides: ( \int \frac{1}{y} \, dy = \int \frac{1}{x^2} \, dx ).
3. Simplify: ( \ln|y| = -\frac{1}{x} + C ).
4. Exponentiate both sides: ( y = e^{C - \frac{1}{x}} ).
5. Apply initial condition ( y(1) = 2 ): ( 2 = e^{C - 1} \implies C = \ln(2) + 1 ).
6. Substitute ( C ): ( y = e^{\ln(2) + 1 - \frac{1}{x}} ).

Answer: ( y = 2e^{1 - \frac{1}{x}} )

Common Exam Traps & Mistakes

  1. Forgetting the Constant of Integration: Always include ( +C ) on both sides.
  2. Incorrect Separation: Ensure all terms involving one variable are on one side.
  3. Ignoring Domain Restrictions: Check for any restrictions on the variables.
  4. Misapplying Initial Conditions: Ensure you substitute the initial conditions correctly.
  5. Non-Separable Equations: Recognize when an equation cannot be separated.

Shortcut Strategies & Exam Hacks

  • Pattern Recognition: Identify common forms of separable equations quickly.
  • Integration Shortcuts: Use known integrals to speed up the process.
  • Checking Solutions: Always verify your solution by substituting back into the original equation.

Question-Type Taxonomy

  1. Multiple Choice: Identify the correct solution from given options.
  2. Example: Which of the following is a solution to ( \frac{dy}{dx} = 2x )?
    • A) ( y = x^2 )
    • B) ( y = x^2 + C )
    • C) ( y = 2x )
    • D) ( y = 2x + C )
  3. Favored by: Calculus II exams

  4. True/False: Determine if a given statement about separable equations is true.

  5. Example: True or False: The equation ( \frac{dy}{dx} = xy ) is separable.
  6. Favored by: Differential Equations courses

  7. Short Answer: Solve a given differential equation.

  8. Example: Solve ( \frac{dy}{dx} = \frac{y}{x} ).
  9. Favored by: Engineering qualifying exams

  10. Problem-Solving: Apply initial conditions to find a particular solution.

  11. Example: Solve ( \frac{dy}{dx} = \frac{y}{x^2} ) with ( y(1) = 2 ).
  12. Favored by: Physics qualifying exams

Practice Set (MCQs)


Question 1

Question: Which of the following is a solution to ( \frac{dy}{dx} = 2x )? - Options: - A) ( y = x^2 ) - B) ( y = x^2 + C ) - C) ( y = 2x ) - D) ( y = 2x + C ) - Correct Answer: B) ( y = x^2 + C ) - Explanation: Integrating both sides gives ( y = x^2 + C ).
- Why the Distractors Are Tempting: - A) Forgets the constant of integration.
- C) Incorrect integration.
- D) Incorrect integration and constant placement.

Question 2

Question: True or False: The equation ( \frac{dy}{dx} = xy ) is separable.
- Options: - A) True - B) False - Correct Answer: A) True - Explanation: The equation can be separated as ( \frac{1}{y} \, dy = x \, dx ).
- Why the Distractors Are Tempting: - B) Might confuse with non-separable forms.

Question 3

Question: Solve ( \frac{dy}{dx} = \frac{y}{x} ).
- Options: - A) ( y = x + C ) - B) ( y = Cx ) - C) ( y = \ln|x| + C ) - D) ( y = e^x + C ) - Correct Answer: B) ( y = Cx ) - Explanation: Separating and integrating gives ( \ln|y| = \ln|x| + C ), which simplifies to ( y = Cx ).
- Why the Distractors Are Tempting: - A) Incorrect form after integration.
- C) Incorrect integration.
- D) Incorrect form and integration.

Question 4

Question: Solve ( \frac{dy}{dx} = \frac{y}{x^2} ) with ( y(1) = 2 ).
- Options: - A) ( y = 2e^{1 - \frac{1}{x}} ) - B) ( y = 2x ) - C) ( y = 2e^x ) - D) ( y = 2e^{-x} ) - Correct Answer: A) ( y = 2e^{1 - \frac{1}{x}} ) - Explanation: Separating and integrating gives ( \ln|y| = -\frac{1}{x} + C ), applying the initial condition gives ( y = 2e^{1 - \frac{1}{x}} ).
- Why the Distractors Are Tempting: - B) Incorrect form after integration.
- C) Incorrect integration.
- D) Incorrect form and integration.

Question 5

Question: Which of the following is NOT a separable differential equation? - Options: - A) ( \frac{dy}{dx} = xy ) - B) ( \frac{dy}{dx} = \frac{y}{x} ) - C) ( \frac{dy}{dx} = x + y ) - D) ( \frac{dy}{dx} = \frac{y}{x^2} ) - Correct Answer: C) ( \frac{dy}{dx} = x + y ) - Explanation: The equation ( \frac{dy}{dx} = x + y ) cannot be separated into functions of ( x ) and ( y ) alone.
- Why the Distractors Are Tempting: - A) Separable form.
- B) Separable form.
- D) Separable form.

30-Second Cheat Sheet

  • Separate the Variables: Rewrite the equation to isolate terms involving each variable.
  • Integrate Both Sides: Perform the integration for each side.
  • Combine and Simplify: Form the general solution by combining the results.
  • Apply Initial Conditions: Use given conditions to find the particular solution.
  • Recognize Non-Separable Equations: Identify when separation is not possible.

Learning Path

  1. Beginner Foundation: Review basic integration techniques and algebraic manipulation.
  2. Core Rules: Understand the separation of variables and integration process.
  3. Practice: Solve simple separable differential equations.
  4. Timed Drills: Practice solving equations under time constraints.
  5. Mock Tests: Take full-length practice exams to simulate test conditions.

Related Topics

  1. Linear Differential Equations: Often appear alongside separable equations; understand the distinction.
  2. Exact Differential Equations: Another type of solvable differential equation; recognize the difference.
  3. Initial Value Problems: Frequently paired with separable equations; understand how to apply initial conditions.