mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2010-06-12, 01:32   #562
spkarra
 
"Sastry Karra"
Jul 2009
Bridgewater, NJ (USA)

33 Posts
Default

Tomer,
Few months ago, I thought they were new and posted some of my conjectures.
In this forum, the members responded in a professional manner.

So, my advice is "Give a try", who knows what you had in your mind might be a new concept.
Good Luck,
Sastry Karra
spkarra is offline   Reply With Quote
Old 2010-06-12, 11:30   #563
blob100
 
Jan 2010

379 Posts
Default

Quote:
Originally Posted by spkarra View Post
Tomer,
Few months ago, I thought they were new and posted some of my conjectures.
In this forum, the members responded in a professional manner.

So, my advice is "Give a try", who knows what you had in your mind might be a new concept.
Good Luck,
Sastry Karra
Hello Karra.
I can't understand what do you talk about.
My conjectures were trivially false and unreadable.

Tomer.
blob100 is offline   Reply With Quote
Old 2010-06-13, 16:27   #564
blob100
 
Jan 2010

37910 Posts
Default

The fifth problem (1):
V1=(x1,y1),
V2=(x2,y2).
C is the angle between the two vectors.
A is the angle between V1 and X.
B is the angle between V2 and X.

cosC=cos(|A-B|)=cosAcosB+sinAsinB=
(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))=G.
G is an easy way to show the whole phrase.

We try to prove:
|V1||V2|cosC=x1x2+y1y2.
((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2))=|V1||V2|.

cosC|V1||V2|=G|V1||V2|=(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))(((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2)))=x1x2+y1y2.
blob100 is offline   Reply With Quote
Old 2010-06-14, 12:48   #565
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

746010 Posts
Default

Quote:
Originally Posted by blob100 View Post
The fifth problem (1):
V1=(x1,y1),
V2=(x2,y2).
C is the angle between the two vectors.
A is the angle between V1 and X.
B is the angle between V2 and X.

cosC=cos(|A-B|)=cosAcosB+sinAsinB=
(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))=G.
G is an easy way to show the whole phrase.

We try to prove:
|V1||V2|cosC=x1x2+y1y2.
((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2))=|V1||V2|.

cosC|V1||V2|=G|V1||V2|=(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))(((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2)))=x1x2+y1y2.
Please make this a little more readable.....

There are several ways to prove the result. This may be one of them,
but your notation is all "jammed together".

BTW, This is a very important result.
R.D. Silverman is offline   Reply With Quote
Old 2010-06-14, 16:14   #566
blob100
 
Jan 2010

379 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Please make this a little more readable.....

There are several ways to prove the result. This may be one of them,
but your notation is all "jammed together".

BTW, This is a very important result.
Yes, I know this result is important,
And my proof is not readable,
The problem I found aiming my writing was that geometical pictures can't be drawn here, and more then it, the phrases aren't written with the popular mathematical form (as you, me and everyone would write on a sheet of paper, I mean, not as on the computer, forum).

I am able to write it on a word page and send it to you by e-mail.
I can try explaining what is written.

Thanks Tomer.

Last fiddled with by blob100 on 2010-06-14 at 16:15
blob100 is offline   Reply With Quote
Old 2010-06-14, 16:26   #567
blob100
 
Jan 2010

379 Posts
Default

Quote:
Originally Posted by blob100 View Post
The fifth problem (1):
V1=(x1,y1),
V2=(x2,y2).
C is the angle between the two vectors.
A is the angle between V1 and X.
B is the angle between V2 and X.

cosC=cos(|A-B|)=cosAcosB+sinAsinB=
(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))=G.
G is an easy way to show the whole phrase.

We try to prove:
|V1||V2|cosC=x1x2+y1y2.
((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2))=|V1||V2|.

cosC|V1||V2|=G|V1||V2|=(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))(((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2)))=x1x2+y1y2.
|V1|=(x1,y1),
|V2|=(x2,y2).
C is the angle between the two vectors (you denoted it as theta).
A is the angle between V1 and X.
B is the angle between V2 and X.

