Friday, 16 July 2021
Let \(f(n)\) and \(g(n)\) be functions satisfying
$$f(n) = \begin{cases}\sqrt{n} & \text{ if } \sqrt{n} \text{ is an integer}\\ 1 + f(n+1) & \text{ otherwise} \end{cases}$$and
$$g(n) = \begin{cases}\sqrt{n} & \text{ if } \sqrt{n} \text{ is an integer}\\ 2 + g(n+2) & \text{ otherwise} \end{cases}$$for positive integers \(n\) Find the least positive integer \(n\) such that \(\tfrac{f(n)}{g(n)} = \tfrac{4}{7}\).
Subscribe to:
Post Comments (Atom)
Define \(f: \mathbb{R} \rightarrow \mathbb{R}\) by \[f(x)= \begin{cases}(1-\cos x) \sin \left(\frac{1}{x}\right), & x \neq 0 \\ 0, ...
- 
16 programers are playing in a single elimination tournament. Each player has a diff erent skill level and when two play against each othe...
- 
Post by mathematicalcircles .
- 
Find all polynomial \(P(x)\) with degree \(\leq n\) and non negative coefficients such that \[P(x)P(\frac{1}{x})\leq P(1)^2\]for all positiv...
 
 
No comments:
Post a Comment