Cheenta Blog Since 2010

Mathematics is Beautiful
University Application
Guides
Books
ISI Entrance
Math Olympiad
বাংলা
October 4, 2021
Pi calculating from Mandelbrot Set using Julia

There should be no such thing as boring mathematics. Edsger W. Dijkstra In one of our previous post, we have discussed on Mandelbrot Set. That set is one of the most beautiful piece of art and mystery. At the end of that post, I have said that we can calculate the value of $\pi $ […]

Read More
September 30, 2021
Partition Numbers and a code to generate one in Python

Author: Kazi Abu Rousan The pure mathematician, like the musician, is a free creator of his world of ordered beauty. Bertrand Russell Today we will be discussing one of the most fascinating idea of number theory, which is very simple to understand but very complex to get into. Today we will see how to find […]

Read More
September 28, 2021
ISI B.STAT PAPPER 2018 |SUBJECTIVE

Problem Let $f$:$\mathbb{R} \rightarrow \mathbb{R}$ be a continous function such that for all$x \in \mathbb{R}$ and all $t\geq 0$ f(x)=f(ktx) where $k>1$ is a fixed constant Hint Case-1 choose any 2 arbitary nos $x,y$ using the functional relationship prove that $f(x)=f(y)$ Case-2 when $x,y$ are of opposite signs then show that $$f(x)=f(\frac{x}{2})=f(\frac{x}{4})\dots$$ use continuity to […]

Read More
September 28, 2021
I.S.I B.STAT 2018 | SUBJECTIVE -4

PROBLEM Let $f (0,\infty)\rightarrow \mathbb{R}$ be a continous function such that for all $x \in (0,\infty)$ $f(x)=f(3x)$ Define $g(x)= \int_{x}^{3x} \frac{f(t)}{t}dt$ for $x \in (0,\infty)$ is a constant function HINT Use leibniz rule for differentiation under integral sign SOLUTION using leibniz rule for differentiation under integral sign we get $g'(x)=f(3x)-f(x)$ $\Rightarrow g'(x)=0$ [ Because f(3x)=f(x)] […]

Read More
September 28, 2021
TESTING THE CONCEPT OF COPRIME NUMBERS | CMI 2015 PART B PROBLEM-3

PROBLEM Show that there are exactly $2$ numbers $a$ in the set $\{1,2,3\dots9400\}$ such that $a^2-a$ is divisible by $10000$ HINT Use Modular arithmetic and concepts of coprime numbers SOLUTION we know $10000=2^4*5^4$ In order for $10000$ to divide $a^2-a$ both $2^4$ and $5^4$ must divide $ a^2-a $ Write $a^2-a=a(a-1)$ Note that $a$ and […]

Read More
September 28, 2021
Best algorithm to calculate Pi - Part1

Author: Kazi Abu Rousan $\pi$ is not just a collection of random digits. $\pi$ is a journey; an experience; unless you try to see the natural poetry that exists in $\pi$, you will find it very difficult to learn. Today we will see a python code to find the value of $\pi $ up to […]

Read More
September 26, 2021
Monte Carlo Method to calculate Pi

Author: Kazi Abu Rousan Pi is not merely the ubiquitous factor in high school geometry problems; it is stitched across the whole tapestry of mathematics, not just geometry’s little corner of it. $\pi$ is truly one of the most fascinating things exist in mathematics. It's not just there in geometry, but it's also there in pendulum, […]

Read More
September 23, 2021
A code to find Primes - Sieve of Eratoshenes

To some extent the beauty of number theory seems to be related to the contradiction between the simplicity of the integers and the complicated structure of the primes, their building blocks. This has always attracted people. A. Knauf from "Number theory, dynamical systems and statistical mechanics"  This quote is indeed true. If you just think about the […]

Read More
September 7, 2021
How Varun Balasubramanian cracked ISI Entrance 2021?
Read More
September 4, 2021
How Devansh Kamra made it to ISI B.Math 2021 Merit List
Read More
1 5 6 7 8 9 58
July 1, 2025
Australian Mathematics Competition - 2023 - Middle Primary - Grade 3 & 4 - Questions and Solutions

Try out the problems from Australian Math Competition - 2015 - Middle Primary

Read More
June 19, 2025
Every Young Students in India Should Take the NMTC 2025

What is NMTC (National Mathematics Talent Contest)? The National Mathematics Talent Contest or NMTC is a national-level mathematics contest conducted by the Association of Mathematics Teachers of India (AMTI). Who can appear for NMTC 2025? Exam fee (2025): Rs.150/- per candidate Syllabus The syllabus of the National Mathematics Talent Contest (NMTC) is similar to the syllabus of the Mathematics Olympiad […]

Read More
May 17, 2025
NSEJS (2020) - Problems & Solution

Problem 1 Gravitational collapse is the contraction of an astronomical object under its own gravity. This draws the matter inwards towards the centre of gravity. A neutron star is an example of the collapsed core of a giant star. A certain neutron star of radius 10 km is of mass \(1.5 M_{\odot}\). The acceleration due […]

Read More
May 15, 2025
NSEJS [2010] Problems & Solution

Problem 1 Which one of the following statements is INCORRECT? (A) If the net force on a body is zero, its velocity is constant or zero(B) If the net force on a body is zero, its acceleration is constant and(C) If the velocity of a body is constant, its acceleration is zero(D) A body may […]

Read More
May 10, 2025
NSEJS – 2023 - Problems & Solution

Problem 1 Two blocks A and B of masses 1 kg and 4 kg respectively are moving with equal kinetic energies. Read the following statements \(S_1\) and \(S_2\)Statement \(S_1\) : Ratio of speed of the block A to that of B is (1: 2)Statement \(S_2\) : Ratio of magnitude of linear momentum of (A) to […]

Read More
April 10, 2025
AMC 2021 Middle Primary – Problem 22 with Solution | Australian Mathematics Competition Explained

Dive into the discussion of the solution to Problem 22 from the 2021 AMC (Australian Mathematics Competition), Middle Primary category.

Read More
April 4, 2025
AMC 2022 Middle Primary – Problem 28 with Solution | Australian Mathematics Competition Explained

Dive into the discussion of the solution to Problem 28 from the 2022 AMC (Australian Mathematics Competition), Middle Primary category.

Read More
March 28, 2025
AMC 2021 Middle Primary – Problem 14 with Solution | Australian Mathematics Competition Explained

Dive into the discussion of the solution to Problem 14 from the 2021 AMC (Australian Mathematics Competition), Middle Primary category.

Read More
March 28, 2025
Problem 26: Australian Mathematics Competition 2021 – Middle Primary

Dive into the discussion of the solution to Problem 26 from the 2021 AMC (Australian Mathematics Competition), Middle Primary category.

Read More
February 25, 2025
Problem 20: Australian Mathematics Competition 2022 – Junior Year

Dive into the discussion of the solution to Problem 20 from the 2022 AMC (Australian Mathematics Competition), Junior Year category.

Read More
1 5 6 7 8 9 108
© 2010 - 2025, Cheenta Academy. All rights reserved.
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram