Jump to content

Wikipedia:Reference desk/Mathematics: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Scsbot (talk | contribs)
edited by robot: archiving December 11
 
Line 1: Line 1:
[[Category:Non-talk pages that are automatically signed]]<noinclude>{{Wikipedia:Reference desk/header|WP:RD/MA}}
<noinclude>{{Wikipedia:Reference desk/header|WP:RD/MA}}
[[Category:Non-talk pages that are automatically signed]]
[[Category:Pages automatically checked for incorrect links]]
[[Category:Wikipedia resources for researchers]]
[[Category:Wikipedia resources for researchers]]
[[Category:Wikipedia help forums]]
[[Category:Wikipedia help forums]]
[[Category:Wikipedia reference desk|Mathematics]]
</noinclude>
[[Category:Wikipedia help pages with dated sections]]</noinclude>


{{Wikipedia:Reference_desk/Archives/Mathematics/2011 May 10}}


= December 15 =
{{Wikipedia:Reference_desk/Archives/Mathematics/2011 May 11}}


== What is the cause of this paradox? ==
{{Wikipedia:Reference_desk/Archives/Mathematics/2011 May 12}}


I recently completed a calculus term, in which one of the last units involving how much one aspect of an object was changing in relation to time at a certain point, given the rate of change of another aspect. Many specific questions could be analyzed as a right triangle with one leg (the x) remaining constant and the other leg (the y) growing at a specified rate. When it came time to solve for the value of the dz/dt (the rate of the hypotenuse’s growth with respect to time) at a certain point, it ended up as less than the provided dy/dt. Here’s an illustration:
= May 13 =


The x is the distance from me to a tower. This remains constant.
== Factoring Polynomials ==


The y is the distance from the tower to a flying bird.
Err, can someone explain to me how to factor polynomials? I can totally do x^2+bx+c but all of the sudden when I get ax^2+bx+c I just panic and resort to using the quadratic formula. I know there's a faster way to do it, but googling just gives me a whole bunch of stuff I don't understand. Can someone explain a method that's easy to understand?? Thanks! <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/142.132.70.60|142.132.70.60]] ([[User talk:142.132.70.60|talk]]) 19:21, 13 May 2011 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
: You can factorize the expression by taking out the 'a' and get <math>ax^2+bx+c= a\left(x^2 + \frac{b}{a}x + \frac{c}{a}\right)</math>. Then you can use your techniques on the term inside the big brackets; but don't forget to put the 'a' back in! HTH, [[User:Robinh|Robinh]] ([[User talk:Robinh|talk]]) 20:53, 13 May 2011 (UTC)
: Personally, I find you have to start with the "x" term in each, for example (x _ _)(3x _ _), if you can fix the signs (if b>0, and c>0, then both signs are positive, if c>0 and b<0, both are negative) and then see if you can get it from there. If there are only a few possible combinations as factors of c then it's possible to write it out. (Also - a small hint, if you can get it in somewhere: if the brackets start with and even number of xs, then the second part of the bracket must be odd, else the whole thing would divide by two and from inspection is can't (unless you missed that originally)) '''Grandiose''' <span style="color:gray">([[User:Grandiose|me]], [[User_talk:Grandiose|talk]], [[Special:Contributions/Grandiose|contribs]]) </span> 21:19, 13 May 2011 (UTC)
:::<math>ax^2+bx+c = a\left(x - \frac{-b+\sqrt{b^2-4 a c}}{2 a}\right)\left(x - \frac{-b-\sqrt{b^2-4 a c}}{2 a}\right)</math>
::The fast way is http://www.wolframalpha.com/input/?i=ax^2%2Bbx%2Bc
::The easy-to-understand way is to check that <math>a\left(x - \frac{-b+\sqrt{b^2-4 a c}}{2 a}\right)\left(x - \frac{-b-\sqrt{b^2-4 a c}}{2 a}\right)</math> is equal to <math>ax^2+bx+c </math> [[User:Bo Jacoby|Bo Jacoby]] ([[User talk:Bo Jacoby|talk]]) 11:35, 15 May 2011 (UTC).


The dy/dt is the speed at which the bird is flying from the tower.
== Latex ==


The z is my distance from the bird.
Can someone tell me how to draw the following in latex: a hollow square with a diagonal line going from bottom left corner to top right corner, and each line has an arrow head in the middle (not on the ends), so I want the lines to look like their pointing in some direction but I don't want the arrow head on the end points. I need the diagonal line's arrow head pointing 45 degrees clockwise from north. I also need the four vertices labelled as v. If you could post the code I'd appreciate it. [[User:Money is tight|Money is tight]] ([[User talk:Money is tight|talk]]) 22:32, 13 May 2011 (UTC)


