summaryrefslogtreecommitdiff
path: root/lessons/matematika/1-exponents/2.md
blob: 8a15ee37ec6e6ce973909ca2af9b2e7732cd6f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
# Definition
A root is an inverse of an exponent. For example:
* \\( 4^2 = 16; \sqrt{16} = 4 \\)
* \\( 5^2 = 25; \sqrt{25} = 5 \\)
* \\( 3^3 = 27; \sqrt[3]{27} = 3 \\)

# Simplifying Square Roots
You can simplify a root by factoring the root number with another number that
is rational. In other words, divide the root number by the perfect squares.  
After that, root the perfect square.

For example: **Simplify** \\( \sqrt{60} \\)!  
\\(  \sqrt{60} = \sqrt{4 \times 15} = 2\sqrt{15} \\)  
!---(
#--(
## 💡 Detailed explanation
)--#
1. We factorise 60. We choose the smallest factor with a perfect square (e.g. 4, 9, 16, 25).  
   We will get \\(4 \times 15 \\). To verify, \\( 4 \times 15 \\) must be equal to 60. And it is!
2. Then, root the perfect square, which in this case, is 4.  
   \\( \sqrt{4 \times 15} = 2\sqrt{15} \\)
)---!
More examples:
* \\( \sqrt{48} = \sqrt{16 \times 3} = 4\sqrt{3} \\)
* \\( \sqrt{125} = \sqrt{25 \times 5} = 5\sqrt{5} \\)

!---(
#--(
## ❕ There are some "leftover" roots!
)--#
Some roots are **irrational numbers**. Irrational numbers are numbers that
cannot be represented by a ratio, aka a fraction.

We cannot simplify the roots that is irrational. So, it is **already in its
simplest form**.
)---!

# Root Operations
Firstly, some terminology!
1. Coefficient is the multiplier of a root. For example: \\( 3\sqrt{2} \\); 3 is the coefficient here, and 2 is the root.

## Addition
Root numbers with the same root can be summed together.

\\( a\sqrt{c} + b\sqrt{c} = (a + b)\sqrt{c} \\)

* \\( 3\sqrt{2} + 4\sqrt{2} = (3 + 4)\sqrt{2} = 7\sqrt2 \\)
* \\( \sqrt5 + 3\sqrt5 = (1 + 3)\sqrt5 = 4\sqrt5 \\)

## Subtraction
Root numbers with the same root can be subtracted together.

\\( a\sqrt{c} - b\sqrt{c} = (a - b)\sqrt{c} \\)

* \\( 7\sqrt3 - 4\sqrt3 = (7-4)\sqrt3 = 3\sqrt2 \\)

## Multiplication
Root numbers can be multiplied by any other root numbers.

\\( a\sqrt{c} \times b\sqrt{d} = (a \times b)\sqrt{c \times d} \\)

!---(
#--(
## 💡 Tip
)--#
If you multiply a root number with another root number that has the same root,
you can delete the root symbol, aka it becomes a regular number.  
For example:

\\( \sqrt5 \times \sqrt5 = 5 \\)

!---(
#--(
### ❓ Why?
)--#
Root is the inverse of exponent. If you multiply two numbers together with the
same value, it is an exponent. If two of them meet together, they will fight
and both of them dies (they will cancel out), which means it will be a regular
ol' number.

In this example:

\\( \sqrt5 \times \sqrt5 = \sqrt{5^2} = 5 \\)
* Here, \\( \sqrt{5} \\) was powered to 2, which cancels it out.
	* **Why do they cancel out?** We can expand this equation even more.  
	  \\( \sqrt5 \times \sqrt5 = \sqrt{5^2} = \sqrt{25} = 5 \\)
		* \\( \sqrt{25} \\) is equal to 5, so the answer is 5.

---

This also works for every other number.

---

### In conclusion of these tips:
* If a root is exponented, they will both cancel out. \\( \sqrt[x]{a^x} = a \\)
	* Because of that, \\( \sqrt{a} \times \sqrt{a} = a \\)

)---!
)---!

## Division
Roots can be divided with any other roots.

\\( a\sqrt{c} \div b\sqrt{d} = (a \div b)\sqrt{c \div d} \\)

* \\( 8\sqrt6 \div 4\sqrt3 = (8 \div 4)\sqrt{6 \div 3} = 2\sqrt2 \\)

# Rationalising Roots
If a fraction has an **irrational** root as the denominator, we should rationalise it.

!---(
#--(
## ❓ What? Why?
)--#
Usually in mathemathics, a fraction should have a rational number as the
denominator. If you remember, some roots are **irrational**, like \\( \sqrt2
\\), \\( \sqrt3 \\), \\( \sqrt 5 \\). They cannot be represented as integers or
a valid fraction.

You don't have to rationalise a root, but it is widely accepted that the
denominator is a rational number.
)---!

Let's learn how to rationalise a root.

## Simple Irrational Fraction
If you have a simple irrational fraction like this:

\\( \dfrac{1}{\sqrt2} \\)

You can rationalise it by multiplying it with its own denominator. If you
remember correctly, when you multiply a square root with itself, it will return
its own number, therefore a rational number!

\\( \dfrac{1}{\sqrt2} \cdot \dfrac{\sqrt2}{\sqrt2} = \sqrt{1\sqrt2}{2} \\)

The value is still (and must be!) the same, rationalising roots are basically
representing numbers in another way.

### More Examples
* \\( \dfrac{3}{\sqrt5} \cdot \dfrac{\sqrt5}{\sqrt5} = \dfrac{3\sqrt5}{5} \\)
* \\( \dfrac{2}{3\sqrt6} \cdot \dfrac{\sqrt6}{\sqrt6} = \dfrac{2\sqrt6}{3 \cdot 6} = \dfrac{2\sqrt6}{18} \\) (you don't need to multiply it with \\( 3\sqrt6\\))

## A little bit more complex fractions
If you have a fraction like this:

\\( \dfrac{5}{3 + \sqrt2} \\)

You can rationalise it by multiplying it with itself, but invert the signs. Like this:

\\( \dfrac{5}{3 + \sqrt2} \cdot \dfrac{3 - \sqrt2}{3 - \sqrt2} \\)  
\\( \dfrac{5 \cdot (3 - \sqrt2)}{(3 + \sqrt2)(3 - \sqrt2)} \\)

!---(
#--(
### ❓ Looks familiar?
)--#
If you look closely, \\( (3 + \sqrt2)(3 - \sqrt2) \\) is the same pattern as
\\( (a + b)(a - b) \\)! This pattern is one of the **special binominal
products**. We use this a lot in algebra.

So, remember this pattern:  
\\( (a + b)(a - b) = a^2 - b^2 \\)
)---!

Let's continue.

\\( \dfrac{5 \cdot (3 - \sqrt2)}{(3 + \sqrt2)(3 - \sqrt2)} = \dfrac{5(3 - \sqrt2)}{3^2 - \sqrt{2^2}} \\)

And if you remember correctly, \\( \sqrt{a^2} = a \\). So,

\\( \dfrac{5(3 - \sqrt2)}{3^2 - \sqrt{2^2}} = \dfrac{5(3 - \sqrt2)}{9 - 2}\\)  
\\( = \dfrac{5(3 - \sqrt2)}{6}\\)

And that's how you rationalise complex fractions.