The Why and How of Substitution : nrich.maths.org
The Why and How of Substitution
Stage: 5
Article by Alan and Toni BeardonPublished October 2010,February 2011.
Introduction
"How could I have seen that?" This is a common response to seeing a
substitution in mathematics, and this article attempts to answer this
question. Sadly, the technique of substitution is often presented
without mentioning the general idea behind
all substitutions. The effective use of substitution depends on two things: first, given a situation in which
variables occur, a substitution is nothing more than
a change of variable; second, it is only effective if the change of variable
simplifies the situation and, hopefully, enables one to solve the simplified problem.
There is no easy route to this: substitution will only work if the the
original situation has some kind of symmetry or special property that we
can exploit, and the skill in using the method of substitution depends
on noticing this. Thus we should always be
looking for special features in the problem, and then
be prepared
to change the variable(s) to exploit these features. Of course,
once we have solved the problem in the new variables we have to rewrite
the solution in terms of the original variables.
The main idea behind substitution, then, is this. We are given some expression, or equation or graph involving the variable
x. We make the substitution
x=f(t), and we now have a new expression, equation or graph involving the given terms, the variable
t and the function
f. Since we are free to choose
f to be any function we like, it is highly likely that for a suitable choice of
f the new expression in
t will be simpler than the original expression in
x. The skill lies in the selection of
f; the rest is just the algebraic manipulation of the variables.
Let us now look at some examples with these ideas in mind.
Example 1 Polynomial Equations
Let us consider the
polynomial equation
(x−1)(x−4)(x−6)(x−9)=a.
If we expand the left hand side we get a quartic in
x which we cannot solve. However, we notice that the left hand side has a certain symmetry, namely
1+9=4+6. The roots of the left hand side are symmetric about the value
5, and this suggests that we should make a substitution that exploits this fact. Let us try
x=s+5; that is, we change the variable so that the symmetry is now about the
origin (after all,
5−1 and
5+1 looks better than
4 and
6). With this we have
(s+4)(s+1)(s−1)(s−4)=a,
or
(s2−1)(s2−16)=a. This is a quadratic equation in
s2 which we can solve to give two values of
s2 and four values of
s
corresponding to the four solutions to the original equation. However,
we can also simplify it with another substitution. The numbers
1 and
16 are symmetric about
17/2 so we now make the substitution
s2=t+172. This gives
t2=a+2254
so that
tsx===±a+2254−−−−−−−√,±172±a+2254−−−−−−−√−−−−−−−−−−−−−−√,5±172±a+2254−−−−−−−√−−−−−−−−−−−−−−√.
You should check that if we put
a=0 in this formula we do get the expected solutions
1,4,6,9. What do you get if
a=216?
Example 2 Rational functions
We want to solve the following equation:
x2−10x+15x2−6x+15=3xx2−8x+15.
By clearing fractions this becomes a quartic equation which is difficult to solve. Observing the occurrences of
x2+15, and the symmetry of
x2−6x+15,
x2−8x+15 and
x2−10x+15, we can turn this into a quadratic equation by substituting
t=x−8+15x. We get the equation
t−2t+2=3t.
This simplifies to
t2−5t−6=0, so that
t is
6 or
−1. Each value of
t gives a quadratic equation in
x, giving four solutions of the original equation in
x. The two quadratic equations are
x−8+15x=6,x−8+15x=−1.
These equations simplify to
x2−14x+15−0,x2−7x+15=0,
and the four solutions are
7±34−−√,12(7±i11−−√).
Example 3 Integration by substitution
Evaluate
I=∫(1−9x2)1/2dx.
Here a trigonometric substitution leads to a simpler integral. Because of the relation
1−sin2u=cos2u, we substitute
3x=sinu and
3dx=cosudu and get
I====∫(1−sin2u)1/2×(13cosu)du∫13cos2udu13∫12(1+cos2u)du16(u+12sin2u)+k..
To return to an expression in terms of
x we use
sin2u=2sinucosu=6x(1−9x2)1/2, and the integral we want is
I=16sin−13x+12x(1−9x2)1/2+k.
Example 4 Area inside an ellipse
In order to find the the area inside the ellipse
x2a2+y2b2=1, we can use the transformation
(x,y)→(bxa,y) to change the ellipse into a circle. Since the lengths in the
x--direction are changed by a factor
b/a, and the lengths in the
y--direction remain the same, the area is changed by a factor
b/a. Thus
Area of circle=ba×Area of ellipse,
which gives the area of the ellipse as
(a/b×πb2), that is
πab.
Example 5 Polynomial
Consider a general polynomial
p(x)=a0+a1x+a2x2+⋯+an−1xn−1+anxn.
Let us make the substitution
x=t+k, where
k is a constant which we shall determine later. Now write
p(x)=p(t+k)=q(t). Then
q(t)===an(t+k)n+an−1(t+k)n−1+⋯+a1(t+k)+a0(antn+nanktn−1+⋯)+an−1tn−1+⋯antn+(nank+an−1)tn−1+⋯,
where here "
⋯'' means powers of
t of order
n−2 or less. If we now choose
k=−an−1/nan we see that
q(t)=antn+bn−2tn−2+⋯+b1t+b0;
in other words, by changing the variable we can remove the term of degree
n−1. While the effect of this substitution may not seem spectacular, it is important. It is
exactly
what we do when we 'complete the square' to solve quadratic equations,
and this is the method used to find the formula for the roots of a
quadratic equation. It is also the
first step in solving cubic equations, for there it says that we only
need consider equations of the form
x3+bx+c=0.
Finally, it is worth noting that the coefficient of
xn−1 in a polynomial equation of degree
n is minus the sum of the roots of the equation so this substitution is such that the chosen value of
k is the average value of the roots of the polynomial.
Example 6 Transformations of the plane
In Example
5 we showed how to remove the term in
xn−1 from a polynomial of degree
n. Now we are going to show how, given the equation of a conic, for example,
x2+2bxy+y2=1,(1)
we can remove the
xy term and so more easily discover the properties of the conic. First, if we make the substitution
x=12√(u−v),y=12√(u+v),(2)
we see that
(1) becomes
u2(1+b)+v2(1−b)=1.(3)
Thus equation
(1) gives an ellipse if
|b|<1, a hyperbola if
|b|>1, and it reduces to a pair of lines if
|b|=1.
The question, however, is (as at the start of this article) "How could I
have seen this?" We are going to change the variables
x,y to new variables
u,v by rotating the plane by an angle
θ. As we do not yet know which value
θ to take, we work with a
general
θ and make this choice later. A rotation of the plane by an angle
θ is given by
x=ucosθ−vsinθ,y=usinθ+vcosθ.(4)
If we substitute these in equation
(1) we obtain
(1+bsin2θ)u2+(2bcos2θ)uv+(1−bsin2θ)v2=1,
and so if we now choose
θ so that
cos2θ=0, we see that the
uv term will vanish. Thus we take
θ=π/4, and this with
(4) gives the values of
x and
y as in
(2) and hence the equation of the conic as in
(3).
More generally, if we have an equation
ax2+bxy+cy2+dx+ey+f=0,(5)
where
a,b,c,d,e,f are real numbers, we can try to remove the linear terms by a translation, say
x=x0+t and
y=y0+s,
and then apply the method given above. In this way, by a combination of
a translation and a rotation, we can change the variables so that the
conic
(5) is given in a simpler form centred at the origin with the
x and
y axes
as the axes of symmetry of the conic.
#αντικατάσταση, #Βλυκείου , #Γλυκείου , #πολυωνυμικές εξισώσεις , #ολοκληρώματα , #μετασχηματισμοί στο επίπεδο