Skip to main content

Why should we struggle ?

 A man was walking in his garden. While looking around he found a cocoon of a butterfly. The man found the cocoon very exciting and would watch it everyday. Then one day a small opening appeared on the cocoon and the butterfly was struggling to get out. The man became very excited and wanted to see the butterfly come out. 




The butterfly was trying very hard and was almost goin to come out. The man was excited to see the butterfly, but the butterfly was stuck. The man saw that the butterfly was almost out of the cocoon but got stuck. The man kept wondering how he could help the butterfly as it was struggling a lot. He went inside his house and got a pair of scissors and snipped off the remaining part of the cocoon. The butterfly then emerged easily but its body was swollen and it has small shriveled wings. The butterfly was not able to fly and crawled on the ground. 



The man failed to understand what happened. He did not hurt the butterfly. He merely helped by cutting the cocoon and ending its struggles. Within a few days the butterfly died. The man felt miserbale and failed to understand what happened. He was a kind man and meant no harm. That is the natural way of a butterfly's life. The cocoon has fluids that when absorbed by the struggling wings of the butterfly makes it stronger. Even though it is stuck, it needs to continue struggling, but the man misunderstood its struggles and cut the cocoon. 



This interruption led to the death of the butterfly. Similarly there is fluid inside a mother's womb which the baby absorbs. A premature delivery causes the baby to born weak. When the baby stays inside the womb for 9 months it is nouriushed by the fluid and is born healthy. In the same way a butterfly should be allowed to struggle and must not be helped. Due to the man's kindness the butterfly died.

 Moral of the Story: 
Everyone is strong. Work hard and continue with your struggles. Regardless of how many times you fail never give up never opt for a shortcut. If you do this, you will never develop. You will learn from your failures and this will help you become successful and strong. 

Comments

Popular posts from this blog

Connection Between Fibonacci Numbers and The Golden Ratio

Welcome. In this blog I will tell you relation between the Fibonacci Sequences and the Golden Ratio.Before that below  you can see the statue of Fibonacci, made in 1863 by Giovanni Paganucci, a sculpture in florence, but kept in a ancient cemetery in pisa where the Fibonacci was born. Its is interesting that the likeness of Fibonacci in this statue and his iconic portrait probably looks nothing like Fibonacci, since no true drawings of him exist from 850 years ago . But nevertheless Italy still honors him with this sculpture.  Statue Of Fibonacci Let's Return to Fibonacci Numbers and Fibonacci recursion relation. Then we will show you how they are related to Golden Ratio. So let's do some mathematics. Any way what's the recursion relation do you remember?? The n+1 Fibonacci number is equal to the sum of preceding two that is nth Fibonacci number Plus n-1 Fibonacci number right .                         Fn+1 = Fn + Fn−...

Fibonacci Sequence and Rabbit Problem

Hello friends hope you all are good , healthy and safe.  In this Blog we will learn about fibonacci Sequence , golden ratio,relation between them , rabbit problem and many more. Fibonacci  Greatest mathematician of the middle ages, Fibonacci. Fibonacci was born in pisa around 850 years ago. He was a famous Italian mathematician. In the year 1202 he finished his book "Liber Abeci". The book of calculations that brought Arabic numerals to Europe, the zero one,two that we use today. Fibonacci also presented a growing rabbit population problem. And after solving this problem he derived the famous sequence of numbers that is named after him, The Fibonacci Sequence . Suppose you put a male-female pair of newly born rabbits in a field . Rabbits take a month to mature before mating. After o ne month , females gives birth to one male-female pair and then mate again. No rabbits die. How many rabbit pairs are there after one year? To solve this, we construct table. At the start of each ...

Fibonacci Sequence Problem set 1

 Problems  1. The Fibonacci numbers can be extended to zero and negative indices using the relation Fn = Fn+2 − Fn+1 . Determine F0 and find a general formula for F−n in terms of Fn. Prove your result using mathematical induction. Solution: F0 = F2 − F1 = 0, F−1 = F1 − F0 = 1, F−2 = F0 − F−1 = −1, F−3 = F−1 − F−2 = 2, F−4 = F−2 − F−3 = −3, F−5 = F−3 − F−4 = 5, F−6 = F−4 − F−5 = −8. The correct relation appears to be F−n = (−1)^(n+1)×Fn                .............(1) We now prove equation (1) by mathematical induction. Base case: Our calculation above already shows that equation (1) is true for n = 1 and n = 2, that is, F−1 = F1 and F−2 = −F2. Induction step: Let us  assume that (1) is true for positive integers n = k − 1 and n = k. Then we have F−(k+1) = F−(k−1) − F(−k)     ..(from definition)                = (−1)^k×Fk−1 − (−1)^(k+1)×Fk           ...