Skip to main content

Questions tagged [functions]

For elementary questions about functions, notation, properties, and operations such as function composition. Consider also using the (graphing-functions) tag.

Filter by
Sorted by
Tagged with
-3 votes
4 answers
210 views

Problem $$ \lim_{x\to+\infty} \left( \frac{x^{2}+3}{3x^{2}+1} \right)^{x^{2}}=0 $$ My Work $$ \lim_{x\to+\infty} \left(\frac{1+\frac{3}{x^{2}}}{1+\frac{1}{3x^{2}}}\cdot\frac{1}{3} \right)^{x^{2}\cdot\...
Abraham Carrasquel's user avatar
4 votes
1 answer
128 views

Does there exist a function $f: \mathbb{R} \to \mathbb{R}$ such that $f(x), f(x)+\sqrt{3}, \sqrt{2}-f(x), f(x)+x$ are irrational for all irrational $x$? My attempt: I couldn't come up with any good ...
pioo's user avatar
  • 553
0 votes
0 answers
28 views

(from a hsgs high school math group chat) Let there be function $t(n,k)=q$, such that $k$ is in radians, and that $n$ is how many $\tan$ functions are nested in each other such that $$t(1,k)=\tan(k)$$ ...
comceau's user avatar
-1 votes
3 answers
118 views

$$ \lim_{x\to \infty} \left( \frac{x-4}{x+1} \right)^{x+3}=e^{-5} $$ I know that I am not making any change in the expression, I am just re-expressing it $$ \lim_{x\to \infty} \left( 1+\frac{-5}{x+1} \...
Abraham Carrasquel's user avatar
-2 votes
3 answers
104 views

I tried but I obtein an indeterminacy. I think that I am ignoring any property of notable limits maybe $$ \lim_{x\to\infty} (\frac{3+x^{2}}{4x^{2}-1})^{x^{2}}\to $$ $$ \lim_{x\to\infty} (1-\frac{3x^{2}...
Abraham Carrasquel's user avatar
2 votes
0 answers
171 views

Consider the equation $$ \frac{1}{x} = x y^2. $$ Since the expression $\frac{1}{x}$ appears, the equation is only defined when $x \ne 0$. My question is: Do I need to explicitly write the domain ...
thenormaldude's user avatar
0 votes
1 answer
62 views

Need to find out all the functions $f \colon \mathbb{R} \to \mathbb{R}$ such that $$f(x+y) \leq f(xy).$$ Since $f(x) \leq f(0)$ for every $x \in \mathbb{R}$ and $f(0) \leq f(-x^2)$, it follows that $f(...
Jamai-Con's user avatar
  • 629
-2 votes
0 answers
42 views

We had an exercise where we needed to calculate a couple of things but here is the question translated: A guy is standing on a tower at the height of $10$ meters and shoots an arrow. The height can be ...
Marijn Klos's user avatar
0 votes
2 answers
88 views

I’m trying to understand how to compute the partial derivatives when the function is given implicitly. For example, suppose we have an equation $x^2+y^2+z^2=a^2$ where $z$ is considered to be a ...
Mane Tovmasyan's user avatar
-1 votes
2 answers
118 views

$$ \lim_{x\to \infty} \frac{x^{2}+bx+c}{x-n}=\infty $$ recalling the trinomial of the form: $$ x^{2}+bx+c=(x+n)(x+m) $$ for some $n$ and $m$ such that $$ m+n=c $$ $$ m\cdot n=b $$ $$ \lim_{x\to \infty}...
Abraham Carrasquel's user avatar
7 votes
2 answers
352 views

the problem Find all the functions $f \colon \mathbf R \to \mathbf R$, such that $$f\left(x+\frac{1}{y}\right)+f\left(y+\frac{1}{x}\right)=2f(xy)$$ for all $x,y \in \mathbf R$. my idea Plugging in ...
Pam Munoz Ryan's user avatar
0 votes
0 answers
60 views

I have the following function: $ f(\theta)=\int_{-1}^{1} \max\!\left(0,\; \min\!\left(1,\; \frac{v - w_1 \xi}{w_2}\right) \;-\; \max\!\left(-1,\; \frac{-v - w_1 \xi}{w_2}\right)\right)\, d\xi, $ where ...
秦旭洁's user avatar
4 votes
4 answers
258 views

I was wondering how to show that on $(0, π/4], -1 < \cos^3(x)+\sin^3(x) < 1$. I started by bounding $\cos(x)$, then $\sin(x)$ over this interval, then, exploiting the strict growth of the ...
Yahzrod's user avatar
  • 41
5 votes
2 answers
218 views

Let $X \subset \mathbb{R}$ be some nonempty subset and let $f : X \to X$ be a function satisfying $$ f(x) + y \in X \iff x \neq y $$ for all $x,y \in X$. Prove that $f(x) + x$ is constant over all $x \...
zielik's user avatar
  • 117
0 votes
1 answer
65 views

I am having some doubts about the definition of relative and absolute extrema, which have arisen from the function $f(x)=\sqrt[3]{(x^2-1)^{2}}$. For me, this function has: Relative maximum but not ...
JN_2605's user avatar
  • 599
0 votes
1 answer
63 views

I'm trying to find a concrete reference for the rule/concept of simplifying function expressions with a discontinuity present. For instance, $f(x) = x^2/x$ simplifies to $x$, but that doesn't mean ...
Kolichikov's user avatar
0 votes
1 answer
66 views

Im an IB AAHL student, and I have been playing around with the fascinating process of infinitely iterated tetrations, instead of studying. I thought of sharing it with other individuals interested in ...
Iman Khanban's user avatar
2 votes
2 answers
131 views

Let any complex number be represented as $c = a + ib$, where $i^2 = -1$ and $a,b \in \Bbb{R}$. Step 1. Definition of the domain and function $f$ Define the set $A = \{ a + ib : a,b \in (-1,1) \}$. ...
Soham Chakraborty's user avatar
1 vote
3 answers
104 views

Consider the function defined as $f(x)=x^4\cos(1/x)+2x^4$ for $x\neq 0$ and $f(0)=0$. It is clear that $0$ is a global strict minimum (therefore also local strict) because $\cos x\ge-1$ for every $x\...
Luigi Traino's user avatar
  • 1,256
1 vote
1 answer
128 views

I have two approaches but I think only one is correct, I need some clarification multiply by variable raised to the largest exponent $$ \color{red}{u^{2}} $$ $$ \begin{aligned} &\lim_{u\to0}\...
Abraham Carrasquel's user avatar
0 votes
0 answers
68 views

Q) Suppose $0 < a < 1,$ but that $a$ is not equal to $1/n$ for any natural number n. Find a function $f$ which is continuous on $[0, 1]$ and which satisfies $f(0) = f(1),$ but which does not ...
Sagarika's user avatar
5 votes
8 answers
371 views

I want to find the solution to this limit Here they give a clue: https://artofproblemsolving.com/community/c7h500368p2811532 something like this: $$ \color{green}{y=2x} $$ $$ \color{green}{\lim_{x\to ...
Abraham Carrasquel's user avatar
1 vote
2 answers
264 views

Determine the smallest possible value of the natural number $ a_1$, knowing that there exist natural numbers $ a_1 \geq a_2 \geq \ldots \geq a_{100} \geq 2 $ with the property that $$ \left\{ \sum_{k=...
Pam Munoz Ryan's user avatar
2 votes
2 answers
136 views

I'm a high school student trying to understand function transformations deeply, not just as memorized rules. Most textbooks say that when we reflect a graph over the $y$-axis — that is, transform $ y =...
Magical Briefcase's user avatar
42 votes
9 answers
4k views

As you may have seen from some of my other questions, I have little knowledge of higher mathematics, and as of now I am in Algebra 2. However, I was arguing with my dad over something, and we stumbled ...
some kid trying her best's user avatar

1
2 3 4 5
693