Reducing First-Order Differential Equations (Edexcel A Level Further Maths: Further Pure 1): Revision Note

Exam code: 9FM0

Mark Curtis

Written by: Mark Curtis

Updated on

Reducing first-order differential equations

What does reducing first-order differential equations mean?

  • A hard first-order differential equation can be reduced (transformed) into an easier first-order differential equation

    • using a given transformation

  • The easier differential equation can then be solved

    • e.g. using

      • direct integration

      • separation of variables

      • or the integrating factor

  • The general solution to the easier differential equation can then be transformed back

    • to give the general solution to the harder differential equation

    • from which you can work out the particular solution

      • using the given boundary conditions

What is the dependent variable and what is the independent variable?

  • If the solution to the differential equation dydx=f(x, y) is y=g(x), then

    • y is the dependent variable

    • x is the independent variable

      • as y depends on x

Examiner Tips and Tricks

Be careful in modelling questions, as the letters can change, e.g. dxdt=x+t2 has a dependent variable of x and an independent variable of t.

How do I transform the dependent variable?

  • If you are given a transformation of the dependent variable

    • i.e. changing (x, y) into (x, z)

    • using the transformation

      • y=h(z)

      • or z=h1(y)

    • then use the chain rule to rewrite dydx in terms of dzdx

      • dydx=dydz×dzdx

      • It sometimes also helps to use that dydz=1dzdy

      • as long as the end result is in (x, z) only

      • i.e. no y terms

    • then substitute this derivative and the transformation into the differential equation

      • See the worked example below

Worked Example

Use the transformation y=ez to find the particular solution of the differential equation

dydx=xylny

where y=2 when x=0.

Answer:

Identify the variables being transformed

(x, y)(x, z)

This is a transformation of the dependent variable, y

Write dydx in terms of dzdx using the chain rule

dydx=dydz×dzdx

Find dydz from y=ez

dydz=ez

Substitute this into the chain rule

dydx=ezdzdx

Now substitute this derivative into the original differential equation

ezdzdx=xylny

This is not yet in the form (x, z), as there are still y terms on the right-hand side

Use y=ez and lny=ln(ez)=z to convert the remaining y terms into z terms

ezdzdx=x×ez×zezdzdx=xzezdzdx=xz

Solve this differential equation using separation of variables

  • Remember to add a constant of integration

1zdzdx=x1zdz=x dxln|z|=x22+cz=ex22+cz=ex22ecz=Aex22

Transform the general solution back to the variables (x, y) using y=ez and lny=z

lny=Aex22y=eAex22

Now substitute in the boundary conditions x=0 and y=2 to find A

2=eAe02=eAln2=A

Substitute this value of A back into the general solution to get the particular solution

y=e(ln2)ex22

This is the answer, but it can also be simplified to y=(eln2)ex22=2ex22

How do I transform the independent variable?

  • If you are given a transformation of the independent variable

    • i.e. changing (x, y) into (t, y)

    • using the transformation

      • x=h(t)

      • or t=h1(x)

    • then use the chain rule to rewrite dydx in terms of dydt

      • dydx=dydt×dtdx

      • It sometimes helps to also use that dtdx=1dxdt

      • as long as the end result is in (t, y) only

      • i.e. no x terms

    • then substitute this derivative and the transformation into the differential equation

      • See the worked example below

Worked Example

Use the transformation x=1t where t>0 to find the particular solution of the differential equation

x2dydxxy=3x

where y=2 when x=1.

Answer:

Identify the variables being transformed

(x, y)(t, y)

This is a transformation of the independent variable, x

Write dydx in terms of dydt using the chain rule

dydx=dydt×dtdx

To find dtdx from x=1t=t1 it is easier to use that dtdx=1dxdt

dtdx=1dxdt=1t2=1(1t2)=1÷1t2=1×t21=t2

Substitute this into the chain rule

dydx=dydt×(t2)=t2dydt

Now substitute this derivative into the original differential equation

x2(t2dydt)xy=3x

This is not yet in the form (t, y), as there are still x terms in it

Use x=1t to convert the remaining x terms into t terms

(1t)2(t2)dydt(1t)y=3(1t)dydtyt=3tdydt+yt=3t

This is in the correct form dydt+p(t)y=q(t) for the integrating factor

  • the integrating factor is ep(t)dt

  • where ddt(yep(t)dt)=q(t)ep(t)dt

Find the integrating factor

e1tdt=elnt=t

Solve the differential equation using the integrating factor

  • Remember to add a constant of integration

ddt(yt)=3t×tddt(yt)=3t2yt=3t2dtyt=t3+cy=t2+ct

Convert the general solution back into the variables (x, y) using x=1t and t=1x

y=(1x)2+c(1x)y=1x2+cx

Find c by substituting in x=1 and y=2

2=112+c×11=c

Substitute c=1 into the general solution to get the particular solution

y=1x2+x

Examiner Tips and Tricks

Don't forget to add a constant of integration when using the integrating factor, otherwise entire terms will be missing in the general solution!

How do I transform with products or quotients of variables?

  • Transforming the variables (x, y) into (x, z) using

    • a product of variables

      • e.g. y=x2z

    • or a quotient of variables

      • e.g. y=zx

    • can be done using the product rule or quotient rule respectively

  • Some transformations may also involve implicit differentiation

    • e.g. y=x2z3

      • where dydx=ddx(x2z3)=2xz3+3x2z2dzdx

Worked Example

Use the transformation y=xz to find the particular solution of the differential equation

dydx=yx+5x5

where y=2 when x=1.

Answer:

Identify the variables being transformed

(x, y)(x, z)

This is a transformation of the dependent variable, y

Write dydx in terms of dzdx using the product rule

dydx=ddx(xz)dydx=1×z+x×dzdxdydx=z+xdzdx

Substitute this into the original differential equation

z+xdzdx=yx+5x5

This is not yet in the form (x, z), as there are still y terms on the right-hand side

Use y=xz to convert the remaining y terms into x and z terms then simplify

z+xdzdx=xzx+5x5z+xdzdx=z+5x5xdzdx=5x5dzdx=5x4

Solve this differential equation by direct integration of the right-hand side

  • Remember to add a constant of integration

z=x5+c

Transform the general solution back to the variables (x, y) using y=xz so z=yx

yx=x5+cy=x6+cx

Now substitute in the boundary conditions x=1 and y=2 to find c

2=16+c×11=c

Substitute this value of c back into the general solution to get the particular solution

y=x6+x

Unlock more, it's free!

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Build on this topic

Mark Curtis

Author: Mark Curtis

Expertise: Maths Content Creator

Mark graduated twice from the University of Oxford: once in 2009 with a First in Mathematics, then again in 2013 with a PhD (DPhil) in Mathematics. He has had nine successful years as a secondary school teacher, specialising in A-Level Further Maths and running extension classes for Oxbridge Maths applicants. Alongside his teaching, he has written five internal textbooks, introduced new spiralling school curriculums and trained other Maths teachers through outreach programmes.