Mistakes regarding algebra: Difference between revisions

From Applied Science
Line 9: Line 9:
* <math>e^{2x^2} \neq (e^{2x})^2</math>. When exercises have composite functions with powers, this mistake is common. Be careful!
* <math>e^{2x^2} \neq (e^{2x})^2</math>. When exercises have composite functions with powers, this mistake is common. Be careful!


* <math>a^n \cdot b^m \neq (ab)^{m \ + \ n}</math>. If the base is equal, yes. But if there are two different bases, then no.
* <math>a^n \cdot b^m \neq (ab)^{m \ + \ n}</math>. If the base is equal, yes. But if there are two different bases, then no. It also worth mentioning that <math>a^x + a^y \neq a^{x \ + \ y}</math>.


* We learn that exponentiation, with natural numbers, is an operation that is a series of repeated multiplications. Such as <math>2^3 = 2 \cdot 2 \cdot 2</math>. What's the reversed operation? The most common mistake is to assume that it's <math>3^2</math>! Why? I don't know. Maybe it's a quirk related with associating "inverse" with "swap places". Another mistake that can happen is literal, suppose one thinks that the inverse of multiplication is division. Therefore, one assumes that the inverse of calculating 2 to the power 3 is to divide 2 by 3 (in this case the mistake is doubled because <math>2^3 \neq 2 \cdot 3</math>). Or that the inverse of repeated multiplications is repeated divisions!
* We learn that exponentiation, with natural numbers, is an operation that is a series of repeated multiplications. Such as <math>2^3 = 2 \cdot 2 \cdot 2</math>. What's the reversed operation? The most common mistake is to assume that it's <math>3^2</math>! Why? I don't know. Maybe it's a quirk related with associating "inverse" with "swap places". Another mistake that can happen is literal, suppose one thinks that the inverse of multiplication is division. Therefore, one assumes that the inverse of calculating 2 to the power 3 is to divide 2 by 3 (in this case the mistake is doubled because <math>2^3 \neq 2 \cdot 3</math>). Or that the inverse of repeated multiplications is repeated divisions!

Revision as of 23:48, 4 February 2022

A lot of mistakes that people make in Calculus originate in simple algebraic mistakes. Most textbooks of calculus have a section in the beginning dedicated solely to the properties of real numbers. One is not required go through each of the proofs. However it's important to read them at least once because mistakes made when operating with functions often arise from mistakes when operating with the real numbers themselves.

There is some problem at school, which I don't know the cause, that is to give properties without proving anything. Some teachers are aware of this and give the proofs, but many others don't. Then when it comes to calculus and linear algebra people are faced with proofs and have no idea where to begin with. This is exactly what happened to me and around 75% of every other colleague that I knew.

Note: I'm using more words than mathematical symbols because it's faster to type and I'm not expecting everyone to be familiar with all the symbols.

Regarding log and exp

  • [math]\displaystyle{ e^{2x^2} \neq (e^{2x})^2 }[/math]. When exercises have composite functions with powers, this mistake is common. Be careful!
  • [math]\displaystyle{ a^n \cdot b^m \neq (ab)^{m \ + \ n} }[/math]. If the base is equal, yes. But if there are two different bases, then no. It also worth mentioning that [math]\displaystyle{ a^x + a^y \neq a^{x \ + \ y} }[/math].
  • We learn that exponentiation, with natural numbers, is an operation that is a series of repeated multiplications. Such as [math]\displaystyle{ 2^3 = 2 \cdot 2 \cdot 2 }[/math]. What's the reversed operation? The most common mistake is to assume that it's [math]\displaystyle{ 3^2 }[/math]! Why? I don't know. Maybe it's a quirk related with associating "inverse" with "swap places". Another mistake that can happen is literal, suppose one thinks that the inverse of multiplication is division. Therefore, one assumes that the inverse of calculating 2 to the power 3 is to divide 2 by 3 (in this case the mistake is doubled because [math]\displaystyle{ 2^3 \neq 2 \cdot 3 }[/math]). Or that the inverse of repeated multiplications is repeated divisions!
  • The next mistake is related to reading the log itself. [math]\displaystyle{ \log_b{x} = a }[/math]. It's very common to read it as "b to the power x is equal to a". Because that's how we write powers, we write [math]\displaystyle{ b^x }[/math]. I remember making this mistake many times. The correct way to read it is "log of x, in the base b, is equal to a ". Alternatively "b to the power a is equal to x" and this is where I think many confusions arise, because it's feels very unnatural to read a log in the same way as an exponential.
  • [math]\displaystyle{ b^n \neq b \times n }[/math]. I pretty sure that almost everyone made this and teachers everywhere see this mistake very often. I don't know the cause but my theory is that we often memorize that [math]\displaystyle{ 2^2 = 2 \times 2 }[/math].

Regarding intuition

  • [math]\displaystyle{ \sqrt{1/10} }[/math] vs. [math]\displaystyle{ (1/10)^2 }[/math]. When we calculate [math]\displaystyle{ x^2 }[/math] the number always become larger, except for [math]\displaystyle{ 0 \lt x \lt 1 }[/math]. When we calculate [math]\displaystyle{ \sqrt{x} }[/math] the number always become smaller, except for [math]\displaystyle{ 0 \lt x \lt 1 }[/math]. This causes some problems when evaluating limits and/or plotting the graph of functions because we can be mislead and think that the function is increasing or decreasing when it's not.

