• OK, it's on.
  • Please note that many, many Email Addresses used for spam, are not accepted at registration. Select a respectable Free email.
  • Done now. Domine miserere nobis.

The Math Thread

gilliatt

Active Member
Local time
Today 12:18 PM
Joined
Feb 8, 2011
Messages
425
---
Location
usa
?
 

redbaron

irony based lifeform
Local time
Tomorrow 4:18 AM
Joined
Jun 10, 2012
Messages
7,253
---
Location
69S 69E
1+1=window

:)
 

Tannhauser

angry insecure male
Local time
Today 6:18 PM
Joined
Jul 18, 2015
Messages
1,462
---
Hint for the problem: you can solve it by simply rearranging the equation.
 

Cipher

Introspection Specialist
Local time
Today 5:18 PM
Joined
Mar 25, 2016
Messages
59
---
Hint for the problem: you can solve it by simply rearranging the equation.


(Apparently my images got messed up a little, sorry.)

b59ee0ab1f.gif


multiply 2 and divide by xy:

c14d5000ea.gif


substitute y = x + z

c45bce6ad3.gif


multiply (x + z)
39c33b8317.gif


eda82c666b.gif


47a15b98e9.gif


gif.latex


I didn't expect to find a solution by playing around like this. I expected the solution to be much more elegant.
 

Tannhauser

angry insecure male
Local time
Today 6:18 PM
Joined
Jul 18, 2015
Messages
1,462
---
First off, Cipher, you are my hero, as promised. It was a good attempt, but I'd like to point out one thing about your approach: it proves the inequality only for the set in R^2 where xy > 0.

In the inequality
gif.latex


you can try to set x=1 and y=-1 and you get 2 <= -2.

So it is only a partial solution :). And yes, there is a much more elegant solution as well.
 

Cipher

Introspection Specialist
Local time
Today 5:18 PM
Joined
Mar 25, 2016
Messages
59
---
Another hint: start by writing it as
gif.latex
Yeah, I too just had that epiphany moment during breakfast.

Binomial Theorem:

png.latex


Which is true since any real squared is non-negative.
 

Cipher

Introspection Specialist
Local time
Today 5:18 PM
Joined
Mar 25, 2016
Messages
59
---
A guy is lost in the forest. From where he is standing, he can take three different paths. First path takes 2 hours and will lead him home. Second path takes 4 hours and leads back to the same spot. Third path takes 5 hours and also leads back to the same spot.

He picks a path randomly always. What is the expected length of time until he gets home?
Is that one still unsolved?

I'd interpret this as two distinct random experiments.

a) First, our protagonist takes the 4 hour path n times in a row, until he decides to not take it once.

b) After that, he decides between one of the other paths.

a) has a geometric distribution, and since p(break the cycle) = 2/3,
E[number of times the 4-hour-path is taken] = 3/2.
So E1[x] = 4 hours * 3/2 = 6 hours.

In b) E2[x] is obviously the average of 2h and 5h, since p = 0,5.

So in total, E[x] = E1[x] + E2[x] = 6h + 3,5h = 9,5h
 

Tannhauser

angry insecure male
Local time
Today 6:18 PM
Joined
Jul 18, 2015
Messages
1,462
---
@Cipher
It is indeed still unsolved. In your solution, however, it seems that you have assumed that the 3rd path (5 hours) also leads home, but it leads back to the same spot.
 

Cipher

Introspection Specialist
Local time
Today 5:18 PM
Joined
Mar 25, 2016
Messages
59
---
Oh, true. I should read more carefully.

In that case, the guy will come to the same spot three (1/p) times on average, choosing both the 4h and the 5h path half of the time on average.

E[x1] = 1,5 * 4h + 1,5 * 5h = 13,5h

After that, the two hours of the remaining path just get added. E[x] = 15,5
 

Tannhauser

angry insecure male
Local time
Today 6:18 PM
Joined
Jul 18, 2015
Messages
1,462
---
I think that reasoning would work for the case with only 1 circular path, but here he might go the 2nd path n times, then 3rd path m times, then the 2nd path some times again and so on.

In any case, 15.5 is not correct :evil:
 

Cipher

Introspection Specialist
Local time
Today 5:18 PM
Joined
Mar 25, 2016
Messages
59
---
I think that reasoning would work for the case with only 1 circular path, but here he might go the 2nd path n times, then 3rd path m times, then the 2nd path some times again and so on.

In any case, 15.5 is not correct :evil:

Still couldn't figure out why my first intuition was/is or even could be wrong.

