Photo AI

Last Updated Sep 27, 2025

Particular Solutions Simplified Revision Notes

Revision notes with simplified explanations to understand Particular Solutions quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

323+ students studying

8.3.2 Particular Solutions

Differential Equations

A differential equation is an equation involving a differential, such as dydx\dfrac{dy}{dx} . To solve a differential equation is to eliminate the differential by integration.


infoNote

Example

Solve dydx=x2+3x2\frac{dy}{dx} = x^2 + 3x - 2

Integrating both sides,

dydxdx=(x2+3x2)dx\int \frac{dy}{dx} dx = \int (x^2 + 3x - 2) dxy=x33+3x222x+c\Rightarrow y = \frac{x^3}{3} + \frac{3x^2}{2} - 2x + c

This is called a general solution because it contains a "+c+c". If we were given values to sub in to find the value of cc , this would be called a particular solution.

infoNote

Example: Given that y=f(x)y = f(x) passes through (4,7)(4, 7) , and dydx=x+3\frac{dy}{dx} = \sqrt{x} + 3 , find a particular solution for yy in terms of xx .

dydx=x12+3dydxdx=(x12+3)dx\frac{dy}{dx} = {x}^{\frac {1}{2}} + 3 \quad \Rightarrow \quad \int \frac{dy}{dx} dx = \int ({x}^{\frac {1}{2}} + 3) dx23x32+3x+c\Rightarrow \frac{2}{3}x^{\frac{3}{2}} + 3x + c

Now subbing in the given point x=4,y=7x = 4, y = 7 :

7=23x32+3x+c7 = \frac{2}{3}x^{\frac{3}{2}} + 3x + c7=23(4)32+3(4)+c7 = \frac{2}{3}(4)^{\frac{3}{2}} + 3(4) + cc=313c = -\frac{31}{3}y=23x32+3x313\Rightarrow y = \frac{2}{3}x^{\frac{3}{2}} + 3x - \frac{31}{3}

infoNote

The gradient of a curve is given by dydx=3x2+a\frac{dy}{dx} = 3x^2 + a, where aa is a constant. The curve passes through the points (1,2)(-1, 2) and (2,17)(2, 17). Find the equation of the curve.

  1. y=3x2+adxy=x3+ax+cy = \int 3x^2 + a \, dx \Rightarrow y = x^3 + ax + c
  2. Using the point (1,2)(-1, 2):
Let x=1,y=22=(1)3+a(1)+c\text{Let } x = -1, y = 2 \Rightarrow 2 = (-1)^3 + a(-1) + c 2=1a+ca+c=3\Rightarrow 2 = -1 - a + c \\\Rightarrow -a + c = 3
  1. Using the point (2,17)(2, 17):
Let x=2,y=1717=(2)3+a(2)+c\text{Let } x = 2, y = 17 \Rightarrow 17 = (2)^3 + a(2) + c 17=8+2a+c2a+c=9\Rightarrow 17 = 8 + 2a + c \Rightarrow 2a + c = 9
  1. Solving the equations:
a+c=3and2a+c=9a + c = 3 \quad \text{and} \quad 2a + c = 9 image a=2,c=5\Rightarrow a = 2, c = 5
  1. Therefore, the equation of the curve is:
y=x3+2x+5y = x^3 + 2x + 5

(i) Find (6x121)dx\int (6x^{\frac{1}{2}} - 1) \, dx.

(6x121)dx=23×6x32x+c\int (6x^{\frac{1}{2}} - 1) \, dx = \frac {2}{3}\times 6x^{\frac{3}{2}}-x+c 4x32x+c\Rightarrow 4x^{\frac{3}{2}} - x + c

(ii) Hence find the equation of the curve for which dydx=6x121\frac {dy}{dx} = 6x^{\frac {1}{2}} - 1 and which passes through the point (4,17)(4, 17).

  1. y=4x32x+cy = 4x^{\frac{3}{2}} - x + c
  2. Using the point (4,17)(4, 17):
Let x=4,y=1717=4(4)324+c\text{Let } x = 4, y = 17 \Rightarrow 17 = 4(4)^{\frac{3}{2}} - 4 + c 17=28+cc=11\Rightarrow 17 = 28 + c \Rightarrow c = -11
  1. Therefore, the equation of the curve is:
y=4x32x11y = 4x^{\frac{3}{2}} - x - 11
infoNote

The gradient of a curve is given by dydx=6x4\frac {dy}{dx} = 6x - 4. The curve passes through the distinct points (2,5)(2, 5) and (pp, 55).

  1. (i) Find the equation of the curve.