:By far the easiest thing to do is to draw the image in another program, and save it as a .png or .eps or whatever, and use \includegraphics{file}. [[User:Invrnc|Invrnc]] ([[User talk:Invrnc|talk]]) 23:05, 13 May 2011 (UTC)
In this illustration, the distance between me and the bird is increasing at a slower rate than the speed at which the bird itself is flying. What is the cause of this paradox? [[User:Primal Groudon|Primal Groudon]] ([[User talk:Primal Groudon|talk]]) 19:43, 15 December 2024 (UTC)
:I do not see any paradox here. [[User:Ruslik0|Ruslik]]_[[User Talk:Ruslik0|<span style="color:red">Zero</span>]] 20:30, 15 December 2024 (UTC)
::You might try Inkscape to produce a .SVG. SVG is based on XML so if the drawing is simple and you're patient and willing to learn the syntax it's possible to create the file with a text editor.--[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 23:35, 13 May 2011 (UTC)
:If the bird is between you and the tower ({{math|0 ≤ ''y'' < ''x''}}), the distance between you and the bird is even decreasing: {{math|''dz''/''dt'' < 0.}} By the time it flies right overhead ({{math|1=''y'' = ''x''}}), the distance is momentarily stationary: {{math|1=''dz''/''dt'' = 0.}} After that, it increases: {{math|''dz''/''dt'' > 0.}} This rate of increase will asymptotically approach {{math|''dy''/''dt''}} from below as the bird flies off into an infinite distance. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 00:34, 16 December 2024 (UTC)
:::Alternatively, there are lots of packages for coding drawings in latex. [[PGF/TikZ]] is very good and has an extensive manual with lots of examples (linked from the article). In fact, the standard picture environment is probably enough for what you want to do - there is a nice [[b:LaTeX/Creating_Graphics | Wikibooks article]] with lots of information about picture, that also discusses xy, tikz, xfig, and others. [[Special:Contributions/81.98.38.48|81.98.38.48]] ([[User talk:81.98.38.48|talk]]) 14:47, 14 May 2011 (UTC)
::I think the issue here is that even though the rate of change of z is less than the rate of change of y, z never actually becomes less than y. You can see this graphically, for example, by comparing the graphs of y=x and y=√(x<sup>2</sup>+1). The second graph is always above the first graph, but the slope of the first graph is x/√(x<sup>2</sup>+1), which is always less than 1, the slope of the first graph. But this is typical behavior when a graph has an asymptote. As a simpler example, the slope of 1/x is negative, but the value never goes below 0 (at least for x>0). Similarly, the slope of x+1/x is always less than 1, but the value of x+1/x is always greater than x (again, for x>0). The graph of y=√(x<sup>2</sup>+1) is one branch of a hyperbola having y=x as an asymptote, and this looks very much like the x>0 part of y=x+1/x. In general the difference in rates of change can imply that that two quantities get closer and closer to each other, but this does not mean they ever become equal. This phenomenon is, perhaps, counterintuitive for many people, but the math says it can happen anyway. I don't know if this rises to the level of a paradox, but I can see that it might be concerning for some. --[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 09:39, 16 December 2024 (UTC)
:::For x > 0, the graph of y=√(x<sup>2</sup>+1) looks even more like that of y=x+1/(2x). For example, when x = 5, √(x<sup>2</sup>+1) = {{sqrt|26}} ≈ 5.09902 is approximated much more closely by 5.1 than by 5.2. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 18:35, 16 December 2024 (UTC)


:Also, in which direction are the other four arrowheads facing? &#x2013; [[User:b_jonas|b_jonas]] 06:53, 15 May 2011 (UTC)


::The left and right sides of the square are facing upwards, and the top and bottom sides of the square are facing right. Basically I'm trying to draw the triangulation of the torus. [[User:Money is tight|Money is tight]] ([[User talk:Money is tight|talk]]) 18:54, 15 May 2011 (UTC)


[[File:Torus-triangulation.png|thumb]]
:::Here's an example (see thumbnail). [[:File:Torus-triangulation.png|See its description page for the EPS (encapsulated Postscript) formatted original that has infinite resolution and you can easily use in a LaTeX article.]]
:::I don't quite understand why you'd want an arrowhead on the diagonal if this is supposed to show the triangulation of the torus. I thought the arrowheads would mean identifying two edges on the drawing. Anyway, for this image I stick to your description so I've put an arrowhead to the diagonal as well, but feel free to modify it in any way you like (including changing the dimensions, font, etc). &#x2013; [[User:b_jonas|b_jonas]] 21:50, 15 May 2011 (UTC)
:::Ah, I get it now. The four vertices are identified, so they should have the same label. I changed the image to have the same label (''v'') at each vertex. (Still don't get the arrow at the middle.) &#x2013; [[User:b_jonas|b_jonas]] 21:57, 15 May 2011 (UTC)


= December 19 =
== Which are Martingales? ==


== Who is the following unknown? ==
I know that there are two criteria for some <math>M_t</math> to be an <math>\mathcal{F}_t</math>-Martingale.


When asked '''<span style="color: orange">"WHO IS YOUR X?"</span>''' (X still being unknown to me but is known to the respondents), here are the answers I get:
Firstly <math>\mathbb{E}(|M_t|)<\infty</math>.
:
:'''<span style="color: blue">A answers: "A"</span>'''
:'''<span style="color: red">B answers: "C"</span>'''
:'''<span style="color: red">C answers: "C"</span>'''
:'''<span style="color: green">D answers: "F"</span>'''
:'''<span style="color: green">E answers: "F"</span>'''
:'''<span style="color: green">F answers: "F"</span>'''


To sum up, the special phenomenon here is that, everybody has their own X (usually), and if any respondent points at another respondent as the first respondent's X, then the other respondent '''must''' point at ''themself'' as their X.
Secondly <math>\mathbb{E}(M_t|\mathcal{F}_s)=M_s</math>.


I wonder who the unknown X may be, when I only know that X is a ''natural example from everyday life''. I thought about a couple of examples, but none of them are satisfactory, as follows:
Now <math>W_t</math> is a Wiener process that generates a filtration <math>\mathcal{F}_t</math>.
:
X is the leader of one's political party, or X is one's mayor, and the like, but all of these examples attribute some kind of ''leadership'' or ''superiority'' to X, whereas I'm not interested in this kind of solution - involving any ''superiority'' of X.
:
Here is a second solution I thought about: X is the ''first (or last)'' person born in the year/month the respondent was born, and the like. But this solution involves some kind of ''order'' (in which there is a "first person" and a "last person"), whereas I'm not interested in this kind of solution - involving any ''order''.
:
Btw, I've published this question also at the [[Wikipedia:Reference_desk/Miscellaneous#Who_is_the_following_unknown?|Miscellaneous desk]], because this question is about ''everyday life'', but now I decide to publish this question also here, because it's ''indirectly'' related to a [[Idempotence#Idempotent_functions|well known topic in Math]]. [[Special:Contributions/79.177.151.182|79.177.151.182]] ([[User talk:79.177.151.182|talk]]) 13:27, 19 December 2024 (UTC)


: Head of household comes to mind as a fairly natural one. The colours then correspond to different households which can be just one person. One objection is that "head of household" is a fairy traditional concept. With marriage equality now being the norm it's perhaps outdated. --[[Special:Contributions/2A04:4A43:909F:F9FF:397E:BBF9:E80B:CB36|2A04:4A43:909F:F9FF:397E:BBF9:E80B:CB36]] ([[User talk:2A04:4A43:909F:F9FF:397E:BBF9:E80B:CB36|talk]]) 15:11, 19 December 2024 (UTC)
I need to determine whether a couple of functions of <math>W_t</math> are <math>\mathcal{F}_t</math>-Martingales or not.
::I have already referred to this kind of solution, in the example of "my mayor", see above why this solution is not satisfactory. [[Special:Contributions/79.177.151.182|79.177.151.182]] ([[User talk:79.177.151.182|talk]]) 15:31, 19 December 2024 (UTC)
The question has been resolved at the [[Wikipedia:Reference_desk/Miscellaneous#Who_is_the_following_unknown?|Miscellaneous reference desk]]. {{resolved}}
The first one is <math>M_t=W_t^2</math>.
[[Special:Contributions/79.177.151.182|79.177.151.182]] ([[User talk:79.177.151.182|talk]]) 15:48, 19 December 2024 (UTC)


'''X''' may well be 'the oldest living person of your ancestry'. --[[User:CiaPan|CiaPan]] ([[User talk:CiaPan|talk]]) 20:46, 19 December 2024 (UTC)
I'm assuming that this passes the first test. Because <math>Var(W_t)=\mathbb{E}(W_t^2)-(\mathbb{E}(W_t))^2 = \mathbb{E}(W_t^2) = \mathbb{E}(|W_t^2|)=t < \infty </math>
:Resolved or not, let's try to analyze this mathematically. Given is some set <math>S</math> and some function <math>f:S\to S.</math> For the example, <math>S=\{\mathsf{A},\mathsf{B},\mathsf{C},\mathsf{D},\mathsf{E},\mathsf{F}\},</math> with <math>f(\mathsf{A})=\mathsf{A},</math> <math>f(\mathsf{B})=f(\mathsf{C})=\mathsf{C},</math> <math>f(\mathsf{D})=f(\mathsf{E})=f(\mathsf{F})=\mathsf{F}.</math>
:Knowing that "everybody has their own X (usually)", we can normalize the unusual situation that function <math>f</math> might not be [[Total function|total]] in two ways. The first is to restrict the set <math>S</math> to the domain of <math>f,</math> that is, the set of elements on which <math>f</math> is defined. This is possible because of the condition that <math>f(u)=v</math> implies <math>f(v)=v,</math> so this does not introduce an undue limitation of the range of <math>f.</math> The second approach is to postulate that <math>f(u)=u</math> whenever <math>f(u)</math> might otherwise be undefined. Which of these two approaches is chosen makes no essential difference.
:Let <math>T=f(S)</math> be the [[Range of a function|range]] of <math>f</math>, given by:
::<math>T=\{v\in S:(\exists u\in S:f(u)=v)\}.</math>
:Clearly, if <math>f(v)=v,</math> we have <math>v\in T.</math> We know, conversely, that <math>v\in T</math> implies <math>f(v)=v.</math>
:Let us also consider the [[inverse image]] of <math>f</math>, given by:
::<math>f^{-1}(v)=\{u\in S:f(u)=v\}.</math>
:Suppose that <math>f^{-1}(v)\ne\empty.</math> This means that there exists some <math>u\in f^{-1}(v),</math> which in turns means that <math>f(u)=v.</math> But then we know that <math>f(v)=v.</math> Combining this, we have,
::<math>f(v)=v\Leftrightarrow v\in T\Leftrightarrow f^{-1}(v)\ne\empty.</math>
:The inverse-image function restricted to <math>T,</math> to which we assign the typing
::<math>f^{-1}:T \to\mathbb{P}(S),</math>
:now induces a [[Partition of a set|partitioning]] of <math>S</math> into non-empty, mutually disjoint subsets, which means they are the classes of an [[equivalence relation]]. Each class has its own unique [[representative (mathematics)|representative]], which is the single element of the class that is also a member of <math>T</math>. The equivalence relation can be expressed formally by
::<math>u\sim v\Leftrightarrow f(u)=f(v),</math>
:and the representatives are the [[fixed point (mathematics)|fixed point]]s of <math>f.</math>
:Applying this to the original example, <math>T=\{\mathsf{A},\mathsf{C},\mathsf{F}\},</math> and the equivalence classes are:
:*<math>\{\mathsf{A}\},</math> with representative <math>\mathsf{A},</math>
:*<math>\{\mathsf{B},\mathsf{C}\},</math> with representative <math>\mathsf{C},</math> and
:*<math>\{\mathsf{D},\mathsf{E},\mathsf{F}\},</math> with representative <math>\mathsf{F}.</math>
:Conversely, any partitioning of a set defines an equivalence relation; together with the selection of a representative for each equivalence class, this gives an instance of the situation defined in the question. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 20:47, 19 December 2024 (UTC)
::FWIW, the number of such objects on a set of size n is given by {{oeis|A000248}}, and that page has a number of other combinatorial interpretations. If you ignore the selection of a representative for each class, you get the [[Bell number]]s. --[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 00:35, 21 December 2024 (UTC)


= December 20 =
As for the second test, I'm guessing that it fails, since
<math>\mathbb{E}(W_t^2|\mathcal{F}_t)=\mathbb{E}(W_t^2-W_s^2+W_s^2|\mathcal{F}_t)=\mathbb{E}(W_t^2-W_s^2|\mathcal{F}_t)+W_s^2=(t-s)+M_s \ne M_s</math>


== Give a base b and two base b digits x and z, must there be a base b digits y such that the 3-digit number xyz in base b is prime? ==
But the second one is much more difficult:


Give a base b and two base b digits x and z (x is not 0, z is coprime to b), must there be a base b digits y such that the 3-digit number xyz in base b is prime? [[Special:Contributions/1.165.207.39|1.165.207.39]] ([[User talk:1.165.207.39|talk]]) 02:10, 20 December 2024 (UTC)
<math>M_t = t W_t - \int_0^t W_s ds</math>


:In base 5, <math>3Y1_{5} = 76+5Y</math> is composite for all base-5 Y. [[User:GalacticShoe|GalacticShoe]] ([[User talk:GalacticShoe|talk]]) 03:39, 20 December 2024 (UTC)
I thought maybe <math> \mathbb{E}(|M_t|)=t\mathbb{E}(W_t)-\int_0^t \mathbb{E}(W_s) ds =0 </math>
::<math>3Y1_7</math> also offers a counterexample. While there are many counterexamples for most odd bases, I did not find any for even bases. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 09:58, 20 December 2024 (UTC)


But I'm guessing there's something wrong about that. As for checking the second condition I really don't know where to begin. [[User:Thorstein90|Thorstein90]] ([[User talk:Thorstein90|talk]]) 00:54, 14 May 2011 (UTC)


:So, the first is not a martingale since it's expectation value is the variance of the Wiener process, which increases with time. The second is a martingale. The condition on the variance is straightforward:
::<math>\operatorname{var}(M_t) \le E(M_t^2) = t^2\operatorname{var}(W_t) + 2t\int_0^t E(W_tW_s) ds + \int_0^t\int_0^t E(W_sW_{s'})\,ds\,ds'</math>
:which you can estimate from above by the [[Cauchy-Schwarz inequality]]. For the martingale property, your calculation is basically right, except you need to condition on the initial information <math>\mathcal{F}_s</math>. Then
::<math>\begin{align}
E(M_t|\mathcal{F}_s) &= tW_s - \int_0^s E(W_{s'}|\mathcal{F}_s)\,ds' -\int_s^t E(W_{s'}|\mathcal{F}_s)\,ds' \\
&= tW_s - \int_0^s W_{s'}\,ds' - (t-s) W_s = M_s.
\end{align}</math>
:-[[User:Sławomir Biały|<span style="text-shadow:grey 0.3em 0.3em 0.1em; class=texhtml">Sławomir Biały</span>]] ([[User talk:Sławomir Biały|talk]]) 12:20, 16 May 2011 (UTC)


= December 23 =
== Riemann Hurwitz formula and analytic maps on the Riemann Sphere ==


== Is it possible to make [[Twisted Edwards curve]] birationally equivalent to twisted weirestrass curves ? ==
Hello everyone, I'm stuck on the following problem and have no idea how to get going on it, was hoping you could help.


Is there an equation fo converting a [[twisted Edwards curve]] into a tiwsted weierstrass form ? [[Special:Contributions/2A01:E0A:401:A7C0:6D06:298B:1495:F479|2A01:E0A:401:A7C0:6D06:298B:1495:F479]] ([[User talk:2A01:E0A:401:A7C0:6D06:298B:1495:F479|talk]]) 04:12, 23 December 2024 (UTC)
Suppose <math>f: \mathbb{C}_{\infty} \to \mathbb{C}_{\infty}</math> is an analytic map of degree 2: show that there exist Mobius transformations S, T such that <math>SfT: \mathbb{C}_{\infty} \to \mathbb{C}_{\infty}</math> is the square map, <math>v \to v^2</math>.


:According to {{slink|Montgomery curve#Equivalence with twisted Edwards curves}}, every twisted Edwards curve is birationally equivalent to a Montgomery curve, while {{slink|Montgomery curve#Equivalence with Weierstrass curves}} gives a way to transform a Montgomery curve to an elliptic curve in Weierstrass form. I don't see a definition of "twisted Weierstrass", so I don't know if you can give an extra twist in the process. Perhaps this paper, [https://ietresearch.onlinelibrary.wiley.com/doi/10.1049/cje.2018.05.004 "Efficient Pairing Computation on Twisted Weierstrass Curves"] provides the answer; its abstract promises: "In this paper, we construct the twists of twisted Edwards curves in Weierstrass form." &nbsp;--[[User talk:Lambiam#top|Lambiam]] 10:35, 23 December 2024 (UTC)
Now I've just previous to this stated the Riemann Hurwitz formula which applies to f here, and I have also shown that the analytic isomorphisms of the Riemann sphere to itself are the non-constant mobius maps. So, I feel like I must be almost all the way there already, I just need help piecing this together to get the result: any thoughts anyone? Thank you! [[User:Totenines99|Totenines99]] ([[User talk:Totenines99|talk]]) 23:59, 13 May 2011 (UTC)


= December 24 =
:Take a look at the [[Ramification#In_complex_analysis|complex analysis section]] of the ramification article. Then take a look at the [[Riemann–Hurwitz_formula#Statement|statement section]] of the article on the Riemann–Hurwitz formula. Notice that you have been asked to consider the map {{nowrap|1=ƒ(''z'') = ''z''<sup>2</sup>}} which has a ramification of order two, and the Riemann sphere whose [[Euler characteristic]] is also two. Finally, the [[Riemann_sphere#Automorphisms|automorphism]] section of the Möbius transformation article tells us that the automorphisms of the Riemann sphere are the Möbius transformations. <span style="white-space:nowrap;">— [[User:Fly by Night|<span style="font-family:Segoe print">'''''Fly by Night'''''</span>]] <font color="#000000">([[User talk:Fly by Night|<span style="font-family:Segoe print">talk</span>]])</font></span> 01:50, 14 May 2011 (UTC)
::So I see that we can deduce from the formula that my f ramifies at exactly 2 points with multiplicity 2 in each case, right? So are we saying you can map these via T to any other 2 points on the Riemann sphere: do we want these to be 0 and infinity? Even if I have understood that far, I'm not quite following where you go from there, sorry.


== How did the Romans do engineering calculations? ==
::I did have 1 further query while I'm waiting, if anyone can help me with it: I am trying to work out, with the Riemann surface R associated with complete analytic function <math>f(z)=(z^2 - 1)^{1/2} + (z^2-4)^{1/2}</math> on <math>U = \mathbb{C} - \{\pm 1,\,\pm 2\}</math> and regular covering map <math> \pi: R \to U</math>, what subgroup of the full symmetric group of <math>\pi^{-1}(P)</math> is obtained from all closed curves starting and ending at P (since these curves 'lift' to curves between preimages of P under the covering map, each gives a permutation of the preimages of the point P, via the starting/end point of the lifted curve). However, I'm having trouble figuring out how we can actually find out what permutations are possible via these curves: there are 4 preimages to every point under this map, right? (2 from the squaring map and two from the fact that the square root is a multi-valued function) So where do I go from here? I would really be very grateful for your help or advice on both of these problems :) [[User:Totenines99|Totenines99]] ([[User talk:Totenines99|talk]]) 14:24, 14 May 2011 (UTC)


The Romans did some impressive engineering. Engineers today use a lot of mathematical calculations when designing stuff. Calculations using Roman numerals strike me as being close to impossible. What did the Romans do? [[User:HiLo48|HiLo48]] ([[User talk:HiLo48|talk]]) 05:50, 24 December 2024 (UTC)
= May 14 =


:The kind of engineering calculations that might have been relevant would mostly have been about [[statics]] – specifically the equilibrium of forces acting on a construction, and the ability of the design to withstand these forces, given its dimensions and the mechanical properties of the materials used in the construction, such as [[density]], [[modulus of elasticity]], [[shear modulus]], [[Young modulus]], [[fracture strength]] and [[ultimate tensile strength]]. In Roman times, only the simplest aspects of all this were understood mathematically, namely the statics of a construction in which all forces work in the same plane, without torque, and the components are perfectly rigid. The notion of assigning a numerical magnitude to these moduli and strengths did not exist, which anyway did not correspond to precisely defined, well-understood concepts. Therefore, engineering was not a science but an art, mainly based on experience in combination with testing on physical models. Any calculations would mostly have been for the amounts and dimensions of construction materials (and the cost thereof), requiring a relatively small number of additions and multiplications. &nbsp;--[[User talk:Lambiam#top|Lambiam]] 19:03, 24 December 2024 (UTC)
== Statistics text ==


: Calculating with Roman Numerals might seem impossible, but in some ways it's simpler than our positional system; there are only so many symbols commonly used, and only so many ways to add and multiply them. Once you know all those ways you efficiently can do calculations with them, up to the limits imposed by the system.
Hello. I'm looking for a good, rigourous, calculus-based introductory statistics text. It should start from the ''very'' basics (i.e., assuming you don't even know what a mean is [though I do], not basic as in starting from field theory because that is ''too'' basic :), kind of an equivalent to Spivak's calculus text. Does anyone have any recommendations? Thanks. [[Special:Contributions/72.128.95.0|72.128.95.0]] ([[User talk:72.128.95.0|talk]]) 15:37, 14 May 2011 (UTC)
:I don't really know a lot of statistics textbooks, but you can try [http://www.amazon.com/All-Statistics-Statistical-Inference-Springer/dp/0387402721 All of statistics]. It starts at the beginning, but it's very condensed, it tries to cover a lot of technical ground without too much discussion. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 08:28, 15 May 2011 (UTC)


: And for a lot of things they relied on experience. Romans knew how to build circular arches, but rather than do calculations to build larger arches, or ones with more efficient shapes they used many small circular ones which they knew worked, stacked side by side and sometimes on top of each other. See e.g. any [[Roman aqueduct]] or the [[Colosseum]]. For materials they probably produce them on site or close by as they're needed.--[[Special:Contributions/2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C|2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C]] ([[User talk:2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C|talk]]) 20:12, 24 December 2024 (UTC)
== Simple formula tom figure out kilobytes per second to number of hours? ==


: To add to the above, it wasn't really the Romans that were great innovators in science, engineering, etc.. I think more innovation and discovery took place in Ancient Greece and Ancient Egypt. Certainly Greece as we have a record of that. Egypt it's more that they were building on such a monumental scale, as scale no-one came close to repeating until very recently.
Can anyone give me a simple formula to figure out how long it will take to download a file given a constant number of kilobytes per second and knowing the total size of the file in gigabytes? It would be easier for me to see the calculation I think with a real example so say I am downloading at a constant rate of 92 kilobytes per second and the file I am downloading is 13.4 gigabytes. I know I have to do something like multiplying the number of kbs by 60 to get to minutes and then 60 to get to hours and then dividing somehow into the number of gbs expressed in kbs but I get lost in the details. Thanks.--[[Special:Contributions/108.54.17.250|108.54.17.250]] ([[User talk:108.54.17.250|talk]]) 15:12, 14 May 2011 (UTC)


: Romans were military geniuses. They conquered Greece, and Egypt, and Carthage, and Gaul, and Britannia, and everywhere in between. They then built forts, towns, cities and infrastructure throughout their empire. They built so much so widely that a lot of it still stands. But individually a lot of it isn't technically impressive; instead it's using a few simple patterns over and over again.--[[Special:Contributions/2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C|2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C]] ([[User talk:2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C|talk]]) 12:09, 25 December 2024 (UTC)
:You divide the file size by the download rate to get the number of seconds. Divide by 60 to get minutes, and by 60 again to get hours. In your example, you have 13.4 gigabytes = 13400000 kilobytes divided by 92 kilobytes/second to get 145652 seconds. Divide by 60 seconds/minute to get 2427 minutes. Divide by 60 minutes per hour for 40 hours. Detailed numbers are slightly different if you use base-2 gigabytes, instead of base 10, and if you don't just drop fractions. --[[User:Stephan Schulz|Stephan Schulz]] ([[User talk:Stephan Schulz|talk]]) 16:30, 14 May 2011 (UTC)
::Great. Thank you. So its convert file size in gb → kb/kbs/60/60.--[[Special:Contributions/108.54.17.250|108.54.17.250]] ([[User talk:108.54.17.250|talk]]) 16:42, 14 May 2011 (UTC)


::See [[Roman abacus]]. [[User:Catslash|catslash]] ([[User talk:Catslash|talk]]) 22:03, 25 December 2024 (UTC)
:::To put it as simply as possible, divide the file size (in gigabytes) by the download rate (in kilobytes per second), and then multiply the result by 278 -- this will give you the time in hours. (Reason: 1 GB/hr = 278 kB/sec)[[User:Looie496|Looie496]] ([[User talk:Looie496|talk]]) 17:00, 14 May 2011 (UTC)


== Are these sequences mod any natural number n periodic? ==
:::Be careful mind, some transfer rates are given in kilobits per second (kbit/s, kb/s, or kbps) and there are 8 kilobits to the kilobyte. '''Grandiose''' <span style="color:gray">([[User:Grandiose|me]], [[User_talk:Grandiose|talk]], [[Special:Contributions/Grandiose|contribs]]) </span> 17:04, 14 May 2011 (UTC)


The period of [[Fibonacci number]] mod n is the [[Pisano period]] of n, but are these sequences mod any natural number n also periodic like [[Fibonacci number]] mod n?
::::To further complicate things, often people write "gigabyte" when they really mean [[gibibyte]]. Also (though this may be irrelevant for the OP), sometimes the electrical bitrate is specified, and with 8b/10b encoding one data byte is 10 electrical bits. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 08:21, 15 May 2011 (UTC)


# [[Lucas number]]
:Note that if you actually attempt to download 13.4 GB, your [[ISP]] is likely to stop you or slow the transfer rate down to a crawl. And, even if they don't, the download is likely to be interrupted anyway, so you need a way to restart an interrupted download. [[User:StuRat|StuRat]] ([[User talk:StuRat|talk]]) 04:17, 16 May 2011 (UTC)
# [[Pell number]]
# [[Tribonacci number]]
# [[Tetranacci number]]
# [[Newman–Shanks–Williams number]]
# [[Padovan sequence]]
# [[Perrin number]]
# [[Narayana sequence]]
# [[Motzkin number]]
# [[Bell number]]
# [[Fubini number]]
# [[Euler zigzag number]]
# Partition number {{oeis|A000041}}
# Distinct partition number {{oeis|A000009}}
[[Special:Contributions/42.76.153.22|42.76.153.22]] ([[User talk:42.76.153.22|talk]]) 06:06, 24 December 2024 (UTC)


:For 1. through 4., see [[Pisano period#Generalizations]]. Although 5. through 8. are not explicitly listed, I'm pretty sure the same argument applies for their periodicity as well. [[User:GalacticShoe|GalacticShoe]] ([[User talk:GalacticShoe|talk]]) 07:05, 24 December 2024 (UTC)
Google: [http://www.google.com/search?q=how+tong+to+download+a+32+gigabyte+file+at+92+kilobytes+per+second&ie=utf-8&oe=utf-8&aq=t&rls=org.debian:en-US:unofficial&client=iceweasel-a#sclient=psy&hl=en&client=iceweasel-a&rls=org.debian:en-US%3Aunofficial&source=hp&q=13.4+gigabytes+divided+by+92+kilobytes+per+second&aq=f&aqi=&aql=f&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=c4b94ef403c105f7]. [[User:Sławomir Biały|<span style="text-shadow:grey 0.3em 0.3em 0.1em; class=texhtml">Sławomir Biały</span>]] ([[User talk:Sławomir Biały|talk]]) 12:09, 16 May 2011 (UTC)
:For 13, I'm not sure, but I think the partition function is not periodic modulo any nontrivial number, to the point that the few congruences that are satisfied by the function are also very notable, e.g. [[Ramanujan's congruences]]. [[User:GalacticShoe|GalacticShoe]] ([[User talk:GalacticShoe|talk]]) 07:23, 24 December 2024 (UTC)
::It's possible that a sequences is eventually periodic but not periodic from the start, for example powers of 2 are periodic for any odd n, but for n=2 the sequence is 1, 0, 0, ..., which is only periodic starting with the second entry. In other words a sequence can be become periodic without being pure periodic. A finiteness argument shows that 1-8 are at least eventually periodic, but I don't think it works for the rest. ([[Pollard's rho algorithm]] uses this finiteness argument as well.) It says in the article that Bell numbers are periodic mod n for any prime n, but the status for composite n is unclear, at least from the article. Btw, [[Catalan number]]s not on the list?. --[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 08:08, 24 December 2024 (UTC)


::PS. 1-8 are pure periodic. In general, if the recurrence can be written in the form F(k) = (some polynomial in F(k-1), F(k-2), ... F(k-d+1) ) ± F(k-d), then F is pure periodic. The reason is that you can solve for F(k-d) and carry out the recursion backwards starting from where the sequence becomes periodic. Since the previous entries are uniquely determined they must follow the same periodic pattern as the rest of the sequence. If the coefficient of F(k-d) is not ±1 then this argument fails and the sequence can be pre-periodic but not pure periodic, at least when n is not relatively prime to the coefficient. --[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 18:12, 24 December 2024 (UTC)
= May 15 =
:::Ah, what was tripping me up was showing pure periodicity, recursing backwards completely slipped my mind. Thanks for the writeup! [[User:GalacticShoe|GalacticShoe]] ([[User talk:GalacticShoe|talk]]) 18:31, 24 December 2024 (UTC)


== Ellipse ==


The equation <math>ax^2+bxy+cy^2=1</math> describes an ellipse, but it is not a standard ellipse because the ellipse's axes are not necessarily parallel to the x and y axes, i.e. it has been rotated. How do you read the angle of rotation from the equation? [[User:Widener|Widener]] ([[User talk:Widener|talk]]) 03:13, 15 May 2011 (UTC)
:If the major axis forms an angle of <math>\theta</math> with the x-axis, then θ minimizes the value of <math>ax^2+bxy+cy^2</math> with the substitution <math>(x,y)=(\cos\theta,\sin\theta)</math>. Substituting and differentiating gives <math>(c-a)\sin(2\theta)+b\cos(2\theta)=0</math> which means <math>\theta=\tfrac12\tan^{-1}\left(\frac{b}{a-c}\right)</math>. This gives the result up to a multiple of <math>\pi/2</math>. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 08:17, 15 May 2011 (UTC)
:Did this reply help you? -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 15:56, 16 May 2011 (UTC)


= December 27 =
== Multiplication of Cardinals and Order Preservation. ==

See [[Multiplication#Properties]]. If a, b, and c are cardinal numbers, does the following still hold?<br /><br />
" Multiplication by a positive number preserves [[Order theory|order]]: if ''a''&nbsp;>&nbsp;0, then if ''b''&nbsp;>&nbsp;''c'' then ''ab''&nbsp;>&nbsp;''ac''. Multiplication by a negative number '''reverses''' order: if ''a''&nbsp;<&nbsp;0 and ''b''&nbsp;>&nbsp;''c'' then ''ab''&nbsp;<&nbsp;''ac''."<br />
Thanks in advance. [[User:Superwj5|voidnature]] 08:24, 15 May 2011 (UTC)
:[ec]Are you referring to [[cardinal number]]s? I don't know of a way to multiply a cardinal number with a negative number. For multiplication by a cardinal number ''a'', this will hold if either <math>a<b</math> or ''b'' is finite. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 08:34, 15 May 2011 (UTC)
:Yes, I am referring to [[cardinal number]]s. My question is actually concentrated on this bit :"if a > 0, then if b > c then ab > ac". Thankyou. [[User:Superwj5|voidnature]] 08:36, 15 May 2011 (UTC)
::Ok, so you need either <math>a<b</math> or ''b'' finite. Otherwise, a counterexample is <math>a=\aleph_0, b=\aleph_0, c=1</math>. However, it will always be true that <math>ab\ge ac</math>. I think the axiom of choice might be needed for some of these results. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 08:49, 15 May 2011 (UTC)
:::Oops, sorry, c has to be zero. So I don't need to worry about <math>a=\aleph_0, b=\aleph_0</math>. So my question should be If a and b are cardinal numbers and c is 0, does "if a > 0, then if b > c then ab > ac" hold? Thankyou. [[User:Superwj5|voidnature]] 08:58, 15 May 2011 (UTC)
::::Every cardinal multiplied by 0 is 0, so you're basically asking, "if a>0 and b>0 are cardinal numbers, is ab>0?" The answer is yes, because the cartesian product of two nonempty sets is nonempty. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 09:05, 15 May 2011 (UTC)
::::"the cartesian product of two nonempty sets is nonempty": can you give a proof please? [[User:Superwj5|voidnature]] 09:09, 15 May 2011 (UTC)
:::::<math>a\in A,\ b\in B \Rightarrow (a,b)\in A\times B</math>. -- [[User:Meni Rosenfeld|Meni Rosenfeld]] ([[User Talk:Meni Rosenfeld|talk]]) 10:17, 15 May 2011 (UTC)

== Discriminants in number fields and rings of integers ==

Hello everyone. I've been asked to 'describe' the ring of integers <math>\mathcal{O}_K </math> for <math> K = \mathbb{Q}[X]/(X^3+2x+1)</math>. I know the discriminant of this polynomial is -59, I know that it is irreducible, and I also know that if M is a sub-<math>\mathbb{Z}</math>-module of <math>\mathcal{O}_K </math> of index r and M is closed under multiplication then disc(M)=<math>r^2</math>disc( <math>\mathcal{O}_K </math>). However, perhaps I'm getting confused with my concepts and definitions here: AFAIK the discriminant of K is given by the determinant of the matrix whose elements are the inner products of a <math>\mathbb{Z} </math>-basis for K: but I don't really understand then what the discriminant of <math>\mathcal{O}_K </math> is going to be, or how we relate the two (or indeed how we can 'describe' <math>\mathcal{O}_K </math>. I have a feeling understanding is on the tip of my mental tongue, but I haven't quite grasped it yet, so if anyone could help that would be great. I suspect that <math> \mathcal{O}_K = \mathbb{Q}[X]/(X^3+2x+1)</math>, but I'm not sure how to prove it rigorously if I am correct. Thanks! [[User:Mathmos6|Mathmos6]] ([[User talk:Mathmos6|talk]]) 13:56, 15 May 2011 (UTC)

== Why is S5 a modal companion of CPC? ==

Why is S5 a [[modal companion]] of CPC? It seems like this should imply that S5 implies the translation of excluded middle, which seems to be <math>\Box p \or \Box \lnot p</math>, which seems to say there are no contingent propositions - but surely S5 allows for contingent propositions? [[Special:Contributions/88.104.173.35|88.104.173.35]] ([[User talk:88.104.173.35|talk]]) 19:27, 15 May 2011 (UTC)

==Plane partitioning algorithm==
{{resolved}}
<small>Oh, this is on the tip of my tongue: I hate when that happens. Begins with "L", I think...</small> I'm trying to remember the name of an algorithm which takes an array of points on a plane and partitions the plane such that each point is surrounded by a polygon - I think the margins of which fall equidistantly with another point (or is it some other definition of "influence"?). The resulting diagram looks like a honeycomb made by tipsy bees. What is that algorithm? (it's not a BSP or its ilk)-- [[User:Finlay McWalter|Finlay McWalter]] ☻ [[User talk:Finlay McWalter|Talk]] 22:22, 15 May 2011 (UTC)
:[[Voronoi diagram]] perhaps?--[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 23:39, 15 May 2011 (UTC)
:: Yes, that's it (and no L in sight)! Thanks. -- [[User:Finlay McWalter|Finlay McWalter]] ☻ [[User talk:Finlay McWalter|Talk]] 23:45, 15 May 2011 (UTC)
:::[[s:Through_the_Looking-Glass,_and_What_Alice_Found_There/Chapter_III|“L, I KNOW it begins with L!”]] &#x2013; [[User:b_jonas|b_jonas]] 18:46, 16 May 2011 (UTC)

= May 16 =

== Black Scholes Transformation ==

This is a basic calculus question. I'm reading [http://books.google.com.au/books?id=XqQnAJIpgTgC&pg=PA101&dq=black+scholes+time+dependent+parameters&hl=en&ei=ypfQTdutD4GyvgPSlbm4Cg&sa=X&oi=book_result&ct=result&resnum=1&ved=0CCsQ6AEwAA#v=onepage&q=black%20scholes%20time%20dependent%20parameters&f=false this book] and on page 102 there is the Black Scholes equation

<math>\frac{\partial V}{\partial t}+\frac{\sigma^2(t)}{2}S^2\frac{\partial^2 V}{\partial S^2}+r(t)S\frac{\partial V}{\partial S} - r(t)V=0</math>

and the following substitutions are made

<math>\bar{S}=Se^{\alpha(t)}</math>

<math>\bar{V}=Ve^{\beta(t)}</math>

<math>\bar{t}=\gamma(t)</math>

to turn the original equation into the following:

<math>\frac{d \gamma}{dt}\frac{\partial \bar{V}}{\partial \bar{t}}+\frac{\sigma^2(t)}{2}\bar{S}^2\frac{\partial^2 \bar{V}}{\partial \bar{S}^2}+(r(t)+\frac{d\alpha}{dt})\bar{S} \frac{\partial \bar{V}}{\partial \bar{S}} - (r(t)+\frac{d\beta}{dt})\bar{V}=0</math>

What's going on here exactly? I can't put my finger on where the terms in the transformations are coming from, I know it must be some sort of application of the chain rule but I don't see what exactly. <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/130.102.158.15|130.102.158.15]] ([[User talk:130.102.158.15|talk]]) 04:30, 16 May 2011 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->

:The formula you've listed is the partial differential equation version of the Black-Scholes formula. I believe the substitutions establish the boundary conditions for the solution. You can find more about this on page 440, here: http://faculty.atu.edu/mfinan/actuarieshall/DFEM.pdf. <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/12.186.80.1|12.186.80.1]] ([[User talk:12.186.80.1|talk]]) 20:16, 16 May 2011 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->

:Your best off working backwards. Go through the second equation doing all the differentiation and you should see that you get back to the first equation. (Assuming it's correct, I haven't actually checked it.) --[[User:Tango|Tango]] ([[User talk:Tango|talk]]) 20:20, 16 May 2011 (UTC)

== Area enclosed by ellipse equation ==

How do you find the area enclosed by the ellipse <math>ax^2+bxy+cy^2=1</math> assuming the coefficients are chosen such that the equation yields an ellipse (rather than a hyperbola). [[User:Widener|Widener]] ([[User talk:Widener|talk]]) 06:40, 16 May 2011 (UTC)

:Per [[ellipse]], the area is <math>\frac{2\pi}{\sqrt{ 4 a c - b^2 }}</math>. [[User:Dragons flight|Dragons flight]] ([[User talk:Dragons flight|talk]]) 06:49, 16 May 2011 (UTC)
::Fancy that! Is there a derivation or proof? [[User:Widener|Widener]] ([[User talk:Widener|talk]]) 06:59, 16 May 2011 (UTC)
:::The proof is about two lines if you use the fact that the discriminant is an invariant on [[binary quadratic form]]s. I don't think they cover that much in undergraduate curricula nowadays though.--[[User:RDBury|RDBury]] ([[User talk:RDBury|talk]]) 12:02, 16 May 2011 (UTC)

== Generating sequences based on probabilities ==

I want to create a set of fixed-length sequences based on an ''a priori'' set of probabilities describing the distribution of symbols in the resulting set of sequences. The case where the probability of each position is independent is simple enough (simply pick each symbol randomly according to probability), but I'm at a bit of a loss as how to approach the problem if the input probabilities also specify the joint probability of multiple positions.

Perhaps a toy example will make things clearer. Take a three position binary sequence A,B,C. The input to the problem is probabilities for a symbol at each position, e.g p(A=1) = 0.6; p(B=1) = 0.5; p(C=1) = 0.55. Given those probabilities, I want to create a set of output sequences that, in the limit, would satisfy those probabilities. While simple enough for independent positions, I'm also interested in cases where joint probabilities are also specified, e.g. p(A=1,B=1) = 0.3; p(B=1,C=0) = 0.2; p(A=1,C=1) = 0.25. I'm not sure how to generate the sequence when there's not just a single probability to satisfy per position, but a web of interlocking probabilities. - As I said, that's just a toy example for explanatory purposes. The cases that I'm looking into are more complicated, with potentially dozens of positions and dozens of symbols at each position, so enumerative approaches aren't going to work. The joint probabilities would be limited to pairs of positions, though. (But approaches that are extensible to triples or quartets of positions would be all the better.) Any suggestions or pointers? Thanks. -- [[Special:Contributions/140.142.20.229|140.142.20.229]] ([[User talk:140.142.20.229|talk]]) 17:32, 16 May 2011 (UTC)
:This is not solvable on the basis of the information provided. Without some extra information such as independence or second-order-independence, the joint probabilities do not determine the global probabilities, and you need to know the global probabilities in order to generate exemplars. (Bayesian techniques sometimes make use of joint probabilities of this sort, but they are not guaranteed to give the correct answer.) [[User:Looie496|Looie496]] ([[User talk:Looie496|talk]]) 17:41, 16 May 2011 (UTC)

:I would do this by first having a validity check - if any position has more than one symbol, the sequence is not valid. Then, calculate each probability. Say you set A=1/B=1 in the first probability and then you set B=0/C=1 in the following probability. This is not a valid sequence because B cannot be 1 and 0 at the same time. Quit and try again. Set that in a loop to try it over and over and over until a valid sequence appears. I just used this tactic because I lost my key for a piece of software. I knew the range and probabilities of most of the elements of the key, so I wrote a program to randomly generate keys until one of them passed the software's key check. In your cause, the validity check would be the same as the key check I used. -- [[User:Kainaw|<font color='#ff0000'>k</font><font color='#cc0033'>a</font><font color='#990066'>i</font><font color='#660099'>n</font><font color='#3300cc'>a</font><font color='#0000ff'>w</font>]][[User talk:Kainaw|&trade;]] 17:59, 16 May 2011 (UTC)

== Normal subgroups ==

I'm trying to study for an exam, and this is one of the review questions listed on the textbook author's website:

Q: If N is a normal subgroup and |aN| = n, then a^n = e.
A: false
Remark: a^n belongs to N.

I can't see for the life of me why a^n should belong to N. Isn't |aN|=n just |N|, regardless of what a is, and regardless of whether N is normal? By substitution, that would seem to imply that a^(|N|) belongs to N, for any element a and for any subgroup N, which can't possibly be right... [[Special:Contributions/71.176.168.114|71.176.168.114]] ([[User talk:71.176.168.114|talk]]) 19:35, 16 May 2011 (UTC)
:|aN| doesn't necessarily equal |N|. Consider N=Z_2 (ie. integers mod 2, so it has order 2) and a=2. aN is then the trivial group, so has order 1. --[[User:Tango|Tango]] ([[User talk:Tango|talk]]) 20:27, 16 May 2011 (UTC)
::OK, you're right, but I still don't see the leap to "a^n belongs to N." Can you explain that or give me a hint? [[Special:Contributions/71.176.168.114|71.176.168.114]] ([[User talk:71.176.168.114|talk]]) 20:32, 16 May 2011 (UTC)

== Is there a word for a (position, orientation) pair? ==

It is something I use so commonly in geometry I'm amazed that after Googling I have not found a good word for it. Together the two describe 6 degrees of freedom of an object in relation to a defined axis system, typically

X, Y, Z, yaw, pitch and roll

There are many different ways of representing both the position and orientation parts. Any suggestions, no matter how informal, are welcome as long as it makes intuitive sense - I'm trying to choose a good type name in a program I'm writing.

[[Special:Contributions/196.215.115.184|196.215.115.184]] ([[User talk:196.215.115.184|talk]]) 20:21, 16 May 2011 (UTC)Eon

:[[Congruence (geometry)|Congruence]], isometry, isometric map, movement? &#x2013; [[User:b_jonas|b_jonas]] 20:29, 16 May 2011 (UTC)

Latest revision as of 01:22, 27 December 2024

Welcome to the mathematics section
of the Wikipedia reference desk.
Select a section:
Want a faster answer?

Main page: Help searching Wikipedia

   

How can I get my question answered?

  • Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
  • Post your question to only one section, providing a short header that gives the topic of your question.
  • Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
  • Don't post personal contact information – it will be removed. Any answers will be provided here.
  • Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
  • Note:
    • We don't answer (and may remove) questions that require medical diagnosis or legal advice.
    • We don't answer requests for opinions, predictions or debate.
    • We don't do your homework for you, though we'll help you past the stuck point.
    • We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.



How do I answer a question?

Main page: Wikipedia:Reference desk/Guidelines

  • The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
See also:


December 15

[edit]

What is the cause of this paradox?

[edit]

I recently completed a calculus term, in which one of the last units involving how much one aspect of an object was changing in relation to time at a certain point, given the rate of change of another aspect. Many specific questions could be analyzed as a right triangle with one leg (the x) remaining constant and the other leg (the y) growing at a specified rate. When it came time to solve for the value of the dz/dt (the rate of the hypotenuse’s growth with respect to time) at a certain point, it ended up as less than the provided dy/dt. Here’s an illustration:

The x is the distance from me to a tower. This remains constant.

The y is the distance from the tower to a flying bird.

The dy/dt is the speed at which the bird is flying from the tower.

The z is my distance from the bird.

In this illustration, the distance between me and the bird is increasing at a slower rate than the speed at which the bird itself is flying. What is the cause of this paradox? Primal Groudon (talk) 19:43, 15 December 2024 (UTC)[reply]

I do not see any paradox here. Ruslik_Zero 20:30, 15 December 2024 (UTC)[reply]
If the bird is between you and the tower (0 ≤ y < x), the distance between you and the bird is even decreasing: dz/dt < 0. By the time it flies right overhead (y = x), the distance is momentarily stationary: dz/dt = 0. After that, it increases: dz/dt > 0. This rate of increase will asymptotically approach dy/dt from below as the bird flies off into an infinite distance.  --Lambiam 00:34, 16 December 2024 (UTC)[reply]
I think the issue here is that even though the rate of change of z is less than the rate of change of y, z never actually becomes less than y. You can see this graphically, for example, by comparing the graphs of y=x and y=√(x2+1). The second graph is always above the first graph, but the slope of the first graph is x/√(x2+1), which is always less than 1, the slope of the first graph. But this is typical behavior when a graph has an asymptote. As a simpler example, the slope of 1/x is negative, but the value never goes below 0 (at least for x>0). Similarly, the slope of x+1/x is always less than 1, but the value of x+1/x is always greater than x (again, for x>0). The graph of y=√(x2+1) is one branch of a hyperbola having y=x as an asymptote, and this looks very much like the x>0 part of y=x+1/x. In general the difference in rates of change can imply that that two quantities get closer and closer to each other, but this does not mean they ever become equal. This phenomenon is, perhaps, counterintuitive for many people, but the math says it can happen anyway. I don't know if this rises to the level of a paradox, but I can see that it might be concerning for some. --RDBury (talk) 09:39, 16 December 2024 (UTC)[reply]
For x > 0, the graph of y=√(x2+1) looks even more like that of y=x+1/(2x). For example, when x = 5, √(x2+1) = 26 ≈ 5.09902 is approximated much more closely by 5.1 than by 5.2.  --Lambiam 18:35, 16 December 2024 (UTC)[reply]



December 19

[edit]

Who is the following unknown?

[edit]

When asked "WHO IS YOUR X?" (X still being unknown to me but is known to the respondents), here are the answers I get:

A answers: "A"
B answers: "C"
C answers: "C"
D answers: "F"
E answers: "F"
F answers: "F"

To sum up, the special phenomenon here is that, everybody has their own X (usually), and if any respondent points at another respondent as the first respondent's X, then the other respondent must point at themself as their X.

I wonder who the unknown X may be, when I only know that X is a natural example from everyday life. I thought about a couple of examples, but none of them are satisfactory, as follows:

X is the leader of one's political party, or X is one's mayor, and the like, but all of these examples attribute some kind of leadership or superiority to X, whereas I'm not interested in this kind of solution - involving any superiority of X.

Here is a second solution I thought about: X is the first (or last) person born in the year/month the respondent was born, and the like. But this solution involves some kind of order (in which there is a "first person" and a "last person"), whereas I'm not interested in this kind of solution - involving any order.

Btw, I've published this question also at the Miscellaneous desk, because this question is about everyday life, but now I decide to publish this question also here, because it's indirectly related to a well known topic in Math. 79.177.151.182 (talk) 13:27, 19 December 2024 (UTC)[reply]

Head of household comes to mind as a fairly natural one. The colours then correspond to different households which can be just one person. One objection is that "head of household" is a fairy traditional concept. With marriage equality now being the norm it's perhaps outdated. --2A04:4A43:909F:F9FF:397E:BBF9:E80B:CB36 (talk) 15:11, 19 December 2024 (UTC)[reply]
I have already referred to this kind of solution, in the example of "my mayor", see above why this solution is not satisfactory. 79.177.151.182 (talk) 15:31, 19 December 2024 (UTC)[reply]

The question has been resolved at the Miscellaneous reference desk.

Resolved

79.177.151.182 (talk) 15:48, 19 December 2024 (UTC)[reply]

X may well be 'the oldest living person of your ancestry'. --CiaPan (talk) 20:46, 19 December 2024 (UTC)[reply]

Resolved or not, let's try to analyze this mathematically. Given is some set and some function For the example, with
Knowing that "everybody has their own X (usually)", we can normalize the unusual situation that function might not be total in two ways. The first is to restrict the set to the domain of that is, the set of elements on which is defined. This is possible because of the condition that implies so this does not introduce an undue limitation of the range of The second approach is to postulate that whenever might otherwise be undefined. Which of these two approaches is chosen makes no essential difference.
Let be the range of , given by:
Clearly, if we have We know, conversely, that implies
Let us also consider the inverse image of , given by:
Suppose that This means that there exists some which in turns means that But then we know that Combining this, we have,
The inverse-image function restricted to to which we assign the typing
now induces a partitioning of into non-empty, mutually disjoint subsets, which means they are the classes of an equivalence relation. Each class has its own unique representative, which is the single element of the class that is also a member of . The equivalence relation can be expressed formally by
and the representatives are the fixed points of
Applying this to the original example, and the equivalence classes are:
  • with representative
  • with representative and
  • with representative
Conversely, any partitioning of a set defines an equivalence relation; together with the selection of a representative for each equivalence class, this gives an instance of the situation defined in the question.  --Lambiam 20:47, 19 December 2024 (UTC)[reply]
FWIW, the number of such objects on a set of size n is given by OEISA000248, and that page has a number of other combinatorial interpretations. If you ignore the selection of a representative for each class, you get the Bell numbers. --RDBury (talk) 00:35, 21 December 2024 (UTC)[reply]

December 20

[edit]

Give a base b and two base b digits x and z, must there be a base b digits y such that the 3-digit number xyz in base b is prime?

[edit]

Give a base b and two base b digits x and z (x is not 0, z is coprime to b), must there be a base b digits y such that the 3-digit number xyz in base b is prime? 1.165.207.39 (talk) 02:10, 20 December 2024 (UTC)[reply]

In base 5, is composite for all base-5 Y. GalacticShoe (talk) 03:39, 20 December 2024 (UTC)[reply]
also offers a counterexample. While there are many counterexamples for most odd bases, I did not find any for even bases.  --Lambiam 09:58, 20 December 2024 (UTC)[reply]


December 23

[edit]

Is it possible to make Twisted Edwards curve birationally equivalent to twisted weirestrass curves ?

[edit]

Is there an equation fo converting a twisted Edwards curve into a tiwsted weierstrass form ? 2A01:E0A:401:A7C0:6D06:298B:1495:F479 (talk) 04:12, 23 December 2024 (UTC)[reply]

According to Montgomery curve § Equivalence with twisted Edwards curves, every twisted Edwards curve is birationally equivalent to a Montgomery curve, while Montgomery curve § Equivalence with Weierstrass curves gives a way to transform a Montgomery curve to an elliptic curve in Weierstrass form. I don't see a definition of "twisted Weierstrass", so I don't know if you can give an extra twist in the process. Perhaps this paper, "Efficient Pairing Computation on Twisted Weierstrass Curves" provides the answer; its abstract promises: "In this paper, we construct the twists of twisted Edwards curves in Weierstrass form."  --Lambiam 10:35, 23 December 2024 (UTC)[reply]

December 24

[edit]

How did the Romans do engineering calculations?

[edit]

The Romans did some impressive engineering. Engineers today use a lot of mathematical calculations when designing stuff. Calculations using Roman numerals strike me as being close to impossible. What did the Romans do? HiLo48 (talk) 05:50, 24 December 2024 (UTC)[reply]

The kind of engineering calculations that might have been relevant would mostly have been about statics – specifically the equilibrium of forces acting on a construction, and the ability of the design to withstand these forces, given its dimensions and the mechanical properties of the materials used in the construction, such as density, modulus of elasticity, shear modulus, Young modulus, fracture strength and ultimate tensile strength. In Roman times, only the simplest aspects of all this were understood mathematically, namely the statics of a construction in which all forces work in the same plane, without torque, and the components are perfectly rigid. The notion of assigning a numerical magnitude to these moduli and strengths did not exist, which anyway did not correspond to precisely defined, well-understood concepts. Therefore, engineering was not a science but an art, mainly based on experience in combination with testing on physical models. Any calculations would mostly have been for the amounts and dimensions of construction materials (and the cost thereof), requiring a relatively small number of additions and multiplications.  --Lambiam 19:03, 24 December 2024 (UTC)[reply]
Calculating with Roman Numerals might seem impossible, but in some ways it's simpler than our positional system; there are only so many symbols commonly used, and only so many ways to add and multiply them. Once you know all those ways you efficiently can do calculations with them, up to the limits imposed by the system.
And for a lot of things they relied on experience. Romans knew how to build circular arches, but rather than do calculations to build larger arches, or ones with more efficient shapes they used many small circular ones which they knew worked, stacked side by side and sometimes on top of each other. See e.g. any Roman aqueduct or the Colosseum. For materials they probably produce them on site or close by as they're needed.--2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C (talk) 20:12, 24 December 2024 (UTC)[reply]
To add to the above, it wasn't really the Romans that were great innovators in science, engineering, etc.. I think more innovation and discovery took place in Ancient Greece and Ancient Egypt. Certainly Greece as we have a record of that. Egypt it's more that they were building on such a monumental scale, as scale no-one came close to repeating until very recently.
Romans were military geniuses. They conquered Greece, and Egypt, and Carthage, and Gaul, and Britannia, and everywhere in between. They then built forts, towns, cities and infrastructure throughout their empire. They built so much so widely that a lot of it still stands. But individually a lot of it isn't technically impressive; instead it's using a few simple patterns over and over again.--2A04:4A43:909F:F9FF:FC7B:F1E8:19D6:124C (talk) 12:09, 25 December 2024 (UTC)[reply]
See Roman abacus. catslash (talk) 22:03, 25 December 2024 (UTC)[reply]

Are these sequences mod any natural number n periodic?

[edit]

The period of Fibonacci number mod n is the Pisano period of n, but are these sequences mod any natural number n also periodic like Fibonacci number mod n?

  1. Lucas number
  2. Pell number
  3. Tribonacci number
  4. Tetranacci number
  5. Newman–Shanks–Williams number
  6. Padovan sequence
  7. Perrin number
  8. Narayana sequence
  9. Motzkin number
  10. Bell number
  11. Fubini number
  12. Euler zigzag number
  13. Partition number OEISA000041
  14. Distinct partition number OEISA000009

42.76.153.22 (talk) 06:06, 24 December 2024 (UTC)[reply]

For 1. through 4., see Pisano period#Generalizations. Although 5. through 8. are not explicitly listed, I'm pretty sure the same argument applies for their periodicity as well. GalacticShoe (talk) 07:05, 24 December 2024 (UTC)[reply]
For 13, I'm not sure, but I think the partition function is not periodic modulo any nontrivial number, to the point that the few congruences that are satisfied by the function are also very notable, e.g. Ramanujan's congruences. GalacticShoe (talk) 07:23, 24 December 2024 (UTC)[reply]
It's possible that a sequences is eventually periodic but not periodic from the start, for example powers of 2 are periodic for any odd n, but for n=2 the sequence is 1, 0, 0, ..., which is only periodic starting with the second entry. In other words a sequence can be become periodic without being pure periodic. A finiteness argument shows that 1-8 are at least eventually periodic, but I don't think it works for the rest. (Pollard's rho algorithm uses this finiteness argument as well.) It says in the article that Bell numbers are periodic mod n for any prime n, but the status for composite n is unclear, at least from the article. Btw, Catalan numbers not on the list?. --RDBury (talk) 08:08, 24 December 2024 (UTC)[reply]
PS. 1-8 are pure periodic. In general, if the recurrence can be written in the form F(k) = (some polynomial in F(k-1), F(k-2), ... F(k-d+1) ) ± F(k-d), then F is pure periodic. The reason is that you can solve for F(k-d) and carry out the recursion backwards starting from where the sequence becomes periodic. Since the previous entries are uniquely determined they must follow the same periodic pattern as the rest of the sequence. If the coefficient of F(k-d) is not ±1 then this argument fails and the sequence can be pre-periodic but not pure periodic, at least when n is not relatively prime to the coefficient. --RDBury (talk) 18:12, 24 December 2024 (UTC)[reply]
Ah, what was tripping me up was showing pure periodicity, recursing backwards completely slipped my mind. Thanks for the writeup! GalacticShoe (talk) 18:31, 24 December 2024 (UTC)[reply]


December 27

[edit]