Going through theory, missing the idea, need a bit of help. So, the initial state is: $$f(n) = O(g(n))$$ Assume that $f$ and $g$ are both nondecreasing an...
What is a rigorous method/mechanism to find the range of a function $f(x)$? Is it acceptable to find $f^{-1}(x)$ and then its domain? I understand that $f...
My Approach. To prove the given statement it is sufficient to show that $$\exists \epsilon > 0, \exists x \in [0,1], \forall N \in \mathbb{N}, \exists ...
I need to use theorem 2.1.1 in order to verify the following: ∼((∼p ∧ q) ∨ (∼ p ∧ ∼q)) ∨ (p ∧ q) ≡ p I applied the Double Negative Law to get ((p ∧ q) ∨ (...
Calculus problem that I've been trying to get my head around. Problem: A company can sell 20 products if it charges $40 per product. For each dollar ...
Let (X,d) be a metric space. For each n $\epsilon$ N let $g_n$:X$\rightarrow$R be a continuous function. Let ($a_n$) be a sequence of positive real number...
I have a very simple question. I am confused about the interpretation of log differences. Here a simple example: $$\log(2)-\log(1)=.3010$$ With my present...
I've been having a really hard time recently understanding linear transformations. I would really like to know conceptually what exactly is going on....
If perimeter of a triangle is $2d$, what is the length of sides so the triangle has maximal area? I found some solution using circle and angles, but I thi...