top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA1-0192

What is the Particular Solution of a Differential Equation?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

A particular solution of a differential equation is a specific solution that you get when you remove the general constant 'C' by using given conditions. It's like finding a specific recipe for a dish, not just the general instructions.

Simple Example
Quick Example

Imagine you have a general rule for how your mobile data usage changes over time. This rule has a 'starting data' value that can be anything. A particular solution means you know exactly how much data you started with (e.g., 5GB), so you can predict your exact data remaining at any point, not just a general idea.

Worked Example
Step-by-Step

Let's find the particular solution for the differential equation dy/dx = 2x, given that y = 3 when x = 1.
---Step 1: Integrate the differential equation. dy/dx = 2x becomes y = integral(2x dx).
---Step 2: Perform the integration. y = 2 * (x^2 / 2) + C. This simplifies to y = x^2 + C. This is the general solution.
---Step 3: Use the given condition (y = 3 when x = 1) to find C. Substitute these values into the general solution: 3 = (1)^2 + C.
---Step 4: Solve for C. 3 = 1 + C, so C = 3 - 1 = 2.
---Step 5: Substitute the value of C back into the general solution. y = x^2 + 2.
---Answer: The particular solution is y = x^2 + 2.

Why It Matters

Particular solutions help engineers design cars that stop at exact distances, scientists predict climate changes precisely, and doctors calculate exact medicine dosages. Understanding this helps you pursue exciting careers in AI/ML, space technology, or medicine, making real-world impacts.

Common Mistakes

MISTAKE: Forgetting to integrate the differential equation first. | CORRECTION: Always integrate the differential equation to find the general solution before trying to find the constant C.

MISTAKE: Substituting the given conditions (x and y values) before finding the general solution. | CORRECTION: First, integrate to get the general solution (with +C). Then, substitute the given x and y values to find the specific value of C.

MISTAKE: Not substituting the found value of C back into the general solution. | CORRECTION: After finding C, always write the final particular solution by replacing C with its numerical value in the general solution.

Practice Questions
Try It Yourself

QUESTION: Find the particular solution of dy/dx = 3x^2, given y = 5 when x = 1. | ANSWER: y = x^3 + 4

QUESTION: The rate of change of a plant's height (h) with respect to time (t) is given by dh/dt = 4. If the plant was 10 cm tall at t = 0, find its height at t = 3. | ANSWER: h = 22 cm

QUESTION: A car's acceleration is given by dv/dt = 6t. If the car starts from rest (v=0 at t=0) and travels for 2 seconds, what is its final velocity? | ANSWER: v = 12 units

MCQ
Quick Quiz

What is the main difference between a general solution and a particular solution of a differential equation?

A general solution has no constants, while a particular solution has constants.

A general solution includes an arbitrary constant 'C', while a particular solution has 'C' replaced by a specific number.

A general solution is only for linear equations, while a particular solution is for non-linear ones.

A general solution is an approximation, while a particular solution is exact.

The Correct Answer Is:

B

A general solution always contains an arbitrary constant 'C'. A particular solution is obtained by using initial or boundary conditions to find a specific numerical value for 'C', thus giving a unique solution.

Real World Connection
In the Real World

In cricket analytics, if you have a general equation for how a batsman's strike rate changes based on pitch conditions, a particular solution would be finding the exact strike rate for a specific match played on a particular pitch, using that match's data. This helps coaches and analysts make precise strategies.

Key Vocabulary
Key Terms

DIFFERENTIAL EQUATION: An equation involving derivatives of an unknown function | GENERAL SOLUTION: A solution containing an arbitrary constant 'C' | INITIAL CONDITION: A given value of the function at a specific point | INTEGRATION: The reverse process of differentiation | ARBITRARY CONSTANT: A constant that can take any value, usually denoted by 'C'

What's Next
What to Learn Next

Next, explore 'Formation of Differential Equations'. This will teach you how to create these equations from given conditions, showing you the full cycle of how they are derived and then solved. It's like learning to write the recipe after mastering how to cook it!

bottom of page