dydx=6x4y=(6x4)dx=6x224x+c\frac {dy}{dx} = 6x - 4 \Rightarrow y = \int (6x - 4) \, dx = \frac {6x^2}{2} - 4x + c y=3x24x+c\therefore \quad y = 3x^2 - 4x + c

Using the point (2,5)(2, 5):

Let x=2,y=55=3(2)24(2)+c\text{Let } x = 2, y = 5 \Rightarrow 5 = 3(2)^2 - 4(2) + c 5=4+cc=1\Rightarrow 5 = 4 + c \Rightarrow c = 1

Therefore, the equation of the curve is:

y=3x24x+1y = 3x^2 - 4x + 1
  1. (ii) Find the value of pp. Using the point (pp, 55):
Let x=p,y=55=3p24p+1\text{Let } x = p, y = 5 \Rightarrow 5 = 3p^2 - 4p + 1 3p24p4=0\Rightarrow 3p^2 - 4p - 4 = 0 p=2orp=23p = \xcancel2 \quad \text{or} \quad p = -\frac{2}{3}

However, since p=2p = 2 is already given in the question (i.e., distinct points (2,5)(2, 5) and (pp, 55), the only solution for p that maintains distinct points is:

p=23p = -\frac{2}{3}

(The solution p=2p = 2 is discarded because it would not provide distinct points.)


Differential Equations

  • A differential equation is an equation containing a differential.
infoNote

e.g., dydx=x22\frac{dy}{dx} = x^2 - 2.

  • Solving a differential equation means eliminating the differential, i.e., in this case, write only in terms of yy and xx.
  • A general solution to a differential equation is one that contains aa constant cc.
infoNote

e.g., Find the general solution of dydx=x22\frac{dy}{dx} = x^2 - 2:

dydxdx=(x22)dx\int \frac{dy}{dx} dx = \int (x^2 - 2) dxy=13x32x+c\Rightarrow y = \frac{1}{3}x^3 - 2x + c

(This cc makes the solution general.)

  • A particular solution to a differential equation is where we find the value of cc.
infoNote

e.g., Given that the above example curve passes through (0,3)(0, 3), find the particular solution for these conditions: Let x=0,y=3x = 0, y = 3:

3=13(0)32(0)+cc=33 = \frac{1}{3}(0)^3 - 2(0) + c \Rightarrow c = 3y=13x32x+3\Rightarrow y = \frac{1}{3}x^3 - 2x + 3

(This +3+3 makes the solution particular.)


The Method of Separating The Variables

  • In the previous example, the differential equation was of the form dydx=f(x)\frac{dy}{dx} = f(x), which made it easy to integrate. Often we find that the RHS of differential equations are a mixture of xsx's and ysy's making them more difficult to integrate.
infoNote

Example: Find the general solution to dydx=xy\frac{dy}{dx} = xy.

  1. Split up the dydy and dxdx by multiplying by dxdx. This tells us which side we need the xsx's and ysy's on.
dy=xydx(xdx)dy = xy \, dx \quad (x dx)
  1. Get the xsx's on the same side as the dxdx and the ysy's on the same side as the dydy.
1ydy=xdx(÷y)\frac{1}{y} \, dy = x \, dx \quad (\div y)
  1. Integrate both sides:
1ydy=xdx\int \frac{1}{y} \, dy = \int x \, dxlny=12x2+c\ln|y| = \frac{1}{2}x^2 + c

(Constant only needed on one side)

Note: At this point, we have fulfilled the requirements of the question, i.e., eliminated the differential.

:::


Suppose instead the question asked:

infoNote

Find the general solution for yy to dydx=xy\frac{dy}{dx} = xy. The words "for yy" mean write in the form y=f(x)y = f(x).

So:

lny=12x2+c\ln|y| = \frac{1}{2}x^2 + c ÷e\div e^\square elny=e12x2+ce^{\ln|y|} = e^{\frac{1}{2}x^2 + c} y=e12x2×ecy = e^{\frac{1}{2}x^2} \times e^c

(Just a number so can be represented by any letter)

y=Ae12x2\therefore \quad y = Ae^{\frac{1}{2}x^2}
infoNote

Example: Find the general solution of (x+1)dydx=y(x + 1) \frac{dy}{dx} = y.

(x+1)dy=ydx(×dx)(x + 1) \, dy = y \, dx \quad (\times dx)1ydy=1x+1dx(÷(x+1) and then ÷y)\frac{1}{y} \, dy = \frac{1}{x+1} \, dx \quad (\div (x+1) \text{ and then } \div y)1ydy=1x+1dx( both sides)\int \frac{1}{y} \, dy = \int \frac{1}{x+1} \, dx \quad (\int \text{ both sides})lny=lnx+1+c\Rightarrow \ln|y| = \ln|x+1| + c

(Didn't ask for y=f(x)y = f(x) \therefore done)


infoNote

Example: Find the particular solution to dydx=x2tany\frac{dy}{dx} = x^2 \tan y, given that x=0x = 0 when y=π6y = \frac{\pi}{6}.

dy=x2tanydxdy = x^2 \tan y \, dx1tanydy=x2dx\frac{1}{\tan y} \, dy = x^2 \, dxcotydy=x2dx\cot y \, dy = x^2 \, dxcosysinydy=x2dx\frac{\cos y}{\sin y} \, dy = x^2 \, dx

Integration

f(x)f(x)dx=lnf(x)+c\int \frac{f'(x)}{f(x)} \, dx = \ln|f(x)| + c

Notice that LHS is in the above form: cosysinydy=lnsiny+c\int \frac{\cos y}{\sin y} \, dy = \ln|\sin y| + c

cosysinydy=x2dx\int \frac{\cos y}{\sin y} \, dy = \int x^2 \, dxLHSdy=lnsiny+c\int LHS dy = \ln|\sin y|+cRHSdy=13x3+c\int RHS dy = \frac{1}{3}x^3 + clnsiny=13x3+c\therefore \quad \ln|\sin y| = \frac{1}{3}x^3 + c

We were asked to find the particular solution, so we must find the value of cc.

Let x=0,y=π6x = 0, y = \frac{\pi}{6}

lnsinπ6=13(0)3+c\Rightarrow \ln \left| \sin \frac{\pi}{6} \right| = \frac{1}{3}(0)^3 + cln(12)=c\Rightarrow \ln \left( \frac{1}{2} \right) = clnsiny=13x3+ln(12)\Rightarrow \ln|\sin y| = \frac{1}{3} x^3 + \ln \left( \frac{1}{2} \right)(orln2)(or -\ln 2)

Differential Equations in Context

infoNote

Q3. (Jan 2007, Q8) The height, hh meters, of a shrub tt years after planting is given by the differential equation:

dhdt=6h20\frac{dh}{dt} = \frac{6 - h}{20}

A shrub is planted when its height is 1 m.

h=1h = 1 when t=0t = 0.

i) Show by integration that t=20ln(56h)t = 20 \ln \left(\frac{5}{6 - h}\right).

ii) How long after planting will the shrub reach a height of 2 m?

iii) Find the height of the shrub 10 years after planting.