Since I think the law of total expectation can be used with my initial approach, I'm gonna stick to it.
The two hours magically get added to the total time after the main experiment is over.
I only look at the expected time it takes the guy to pass all the circular paths he takes until he selects the home path.

Random Variables:
X := number of hours it takes the guy to get home -2
Y := number of times he gets back to the same spot again, excluding the initial situation ( y can be 0)

Events:
Ai := y = i

for large/infinite n:

png.latex


png.latex




In any event Ai, P[home path is chosen] is 1 at the (i+1). path selection and 0 before that.
=> At any selection before the (i+1). one, P[4h patch] = P[5h path] = 0.5

In the event A0, E[X] = 0.
In the case of A1, E[X] = 0.5 * 4h + 0.5 * 5h = 4.5h

Since any two coin tosses/path selections are independent, every coin toss just adds its own expected result to the total expectancy.
E[Ai] + 4,5h = E[Ai+1]

png.latex



png.latex


According to Wikipedia, a geometric series like the one described by this sum converges like this

png.latex


=>
png.latex


Which is... completely impossible. I don't believe this.

Anyways, the solution would be 6.5 hours then.


Edit: Let's try one more time.

A0 := 2h path gets taken at the first try
A1 := 4h path gets taken at the first try
A2 := 5h path gets taken at the first try

png.latex


E[X] = 1/3 * 2h + 1/3 * (4h + E[X]) + 1/3 * (5h + E[X])
E[X] = 1/3 * (11h + 2* E[X])
E[X] = 11h/3 + 2/3 E[X]
1/3 * E[X] = 11h/3
E[X] = 11h

That's... interesting. Now I'm wrong in at least two ways.
I'll give this more thought some other time.


Edit2: I noticed an error in the first solution while dozing off.
I failed to actually make E[X|Ai] dependent on Ai and just put a constant 4.5h. Whoops.
But I'm too tired to correct that now. Might do that later.
 

Tannhauser

angry insecure male
Local time
Today 6:18 PM
Joined
Jul 18, 2015
Messages
1,462
---
Congratulations, Cipher. The last solution you have where E[X] = 11 is absolutely correct. And I think that is the most elegant way of solving it. It's clear and clean.
 

Ex-User (9086)

Prolific Member
Local time
Today 5:18 PM
Joined
Nov 21, 2013
Messages
4,758
---
Not my invention and some of you might know it. It's a cool one to understand and try to solve.
---
Let a and b be positive integers such that ab + 1 divides a^2 + b^2. Show that
60f9c99b91.png

is the square of an integer.
 

Artsu Tharaz

The Lamb
Local time
Tomorrow 4:18 AM
Joined
Dec 12, 2010
Messages
3,134
---
pi squared

plus 2

squared
 

Ex-User (9086)

Prolific Member
Local time
Today 5:18 PM
Joined
Nov 21, 2013
Messages
4,758
---
Does that mean that the fraction is an integer?
Yes, look for all the cases when the fraction is such that the division results in an integer.

In the most basic case ab+1 can easily be manipulated to produce 1 and then all products of the following equation would be int.
 

Tannhauser

angry insecure male
Local time
Today 6:18 PM
Joined
Jul 18, 2015
Messages
1,462
---
Yes, look for all the cases when the fraction is such that the division results in an integer.

In the most basic case ab+1 can easily be manipulated to produce 1 and then all products of the following equation would be int.

Interesting problem. But by produce 1, do you mean setting ab+1 = a² + b²? I honestly don't see how that leads to the general case.
 

Ex-User (9086)

Prolific Member
Local time
Today 5:18 PM
Joined
Nov 21, 2013
Messages
4,758
---
What I want you to do is to prove by listing all cases of when the results of the problem are integers.

Produce 1 meant that denominator would be 1. Denominator =1 isn't the only case which gives correct solutions to the problem. I mentioned it as an example which is also a part of the complete set of possible answers.

I want you to provide me with the complete set of answers or equations/algorithms that describe all of them since listing all the individual numbers for a&b may be impossible and/or tedious.
 

Vrecknidj

Prolific Member
Local time
Today 12:18 PM
Joined
Nov 21, 2007
Messages
2,196
---
Location
Michigan/Indiana, USA
(64+4)/(8*2+1) = 68/17 = 4
(900+64)/(30*8+1) = 964/241 = 4
(729+9)/(27*3+1) = 738/82 = 9

Etc.

Excel + Time = Solutions
 

Ex-User (9086)

Prolific Member
Local time
Today 5:18 PM
Joined
Nov 21, 2013
Messages
4,758
---
Can you provide a general equation for your solutions? This problem is about describing the general case.
 
Top Bottom