GingerAle

avatar
UsernameGingerAle
Score2440
Membership
Stats
Questions 4
Answers 737

 #3
avatar+2440 
+3

I saw the solution but I didn't get the insight of the questions and how there were able to derive to formulae... I am new on momentum

 

Why would you expect such a descriptive reply to a simple, brain-dead question? This question requires only elementary math skills to answer. Posting a nondescript, basic question causes you to appear as a one of the simpleminded idiots, who want someone to do his homework.   

 

The guest has a point in asking why you are fucking around on here.  Because you are.

 

Generally, you learn the formulas and their applications before learning the methods of derivation.  The derivation of most physics formulas require advanced levels of calculus, linear algebra, and trigonometry.

 

If you want an advanced or intermediate level of derivation or the reasons why, then you need to ask pointed questions with contrasting examples.  Here’s an example of such a question.

 

https://web2.0calc.com/questions/two-cars-collide-with-each-other-before-the-collision-one-car-m-1300-kg-is-going-north-at-30-m-s-and-the-other-car-m-900-kg-is-goi#r3

 

Alan invested the time in answering the question and demonstrated with a hypothetical because he recognized 7UP had the skills to understand the mathematical interaction. 7UP did understand it too, because he recognized the mathematical connection to a harmonic mean—one brilliant kid!

 

In contrast, no one with advanced skills in physics would waste his or her time by explaining the derivation as a response to a simple, basic physics question. This would be like teaching pigs to sing—a waste of time and an annoyance.

 

GA

Jun 6, 2018
 #3
avatar+2440 
+3

By analyzing this question, it’s easy to see the distinguishable fruit is irrelevant here. An orange is the same as an apple. The selection of any fruit creates a fruit basket.

The solution to this is the number of partitions of 15.  

 

Calculating the number of partitions (n) requires an understanding of Generating Functions—specifically Euler’s function  

 

For small numbers (n) it’s easy, but sometimes laborious, to do them by hand.

 

15+0

14+1

13+2

13+1+1

12+3

12+2+1

12+1+1+1

11+4

11+3+1

11+2+2

...

...

...

 

WolfRam Alpha will solve these and list the partitions.  

IntegerPartitions[15]

 

For n = 15, partitions = 176 <----- Number of ways to divide five apples and ten oranges into one or more baskets.

 

15+0  | One basket with 15 fruits

1+1+1+1+1+1+1+1+1+1+1+1+1+1+1 | Fifteen baskets, each with one fruit

14+1 | Two baskets, one with 14, and one with one fruit(s)

13+2 |Two baskets, one with 13, and one with two fruits.

13+1+1 |Three baskets, one with 13, and 2 with one fruit each

12+3 | etc

12+2+1 | etc

12+1+1+1 | etc

11+4 | etc

11+3+1 | etc

11+2+2 | etc

 

 

GA

May 28, 2018