iv) State the maximum possible height of the shrub.

SOLUTION:

(i)

dhdt=6h20\frac{dh}{dt} = \frac{6-h}{20} dh=6h20dt\Rightarrow dh = \frac{6-h}{20} dt

Note: Only rearrange what is absolutely necessary

16hdh=120dt(÷(6h))\Rightarrow \frac{1}{6-h} dh = \frac{1}{20} dt \quad \left(\div (6-h)\right) 16hdh=120dt\Rightarrow \int \frac{1}{6-h} dh = \int \frac{1}{20} dt \quad \quad \int ln6h=120t+c\Rightarrow \ln|6-h| = \frac{1}{20}t + c

Remember to ÷\div by differential of 6h6 - h

Info given in question: Let h=1,t=0h = 1, t = 0.

ln(61)=120(0)+cc=ln(5)\Rightarrow -\ln(6-1) = \frac{1}{20}(0) + c \Rightarrow c = -\ln(5) ln(6h)=t20ln(5)(Adding ln(5))\Rightarrow -\ln(6-h) = \frac{t}{20} - \ln(5) \quad \left( \text{Adding } \ln(5) \right) ln(5)ln(6h)=t20\Rightarrow \ln(5) - \ln(6-h) = \frac{t}{20} ln(56h)=t20t=20ln(56h)\Rightarrow \ln\left(\frac{5}{6-h}\right) = \frac{t}{20} \Rightarrow t = 20\ln\left(\frac{5}{6-h}\right)

ii) Let h=2h = 2:

t=20ln(562)=20ln(54):highlight[4.463 years]t = 20\ln\left(\frac{5}{6-2}\right) = 20\ln\left(\frac{5}{4}\right) \approx :highlight[4.463 \text{ years}]