cosC=cos(|A-B|)=cosAcosB+sinAsinB=
(x2/((x2^2+y2^2)^(1/2)))(x1/((x1^2+y1^2)^(1/2)))+(y2/((x2^2+y2^2)^(1/2)))(y1/((x1^2+y1^2)^(1/2)))=
(x2/|V2|)(x1/|V1|)+(y1/|V1|)(y2/|V2|)=G.
G is an easy way to show the whole phrase.
_______________________________
We try to prove:
|V1||V2|cosC=x1x2+y1y2.
((x1^2+y1^2)^(1/2))((x2^2+y2^2)^(1/2))=|V1||V2|.
_______________________________
cosC|V1||V2|=G|V1||V2|=((x2/|V2|)(x1/|V1|)+(y1/|V1|)(y2/|V2|))|V1||V2|=
x1x2+y1y2.
blob100 is offline   Reply With Quote
Old 2010-06-14, 16:26   #568
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by blob100 View Post
Yes, I know this result is important,
And my proof is not readable,
The problem I found aiming my writing was that geometical pictures can't be drawn here, and more then it, the phrases aren't written with the popular mathematical form (as you, me and everyone would write on a sheet of paper, I mean, not as on the computer, forum).

I am able to write it on a word page and send it to you by e-mail.
I can try explaining what is written.

Thanks Tomer.
|
|
|
| /(x1, y1)
| /
| / .(x2,y2)
| / .
| / .
| / .
|/a . b
----------------------------------

Let L1 = length of the segment labelled (x1,y1)
L2 = '' (x2, y2)


Then cos(b) = x2/L2
cos(a + b) = x1/L1

What then is cos(a)?
R.D. Silverman is offline   Reply With Quote
Old 2010-06-14, 16:30   #569
axn
 
axn's Avatar
 
Jun 2003

32·5·113 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Code:
|
|
|
|      /(x1, y1)
|     /
|    /      .(x2,y2)
|   /     .
|  /    .
| /  . 
|/a . b
----------------------------------
Looks better with code tag
axn is offline   Reply With Quote
Old 2010-06-14, 16:31   #570
blob100
 
Jan 2010

1011110112 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
|
|
|
| /(x1, y1)
| /
| / .(x2,y2)
| / .
| / .
| / .
|/a . b
----------------------------------

Let L1 = length of the segment labelled (x1,y1)
L2 = '' (x2, y2)


Then cos(b) = x2/L2
cos(a + b) = x1/L1

What then is cos(a)?
I can't understand what is drawn here.
I think, after some changes I gave, you will understand easily what I wrote there.
blob100 is offline   Reply With Quote
Old 2010-06-14, 16:50   #571
blob100
 
Jan 2010

379 Posts
Default

Quote:
Originally Posted by axn View Post
Looks better with code tag
1) cos(a)=cos(a+b)cos(b)+sin(a+b)sin(b).
sin(a+b)=x1/|V1|
sin(b)=x2/|V2|
cos(a+b)=y1/|V1|
cos(b)=y2/|V2|
2) cos(a)=(x1/|V1|)(x2/|V2|)+(y1/|V1|)(y2/|V2|).
If we product cos(a) with |V1||V2| we may get by (2):
cos(a)|V1||V2|=x1x2+y1y2.
blob100 is offline   Reply With Quote
Old 2010-06-14, 17:07   #572
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by blob100 View Post
1) cos(a)=cos(a+b)cos(b)+sin(a+b)sin(b).
sin(a+b)=x1/|V1|
sin(b)=x2/|V2|
cos(a+b)=y1/|V1|
cos(b)=y2/|V2|
2) cos(a)=(x1/|V1|)(x2/|V2|)+(y1/|V1|)(y2/|V2|).
If we product cos(a) with |V1||V2| we may get by (2):
cos(a)|V1||V2|=x1x2+y1y2.
This works nicely.
R.D. Silverman is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Some ideas regarding NFS... paul0 Factoring 3 2015-03-14 19:55
Ideas for the future beyond just-keep-encrunching Dubslow NFS@Home 13 2015-02-02 22:25
two ideas for NPLB Mini-Geek No Prime Left Behind 16 2008-03-01 23:32
GROUP IDEAS TTn 15k Search 15 2003-09-23 16:28
Domain name ideas... Xyzzy Lounge 17 2003-03-24 16:20

All times are UTC. The time now is 04:35.


Fri Aug 6 04:35:46 UTC 2021 up 13 days, 23:04, 1 user, load averages: 2.81, 3.06, 4.14

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.