Daily Maths Challenges

# Active series |No. of posts|Name|Frequency|Difficulty| |---|---|---|---| |22|[Siri's Medium](https://lemmy.world/post/14918354)|Daily|5/10| |5|[zkfcfbzr's unamed series](https://lemmy.world/post/15222597)|Irregular|4/10| If you want to start your own challenge series, create an **index post** [like this one](https://lemmy.world/post/14918354), and let me know in the comments. # Resources - [Discord bot](https://monitorss.xyz) to mirror posts in this community using [RSS](https://lemmy.world/feeds/c/dailymaths.xml?sort=New). - [KaTeX](https://katex.org/) so you can include a screenshot of your maths.

4
0

Draw a hypocycloid using a graphical calculator (such as Desmos or Geogebra). Your hypocycloid should include - Inner circle of radius `a - Outer circle of radius `b - As time `t` increases the point on the inner circle should trace out the pattern, you can animate the graph using `t`. Below is the link to a Desmos graph: https://www.desmos.com/calculator/vzgog7xqrz

9
1

- Given `n` and `m` are coprime, show that there exist integer `n'` such that `nn' mod m=1`. - The *extended Euclid's algorithm* is given below without proof, which may be useful in your proof. (I'm too lazy to type out the algorithm again, so look at the image yourself)

14
1

- Prove that `z(x mod y) = (zx) mod (zy)` Be rigorous (trust me bro im gonna daily post trust me bro) EDIT: assume all variables are integers

11
1

I recently started reading TAOCP, in other words you can expect daily posts from me again, because I'll just take some of the cooler questions from there and repost them here.

10
1

S=sum of (-1)^n/n from 1 to infty For why I named the post as so, here's why ::: spoiler spoiler ![](https://lemmy.world/pictrs/image/ef511a32-5099-4ec0-a223-47b3b810c684.png) :::

15
5

- Show that `cosθ=(u⋅v)/(|u||v|)` for 2D vectors u and v. (it is quite hard to come up with these challenges, so if you got any ideas, please post them)

29
8

We're playing a game. I flip a coin. If it lands on Tails, I flip it again. If it lands on Heads, the game ends. You win if the game ends on an even turn, and lose otherwise. Define the following events: A: You win the game B: The game goes on for at least 4 turns C: The game goes on for at least 5 turns What are P(A), P(B), and P\(C)? Are A and B independent? How about A and C?

15
12