Regarding identities

  • [math]\displaystyle{ \sqrt{x \pm y} \neq \sqrt{x} \pm \sqrt{y} }[/math]. The root of the sum | difference is not equal to the sum | difference of the roots
  • [math]\displaystyle{ \sqrt{x^2 \pm y^2} \neq \sqrt{(x \pm y)^2} }[/math]. Sometimes people cancel out the squares with the roots.
  • [math]\displaystyle{ (x + y)^2 = x^2 + 2xy + y^2 }[/math].
  • [math]\displaystyle{ (x - y)^2 = x^2 - 2xy + y^2 }[/math].
  • [math]\displaystyle{ x^2 - y^2 = (x + y)(x - y) }[/math]. This identity shows up a lot when calculating limits. Do not confuse it with the above two!
  • [math]\displaystyle{ \sqrt{x^2} = |x| }[/math]. Be careful with this property. Often we cancel the power with the root. But [math]\displaystyle{ \sqrt{(-x)^2} \neq -x }[/math]. Any number squared can't be negative. First we square, then calculate the root. With functions it would be a composite function, a square nested in a root.
  • [math]\displaystyle{ -x^2 \neq x^2 }[/math] but [math]\displaystyle{ -x^3 = (-x)^3 }[/math]. This quirk is a mistake that happens just about everywhere.
  • [math]\displaystyle{ \left( \sqrt{\frac{a}{b}} \right)^2 \neq \sqrt{\frac{a^2}{b^2}} }[/math]. Sometimes this can happen due to the frequency of the operation of cancelling the root with the square.
  • [math]\displaystyle{ |x^2| = |x|^2 = (-x)^2 }[/math]. Careful with this property! It does not mean that parenthesis and vertical bars are the same thing!

Regarding inequalities

  • [math]\displaystyle{ 2 \gt 1 }[/math]. Now multiply by -1 and we have [math]\displaystyle{ -2 \lt -1 }[/math]. It's common for people to forget this fact and make mistakes in calculus because of this. When we have numbers it's easy to quickly see that [math]\displaystyle{ -2 \gt -1 }[/math] is wrong. However, when we have functions on both sides we can easily be fooled and make this mistake.
  • [math]\displaystyle{ \frac{3x \ - \ 1}{x \ + \ 2} \geq 5 }[/math]. The inequality reads "For which values of [math]\displaystyle{ x }[/math] we have a function whose graph is above or equal to 5?". First [math]\displaystyle{ x + 2 }[/math] cannot be zero, else we have a division by zero. Now be careful with the comparison! When we have an equality we can multiply both sides and keep the equality the same. That's not the case with inequalities.

    Let's multiply both sides by [math]\displaystyle{ (x + 2) }[/math] and solve for [math]\displaystyle{ x }[/math]. [math]\displaystyle{ 3x - 1 \geq 5x + 10 }[/math]. We should get [math]\displaystyle{ x \geq -\frac{11}{2} }[/math]

    Our analysis is not over yet! We have a quotient of functions. What happens if both the numerator and denominator are negative? That means that for a certain range of negative values we also have that the result is greater than or equal to 5. So [math]\displaystyle{ (x + 2) }[/math] is negative for any [math]\displaystyle{ x \lt -2 }[/math]. [math]\displaystyle{ (3x -1) }[/math] is negative for any [math]\displaystyle{ x \lt 1/3 }[/math]. Conclusion, both are negative when [math]\displaystyle{ x \lt -2 }[/math].

    Now combine both results in this form [math]\displaystyle{ \{x \in \mathbb{R} | -\frac{11}{2} \leq x \lt -2\} }[/math] or x is in [math]\displaystyle{ [-5.5, -2[ }[/math]

Regarding vectors

  • We can add and subtract vectors from vectors. But we cannot add or subtract points from each other! [math]\displaystyle{ (x_1,y_1) \pm (x_2,y_2) }[/math] is an operation that only makes sense with vectors. That's why [math]\displaystyle{ \log(\overrightarrow{a}) }[/math], [math]\displaystyle{ \sin(\overrightarrow{a}) }[/math] and [math]\displaystyle{ (\overrightarrow{a})^2 }[/math] are meaningless operations with vectors. We can have [math]\displaystyle{ \overrightarrow{r} = (\log(a), \sqrt{b}) }[/math] for example. The operation [math]\displaystyle{ \sqrt{\overrightarrow{r}} = (\sqrt{a}, \sqrt{b}) }[/math] does not exist. What exists is [math]\displaystyle{ \sqrt{||\overrightarrow{r}||} = \sqrt{\sqrt{a^2 + b^2}} }[/math].

    To add or subtract a vector and a point means to displace the point from its initial position to a different position.

    If we have functions of two or three variables, to add or subtract one from another is not the same thing as adding or subtracting points from their respective domains!
  • Physics teachers like to call vectors arrows and vice-versa. Careful! They are not wrong in doing that. Is just that, from the point of view of (abstract) mathematics, vectors aren't arrows. We learn this in linear algebra. An arrow is just a graphical depiction to make a clear association between vectors and motion or change. However, in mathematics, vectors are an abstract object with no shape at all.