iii) Let t=10t = 10:

10=20ln(56h)10 = 20 \ln\left(\frac{5}{6-h}\right) 12=ln(56h)e12=56h\Rightarrow \frac{1}{2} = \ln\left(\frac{5}{6-h}\right) \Rightarrow e^{\frac{1}{2}} = \frac{5}{6-h} 6h=5e12h=65e12:highlight[2.967 m]\Rightarrow 6-h = \frac{5}{e^{\frac{1}{2}}} \Rightarrow h = 6 - \frac{5}{e^{\frac{1}{2}}} \approx :highlight[2.967 \text{ m}]

iv) h=:highlight[6](since h=6 "breaks the equation")h = :highlight[6] \quad \text{(since } h = 6 \text{ "breaks the equation")}


infoNote

Q4. (Jan 2008, Q8)

Water flows out of a tank through a hole in the bottom and, at time tt minutes, the depth of water in the tank is x x metres. At any instant, the rate at which the depth of water in the tank is decreasing is proportional to the square root of the depth of water in the tank.

i) Write down a differential equation which models this situation.

dxdt=kx\frac{dx}{dt} = -k\sqrt{x}

Decreasing rate -

Key Point aba=kba \propto b \Rightarrow a = kb

ii) When t=0,x=2t = 0, x = 2; when t=5,x=1t = 5, x = 1. Find tt when x=0.5x = 0.5, giving your answer correct to 1 decimal place.

dx=kxdx= -k\sqrt{x} 1xdx=kdt\Rightarrow \frac{1}{\sqrt{x}}dx = -k dt x12dx=kdtx12dx=kdt\Rightarrow \int x^{-\frac{1}{2}} dx = -k \int dt \Rightarrow \int x^{-\frac{1}{2}} dx = \int -k dt 2x12=kt+c\Rightarrow 2x^{\frac{1}{2}} = -kt + c
  • Let t=0,x=222=ct = 0, x = 2 \Rightarrow 2\sqrt{2} = c
  • Let t=5,x=121=5k+22t = 5, x = 1 \Rightarrow 2\sqrt 1 = -5k + 2\sqrt{2} Find kk and cc using given points:
2225=kk=2225\Rightarrow \frac{2 - 2\sqrt{2}}{-5} = k \Rightarrow k = \frac{2\sqrt{2} - 2}{5} 2x12=(2225)t+22\Rightarrow 2x^{\frac{1}{2}} = -\left(\frac{2\sqrt{2} - 2}{5}\right) t + 2\sqrt{2}

Let x=0.5x = 0.5:

2(0.5)12=(2225)t+22\Rightarrow 2(0.5)^{\frac{1}{2}} = -\left(\frac{2\sqrt{2} - 2}{5}\right) t + 2\sqrt{2} 2(0.5)1222(2225)=t=:highlight[8.5 minutes]\Rightarrow \frac {2(0.5)^{\frac {1}{2}} - 2\sqrt{2}}{-\left (\frac{2\sqrt{2} - 2}{5}\right )} = t = :highlight[8.5 \text{ minutes}]
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Particular Solutions

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

60 flashcards

Flashcards on Particular Solutions

Revise key concepts with interactive flashcards.

Try Maths Pure Flashcards

6 quizzes

Quizzes on Particular Solutions

Test your knowledge with fun and engaging quizzes.

Try Maths Pure Quizzes

7 questions

Exam questions on Particular Solutions

Boost your confidence with real exam questions.

Try Maths Pure Questions

1 exams created

Exam Builder on Particular Solutions

Create custom exams across topics for better practice!

Try Maths Pure exam builder

18 papers

Past Papers on Particular Solutions

Practice past papers to reinforce exam experience.

Try Maths Pure Past Papers

Other Revision Notes related to Particular Solutions you should explore

Discover More Revision Notes Related to Particular Solutions to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Differential Equations

Separation of Variables

user avatar
user avatar
user avatar
user avatar
user avatar

318+ studying

183KViews

96%

114 rated

Differential Equations

Modelling with Differential Equations

user avatar
user avatar
user avatar
user avatar
user avatar

279+ studying

192KViews

96%

114 rated

Differential Equations

Solving & Interpreting Differential Equations

user avatar
user avatar
user avatar
user avatar
user avatar

301+ studying

183KViews

96%

114 rated

Differential Equations

Parametric Equations - Basics

user avatar
user avatar
user avatar
user avatar
user avatar

452+ studying

194KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered