This project was created and is maintained by 9662e103-129a (View changelog here)
1.0 Manipulating Surds
Surds are
irrational numbers
Real numbers that can't be expressed in terms of simple fractions
that cannot be expressed as a fraction of two integers. They are represented by the form
x
(or
x21
in index form) and can be manipulated in the following ways:
Note 1.0.0 - Surd manipulation
1) Multiplying surds:
a×b=ab
2) Multiplying similar surds:
a×a=a
3) Dividing surds:
bb=ba
4) Rationalising surds:
b+ca×b−ca(b−c)=b−cab−ac
Surds are generally used in precision applications like reducing noise to detect patterns in signals in computer science, all they way to our current understanding of the underlying mathematics governing quantum mechanics (such as the logic behind the Hadamard gate). Some examples to get you started are presented below, and a series of questions follow that.
Example 1.0.0 - Basic surd simplification and rationalization
1) Simplify
12
2) Simplify
220
3) Rationalise
6−22
giving your answer in the form
a+b6
1) When simplifying surds, we need to see what can be factored out of the number under the square root. In this case,
12
. We can see that 12 can be factored into 4 and 3, and since 4 is a perfect square, we can factor it out of the square root (as 2). This gives us
4×3=4×3=23
.
2) When simplifying fractions with surds, we need to
rationalise
The process of changing a fraction's denominator from an irrational number to one that's rational
the denominator. In this case, rationalizing is not needed because we can easily factor 20 out into 4 and 5, and since 4 is a perfect square, we can factor it out of the square root. This gives us
225=5
.
3) When rationalizing, we need to multiply the numerator and denominator by the conjugate of the denominator. In this case, the conjugate of
6−2
is
6+2
, so we multiply the numerator and denominator by this conjugate. This gives us
6−42(6+2)=226+4=2+6
.
The examples above were just simple representations, but they provide the axioms for which you can solve more complex surd problems. The questions below will test your understanding of basic surd manipulation, and further questions involving rationalization. Try to do these without a calculator!
Problem 1.0.0 - Surd manipulation and rationalization
1) Simplify
18
2) Simplify
345
3) Simplify
23×56
4) Simplify
312
5) Simplify
515
6) Simplify
50−18
, giving your answer in the form
a2
7) Simplify
500+125
, giving your answer in the form
a5
8) Simplify
298+50
9) Simplify
972+68
10) Rationalise
2−2x5x
Problem 1.0.1 - Further rationalization
1) Rationalise
x+23x2−4x
2) Express
7−22+7
in the form
a+b7
3) Express
4−326
in the form
a+b3
4) Show that
2−1218−2
can be written in the form
a+b2
5) Rationalise
5−255+10
, giving your answer in the form
a+b5
6) Show that
32−4(8+2)2
can be written in the form
a+b2
7) Show that
(2+5)23−125
can be written in the form
a+b5
8) Show that
3+6(6+6)2
can be written in the form
a+b6
9) Solve
75z+12=3z
, giving you answer in the form
a3
10) Solve
3x=6x+9
, giving your answer in the form
a+b6
1.1 Graphs of Surd Functions
When trying to solve surds involving unknown variables (e.g. when trying to find the x-intercept of a surd graph), you might have noticed that it's very hard to get whole (or close to whole) number answers. This further proves how you're not able to express surds as simple fractions! If we look at the example below of the function
27x−3
, we can find that the x-values end up being large decimals.
Graph 1.1.0 - Graph of
27x−3
The graph of a surd function
27x−3
is a curve that starts at the origin and moves in a positive direction along the x-axis, with an initial but sudden increase of y values near the origin. We can apply the shape of this graph in real life to the velocity of a pendulum. As you let go of the pendulum at a maximum point, its velocity is sudden and large, but as it gets closer to the point of equilibrium, its velocity slowes down (hence the smoother gradient change in later x values).
1.2 Introduction to Logarithms
Logarithms are the inverse of exponentials, and are used to solve equations where the variable is in the exponent. The are used when dealing with real-life problems like half-life decay graphs for radioisotopes, the decibel scale, the pH scale, and the Richter scale. They are generally expressed in the form
logxa
, but can be expressed in terms of
e
(which I will cover later in this chapter). Below are the general rules involving log conversions:
Note 1.2.0 - Converting to log form
1) General log:
N=ax→logaN=x
2) Common log:
N=10x→logN=x
3) Natural log:
N=ex→lnN=x
You may have noticed, there are several ways to convert TO a logarithm. Remember, a logarithm is the inverse of an exponential, and if we try to solve it using regular algebra rules, we find ourselfs unable to. This is where converting to log form can help especially when finding variables WITHIN exponents. Below are some examples to get you started, followed by some simple conversion questions.
Example 1.2.0 - Basic log conversion
1) Convert
25=32
to log form
2) Convert
102=100
to log form
3) Convert
e3=20
to log form1) To convert
25=32
to log form, we need to see what the base is. In this case, the base is 2, and the exponent is 5. This gives us
log232=5
2) To convert
102=100
to log form, we need to see what the base is. In this case, the base is 10, and the exponent is 2. This gives us
log100=2
3) To convert
e3=20
to log form, we need to see what the base is. In this case, the base is
e
, and the exponent is 3. This gives us
ln20=3
Above show simple conversions, but now we need to test them out in functions. Below are some examples.
Problem 1.2.0 - Log usage
1) Solve
log3x=4
2) Solve
logx243=5
3) Solve
lnx=2
4) Solve
log2x=3
5) Solve
log5x=1
6) Solve
lnx=3
7) Solve
log4x=2
8) Solve
log7x=3
9) Solve
lnx=4
10) Solve
log6x=2
Now that you're familiar with basic log conversion, here's some formulae you'll need to memorize to be able to solve more complex log equations.
Note 1.2.1 - Log rules
1) Multiplying logs:
logaN+logaM=logaNM
2) Dividing logs:
logaN−logaM=logaMN
3) Power conversion:
logaNm=mlogaN
4) Base conversion:
logaN=logbalogbN
5) Equality: when
logbn=logbm
, then
n=m
Below are some examples of the application of these rules. For now, you wont need to know the 4th conversion, as it will be covered in the next section.
Example 1.2.1 - Solving equations involving logs
1) Solve
2log10x=1+log105−log102
2) Solve
log6x+log6(x+5)=2
, where
x>0
3) Solve
log3(2x−1)=2
1) To solve
2log10x=1+log105−log102
, we first move all the logs to one side, and then use both the multiplication and division rule like so: multiply
log10x2
and
log102
and put it all over 5. This gives us
log10(52x2)=1
. We can then remove the log, and solve like a regular equation:
52x2=10
, then
x2=25
, and finally
x=5
.
2) To solve
log6x+log6(x+5)=2
, we can use the multiplication rule to combine the logs into one. This gives us
log6(x(x+5))=2
, and we can then remove the log to get
x(x+5)=36
, which gives us
x=4
(you can either complete the square, or use the quadratic formula to get this answer).
3) To solve
log3(2x−1)=2
, we can remove the log to get
2x−1=9
, and then solve for x to get
x=5
.
Now that you've seen some examples, here are some problems for you to try out.
Problem 1.2.1 - Solving and manipulating logs
1) Solve
log4x+log4(x+1)=1
2) Given that
2log4(3x+5)=log4(3x+8)+1,x>−35
, show that
9x2+ax+b=0
where
a
and
b
are constants to be found
3) Solve
7x+2=3
, giving your answer in the form
x=log7a
where
a
is a rational number in its simplest form
4) Solve
log5(3−2x)+log5(2+x)=1
where
x
is a real number
5) Express
2log3x−log3(x+4)
as a single logarithm
6) Find any real values of
x
such that
2log4(2−x)−log4(x+5)=1
7) Solve the equation
log2x+2log23=log2(x+5)
8) Given that
3log3(2x−1)=2+log3(14x−25)
, show that
ax3+bx2+cx+d=0
where
a,b,c
and
d
are integers to be found
9) Find the exact solution of
log4(3y+2)=log4(y+2)+log4(2y−3)
10) Solve
2log2(x+1)=log2(x+13)+1
1.3 Further Logarithms
Now that you know the basic rules of log manipulation and can solve them, we need to understand how base changes work and how they can help us. The questions above all had the same base, which makes them easy to solve, but there are log functions that require base changes.
Example 1.3.0 - Base changes
1) Changing bases:
logaN=logbalogbN
If we look above, we see that another base 'b' is created. We can derive this from other log rules as followed:
1) Let:
logaN=x
2) Convert to exponential form:
N=ax
3) Take the log (
logb
) of the new bases:
logbN=logbax
4) Use the power rule:
logbN=xlogba
5) Divide by
logba
:
logaN=logbalogbN
Now lets take a look at some examples. These are all completed using base change rules, and when completing the questions below, you should also use base changes!
Example 1.3.1 - Simplifying equations using base changes
1) Find the value of
log918
2) Find the value of
x
in
3x=23
3) Given that
log23=log43x
, find the value of
x
1) To find the value of
log918
, we need to change the base. We can change it to use base 10 (remember
log10x=logx
) which gives us
log9log18=1.32
.
2) We first need to convert to exponential form which would give
log323=x
. From there, we apply the base change rule to get
log3log23=2.85
.
3) We don't need to use the power rule at the start here, so we will focus yet again on changing the base. We will apply this rule to both sides to get
log22log23=log24log23x
. We then simplify the logs which gets us
log23=2log23x
. We can finally use the power rule here to show that
2log23=log23x∴x=2
The examples above show how base changes can be used to simplify log equations. The questions below will test your understanding of base changes and how they can be used to simplify log equations. They won't be hard because you won't find many questions about base changes.
Problem 1.3.0 - Further log questions involving base changes
1) Find the value of
log512
2) Find the value of
x
in
2x=32
3) Given that
log32=log22x
, find the value of
x
4) Find the value of
log281
5) Find the value of
x
in
5x=125
6) Given that
log125=log55x
, find the value of
x
7) Find the value of
log3271
8) Find the value of
x
in
4x=64
9) Given that
log64=log44x
, find the value of
x
10) Find the value of
log4641
1.4 Eulers Number
Eulers number
e
is a mathematical constant (just like
π
) which can be used to explain things from population models all the way to radioactive decay. As you saw earlier, it has the definition
N=ex→lnN=x
. Below are some examples to get you started!
Example 1.4.0 - Solving equations with
e
1) Find the exact solution, in their simplest form, to the equation
e3x−9=8
2) Solve for
x
:
5e4x−3=11
, giving your solution in exact form
3) Solve for
x
:
ln(3x−7)+5=8
, giving your solution in exact form1) We first have to convert the equation to a logarithmic form, which gives us
ln8=3x−9
. We can then solve for
x
to get
x=39+ln8
. This can be simplified to
ln2+3
.
2) We first have to move the constant to the other side so we're able to log the equation:
e4x−3=511
, and then
4x−3=ln(511)
. Then, same as always, we just rearrange to get the exact value:
4x=ln(511)+3
, which results in:
x=4ln(511)+3
.
3) As per usual, we have to rearrange the equation to get
ln(3x−7)=3
, and then
3x−7=e3
, and finally
x=3e3+7
.
There's not much else for now, so here's a few questions on solving logs with eulers number:
Problem 1.4.0 - Solving equations with
e
1) The curve C has parametric equations
x=lnt
and
y=t2−2
when
t>0
. Find the cartesian equation of C
2) The value of a car can be calculated from the formula
V=17000e−0.25t+2000e−0.5t+500
where
V
is the value of the car in dollars and
t
is the age in years. Calculate the exact value of
t
when
V=9500
3) The population
p
of a species at time
t
years is mapped by the equation
p=1+ae0.2t2800ae0.2t
where
a
is a constant. Use the equation with
a=0.12
to predict the number of years before the population of the species reaches 1850
4) A curve with the equation
(8−x)lnx
(where
x>0
) cuts the x-axis at two points. What are the
x
-coordinates of these points?
5) Without using a calculator, solve an equation to find the exact
x
-coordinate of the intersection points of the functions
y=e2x
and
y=8e−x
6) Find the exact solutions of
ex+3e−x=4
7) Find algebraically the exact solutions of
ln(4−2x)+ln(9−3x)=2ln(x+1)
where
−1<x<2
8) A curve has the equation
y=3ln(2x−a)
, where
a
is a positive constant. Sketch the curve and determine the
x
-coordinate of
P
in terms of
a
9) Find the exact solution, in its simplest form, to the equation
3xe4x=e7
10) The point
P
lies on the curve
y=4e2x+1
. With
P
having a
y
-coordinate of 8, find, in terms of
ln2
, the
x
-coordinate of
P
Well done for completing this chapter! You can either have a go at the ECQs below, or head on to the next chapter.