Consider the function defined by y = x\^(sin(x)\^sin(x)). [Observe](https://www.desmos.com/calculator/mczhlgyfau) its graph. Find an increasing function which passes through each of its local maximums, and another increasing function which passes through each of its local minimums. Extra credit: You'll notice the graph isn't drawn for x-values which make sin(x) negative. This is because most of those values make the function undefined - though it is defined for infinitely many points in those intervals, it just also has infinitely many holes. Since it lacks continuity here, it has no true local maxes or local mins, and doesn't impact the original problem. We can nonetheless cheat and fill in the holes by expanding the function to these regions with [y = x\^|sin(x)|\^sin(x)](https://www.desmos.com/calculator/kvmyhygpfp) (Using x\^-|sin(x)|\^sin(x) should also be technically valid, but is being ignored because it's discontinuous with the rest of the graph and not as pretty, but will be mentioned in my solution). Doing so adds more local maxes and local mins. The new local mins should line up with your function that finds the local maxes for the original function - but, find a new function which hits all of the new local maxes.

14
8

I've even got a starter question to get you guys into the scenario. Once you've completed the starter question, under the solution comment attaches the main question, which is unsolved.

7
3

- Show that the infinite multiplication `(1+1/1)(1+1/2)(1+1/3)...` does not converge.

9
6

- Show that if a function is differentiable for an interval, it is continuous over that interval. - A function is continuous if lim_x->a f(x) = f(a)

9
6

(x/5)\^log_b(5) - (x/6)\^log_b(6) = 0

18
11

- Express `y` in terms of `x` for differential equation `dy/dx=ylny` (I'm officially out of ideas again)

8
3

- Show that it's possible `a^b=c` where `a` and `b` are irrational, and `c` is rational. Sry for the gap I ran out of ideas.

9
4

- Show that the sum of the first `n` squares is `n(n+1)(2n+1)/6`. - I know this is often in the textbook for proof by induction, which is why proof by induction is *not* allowed. This is a relatively hard one, take your time.

14
4

##### Index of my unnamed series of posted problems |Date|Post |---|---| |2024-05-07 | [Find a+b](https://lemmy.world/post/15113482) |2024-05-09 | [What is the area of the shaded region?](https://lemmy.world/post/15222487) |2024-05-15 | [Solve for x](https://lemmy.world/post/15418793) |2024-05-17 | [Bounding a function](https://lemmy.world/post/15514004) |2024-05-22 | [Coin-flipping game](https://lemmy.world/post/15698543)

10
0

An 8x5 rectangle. If the bottom left corner is considered (0, 0), then two lines are drawn within the rectangle, from (0, 4) to (8, 1) and from (1, 5) to (7, 0). The smaller two regions of the four these lines cut the rectangle into are shaded. What is their combined area?

44
7

- Evaluate `SUM(1/(n + n^2))` from n = 1 to infty

14
2

- Show that `arcsin y = arccos x` is the equation of a circle. - Note that the equation of a circle is `x^2+y^2=1`.

10
5

![](https://lemmy.world/pictrs/image/f11cca27-0ebc-45cb-b153-24230d76a574.png) The image is of a large unit square with five smaller disjoint shaded squares contained entirely within it. The five smaller squares are congruent. Four of them are at each corner of the large square. The fifth is in the center, rotated diagonally, so the center of each of its sides is touched by the vertex from one of the other four squares. You are given that the common length for the five smaller congruent squares is (a-sqrt(2)) / b, where a and b are positive integers. What is the value of a + b?

16
8

- Solve x for x^x*x\^x^ = 2 - Note that the [Lambert W function](https://en.wikipedia.org/wiki/Lambert_W_function) W(x) is the inverse of f(x) = xe^x^

15
6

Prove L'Hopital's rule, nothing fancy.

27
5

Find x for x^x^x^x^x^... = 2

51
6

Prove that the sum of the reciprocals of the Fibonacci numbers up to infinity converges to a finite value.

19
1

# Index of Siri's Challenges |Date|Post|Difficulty| |---|---|---| |2024/08/07| [Hypocycloid](https://lemmy.world/post/18375726)|7/10| |2024/08/04| [Extended Euclid's algorithm](https://lemmy.world/post/18282755)|6/10| |2024/08/01| [Multiple of modulus](https://lemmy.world/post/18171277)|6/10| |2024/06/28| [Approximate log base 2](https://lemmy.world/post/17013160)|5/10| |2024/06/02| [Horizontal asymptote of the other kind](https://lemmy.world/post/16095711)|7/10| |2024/05/25| [Angle between two vectors](https://lemmy.world/post/15801215)|7/10| |2024/05/17| [[Unsolved] 1 dimensional gravity](https://lemmy.world/post/15504207)|9/10| |2024/05/16| [Infinite multiplication series](https://lemmy.world/post/15472217)|5/10| |2024/05/15| [Differentiability implies continuity](https://lemmy.world/post/15440700)|6/10| |2024/05/14| [General differential equation](https://lemmy.world/post/15402699)|4/10| |2024/05/13| [Irrational powers](https://lemmy.world/post/15364663) |5/10| |2024/05/09| [Sum of n squares](https://lemmy.world/post/15248225) |8/10| |2024/05/08| [Definition of e^x](https://lemmy.world/post/15208812) |5/10| |2024/05/07| [Evaluate converging sum](https://lemmy.world/post/15169057) |5/10| |2024/05/06| [Equation of circle](https://lemmy.world/post/15133907) |4/10| |2024/05/05| [Fake power tower](https://lemmy.world/post/15096900) |7/10| |2024/05/04| [Prove L'Hopital's rule](https://lemmy.world/post/15063075) |6/10| |2024/05/03| [Infinite exponential](https://lemmy.world/post/15023885) |5/10| |2024/05/02| [Reciprocals of Fibonacci numbers](https://lemmy.world/post/14988716)|5/10| |2024/05/01| [Integral of e^x sinx](https://lemmy.world/post/14952681)|5/10| |2024/04/29| [Approximate 10000 factorial](https://lemmy.world/post/14917023)|8/10| |2024/04/28| [Sum to infinity is -1/12](https://lemmy.world/post/14877972)|7/10| If you got any good ideas, **PLEASE PM ME** I can't come up with that many challenges that quickly.

5
0

- Estimate 10000! - Give our answer in form exp{a ln(a) - b ln(b) + c} - Hint: e

3
3

- Proof that the infinite sum 1+2+3+4+... = -1/12 - You may assume that 1-1+1-1+... = 0.5

6
1