Dataset Viewer
Auto-converted to Parquet Duplicate
url
stringlengths
43
372
fetch_time
int64
1,368,856,729B
1,726,893,140B
content_mime_type
stringclasses
1 value
warc_filename
stringlengths
108
138
warc_record_offset
int64
14.3M
1.03B
warc_record_length
int64
1.31k
74.5k
text
stringlengths
167
2.66k
token_count
int64
70
512
char_count
int64
167
2.66k
metadata
stringclasses
650 values
score
float64
3.5
4.97
int_score
int64
4
5
crawl
stringclasses
70 values
snapshot_type
stringclasses
2 values
language
stringclasses
1 value
language_score
float64
0.18
1
prefix
stringlengths
0
2.45k
target
stringlengths
1
1.48k
https://quant.stackexchange.com/questions/68635/characteristics-of-factor-portfolios/68646
1,713,245,452,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296817043.36/warc/CC-MAIN-20240416031446-20240416061446-00402.warc.gz
439,703,907
40,053
# characteristics of factor portfolios In the paper Characteristics of Factor Portfolios (https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1601414), when it discusses pure factor portfolios, it says that simple style factor portfolios have zero exposure to all other style, country, and industry factors. Could someone help me understand the math for why the style factor portfolios have zero exposure to all other style, country, and industry factors? So, for example, if we are interested in the return of a P/E factor and a P/B factor, we would gather the P/E and P/B for all of our stocks into a matrix of loadings $$B$$. $$B$$ would have two columns – one containing P/E and one containing P/B for all assets. We then regress $$R$$ (a vector containing the returns of all assets) on $$B$$. OLS regression gives us $$f= (B’B)^{-1} B’R$$ = the returns of the style factors for this particular period. The rows of $$(B’B)^{-1} B’$$ are considered to be the factor portfolios. So, let’s go one step further and look at the loadings of the portfolio on the individual styles by multiplying the factor portfolios with the matrix of loadings. This gives $$(B’B)^{-1} B’B = I$$ - an identity matrix. Hence, the loadings of each factor portfolio are 1 against the particular style and 0 against any other style.
312
1,312
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 7, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.59375
4
CC-MAIN-2024-18
latest
en
0.874208
# characteristics of factor portfolios In the paper Characteristics of Factor Portfolios (https://papers.ssrn.com/sol3/papers.cfm?abstract_id=1601414), when it discusses pure factor portfolios, it says that simple style factor portfolios have zero exposure to all other style, country, and industry factors. Could someone help me understand the math for why the style factor portfolios have zero exposure to all other style, country, and industry factors? So, for example, if we are interested in the return of a P/E factor and a P/B factor, we would gather the P/E and P/B for all of our stocks into a matrix of loadings $$B$$. $$B$$ would have two columns – one containing P/E and one containing P/B for all assets. We then regress $$R$$ (a vector containing the returns of all assets) on $$B$$. OLS regression gives us $$f= (B’B)^{-1} B’R$$ = the returns of the style factors for this particular period. The rows of $$(B’B)^{-1} B’$$ are considered to be the factor portfolios. So, let’s go one step further and look at the loadings of the portfolio on the individual styles by multiplying the factor portfolios with the matrix of loadings.
This gives $$(B’B)^{-1} B’B = I$$ - an identity matrix.
https://math.stackexchange.com/questions/851072/theorem-on-giuga-number/851114
1,561,549,511,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560628000306.84/warc/CC-MAIN-20190626114215-20190626140215-00312.warc.gz
522,635,721
34,745
# Theorem on Giuga number Giuga number : $n$ is a Giuga number $\iff$ For every prime factor $p$ of $n$ , $p | (\frac{n}{p}-1)$ How to prove the following theorem on Giuga numbers $n$ is a giuga number $\iff$ $\sum_{i=1}^{n-1} i^{\phi(n)} \equiv -1 \mod {n}$ ## 1 Answer The $\Rightarrow$ part. For first, a giuga number must be squarefree, since, by assuming $p^2\mid n$, we have that $p$ divides two consecutive numbers, $\frac{n}{p}$ and $\frac{n}{p}-1$, that is clearly impossible. So we have: $$n = \prod_{i=1}^{k} p_i$$ that implies: $$\phi(n) = \prod_{i=1}^{k} (p_i-1).$$ By considering the sum $$\sum_{i=0}^{n-1}i^{\phi(n)}$$ $\pmod{p_i}$ we have that all the terms contribute with a $1$, except the multiples of $p_i$ that contribute with a zero. This gives: $$\sum_{i=0}^{n-1}i^{\phi(n)}\equiv n-\frac{n}{p_i}\equiv (n-1)\pmod{p_i}\tag{1}$$ that holds for any $i\in[1,k]$. The chinese theorem now give: $$\sum_{i=0}^{n-1}i^{\phi(n)}\equiv n-1\pmod{\prod_{i=1}^{k}p_i}$$ that is just: $$\sum_{i=0}^{n-1}i^{\phi(n)}\equiv -1\pmod{n}$$ as claimed. For the $\Leftarrow$ part, we have that the congruence $\!\!\!\pmod{n}$ implies the congruence $\!\!\!\pmod{p_i}$, hence $(1)$ must hold, so we must have: $$\frac{n}{p_i}\equiv 1\pmod{p_i}$$ that is equivalent to $p_i\mid\left(\frac{n}{p_i}-1\right).$
504
1,311
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.15625
4
CC-MAIN-2019-26
latest
en
0.746232
# Theorem on Giuga number Giuga number : $n$ is a Giuga number $\iff$ For every prime factor $p$ of $n$ , $p | (\frac{n}{p}-1)$ How to prove the following theorem on Giuga numbers $n$ is a giuga number $\iff$ $\sum_{i=1}^{n-1} i^{\phi(n)} \equiv -1 \mod {n}$ ## 1 Answer The $\Rightarrow$ part. For first, a giuga number must be squarefree, since, by assuming $p^2\mid n$, we have that $p$ divides two consecutive numbers, $\frac{n}{p}$ and $\frac{n}{p}-1$, that is clearly impossible. So we have: $$n = \prod_{i=1}^{k} p_i$$ that implies: $$\phi(n) = \prod_{i=1}^{k} (p_i-1).$$ By considering the sum $$\sum_{i=0}^{n-1}i^{\phi(n)}$$ $\pmod{p_i}$ we have that all the terms contribute with a $1$, except the multiples of $p_i$ that contribute with a zero. This gives: $$\sum_{i=0}^{n-1}i^{\phi(n)}\equiv n-\frac{n}{p_i}\equiv (n-1)\pmod{p_i}\tag{1}$$ that holds for any $i\in[1,k]$. The chinese theorem now give: $$\sum_{i=0}^{n-1}i^{\phi(n)}\equiv n-1\pmod{\prod_{i=1}^{k}p_i}$$ that is just: $$\sum_{i=0}^{n-1}i^{\phi(n)}\equiv -1\pmod{n}$$ as claimed.
For the $\Leftarrow$ part, we have that the congruence $\!\!\!\pmod{n}$ implies the congruence $\!\!\!\pmod{p_i}$, hence $(1)$ must hold, so we must have: $$\frac{n}{p_i}\equiv 1\pmod{p_i}$$ that is equivalent to $p_i\mid\left(\frac{n}{p_i}-1\right).$
https://gamedev.stackexchange.com/questions/138165/how-can-i-move-and-rotate-an-object-in-an-infinity-or-figure-8-trajectory/138167
1,560,682,448,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560627998100.52/warc/CC-MAIN-20190616102719-20190616124719-00534.warc.gz
453,195,493
34,997
# How can I move and rotate an object in an “infinity” or “figure 8” trajectory? I know that the easiest way to move an object with the figure 8 trajectory is: x = cos(t); y = sin(2*t) / 2; but I just don't know how to rotate it, lets says with a new variable r as rotation, how do I merge it into the above formula ? can anyone please advise me on what is the simplest and cheapest way/formula to move and rotate the figure 8 trajectory ? ## 1 Answer The object should point in the direction of the derivative, which is [-sin(t), cos(2t)]. Its angle is atan2(cos(2t), -sin(t)). Edit: OP is apparently asking how to rotate the "trajectory," not the object itself. To rotate the figure, choose an angle, θ, in radians, that you'd like the trajectory to be rotated. The position along this rotated figure is: x = cos(θ) * cos(t) - sin(θ) * sin(2t)/2 y = sin(θ) * cos(t) + cos(θ) * sin(2t)/2 • so how would I modify the formula to get a rotated figure of 8 ? – user1998844 Mar 3 '17 at 18:24 • That is a completely different question than the one I answered. I'll edit my answer with a solution to this question. – Drew Cummins Mar 3 '17 at 18:31
325
1,153
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.59375
4
CC-MAIN-2019-26
latest
en
0.921025
# How can I move and rotate an object in an “infinity” or “figure 8” trajectory? I know that the easiest way to move an object with the figure 8 trajectory is: x = cos(t); y = sin(2*t) / 2; but I just don't know how to rotate it, lets says with a new variable r as rotation, how do I merge it into the above formula ? can anyone please advise me on what is the simplest and cheapest way/formula to move and rotate the figure 8 trajectory ? ## 1 Answer The object should point in the direction of the derivative, which is [-sin(t), cos(2t)]. Its angle is atan2(cos(2t), -sin(t)). Edit: OP is apparently asking how to rotate the "trajectory," not the object itself. To rotate the figure, choose an angle, θ, in radians, that you'd like the trajectory to be rotated. The position along this rotated figure is: x = cos(θ) * cos(t) - sin(θ) * sin(2t)/2 y = sin(θ) * cos(t) + cos(θ) * sin(2t)/2 • so how would I modify the formula to get a rotated figure of 8 ? – user1998844 Mar 3 '17 at 18:24 • That is a completely different question than the one I answered. I'll edit my answer with a solution to this question.
– Drew Cummins Mar 3 '17 at 18:31
https://stats.stackexchange.com/questions/592820/how-can-i-find-the-expectation-value-to-this-problem
1,721,790,883,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763518154.91/warc/CC-MAIN-20240724014956-20240724044956-00116.warc.gz
475,454,993
38,560
# How can I find the expectation value to this problem? At a wedding reception on an evening the representative of the host is taking it as an occasion to exercise and explain a classical analytic problem. specifically, he insists that he would start serving the food only when the first table, which is arranged for 12 guests to dine together, has guests born in every twelve months of the year. assume that any given guest is equally likely to be born in any of the twelve months of the year, and that new guests were arriving at every two minutes then. what is the expected waiting time of the first arriving guest before the food gets served eventually? Since this looked like a Coupon Collector's problem variation, my initial approach was to determine the sum of the expected value of each guests of unique birth months. X ~ FS(p) [First Success Distribution] X = time needed until food gets served $$E[X] = E[X1] + E[X2] + ... + E[X12]$$ $$=> E[X] = 12/12 + 12/11 + ... + 12/1$$ However, this is where i ran into problem, since I don't know how to handle the arrival at every two minutes in my equation. Should I just multiply by 2? Or am i missing something very obvious or basic trivia? Help will be appreciated.
279
1,228
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 2, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.5625
4
CC-MAIN-2024-30
latest
en
0.97415
# How can I find the expectation value to this problem? At a wedding reception on an evening the representative of the host is taking it as an occasion to exercise and explain a classical analytic problem. specifically, he insists that he would start serving the food only when the first table, which is arranged for 12 guests to dine together, has guests born in every twelve months of the year. assume that any given guest is equally likely to be born in any of the twelve months of the year, and that new guests were arriving at every two minutes then. what is the expected waiting time of the first arriving guest before the food gets served eventually? Since this looked like a Coupon Collector's problem variation, my initial approach was to determine the sum of the expected value of each guests of unique birth months.
X ~ FS(p) [First Success Distribution] X = time needed until food gets served $$E[X] = E[X1] + E[X2] + ... + E[X12]$$ $$=> E[X] = 12/12 + 12/11 + ... + 12/1$$ However, this is where i ran into problem, since I don't know how to handle the arrival at every two minutes in my equation.
https://math.stackexchange.com/questions/3003033/show-lim-x-to-x-0-fxx-x-0-0-when-f-mathbbr-subset-mathbbr
1,563,736,846,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195527196.68/warc/CC-MAIN-20190721185027-20190721211027-00476.warc.gz
468,784,586
36,310
# Show $\lim_{x \to x_0^+} f(x)(x-x_0) =0$ when $f(\mathbb{R}) \subset \mathbb{R}^+$ & monotone increasing. Show $$\lim_{x \to x_0^+} f(x)(x-x_0) =0$$ when $$f(\mathbb{R}) \subset \mathbb{R}^+$$ & monotone increasing. Try I need to show, $$\forall \epsilon >0, \exists \delta >0 : x \in (x_0, x_0 + \delta) \Rightarrow |f(x) (x-x_0)| < \epsilon$$ I think I could find some upper bound $$M >0$$ such that $$|f(x) (x-x_0)| \le M |x - x_0|$$. Let $$M = f(x_0 + \epsilon)$$, and let $$\delta = \frac{\epsilon}{\max \{2M, 2 \}}$$, then clearly $$f(x) \le f(x_0 + \epsilon) = M$$ But I'm not sure $$|f(x) (x-x_0)| \le M |x - x_0|$$. Any hint about how I should proceed? Hint: Observe \begin{align} |f(x)(x-x_0)|\leq |f(x_0)||x-x_0| \end{align} for all $$x\leq x_0$$. Use $$M=f(x_0+1)$$ and cosider $$\delta=\min\{\frac{1}{2},\frac{\epsilon}{2M}\}$$. Fix $$\varepsilon>0$$. Let $$M=f(x_0+1)$$ and choose $$\delta=\mathrm{min}\{1,\frac{\varepsilon}{M}\}$$. For each $$x\in(x_0,x_0+\delta)$$, $$|f(x)|\leq M$$ since $$f$$ is strictly increasing. Thus, $$|f(x)(x-x_0)|\leq M|x-x_0|.
473
1,083
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 20, "wp-katex-eq": 0, "align": 1, "equation": 0, "x-ck12": 0, "texerror": 0}
3.765625
4
CC-MAIN-2019-30
latest
en
0.547747
# Show $\lim_{x \to x_0^+} f(x)(x-x_0) =0$ when $f(\mathbb{R}) \subset \mathbb{R}^+$ & monotone increasing. Show $$\lim_{x \to x_0^+} f(x)(x-x_0) =0$$ when $$f(\mathbb{R}) \subset \mathbb{R}^+$$ & monotone increasing. Try I need to show, $$\forall \epsilon >0, \exists \delta >0 : x \in (x_0, x_0 + \delta) \Rightarrow |f(x) (x-x_0)| < \epsilon$$ I think I could find some upper bound $$M >0$$ such that $$|f(x) (x-x_0)| \le M |x - x_0|$$. Let $$M = f(x_0 + \epsilon)$$, and let $$\delta = \frac{\epsilon}{\max \{2M, 2 \}}$$, then clearly $$f(x) \le f(x_0 + \epsilon) = M$$ But I'm not sure $$|f(x) (x-x_0)| \le M |x - x_0|$$. Any hint about how I should proceed? Hint: Observe \begin{align} |f(x)(x-x_0)|\leq |f(x_0)||x-x_0| \end{align} for all $$x\leq x_0$$. Use $$M=f(x_0+1)$$ and cosider $$\delta=\min\{\frac{1}{2},\frac{\epsilon}{2M}\}$$. Fix $$\varepsilon>0$$. Let $$M=f(x_0+1)$$ and choose $$\delta=\mathrm{min}\{1,\frac{\varepsilon}{M}\}$$. For each $$x\in(x_0,x_0+\delta)$$, $$|f(x)|\leq M$$ since $$f$$ is strictly increasing.
Thus, $$|f(x)(x-x_0)|\leq M|x-x_0|.
https://matheducators.stackexchange.com/questions/18576/ramanujan-results-for-middle-school/18599
1,702,123,804,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100909.82/warc/CC-MAIN-20231209103523-20231209133523-00269.warc.gz
421,662,281
40,822
# Ramanujan results for middle school? Pls I wonder what Ramanujan's results could be explained to middle school level audience, ie without using integral etc that is up to university curriculum? For example Ramanujan's infinite radicals could be explained easily $$3=\sqrt {1+2{\sqrt {1+3{\sqrt {1+\cdots }}}}}$$ • Why Ramanujan specifically? Jul 17, 2020 at 22:52 • just his results have many infinite forms, which sound fun! @ChrisCunningham Jul 18, 2020 at 12:54 ## 1 Answer You can try the Rogers–Ramanujan identities: • The number of partitions of $$n$$ in which adjacent parts are at least 2 apart is the same as the number of partitions of $$n$$ in which each part ends with 1,4,6,9. • The number of partitions of $$n$$ without 1 in which adjacent parts are at least 2 apart is the same as the number of partitions of $$n$$ in which each part ends with 2,3,7,8. For example, taking $$n=10$$: • Partitions in which adjacent parts are at least 2 apart: $$10 = 10 = 9 + 1 = 8 + 2 = 7 + 3 = 6 + 4 = 6 + 3 + 1$$ • Partitions in which each part ends with 1,4,6,9: $$10 = 9 + 1 = 6 + 4 = 6 + 1 + 1 + 1 + 1 = 4 + 4 + 1 + 1 = 4 + 6\times 1 = 10 \times 1$$ • Partitions without 1 in which adjacent parts are at least 2 apart: $$10 = 10 = 8 + 2 = 7 + 3 = 6 + 4$$ • Partitions in which each part ends with 2,3,5,8: $$10 = 8 + 2 = 7 + 3 = 3 + 3 + 2 + 2 = 2 + 2 + 2 + 2 + 2$$
490
1,378
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 10, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.828125
4
CC-MAIN-2023-50
longest
en
0.936146
# Ramanujan results for middle school? Pls I wonder what Ramanujan's results could be explained to middle school level audience, ie without using integral etc that is up to university curriculum? For example Ramanujan's infinite radicals could be explained easily $$3=\sqrt {1+2{\sqrt {1+3{\sqrt {1+\cdots }}}}}$$ • Why Ramanujan specifically? Jul 17, 2020 at 22:52 • just his results have many infinite forms, which sound fun! @ChrisCunningham Jul 18, 2020 at 12:54 ## 1 Answer You can try the Rogers–Ramanujan identities: • The number of partitions of $$n$$ in which adjacent parts are at least 2 apart is the same as the number of partitions of $$n$$ in which each part ends with 1,4,6,9. • The number of partitions of $$n$$ without 1 in which adjacent parts are at least 2 apart is the same as the number of partitions of $$n$$ in which each part ends with 2,3,7,8.
For example, taking $$n=10$$: • Partitions in which adjacent parts are at least 2 apart: $$10 = 10 = 9 + 1 = 8 + 2 = 7 + 3 = 6 + 4 = 6 + 3 + 1$$ • Partitions in which each part ends with 1,4,6,9: $$10 = 9 + 1 = 6 + 4 = 6 + 1 + 1 + 1 + 1 = 4 + 4 + 1 + 1 = 4 + 6\times 1 = 10 \times 1$$ • Partitions without 1 in which adjacent parts are at least 2 apart: $$10 = 10 = 8 + 2 = 7 + 3 = 6 + 4$$ • Partitions in which each part ends with 2,3,5,8: $$10 = 8 + 2 = 7 + 3 = 3 + 3 + 2 + 2 = 2 + 2 + 2 + 2 + 2$$
https://math.stackexchange.com/questions/1575088/find-the-value-of-the-series-sum-limits-n-1-infty-fracn2n
1,653,555,834,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662604495.84/warc/CC-MAIN-20220526065603-20220526095603-00269.warc.gz
455,171,661
60,563
# Find the value of the series $\sum\limits_{n=1}^ \infty \frac{n}{2^n}$ [duplicate] Find the value of the series $\sum\limits_{n=1}^ \infty \dfrac{n}{2^n}$ The series on expanding is coming as $\dfrac{1}{2}+\dfrac{2}{2^2}+..$ I tried using the form of $(1+x)^n=1+nx+\dfrac{n(n-1)}{2}x^2+..$ and then differentiating it but still it is not coming .What shall I do with this? • This might help – user297008 Dec 14, 2015 at 12:36 • Looks like the derivative of a geometric series to me Dec 14, 2015 at 12:37 • See this for other ideas. Dec 14, 2015 at 12:38 • Just differentiate $\frac{1}{2(1-x)}=\frac12\sum x^n$ and set $x=\frac12$. Dec 14, 2015 at 12:39 $$\sum_{n=1}^{\infty}\frac{n}{2^n}=\lim_{m\to\infty}\sum_{n=1}^{m}\frac{n}{2^n}=\lim_{m\to\infty}\frac{-m+2^{m+1}-2}{2^m}=$$ $$\lim_{m\to\infty}\frac{-2^{1-m}+2-2^{-m}m}{1}=\frac{0+2-0}{1}=\frac{2}{1}=2$$
369
864
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.09375
4
CC-MAIN-2022-21
latest
en
0.62588
# Find the value of the series $\sum\limits_{n=1}^ \infty \frac{n}{2^n}$ [duplicate] Find the value of the series $\sum\limits_{n=1}^ \infty \dfrac{n}{2^n}$ The series on expanding is coming as $\dfrac{1}{2}+\dfrac{2}{2^2}+..$ I tried using the form of $(1+x)^n=1+nx+\dfrac{n(n-1)}{2}x^2+..$ and then differentiating it but still it is not coming .What shall I do with this? • This might help – user297008 Dec 14, 2015 at 12:36 • Looks like the derivative of a geometric series to me Dec 14, 2015 at 12:37 • See this for other ideas. Dec 14, 2015 at 12:38 • Just differentiate $\frac{1}{2(1-x)}=\frac12\sum x^n$ and set $x=\frac12$.
Dec 14, 2015 at 12:39 $$\sum_{n=1}^{\infty}\frac{n}{2^n}=\lim_{m\to\infty}\sum_{n=1}^{m}\frac{n}{2^n}=\lim_{m\to\infty}\frac{-m+2^{m+1}-2}{2^m}=$$ $$\lim_{m\to\infty}\frac{-2^{1-m}+2-2^{-m}m}{1}=\frac{0+2-0}{1}=\frac{2}{1}=2$$
https://cstheory.stackexchange.com/questions/46185/computing-3d-viewpoint-of-a-set-of-non-intersecting-segments
1,621,182,458,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243991224.58/warc/CC-MAIN-20210516140441-20210516170441-00603.warc.gz
226,243,171
36,906
# Computing 3D viewpoint of a set of non-intersecting segments Consider the following problem: we are given a finite set of bounded line-segments in $${\mathbb R}^3$$, and we want to decide whether there exists a point $$p\in {\mathbb R}^3$$ from which no two segments obscure one another. Can this be done efficiently? ### Problem statement: More precisely and formally: we are given $$n$$ line segments $$\ell_1,\ldots,\ell_n$$, where each segment is defined as $$\ell_i=\{tu_i+(1-t) v_i: t\in [0,1]\}$$ with $$u_i,v_i\in {\mathbb Q}^3$$ (we assume rational coordinates). We wish to decide whether there exists a point $$p\in {\mathbb R}^3$$ such the lines connecting $$p$$ with each point on the lines are distinct, and if so, compute it. Is there an efficient solution? Is there a hardness lower bound? UPDATE: Given the lack of answers so far, what about the case where the line segments connect two adjacent point in a 3D $$k\times k\times k$$ grid ? Then, they are all parallel to some axis, they are all of length 1, etc. Does this make it significantly easier? ### Inefficient solution: Observe that for each pair of lines $$\ell_1,\ell_2$$, the points from which the lines do obscure each other can be described as a polyhedron defined as the intersection of 4 half-spaces: for every 3 points in {u_1,v_1,u_2,v_2}, the hyperplane defined by them is a boundary such that on one side of it, the lines do not obscure each other. Thus, we can represent the set of "bad points" (those from which at least one pair obscure each other) as a union of $$n^2$$ polyhedra (not necessarily disjoint). Then, all we need is to test it's complement for emptiness. This can be done e.g. using Fourier-Motzkin quantifier elimination, whose complexity is quite bad. On top of this, we first need to convert a CNF representation to DNF, which may involve an exponential blowup.
490
1,878
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 11, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.53125
4
CC-MAIN-2021-21
latest
en
0.908188
# Computing 3D viewpoint of a set of non-intersecting segments Consider the following problem: we are given a finite set of bounded line-segments in $${\mathbb R}^3$$, and we want to decide whether there exists a point $$p\in {\mathbb R}^3$$ from which no two segments obscure one another. Can this be done efficiently? ### Problem statement: More precisely and formally: we are given $$n$$ line segments $$\ell_1,\ldots,\ell_n$$, where each segment is defined as $$\ell_i=\{tu_i+(1-t) v_i: t\in [0,1]\}$$ with $$u_i,v_i\in {\mathbb Q}^3$$ (we assume rational coordinates). We wish to decide whether there exists a point $$p\in {\mathbb R}^3$$ such the lines connecting $$p$$ with each point on the lines are distinct, and if so, compute it. Is there an efficient solution? Is there a hardness lower bound? UPDATE: Given the lack of answers so far, what about the case where the line segments connect two adjacent point in a 3D $$k\times k\times k$$ grid ? Then, they are all parallel to some axis, they are all of length 1, etc. Does this make it significantly easier? ### Inefficient solution: Observe that for each pair of lines $$\ell_1,\ell_2$$, the points from which the lines do obscure each other can be described as a polyhedron defined as the intersection of 4 half-spaces: for every 3 points in {u_1,v_1,u_2,v_2}, the hyperplane defined by them is a boundary such that on one side of it, the lines do not obscure each other.
Thus, we can represent the set of "bad points" (those from which at least one pair obscure each other) as a union of $$n^2$$ polyhedra (not necessarily disjoint).
https://math.stackexchange.com/questions/3186954/to-find-an-orthonormal-basis-for-the-row-space-of-a
1,566,754,839,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027330786.8/warc/CC-MAIN-20190825173827-20190825195827-00532.warc.gz
546,275,213
30,621
# To find an orthonormal basis for the row space of $A$. To find an orthonormal basis for the row space of $$A = \begin{bmatrix} 2 & -1 & -3 \\ -5 & 5 & 3 \\ \end{bmatrix}$$. Let $$v_1 = (2\ -1 \ -3)$$ and $$v_2 = (-5 \ \ \ 5 \ \ \ 3)$$. Using the Gram-Schmidt Process, I found an orthonormal basis $$e_1 = \frac{1}{\sqrt{14}} (2\ -1 \ -3)$$ and $$e_2 = \frac{1}{\sqrt{5}} (-1 \ \ \ 2 \ \ \ 0)$$. So an orthonormal basis for the row space of $$A =\{ e_1,e_2\}$$ . IS the solution correct? • Did you try checking if the two vectors you obtained are orthogonal (i.e. their dot product is $0$)? You should also probably show us the steps in your working, so we can see where you went wrong. – Minus One-Twelfth Apr 14 at 2:45 • Even more importantly, have you checked that $v_1$ and $v_2$ are actually elements of the row space? – amd Apr 14 at 3:31 ## 1 Answer Verify your Gram-Schmidt process again. Note that we have $$V_1=X_1$$ and $$V_2 = X_2-\frac {X_2.V_1}{V_1.V_1}V_1$$ My calculations did not match with yours.
371
1,026
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 8, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.5
4
CC-MAIN-2019-35
latest
en
0.843742
# To find an orthonormal basis for the row space of $A$. To find an orthonormal basis for the row space of $$A = \begin{bmatrix} 2 & -1 & -3 \\ -5 & 5 & 3 \\ \end{bmatrix}$$. Let $$v_1 = (2\ -1 \ -3)$$ and $$v_2 = (-5 \ \ \ 5 \ \ \ 3)$$. Using the Gram-Schmidt Process, I found an orthonormal basis $$e_1 = \frac{1}{\sqrt{14}} (2\ -1 \ -3)$$ and $$e_2 = \frac{1}{\sqrt{5}} (-1 \ \ \ 2 \ \ \ 0)$$. So an orthonormal basis for the row space of $$A =\{ e_1,e_2\}$$ . IS the solution correct? • Did you try checking if the two vectors you obtained are orthogonal (i.e. their dot product is $0$)? You should also probably show us the steps in your working, so we can see where you went wrong. – Minus One-Twelfth Apr 14 at 2:45 • Even more importantly, have you checked that $v_1$ and $v_2$ are actually elements of the row space? – amd Apr 14 at 3:31 ## 1 Answer Verify your Gram-Schmidt process again.
Note that we have $$V_1=X_1$$ and $$V_2 = X_2-\frac {X_2.V_1}{V_1.V_1}V_1$$ My calculations did not match with yours.
https://dsp.stackexchange.com/questions/54772/system-function-h-omega-relationship-to-odd-and-even-components-of-hn
1,631,972,780,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780056476.66/warc/CC-MAIN-20210918123546-20210918153546-00451.warc.gz
284,420,026
38,467
# system function $H(\omega)$ relationship to odd and even components of h[n] What qualities of $$h[n]$$ are necessary for: $$H(e^{j\omega}) = DTFT\{h_{even}[n]\} + j\ DTFT\{h_{odd}[n]\}$$ Do all real / causal h[n] have the property that: $$H(e^{j\omega}) = DTFT\{h_{even}[n]\} + j\ DTFT\{h_{odd}[n]\}$$ where: $$h_{even}[n] = \frac{1}{2}(h[n] + h[-n])$$ $$h_{odd}[n] = \frac{1}{2}(h[n] - h[-n])$$ The DTFT relationships $$x_{even}[n]=\frac12\left(x[n]+x^*[-n]\right)\Longleftrightarrow\textrm{Re}\left\{X(e^{j\omega})\right\}$$ and $$x_{odd}[n]=\frac12\left(x[n]-x^*[-n]\right)\Longleftrightarrow j\,\textrm{Im}\left\{X(e^{j\omega})\right\}$$ hold for any sequence $$x[n]$$ for which the DTFT exists. There is no assumption about $$x[n]$$ being real-valued or causal (note the complex conjugation $$^*$$ in the definition of even and odd signals). If $$x[n]$$ is real-valued you can leave out the conjugation. Note that the DTFT of the odd part $$x_{odd}[n]$$ equals $$j$$ times the imaginary part of the DTFT $$X(e^{j\omega})$$, so you have $$X(e^{j\omega})=\textrm{DTFT}\{x_{even}[n]\}+\textrm{DTFT}\{x_{odd}[n]\}$$ (without a $$j$$ on the right-hand side). • thanks, makes sense now. any suggestion for title? Jan 12 '19 at 15:55 • @MrCasuality: If your question has been answered you can accept this answer by clicking on the green check mark to its left, thanks. Jan 12 '19 at 17:07
501
1,404
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 16, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.578125
4
CC-MAIN-2021-39
latest
en
0.733083
# system function $H(\omega)$ relationship to odd and even components of h[n] What qualities of $$h[n]$$ are necessary for: $$H(e^{j\omega}) = DTFT\{h_{even}[n]\} + j\ DTFT\{h_{odd}[n]\}$$ Do all real / causal h[n] have the property that: $$H(e^{j\omega}) = DTFT\{h_{even}[n]\} + j\ DTFT\{h_{odd}[n]\}$$ where: $$h_{even}[n] = \frac{1}{2}(h[n] + h[-n])$$ $$h_{odd}[n] = \frac{1}{2}(h[n] - h[-n])$$ The DTFT relationships $$x_{even}[n]=\frac12\left(x[n]+x^*[-n]\right)\Longleftrightarrow\textrm{Re}\left\{X(e^{j\omega})\right\}$$ and $$x_{odd}[n]=\frac12\left(x[n]-x^*[-n]\right)\Longleftrightarrow j\,\textrm{Im}\left\{X(e^{j\omega})\right\}$$ hold for any sequence $$x[n]$$ for which the DTFT exists. There is no assumption about $$x[n]$$ being real-valued or causal (note the complex conjugation $$^*$$ in the definition of even and odd signals). If $$x[n]$$ is real-valued you can leave out the conjugation.
Note that the DTFT of the odd part $$x_{odd}[n]$$ equals $$j$$ times the imaginary part of the DTFT $$X(e^{j\omega})$$, so you have $$X(e^{j\omega})=\textrm{DTFT}\{x_{even}[n]\}+\textrm{DTFT}\{x_{odd}[n]\}$$ (without a $$j$$ on the right-hand side).
http://math.stackexchange.com/questions/99199/solution-of-fredholm-integral-equation-of-the-first-kind-with-symmetric-rational
1,419,124,574,000,000,000
text/html
crawl-data/CC-MAIN-2014-52/segments/1418802770554.119/warc/CC-MAIN-20141217075250-00095-ip-10-231-17-201.ec2.internal.warc.gz
181,670,018
16,170
solution of Fredholm integral equation of the first kind with symmetric rational kernel How can be solved this Fredholm first kind integral equation: $$f(x)=\frac{1}{\pi}\int_{0}^{\infty}\frac{g(y)}{x+y}dy$$ - The equation $$f(x)=\frac{1}{\pi}\int_{0}^{\infty}\frac{g(y)}{x+y}\mathrm{d}y$$ has solution \begin{align} y(x) &= \frac{1}{2 i} \lim_{\epsilon \to 0^+} \left\{f(-x-i\epsilon)-f(-x+i\epsilon)\right\} \\ &= \frac{1}{\sqrt{x}} \sum_{k=0}^{\infty} \frac{(-1)^k}{(2k)!} \left(\frac{\pi}{x} \frac{\mathrm{d}}{\mathrm{d}x}\right)^{2k} \left\{\sqrt{x}f(x)\right\}. \end{align} Source: Polyanin and Manzhirov, Handbook of Integral Equations, section 3.1-3, #17. Numerous other sources are cited below the entry there. - You could try a Mellin transform. Since $\int _{0}^{\infty }\!{\frac {{x}^{s-1}}{x+y}}{dx}={y}^{s-1}\pi \,\csc \left( \pi \,s \right)$ for $y > 0$ and $0 < \Re s < 1$, the Mellin transforms of $f$ and $g$ satisfy $Mf(s) = \csc(\pi s) Mg(s)$ for $0 < \Re s < 1$. You might then try inverting $Mg(s)$ using the inversion formula $$g(y) = \frac{1}{2\pi i} \int_{c-i\infty}^{c+i\infty} Mf(s) \sin(\pi s)\ ds$$ where $0 < c < 1$, under appropriate convergence assumptions. -
472
1,204
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 1, "equation": 0, "x-ck12": 0, "texerror": 0}
3.671875
4
CC-MAIN-2014-52
latest
en
0.553492
solution of Fredholm integral equation of the first kind with symmetric rational kernel How can be solved this Fredholm first kind integral equation: $$f(x)=\frac{1}{\pi}\int_{0}^{\infty}\frac{g(y)}{x+y}dy$$ - The equation $$f(x)=\frac{1}{\pi}\int_{0}^{\infty}\frac{g(y)}{x+y}\mathrm{d}y$$ has solution \begin{align} y(x) &= \frac{1}{2 i} \lim_{\epsilon \to 0^+} \left\{f(-x-i\epsilon)-f(-x+i\epsilon)\right\} \\ &= \frac{1}{\sqrt{x}} \sum_{k=0}^{\infty} \frac{(-1)^k}{(2k)!} \left(\frac{\pi}{x} \frac{\mathrm{d}}{\mathrm{d}x}\right)^{2k} \left\{\sqrt{x}f(x)\right\}. \end{align} Source: Polyanin and Manzhirov, Handbook of Integral Equations, section 3.1-3, #17. Numerous other sources are cited below the entry there. - You could try a Mellin transform. Since $\int _{0}^{\infty }\! {\frac {{x}^{s-1}}{x+y}}{dx}={y}^{s-1}\pi \,\csc \left( \pi \,s \right)$ for $y > 0$ and $0 < \Re s < 1$, the Mellin transforms of $f$ and $g$ satisfy $Mf(s) = \csc(\pi s) Mg(s)$ for $0 < \Re s < 1$.
You might then try inverting $Mg(s)$ using the inversion formula $$g(y) = \frac{1}{2\pi i} \int_{c-i\infty}^{c+i\infty} Mf(s) \sin(\pi s)\ ds$$ where $0 < c < 1$, under appropriate convergence assumptions.
http://math.stackexchange.com/questions/435026/algebraic-divison
1,469,759,211,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257829325.58/warc/CC-MAIN-20160723071029-00053-ip-10-185-27-174.ec2.internal.warc.gz
157,137,543
17,591
# Algebraic Divison Is there a way to break the left hand side expression such that it takes the the right hand side form? $(a+b)/(c+d)=a/c+b/d+k$ Where $k$ is some expression. - Yes, and that expression would be $(a+b)/(c+d) - a/c - b/d$. Are you looking for something less stupid or more specific? – Patrick Da Silva Jul 3 '13 at 3:17 Solve for $k$, as Patrick indicated: \begin{align} k&=\frac{a+b}{c+d}-\frac{a}{c}-\frac{b}{d}\\ &=\frac{cd(a+b)-ad(c+d)-bc(c+d)}{cd(c+d)}\\ &=\frac{acd+bcd-acd-ad^2-bc^2-bcd}{cd(c+d)}\\ &=\frac{-ad^2-bc^2}{cd(c+d)} \end{align} In the words of lots of movie cops over the years, "Move along, folks, there's nothing to see here." @jessica: one additional thing to note is that you need $c$ and $d$ non-zero. – James Jul 3 '13 at 13:21 @James: and also $c\ne-d$, else the original expression is undefined. – Rick Decker Jul 3 '13 at 13:42 Here's an old chestnut related to your problem. Take $64/16$, cancel the 6s, and you get $4/1$ which happens to be the right answer. Too bad it doesn't work in general. – Rick Decker Jul 4 '13 at 14:05
366
1,079
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 1, "equation": 0, "x-ck12": 0, "texerror": 0}
4.09375
4
CC-MAIN-2016-30
latest
en
0.823834
# Algebraic Divison Is there a way to break the left hand side expression such that it takes the the right hand side form? $(a+b)/(c+d)=a/c+b/d+k$ Where $k$ is some expression. - Yes, and that expression would be $(a+b)/(c+d) - a/c - b/d$. Are you looking for something less stupid or more specific?
– Patrick Da Silva Jul 3 '13 at 3:17 Solve for $k$, as Patrick indicated: \begin{align} k&=\frac{a+b}{c+d}-\frac{a}{c}-\frac{b}{d}\\ &=\frac{cd(a+b)-ad(c+d)-bc(c+d)}{cd(c+d)}\\ &=\frac{acd+bcd-acd-ad^2-bc^2-bcd}{cd(c+d)}\\ &=\frac{-ad^2-bc^2}{cd(c+d)} \end{align} In the words of lots of movie cops over the years, "Move along, folks, there's nothing to see here."
https://math.stackexchange.com/questions/2025090/finding-the-area-bounded-by-two-curves
1,571,601,951,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986718918.77/warc/CC-MAIN-20191020183709-20191020211209-00157.warc.gz
602,732,631
32,525
# Finding the area bounded by two curves Find the area of the region bounded by the parabola $$y = 4x^2$$, the tangent line to this parabola at $$(2, 16)$$, and the $$x$$-axis. I found the tangent line to be $$y=16x-16$$ and set up the integral from $$0$$ to $$2$$ of $$4x^2-16x+16$$ with respect to $$x$$, which is the top function when looking at the graph minus the bottom function. I took the integral and came up with $$\frac{4}{3}x^3-8x^2+16x$$ evaluated between $$0$$ and $$2$$. This came out to be $$\frac{32}{3}$$ but this was the incorrect answer. Can anyone tell me where I went wrong? Hint: After drawing it, note that you have to calculate $\int_0^1 4x^2\;dx + \int_1^2 4x^2-16x+16\;dx$. • I got $\frac{8}{3}$. I'm sorry but did you do it right? – Rodrigo Dias Nov 22 '16 at 0:22 • Any time! ${}{}$ – Rodrigo Dias Nov 22 '16 at 0:28 The tangent crosses the $x$ axis at $x=1$, so your integral is including (with the plus sign) also the triangle made by the tangent below the $x$ axis. The correct way is to integrate only the parabola for $x=0 \cdots 2$ (which is $32/3$ and then subtract the area of the triangle$(1,0),(2,16),(2,0)$, which is $8$, so the net area is $8/3$ .
406
1,191
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 12, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.953125
4
CC-MAIN-2019-43
latest
en
0.923894
# Finding the area bounded by two curves Find the area of the region bounded by the parabola $$y = 4x^2$$, the tangent line to this parabola at $$(2, 16)$$, and the $$x$$-axis. I found the tangent line to be $$y=16x-16$$ and set up the integral from $$0$$ to $$2$$ of $$4x^2-16x+16$$ with respect to $$x$$, which is the top function when looking at the graph minus the bottom function. I took the integral and came up with $$\frac{4}{3}x^3-8x^2+16x$$ evaluated between $$0$$ and $$2$$. This came out to be $$\frac{32}{3}$$ but this was the incorrect answer. Can anyone tell me where I went wrong? Hint: After drawing it, note that you have to calculate $\int_0^1 4x^2\;dx + \int_1^2 4x^2-16x+16\;dx$. • I got $\frac{8}{3}$. I'm sorry but did you do it right? – Rodrigo Dias Nov 22 '16 at 0:22 • Any time! ${}{}$ – Rodrigo Dias Nov 22 '16 at 0:28 The tangent crosses the $x$ axis at $x=1$, so your integral is including (with the plus sign) also the triangle made by the tangent below the $x$ axis.
The correct way is to integrate only the parabola for $x=0 \cdots 2$ (which is $32/3$ and then subtract the area of the triangle$(1,0),(2,16),(2,0)$, which is $8$, so the net area is $8/3$ .
https://math.stackexchange.com/questions/1735139/how-to-reduce-into-canonical-form/1735960
1,611,815,740,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610704835901.90/warc/CC-MAIN-20210128040619-20210128070619-00139.warc.gz
445,229,400
32,455
# How to reduce into canonical form Determine the type of the following equation and reduce the PDE to its canonical form $u_{xx} + 4u_{xy} + 4u_{yy} + u = 0$. We consider pdes in the form $$a_{11}(x,y)u_{xx}+2a_{12}(x,y)u_{xy}+a_{22}(x,y)u_{yy} +F(x,y,u,u_x,u_y)=0$$ Since in our case $a_{12}^2-a_{11}a_{22}=0$, we have that it is parabolic. Then I think we find $$\frac{dy}{dx}=\frac{a_{12} \pm \sqrt{a_{12}^2-a_{11}a_{22}}}{a_{11}}=2$$ But then what? Define $\eta \left( x,y \right)=y-2x,\text{ }$ and choose $\xi \left( x,\text{ }y \right)=x$ such that the Jacobian $J:={{\xi }_{x}}{{\eta }_{y}}-{{\xi }_{y}}{{\eta }_{x}}$ does not vanish. Let $v\left( \xi ,\eta \right)=u\left( x,y \right).$ Substituting the new coordinates $\xi$ and $\eta$ into the given equation, we obtain $$\left( {{v}_{\xi \xi }}-4{{v}_{\xi \eta }}+4{{v}_{\eta \eta }} \right)+4\left( {{v}_{\xi \eta }}-2{{v}_{\eta \eta }} \right)+4{{v}_{\eta \eta }}+v=0\text{ }.$$ Thus, $${{v}_{\xi \xi }}+v=0,$$ and this is the desired canonical form.
416
1,020
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.1875
4
CC-MAIN-2021-04
latest
en
0.685246
# How to reduce into canonical form Determine the type of the following equation and reduce the PDE to its canonical form $u_{xx} + 4u_{xy} + 4u_{yy} + u = 0$. We consider pdes in the form $$a_{11}(x,y)u_{xx}+2a_{12}(x,y)u_{xy}+a_{22}(x,y)u_{yy} +F(x,y,u,u_x,u_y)=0$$ Since in our case $a_{12}^2-a_{11}a_{22}=0$, we have that it is parabolic. Then I think we find $$\frac{dy}{dx}=\frac{a_{12} \pm \sqrt{a_{12}^2-a_{11}a_{22}}}{a_{11}}=2$$ But then what? Define $\eta \left( x,y \right)=y-2x,\text{ }$ and choose $\xi \left( x,\text{ }y \right)=x$ such that the Jacobian $J:={{\xi }_{x}}{{\eta }_{y}}-{{\xi }_{y}}{{\eta }_{x}}$ does not vanish.
Let $v\left( \xi ,\eta \right)=u\left( x,y \right).$ Substituting the new coordinates $\xi$ and $\eta$ into the given equation, we obtain $$\left( {{v}_{\xi \xi }}-4{{v}_{\xi \eta }}+4{{v}_{\eta \eta }} \right)+4\left( {{v}_{\xi \eta }}-2{{v}_{\eta \eta }} \right)+4{{v}_{\eta \eta }}+v=0\text{ }.$$ Thus, $${{v}_{\xi \xi }}+v=0,$$ and this is the desired canonical form.
https://math.stackexchange.com/questions/1653694/proving-that-the-sequence-converges
1,569,014,038,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514574077.39/warc/CC-MAIN-20190920200607-20190920222607-00316.warc.gz
568,076,825
30,380
# Proving that the sequence converges I would like some help with the following problem. Thanks for any help in advance. Let $(x_n)$ and $(y_n)$ be convergent sequences of positive real numbers. Let $x_n \xrightarrow[n \to \infty]{} x$ and $y_n \xrightarrow[n \to \infty]{} y$ and suppose that $x > 0$. Prove that the sequence $(x_nn^4 + y_nn^2)^{1/2} - x_n^{1/2}n^2$, $n \geq 1$ converges. • The universal procedure, multiply the top and missing bottom by $(x_n n^4+y_n^2)^{1/2} +x_n^{1/2}n^2$. – André Nicolas Feb 13 '16 at 21:23 $\begin{array}\\ (x_nn^4 + y_nn^2)^{1/2} - x_n^{1/2}n^2 &=((x_nn^4 + y_nn^2)^{1/2} - x_n^{1/2}n^2) \dfrac{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}\\ &=\dfrac{(x_nn^4 + y_nn^2)- x_nn^4}{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}\\ &=\dfrac{ y_nn^2}{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}\\ &=\dfrac{ y_n}{(x_n + y_n/n^2)^{1/2} + x_n^{1/2}}\\ \end{array}$
432
926
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.1875
4
CC-MAIN-2019-39
latest
en
0.472632
# Proving that the sequence converges I would like some help with the following problem. Thanks for any help in advance. Let $(x_n)$ and $(y_n)$ be convergent sequences of positive real numbers. Let $x_n \xrightarrow[n \to \infty]{} x$ and $y_n \xrightarrow[n \to \infty]{} y$ and suppose that $x > 0$. Prove that the sequence $(x_nn^4 + y_nn^2)^{1/2} - x_n^{1/2}n^2$, $n \geq 1$ converges. • The universal procedure, multiply the top and missing bottom by $(x_n n^4+y_n^2)^{1/2} +x_n^{1/2}n^2$.
– André Nicolas Feb 13 '16 at 21:23 $\begin{array}\\ (x_nn^4 + y_nn^2)^{1/2} - x_n^{1/2}n^2 &=((x_nn^4 + y_nn^2)^{1/2} - x_n^{1/2}n^2) \dfrac{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}\\ &=\dfrac{(x_nn^4 + y_nn^2)- x_nn^4}{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}\\ &=\dfrac{ y_nn^2}{(x_nn^4 + y_nn^2)^{1/2} + x_n^{1/2}n^2}\\ &=\dfrac{ y_n}{(x_n + y_n/n^2)^{1/2} + x_n^{1/2}}\\ \end{array}$
https://math.stackexchange.com/questions/2022498/area-of-a-circle-from-equation-for-circle
1,566,597,371,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027319082.81/warc/CC-MAIN-20190823214536-20190824000536-00170.warc.gz
561,045,759
30,281
# Area of a circle from equation for circle Q. Equation of circle- $2x^2+ \lambda xy+2y^2+( \lambda -4)x+6y-5=0$ find area of the circle. Attempt- For converting the equation from second degree to first degree $\lambda xy=0$. Thus, $\lambda =0$ and- $$(\lambda -4)x = 2gx$$ $$6y=2fy$$ $$c=-5$$ $$g=-2, f=3, c=-5$$ Radius of circle = $\sqrt{4+9+5}=\sqrt{18}$ Area of circle= $\pi *18$ But the answer is $\frac {23}{4} * \pi$ • Your argument would be correct if the coefficients of $x^2$ and $y^2$ were $1$. But they are not. – Leo163 Nov 20 '16 at 11:56 • Do they need to be equal? Correct me but shouldn't just their coefficient be equal? To satisfy $a=b$ where a and b are coefficients of x and y respectively – Akshat Batra Nov 20 '16 at 11:58 • @AkshatBatra Yes, the coefficients of the quadratic expressions for $\;x\,,\,\,y\;$ must be equal if we have a circle (otherwise it is an ellipse), but then you must divide through the whole equation by that common coefficient, and that affects the radius...! – DonAntonio Nov 20 '16 at 11:59 Complete squares after putting $\;\lambda xy=0\implies \lambda =0\;$: $$0=2x^2+2y^2-4x+6y-5=2(x-1)^2-2+2\left(y-\frac32\right)^2-\frac92-5\implies$$ $$\implies2(x-1)^2+2\left(y-\frac32\right)^2=\frac{23}2\implies(x-1)^2+\left(y-\frac32\right)^2=\frac{23}4$$ and we have a circle of radius $\;\sqrt{\frac{23}4}\;$ , so its area is $$\pi\sqrt{\frac{23}4}^2=\frac{23\pi}4$$
510
1,420
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.4375
4
CC-MAIN-2019-35
latest
en
0.775057
# Area of a circle from equation for circle Q. Equation of circle- $2x^2+ \lambda xy+2y^2+( \lambda -4)x+6y-5=0$ find area of the circle. Attempt- For converting the equation from second degree to first degree $\lambda xy=0$. Thus, $\lambda =0$ and- $$(\lambda -4)x = 2gx$$ $$6y=2fy$$ $$c=-5$$ $$g=-2, f=3, c=-5$$ Radius of circle = $\sqrt{4+9+5}=\sqrt{18}$ Area of circle= $\pi *18$ But the answer is $\frac {23}{4} * \pi$ • Your argument would be correct if the coefficients of $x^2$ and $y^2$ were $1$. But they are not. – Leo163 Nov 20 '16 at 11:56 • Do they need to be equal? Correct me but shouldn't just their coefficient be equal? To satisfy $a=b$ where a and b are coefficients of x and y respectively – Akshat Batra Nov 20 '16 at 11:58 • @AkshatBatra Yes, the coefficients of the quadratic expressions for $\;x\,,\,\,y\;$ must be equal if we have a circle (otherwise it is an ellipse), but then you must divide through the whole equation by that common coefficient, and that affects the radius...!
– DonAntonio Nov 20 '16 at 11:59 Complete squares after putting $\;\lambda xy=0\implies \lambda =0\;$: $$0=2x^2+2y^2-4x+6y-5=2(x-1)^2-2+2\left(y-\frac32\right)^2-\frac92-5\implies$$ $$\implies2(x-1)^2+2\left(y-\frac32\right)^2=\frac{23}2\implies(x-1)^2+\left(y-\frac32\right)^2=\frac{23}4$$ and we have a circle of radius $\;\sqrt{\frac{23}4}\;$ , so its area is $$\pi\sqrt{\frac{23}4}^2=\frac{23\pi}4$$
http://math.stackexchange.com/questions/217621/big-omega-proof/217623
1,469,688,704,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257828009.82/warc/CC-MAIN-20160723071028-00068-ip-10-185-27-174.ec2.internal.warc.gz
175,218,113
16,425
Big Omega Proof If $f_1(x)$ and $f_2(x)$ are functions from the set of positive integers to the set of positive real numbers and $f_1(x)$ and $f_2(x)$ are both $\Omega(g(x))$, is $(f_1 − f_2)(x)$ also $\Omega(g(x))$? How do I prove/disprove this? - No. It is not. For instance, consider $f_1(x) = f_2(x) = x^2$ and $g(x) = x$. For a slightly non-trivial example, consider $$f_1(x) = x^3 + x^2 + x + 1, f_2(x) = x^3 + x^2 + 1 \text{ and }g(x) = x^2$$ We have $f_1(x),f_2(x) \in \Omega(g(x))$ but $f_1(x) -f_2(x) = x \notin \Omega(g(x))$.
223
540
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.671875
4
CC-MAIN-2016-30
latest
en
0.711243
Big Omega Proof If $f_1(x)$ and $f_2(x)$ are functions from the set of positive integers to the set of positive real numbers and $f_1(x)$ and $f_2(x)$ are both $\Omega(g(x))$, is $(f_1 − f_2)(x)$ also $\Omega(g(x))$? How do I prove/disprove this? - No. It is not. For instance, consider $f_1(x) = f_2(x) = x^2$ and $g(x) = x$.
For a slightly non-trivial example, consider $$f_1(x) = x^3 + x^2 + x + 1, f_2(x) = x^3 + x^2 + 1 \text{ and }g(x) = x^2$$ We have $f_1(x),f_2(x) \in \Omega(g(x))$ but $f_1(x) -f_2(x) = x \notin \Omega(g(x))$.
http://math.stackexchange.com/questions/180895/subgroup-criterion/180897
1,469,485,278,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257824395.52/warc/CC-MAIN-20160723071024-00095-ip-10-185-27-174.ec2.internal.warc.gz
157,877,901
17,676
# Subgroup criterion. I've been reading some stuff about algebra in my free time, and I think I understand most of the stuff but I'm having trouble with the exercises. Specifically, the following: Prove that a nonempty subset $H$ of a group $G$ is a subgroup if for all $x, y \in H$, the element $xy^{-1}$ is also in H. Proving that the identity is in $H$ is easy: just take $x=y$, so $x x^{-1} = 1 \in H$. However, I'm having trouble showing that multiplication is closed and that each element in $H$ has an inverse. Can anyone give some hints? - Hint: For inverses use the fact that the identity is in $H$. Once you have inverses, you can get products using that fact. – Matt Aug 10 '12 at 1:57 1. by given condition for any $x\in H$ we have $xx^{-1}=e$ is in $H$, denote identity element by $e$ 2. take any $x\in H$ and $e\in H$ so by the given condition $ex^{-1}=x^{-1}\in H$ so every element of $H$ has inverse in $H$. 3. take any $x,y\in H$ as $y^{-1}\in H$ so by given condition $x(y^{-1})^{-1}=xy\in H$, which proves the closure property. - So much for hints... – Matt Aug 10 '12 at 2:02 For any $b \in H$, $eb^{-1} = b^{-1} \in H$, so every element has an inverse in $H$. To show closure, note that if $a, b \in H$, then $b^{-1} \in H$ as we have just shown. So $a(b^{-1})^{-1} = ab \in H$. Hence, $H$ is a subgroup. -
426
1,334
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.1875
4
CC-MAIN-2016-30
latest
en
0.915523
# Subgroup criterion. I've been reading some stuff about algebra in my free time, and I think I understand most of the stuff but I'm having trouble with the exercises. Specifically, the following: Prove that a nonempty subset $H$ of a group $G$ is a subgroup if for all $x, y \in H$, the element $xy^{-1}$ is also in H. Proving that the identity is in $H$ is easy: just take $x=y$, so $x x^{-1} = 1 \in H$. However, I'm having trouble showing that multiplication is closed and that each element in $H$ has an inverse. Can anyone give some hints? - Hint: For inverses use the fact that the identity is in $H$. Once you have inverses, you can get products using that fact. – Matt Aug 10 '12 at 1:57 1. by given condition for any $x\in H$ we have $xx^{-1}=e$ is in $H$, denote identity element by $e$ 2. take any $x\in H$ and $e\in H$ so by the given condition $ex^{-1}=x^{-1}\in H$ so every element of $H$ has inverse in $H$. 3. take any $x,y\in H$ as $y^{-1}\in H$ so by given condition $x(y^{-1})^{-1}=xy\in H$, which proves the closure property. - So much for hints... – Matt Aug 10 '12 at 2:02 For any $b \in H$, $eb^{-1} = b^{-1} \in H$, so every element has an inverse in $H$. To show closure, note that if $a, b \in H$, then $b^{-1} \in H$ as we have just shown. So $a(b^{-1})^{-1} = ab \in H$.
Hence, $H$ is a subgroup.
https://quantumcomputing.stackexchange.com/questions/5240/whats-my-computational-basis-if-i-want-to-define-a-unitary-operator-that-implem
1,718,876,757,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861916.26/warc/CC-MAIN-20240620074431-20240620104431-00486.warc.gz
406,811,011
39,914
What's my computational basis if I want to define a unitary operator that implements a function such as $f(i) = 2^{i+1} \text{mod 21}$? I know I must define $$U_f$$, the unitary operator, on the computational basis. But what's my computational basis here? Presumably you want to work with qubits? So the usual computation basis applies: $$|0\rangle$$ and $$|1\rangle$$ for a single qubit, and a composite basis of $$|x\rangle$$ for $$x\in\{0,1\}^n$$ when composing $$n$$ qubits. What I guess you're asking is how you translate your problem onto qubits. For that, you need to make the decimal values correspond to particular bit values. The conventional way of doing this is using the binary string $$x$$ like a binary number, which corresponds to a decimal value. There are a number of different numbering conventions you can pick from but, for example, you might have $$x=x_0x_1x_2\ldots x_{n-1},$$ meaning that the corresponding decimal value is $$x_{n-1}+2x_{n-2}+4x_{n-3}+\ldots+2^{n-2}x_1+2^{n-1}x_0.$$ $$n$$ bits lets you represent any decimal number 0 to $$2^n-1$$. It depends on the $$i$$ you want to apply this function, which is to be represented as a bitstring (in this case, I guess an unsigned integer representation) that will be one of the computational basis. It can be a particular one or just a superposition. You need to define the registers (the one containing $$i$$, garbage register containing intermediary results and the one containing the result). Mathematically, your operator will have the following effect if you uncompute intermediary results : $$U_f | i \rangle | 0 \rangle_g | 0 \rangle_f = | i \rangle | 0 \rangle_g | f(i) \rangle_f$$
450
1,668
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 14, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.75
4
CC-MAIN-2024-26
latest
en
0.831639
What's my computational basis if I want to define a unitary operator that implements a function such as $f(i) = 2^{i+1} \text{mod 21}$? I know I must define $$U_f$$, the unitary operator, on the computational basis. But what's my computational basis here? Presumably you want to work with qubits? So the usual computation basis applies: $$|0\rangle$$ and $$|1\rangle$$ for a single qubit, and a composite basis of $$|x\rangle$$ for $$x\in\{0,1\}^n$$ when composing $$n$$ qubits. What I guess you're asking is how you translate your problem onto qubits. For that, you need to make the decimal values correspond to particular bit values. The conventional way of doing this is using the binary string $$x$$ like a binary number, which corresponds to a decimal value. There are a number of different numbering conventions you can pick from but, for example, you might have $$x=x_0x_1x_2\ldots x_{n-1},$$ meaning that the corresponding decimal value is $$x_{n-1}+2x_{n-2}+4x_{n-3}+\ldots+2^{n-2}x_1+2^{n-1}x_0.$$ $$n$$ bits lets you represent any decimal number 0 to $$2^n-1$$. It depends on the $$i$$ you want to apply this function, which is to be represented as a bitstring (in this case, I guess an unsigned integer representation) that will be one of the computational basis. It can be a particular one or just a superposition. You need to define the registers (the one containing $$i$$, garbage register containing intermediary results and the one containing the result).
Mathematically, your operator will have the following effect if you uncompute intermediary results : $$U_f | i \rangle | 0 \rangle_g | 0 \rangle_f = | i \rangle | 0 \rangle_g | f(i) \rangle_f$$
https://math.stackexchange.com/questions/3233705/random-variable-y-following-uniform-distribution-with-parameter-random-x-that-fo
1,571,633,385,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570987756350.80/warc/CC-MAIN-20191021043233-20191021070733-00397.warc.gz
582,692,968
31,422
# Random Variable Y following uniform distribution with parameter Random X that follows geometric. Random variable X follows geometrical distribution with p=1/4. Random variable Y follows uniform distribution in [-X,X]. I'm looking for P(Y>3/2) and also P(X=2|Y>3/2).I know for a fact that Σ(from k=1 to infinity)zk/k=-log(1-z) for |z|<1. The probability that $$Y \gt 3/2$$ is actually the probability that $$3/2 \lt Y \lt X$$. If $$X \lt 1$$ then it is impossible for $$Y$$ to be greater than $$3/2$$. Therefore $$X$$ must be at least $$2$$ for the probability to even make sense. So we have $$\mathbb{P} \left(Y \gt \frac32 \right) = \sum_{x=2}^\infty \left( \frac14 \right)\left( \frac34 \right) ^{x-1} \left( \frac{x - 3/2}{2x}\right)$$ • No, it is possible for $Y>1.5$ when $X=2$ – Graham Kemp May 20 at 23:19 • @Graham Kemp True, I simply misread it as $Y > 3$ when I solved the problem. Will fix – WaveX May 20 at 23:20 • This sum converges to about $.2159$ – WaveX May 22 at 17:39
337
990
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 8, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.546875
4
CC-MAIN-2019-43
latest
en
0.784873
# Random Variable Y following uniform distribution with parameter Random X that follows geometric. Random variable X follows geometrical distribution with p=1/4. Random variable Y follows uniform distribution in [-X,X]. I'm looking for P(Y>3/2) and also P(X=2|Y>3/2).I know for a fact that Σ(from k=1 to infinity)zk/k=-log(1-z) for |z|<1. The probability that $$Y \gt 3/2$$ is actually the probability that $$3/2 \lt Y \lt X$$. If $$X \lt 1$$ then it is impossible for $$Y$$ to be greater than $$3/2$$. Therefore $$X$$ must be at least $$2$$ for the probability to even make sense.
So we have $$\mathbb{P} \left(Y \gt \frac32 \right) = \sum_{x=2}^\infty \left( \frac14 \right)\left( \frac34 \right) ^{x-1} \left( \frac{x - 3/2}{2x}\right)$$ • No, it is possible for $Y>1.5$ when $X=2$ – Graham Kemp May 20 at 23:19 • @Graham Kemp True, I simply misread it as $Y > 3$ when I solved the problem.
https://math.stackexchange.com/questions/1732130/discriminant-of-the-cube-quartic
1,660,285,060,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571584.72/warc/CC-MAIN-20220812045352-20220812075352-00374.warc.gz
350,471,708
64,724
# Discriminant of the cube, quartic... I was told the discriminant of the cubic is $$\Delta=-27q^2-4p^3$$ and that $\Delta>0$ means that there are three real roots. Simply put, why is this the discriminant? I ask this because, looking at Cardano's formula, I thought that we want everything inside the square root to be positive to get real roots(just as in quadratic cases). Namely, $\frac{q^2}{4}+\frac{p^3}{27}>0$. Which is essentially, $27q^2+4p^3>0$. But the discriminant has a minus on it, and I don't see why. Does the derivation involve resultants and whatnot? Will it be rather complex? I am wondering if there is a simple explanation as to why this is the case. Similarly, for the quartic, quintic discriminants...will I need to go through resultants for them? Or is there a simpler faster way to determine them? Your discriminant refers to a cubic equation reduced to the form $$y^3+py+q=0$$ and the Cardano formula says that the solutions are: $$y=\sqrt[3]{-\frac{q}{2}+\sqrt{\frac{q^2}{4}+\frac{p^3}{27}}}+\sqrt[3]{-\frac{q}{2}-\sqrt{\frac{q^2}{4}+\frac{p^3}{27}}}$$ Note that if $$\Delta=\frac{q^2}{4}+\frac{p^3}{27}>0$$ the arguments of the cubic roots are real numbers, so the roots give only one real value ( and two complex values), so the other solutions of the equation must be complex numbers and we cannot have three real roots. The proof that for $\Delta \le 0$ we find three real roots is not so simple, you can see here.
419
1,451
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.859375
4
CC-MAIN-2022-33
latest
en
0.894639
# Discriminant of the cube, quartic... I was told the discriminant of the cubic is $$\Delta=-27q^2-4p^3$$ and that $\Delta>0$ means that there are three real roots. Simply put, why is this the discriminant? I ask this because, looking at Cardano's formula, I thought that we want everything inside the square root to be positive to get real roots(just as in quadratic cases). Namely, $\frac{q^2}{4}+\frac{p^3}{27}>0$. Which is essentially, $27q^2+4p^3>0$. But the discriminant has a minus on it, and I don't see why. Does the derivation involve resultants and whatnot? Will it be rather complex? I am wondering if there is a simple explanation as to why this is the case. Similarly, for the quartic, quintic discriminants...will I need to go through resultants for them? Or is there a simpler faster way to determine them?
Your discriminant refers to a cubic equation reduced to the form $$y^3+py+q=0$$ and the Cardano formula says that the solutions are: $$y=\sqrt[3]{-\frac{q}{2}+\sqrt{\frac{q^2}{4}+\frac{p^3}{27}}}+\sqrt[3]{-\frac{q}{2}-\sqrt{\frac{q^2}{4}+\frac{p^3}{27}}}$$ Note that if $$\Delta=\frac{q^2}{4}+\frac{p^3}{27}>0$$ the arguments of the cubic roots are real numbers, so the roots give only one real value ( and two complex values), so the other solutions of the equation must be complex numbers and we cannot have three real roots.
https://math.stackexchange.com/questions/1463140/proof-for-why-a-matrix-multiplied-by-its-transpose-is-positive-semidefinite
1,708,480,581,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947473360.9/warc/CC-MAIN-20240221002544-20240221032544-00267.warc.gz
412,520,885
34,915
# Proof for why a matrix multiplied by its transpose is positive semidefinite The top answer to this question says Moreover if $A$ is regular, then $AA^T$ is also positive definite, since $$x^TAA^Tx=(A^Tx)^T(A^Tx)> 0$$ Suppose $A$ is not regular. It holds that $$x^TAA^Tx=(A^Tx)^T(A^Tx)= \|A^Tx\|^2_2 \ge 0$$ Therefore $AA^T$ is positive semidefinite. Is this argument enough, or am I missing something? • Yes, that's enough. Oct 3, 2015 at 23:35 • Two comments: 1) Usually, the definition of a positive semidefinite matrix includes the requirement that $A$ is symmetric (or hermitian for complex matrices). You did not check that. 2) Your argument shows that $A^T A$ is positive semidefinite. It does not show that $A^T A$ is not positive definite. Oct 4, 2015 at 10:07 • What is does it mean that "A is regular" in this context? – Itay Sep 17, 2016 at 9:32 • It means the same as invertible. So if $A$ is not invertible, then there are $x$ other than $0$ for which $Ax=0$ and thus strict inequality doesn't hold. On the other hand, if $A$ is invertible (thus regular), then $Ax=0$ only holds for $x=0$ and thus strict inequality (definiteness) holds for all $x \ne 0$. I think that more generally in this case regular means that the columns of $A$ are independent. So $A$ doesn't have to be square. Feb 5, 2017 at 20:50 • I think this piece of answer should be added to the top answer of the linked question! Jan 7, 2022 at 15:44
445
1,435
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.6875
4
CC-MAIN-2024-10
latest
en
0.925447
# Proof for why a matrix multiplied by its transpose is positive semidefinite The top answer to this question says Moreover if $A$ is regular, then $AA^T$ is also positive definite, since $$x^TAA^Tx=(A^Tx)^T(A^Tx)> 0$$ Suppose $A$ is not regular. It holds that $$x^TAA^Tx=(A^Tx)^T(A^Tx)= \|A^Tx\|^2_2 \ge 0$$ Therefore $AA^T$ is positive semidefinite. Is this argument enough, or am I missing something? • Yes, that's enough. Oct 3, 2015 at 23:35 • Two comments: 1) Usually, the definition of a positive semidefinite matrix includes the requirement that $A$ is symmetric (or hermitian for complex matrices). You did not check that. 2) Your argument shows that $A^T A$ is positive semidefinite. It does not show that $A^T A$ is not positive definite. Oct 4, 2015 at 10:07 • What is does it mean that "A is regular" in this context? – Itay Sep 17, 2016 at 9:32 • It means the same as invertible. So if $A$ is not invertible, then there are $x$ other than $0$ for which $Ax=0$ and thus strict inequality doesn't hold.
On the other hand, if $A$ is invertible (thus regular), then $Ax=0$ only holds for $x=0$ and thus strict inequality (definiteness) holds for all $x \ne 0$.
https://math.stackexchange.com/questions/1555679/unexpectedly-uniformly-continuous-functions
1,653,341,839,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662561747.42/warc/CC-MAIN-20220523194013-20220523224013-00340.warc.gz
419,603,461
65,452
# Unexpectedly uniformly continuous functions The other day in a exam, I was given the following exercise: Given $f : [0,1] \to \mathbb{R}$ continuous and such that $f(0) = 0, f(1) = 1$, let $g : \mathbb{R} \to \mathbb{R}$ be $g(x) = [x] + f(x - [x])$. Prove that $g$ is uniformly continuous. I'm looking for more examples of this kind of exercise to practice with (i.e. functions with uniform continuity that are not as straightforward to prove that they are). Any continuous function $f$ from a closed interval $[a, b]$ to $[a, b]$ is uniformly continuous. See https://en.wikipedia.org/wiki/Heine–Cantor_theorem. If $f(a) = a$ and $f(b) = b$ then extending $f$ to a function $\Bbb{R} \to \Bbb{R}$ by taking $f(x) = x$ for $x \not\in [a, b]$ still gives a uniformly continuous function. • The theorem can be applied: you prove $g$ is continuous on $[0, 1]$ and conclude that it is uniformly continuous on $[0, 1]$. Dec 2, 2015 at 1:06 • You are supposed to prove that it is uniformly continuous on $\mathbb{R}$, which is not compact. Dec 2, 2015 at 1:10
334
1,058
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.59375
4
CC-MAIN-2022-21
latest
en
0.932744
# Unexpectedly uniformly continuous functions The other day in a exam, I was given the following exercise: Given $f : [0,1] \to \mathbb{R}$ continuous and such that $f(0) = 0, f(1) = 1$, let $g : \mathbb{R} \to \mathbb{R}$ be $g(x) = [x] + f(x - [x])$. Prove that $g$ is uniformly continuous. I'm looking for more examples of this kind of exercise to practice with (i.e. functions with uniform continuity that are not as straightforward to prove that they are). Any continuous function $f$ from a closed interval $[a, b]$ to $[a, b]$ is uniformly continuous. See https://en.wikipedia.org/wiki/Heine–Cantor_theorem. If $f(a) = a$ and $f(b) = b$ then extending $f$ to a function $\Bbb{R} \to \Bbb{R}$ by taking $f(x) = x$ for $x \not\in [a, b]$ still gives a uniformly continuous function.
• The theorem can be applied: you prove $g$ is continuous on $[0, 1]$ and conclude that it is uniformly continuous on $[0, 1]$.
http://math.stackexchange.com/questions/81694/additive-inverse-of-a-nilpotent-element-is-nilpotent
1,469,640,407,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257826916.34/warc/CC-MAIN-20160723071026-00034-ip-10-185-27-174.ec2.internal.warc.gz
165,517,769
17,496
# Additive inverse of a nilpotent element is nilpotent An element of a ring $R$ is nilpotent if $a^n=0$ for some $n \ge 1$. How do I show that additive inverse of $a$ , $-a$ is also nilpotent? The ring is commutative but may not have a unit element. - Using the distributive property, $ab+(-a)b=(a+(-a))b=0\cdot b=0$. Therefore, $$(-a)b=-(ab)\tag{1a}$$ Also, $ab+a(-b)=a(b+(-b))=a\cdot0=0$. Therefore, $$a(-b)=-(ab)\tag{1b}$$ Furthermore, since $a+(-a)=0$, we have $$-(-a)=a\tag{2}$$ Using $(1)$ and $(2)$, it is easy to show by induction that $$(-a)^k=\left\{\begin{array}{}a^k&\text{if }k\text{ is even}\\-(a^k)&\text{if }k\text{ is odd}\end{array}\right.\tag{3}$$ The fact that $a$ is nilpotent and $(3)$ shows that $-a$ is nilpotent. - I am simply filling in the details of Kb100's suggestion and including $-(-a)=a$, which is needed to show $(3)$. – robjohn Nov 13 '11 at 18:01 Try first proving that $a(-b)=(-a)b=-(ab)$ and then (by induction) that $(-a)^n$ is $a^n$ if $n$ is even and $-(a^n)$ if $n$ is odd. -
388
1,025
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.15625
4
CC-MAIN-2016-30
latest
en
0.783596
# Additive inverse of a nilpotent element is nilpotent An element of a ring $R$ is nilpotent if $a^n=0$ for some $n \ge 1$. How do I show that additive inverse of $a$ , $-a$ is also nilpotent? The ring is commutative but may not have a unit element. - Using the distributive property, $ab+(-a)b=(a+(-a))b=0\cdot b=0$. Therefore, $$(-a)b=-(ab)\tag{1a}$$ Also, $ab+a(-b)=a(b+(-b))=a\cdot0=0$. Therefore, $$a(-b)=-(ab)\tag{1b}$$ Furthermore, since $a+(-a)=0$, we have $$-(-a)=a\tag{2}$$ Using $(1)$ and $(2)$, it is easy to show by induction that $$(-a)^k=\left\{\begin{array}{}a^k&\text{if }k\text{ is even}\\-(a^k)&\text{if }k\text{ is odd}\end{array}\right.\tag{3}$$ The fact that $a$ is nilpotent and $(3)$ shows that $-a$ is nilpotent. - I am simply filling in the details of Kb100's suggestion and including $-(-a)=a$, which is needed to show $(3)$.
– robjohn Nov 13 '11 at 18:01 Try first proving that $a(-b)=(-a)b=-(ab)$ and then (by induction) that $(-a)^n$ is $a^n$ if $n$ is even and $-(a^n)$ if $n$ is odd.
https://engineering.stackexchange.com/questions/40847/to-stop-or-to-go-around
1,627,055,776,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046149929.88/warc/CC-MAIN-20210723143921-20210723173921-00451.warc.gz
253,039,114
37,995
# To stop or to go around? Let us we are moving in a car. There is a wall in front of us, we need to decide can we go around it or not. It is known that width of the wall is $$w$$ and our speed is $$v = const$$. What is a simple approach to set formally conditions upon which it is safe to go around? I understand that there are many possible details such as traction, weight of car etc. and will be glad even for the most simplistic analysis. If you can provide a source, that too is great. Thanks. • compute max turn radius, as function of w and distance. compute centripetal force as function of that radius and v. compare that force to max lateral force on tires before it slips – Pete W Mar 8 at 17:29 • If you go around it, you will still have a car. – StainlessSteelRat Mar 8 at 18:30 • the calculations for how quickly a car can turn are really too complex unless all you want is a general idea. This would be best accomplished by measuring the car's turning performance empirically. – Tiger Guy Mar 8 at 19:19 Each car depending on its handling has a maximum safe turning speed $$v_{max}$$, and radius $$r$$. Let us say the current speed $$v, then your turning angular velocity is $$\omega= v/r.$$ We need to go an arc of $$\pi/2$$ so the time it takes to turn is $$t=\pi/2\omega= \pi r/2v$$ which will give the decision distance $$x$$ as $$x=t\cdot v$$. Above was for a wall wider than the cars cornering turn, if it is less, then the arc is smaller and we have $$\theta= arccos(r-\text{car-width})$$.
397
1,516
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 11, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.859375
4
CC-MAIN-2021-31
latest
en
0.943186
# To stop or to go around? Let us we are moving in a car. There is a wall in front of us, we need to decide can we go around it or not. It is known that width of the wall is $$w$$ and our speed is $$v = const$$. What is a simple approach to set formally conditions upon which it is safe to go around? I understand that there are many possible details such as traction, weight of car etc. and will be glad even for the most simplistic analysis. If you can provide a source, that too is great. Thanks. • compute max turn radius, as function of w and distance. compute centripetal force as function of that radius and v. compare that force to max lateral force on tires before it slips – Pete W Mar 8 at 17:29 • If you go around it, you will still have a car. – StainlessSteelRat Mar 8 at 18:30 • the calculations for how quickly a car can turn are really too complex unless all you want is a general idea. This would be best accomplished by measuring the car's turning performance empirically. – Tiger Guy Mar 8 at 19:19 Each car depending on its handling has a maximum safe turning speed $$v_{max}$$, and radius $$r$$. Let us say the current speed $$v, then your turning angular velocity is $$\omega= v/r.$$ We need to go an arc of $$\pi/2$$ so the time it takes to turn is $$t=\pi/2\omega= \pi r/2v$$ which will give the decision distance $$x$$ as $$x=t\cdot v$$.
Above was for a wall wider than the cars cornering turn, if it is less, then the arc is smaller and we have $$\theta= arccos(r-\text{car-width})$$.
https://math.stackexchange.com/questions/4525144/when-does-a-limit-function-not-exist
1,695,970,948,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233510498.88/warc/CC-MAIN-20230929054611-20230929084611-00626.warc.gz
414,492,217
34,325
# When does a limit function not exist?? $$f(x) \begin{cases} \frac{3x-6}{x^4-4}, 0 < x < 2 \\ 0, x=2 \\ \frac{x-2}{\sqrt{3-x} -1} 2 < x < 3 \end{cases}$$ For this expression, can I say that these 3 cases, the limit does not exist because when $$x=2$$ or as $$x$$ approaches $$2$$ from left and right , all of the 3 functions have different values (when I substitute $$x=2$$) thus the limit does not have a finite and unique value. Is that right to say that? If not, when does a limit not exist? 1. $$\lim_{x \to 2^+}$$ 2. $$\lim_{x \to 2^-}$$ 3. $$\lim_{x \to 2}$$ The value of $$f(x)$$ when $$x=2$$ has nothing to do with the limit. The left hand limit ($$\frac 3{32})$$ and the right hand limit ($$-2$$) are different and that is enough to say that the limit does not exist. 1.$$\lim_{x \to 2^+} f(x) = -2$$ Use LHopital 2.$$\lim_{x \to 2^-} f(x) = \frac{3}{32}$$ Use LHopital Since $$-2 \not = \frac{3}{32}$$
339
918
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 15, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.03125
4
CC-MAIN-2023-40
latest
en
0.698802
# When does a limit function not exist?? $$f(x) \begin{cases} \frac{3x-6}{x^4-4}, 0 < x < 2 \\ 0, x=2 \\ \frac{x-2}{\sqrt{3-x} -1} 2 < x < 3 \end{cases}$$ For this expression, can I say that these 3 cases, the limit does not exist because when $$x=2$$ or as $$x$$ approaches $$2$$ from left and right , all of the 3 functions have different values (when I substitute $$x=2$$) thus the limit does not have a finite and unique value. Is that right to say that? If not, when does a limit not exist? 1. $$\lim_{x \to 2^+}$$ 2. $$\lim_{x \to 2^-}$$ 3. $$\lim_{x \to 2}$$ The value of $$f(x)$$ when $$x=2$$ has nothing to do with the limit. The left hand limit ($$\frac 3{32})$$ and the right hand limit ($$-2$$) are different and that is enough to say that the limit does not exist.
1.$$\lim_{x \to 2^+} f(x) = -2$$ Use LHopital 2.$$\lim_{x \to 2^-} f(x) = \frac{3}{32}$$ Use LHopital Since $$-2 \not = \frac{3}{32}$$
https://math.stackexchange.com/questions/1732225/evaluate-the-definite-integral-int-0-infty-fracx-sin-mxx2a2dx/1732246
1,558,347,924,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232255943.0/warc/CC-MAIN-20190520101929-20190520123929-00000.warc.gz
559,068,613
32,289
Evaluate the definite integral $\int_0^\infty \frac{x\sin mx}{x^2+a^2}dx$ Evaluate the definite integral $$\int_0^\infty \frac{x\sin mx}{x^2+a^2}dx \quad (m,a>0)$$ I tried a trigonometric substitution but did not get anywhere with that I think the multiple variable are throwing me off. For first, we get rid of one parameter by substituting $x=az$. Then we have to compute: $$I(k) = \int_{0}^{+\infty}\frac{x}{x^2+1}\cdot\sin(kx)\,dx=\frac{1}{2}\int_{\mathbb{R}}\frac{x}{x^2+1}\cdot\sin(kx)\,dx$$ that is half the imaginary part of $\int_{\mathbb{R}}\frac{x e^{ikx}}{x^2+1}\,dx$. By computing the residue of the integrand function at $x=i$ it follows that: $$I(k) = \frac{\pi}{2}\cdot e^{-k},$$ hence: $$\int_{0}^{+\infty}\frac{x\sin(mx)}{x^2+a^2}\,dx = \color{red}{\frac{\pi}{2}\cdot e^{-am}}.$$ • @Gaffney: the integration path should be a rectangle enclosing $x=i$, indeed. – Jack D'Aurizio Apr 7 '16 at 17:11 • @Gaffney: the situation is almost the same as the usual proof of $\int_{0}^{+\infty}\frac{\sin x}{x}\,dx=\frac{\pi}{2}$. Have a look at robjohn's proof here: math.stackexchange.com/questions/594641/… – Jack D'Aurizio Apr 7 '16 at 17:39
416
1,154
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.921875
4
CC-MAIN-2019-22
latest
en
0.648361
Evaluate the definite integral $\int_0^\infty \frac{x\sin mx}{x^2+a^2}dx$ Evaluate the definite integral $$\int_0^\infty \frac{x\sin mx}{x^2+a^2}dx \quad (m,a>0)$$ I tried a trigonometric substitution but did not get anywhere with that I think the multiple variable are throwing me off. For first, we get rid of one parameter by substituting $x=az$. Then we have to compute: $$I(k) = \int_{0}^{+\infty}\frac{x}{x^2+1}\cdot\sin(kx)\,dx=\frac{1}{2}\int_{\mathbb{R}}\frac{x}{x^2+1}\cdot\sin(kx)\,dx$$ that is half the imaginary part of $\int_{\mathbb{R}}\frac{x e^{ikx}}{x^2+1}\,dx$. By computing the residue of the integrand function at $x=i$ it follows that: $$I(k) = \frac{\pi}{2}\cdot e^{-k},$$ hence: $$\int_{0}^{+\infty}\frac{x\sin(mx)}{x^2+a^2}\,dx = \color{red}{\frac{\pi}{2}\cdot e^{-am}}.$$ • @Gaffney: the integration path should be a rectangle enclosing $x=i$, indeed.
– Jack D'Aurizio Apr 7 '16 at 17:11 • @Gaffney: the situation is almost the same as the usual proof of $\int_{0}^{+\infty}\frac{\sin x}{x}\,dx=\frac{\pi}{2}$.
https://matheducators.stackexchange.com/questions/10933/how-to-explain-fractional-terms
1,713,838,538,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296818452.78/warc/CC-MAIN-20240423002028-20240423032028-00032.warc.gz
340,019,961
39,811
# How to explain "fractional terms"? as I can see there are mainly two ways to introduce fractional terms. Two examples to demonstrate the two variants: 1. $\frac{a^2+3}{a}; \frac{3}{2c}$ 2. $T(a) = \frac{a^2+3}{a}; T(c) = \frac{3}{2c}$. In fact, the word "function" or "functional term" or "equation with variables" has not been learned at this point, but I think that variant two is able to demonstrate better that any term can be seen as a "number machine", in which you "throw" a number and get a certain result. I could imagine that the first variant leads to young learners being unsure what exactly to do with this experssion. I made a quick research in some school books here (in Germany) and found those two variants. So even though this is really just a small difference, do you have any opinion or experience? • What age group do you teach? I use fraction for just numerical and rational function for the functions of polynomials divided by polynomials. Apr 28, 2016 at 15:38 • It is (sometimes) helpful to distinguish "rational expressions" from "rational functions" for precisely the same reason that it is (sometimes) helpful to distinguish between "polynomials" and "polynomial functions". Apr 28, 2016 at 16:04 • Personally, I would not write $T(a) = \frac{a^2+3}{a}$ without first having the notion of "function". Apr 28, 2016 at 16:20 • "I could imagine that the first variant leads to young learners being unsure what exactly to do with this experssion." -- Well they shouldn't think that there's automatically something "to do" on any piece of math without a natural-language direction or question. Nov 2, 2016 at 3:04 • I don't see how fractions are relevant to the question; the same question could be asked about $a+1$. – user797 Nov 2, 2016 at 12:20
467
1,779
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.921875
4
CC-MAIN-2024-18
latest
en
0.957591
# How to explain "fractional terms"? as I can see there are mainly two ways to introduce fractional terms. Two examples to demonstrate the two variants: 1. $\frac{a^2+3}{a}; \frac{3}{2c}$ 2. $T(a) = \frac{a^2+3}{a}; T(c) = \frac{3}{2c}$. In fact, the word "function" or "functional term" or "equation with variables" has not been learned at this point, but I think that variant two is able to demonstrate better that any term can be seen as a "number machine", in which you "throw" a number and get a certain result. I could imagine that the first variant leads to young learners being unsure what exactly to do with this experssion. I made a quick research in some school books here (in Germany) and found those two variants. So even though this is really just a small difference, do you have any opinion or experience? • What age group do you teach? I use fraction for just numerical and rational function for the functions of polynomials divided by polynomials. Apr 28, 2016 at 15:38 • It is (sometimes) helpful to distinguish "rational expressions" from "rational functions" for precisely the same reason that it is (sometimes) helpful to distinguish between "polynomials" and "polynomial functions".
Apr 28, 2016 at 16:04 • Personally, I would not write $T(a) = \frac{a^2+3}{a}$ without first having the notion of "function".
https://math.stackexchange.com/questions/1518062/let-sn-k-denote-the-signless-stirling-numbers-of-the-first-kind-prove-that
1,571,131,981,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986657949.34/warc/CC-MAIN-20191015082202-20191015105702-00054.warc.gz
588,159,041
30,656
# Let $s(n,k)$ denote the signless Stirling numbers of the first kind. Prove that… Let $s(n,k)$ denote the signless Stirling numbers of the first kind. Prove that: $$s(n,2) = (n-1)!(1 + \frac{1}{2} + \frac{1}{3} +...+ \frac{1}{n-1})$$ -I haven't dealt with Taylor series expansion in a long time and not quite sure how (brand new to)Stirling numbers would play into this proof.Any help is appreciated. HINT: If you split $[n]$ into two cycles, one of length $k$ and the other of length $n-k$, there are $\binom{n}k$ ways to choose the elements of the $k$-cycle, $(k-1)!$ ways to arrange them in a cycle, and $(n-k-1)!$ ways to arrange the remaining elements in a cycle. That gives you a total of $$\binom{n}k(k-1)!(n-k-1)!$$ permutations. Now sum over the possible values of $k$. Be careful, though: you’ll be counting every permutation twice. $$\frac{n}{k(n-k)}=\frac1k+\frac1{n-k}\;.$$
281
891
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.6875
4
CC-MAIN-2019-43
latest
en
0.762026
# Let $s(n,k)$ denote the signless Stirling numbers of the first kind. Prove that… Let $s(n,k)$ denote the signless Stirling numbers of the first kind. Prove that: $$s(n,2) = (n-1)! (1 + \frac{1}{2} + \frac{1}{3} +...+ \frac{1}{n-1})$$ -I haven't dealt with Taylor series expansion in a long time and not quite sure how (brand new to)Stirling numbers would play into this proof.Any help is appreciated. HINT: If you split $[n]$ into two cycles, one of length $k$ and the other of length $n-k$, there are $\binom{n}k$ ways to choose the elements of the $k$-cycle, $(k-1)!$ ways to arrange them in a cycle, and $(n-k-1)!$ ways to arrange the remaining elements in a cycle. That gives you a total of $$\binom{n}k(k-1)! (n-k-1)!$$ permutations. Now sum over the possible values of $k$. Be careful, though: you’ll be counting every permutation twice.
$$\frac{n}{k(n-k)}=\frac1k+\frac1{n-k}\;.$$
https://math.stackexchange.com/questions/724904/a-different-way-to-prove-lim-limits-x-to-x-0gx-with-epsilon-delta
1,585,915,310,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585370510846.12/warc/CC-MAIN-20200403092656-20200403122656-00375.warc.gz
576,717,568
32,085
# A different way to prove $\lim\limits_{x\to x_0}g(x)$ with $\epsilon,\delta$ for $f,g: \mathbb R\to \mathbb R\;\;and\;\; x_0\in \mathbb R$ Assume that $$\lim\limits_{x\to x_0}f(x)=L$$ prove: for every $\epsilon>0$ there is $\delta>0$ so that for every x that sustains $\delta>|x-x_0|>0$ and $\epsilon> |f(x)-g(x)|$ so there is$\lim\limits_{x\to x_0}g(x)=L$ i dont know even how to approach it, thanks in advance for the help Let $\epsilon > 0$ be arbitrary. Then $\exists \delta_1 > 0$ such that $$0<|x-x_0|<\delta_1 \Rightarrow |f(x_0) - L| < \epsilon/2$$ and $\exists \delta_2 > 0$ such that $$0<|x-x_0|<\delta_2 \Rightarrow |f(x) - g(x)| < \epsilon/2.$$ Put $\delta := \min\{\delta_1,\delta_2\}$. Then by the triangle inequality, $$0<|x-x_0|<\delta \Rightarrow |g(x) - L| \leq |f(x) - L| + |f(x) - g(x)| < \epsilon/2 + \epsilon/2 = \epsilon.$$ NB I hope I have interpreted your question correctly. • exactly! thanks. i got to $2\epsilon>|f(x)-g(x)|$ but now i understand everything – user137645 Mar 24 '14 at 16:58
395
1,031
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.03125
4
CC-MAIN-2020-16
latest
en
0.662979
# A different way to prove $\lim\limits_{x\to x_0}g(x)$ with $\epsilon,\delta$ for $f,g: \mathbb R\to \mathbb R\;\;and\;\; x_0\in \mathbb R$ Assume that $$\lim\limits_{x\to x_0}f(x)=L$$ prove: for every $\epsilon>0$ there is $\delta>0$ so that for every x that sustains $\delta>|x-x_0|>0$ and $\epsilon> |f(x)-g(x)|$ so there is$\lim\limits_{x\to x_0}g(x)=L$ i dont know even how to approach it, thanks in advance for the help Let $\epsilon > 0$ be arbitrary. Then $\exists \delta_1 > 0$ such that $$0<|x-x_0|<\delta_1 \Rightarrow |f(x_0) - L| < \epsilon/2$$ and $\exists \delta_2 > 0$ such that $$0<|x-x_0|<\delta_2 \Rightarrow |f(x) - g(x)| < \epsilon/2.$$ Put $\delta := \min\{\delta_1,\delta_2\}$.
Then by the triangle inequality, $$0<|x-x_0|<\delta \Rightarrow |g(x) - L| \leq |f(x) - L| + |f(x) - g(x)| < \epsilon/2 + \epsilon/2 = \epsilon.$$ NB I hope I have interpreted your question correctly.
https://math.stackexchange.com/questions/1807605/p-1q-1q-2-and-p-1p-2q-1-do-not-have-a-greatest-common-divisor
1,653,521,208,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662594414.79/warc/CC-MAIN-20220525213545-20220526003545-00169.warc.gz
447,042,388
65,902
# $p_1q_1q_2$ and $p_1p_2q_1$ do not have a greatest common divisor Question Let $$p_1,p_2,q_1,q_2$$ be irreducible elements in integral domain $$R$$ such that none are associates to any of the others and $$p_1p_2=q_1q_2$$. Prove that $$p_1q_1q_2$$ and $$p_1p_2q_1$$ do not have a greatest common divisor. I have no idea to approach this problem. It will be started with having gcd and show contradiction. But there are not much theorem to use show the question with integral domain. Help me!! • Well, $p_1q_1$ is obviously a common divisor. Using $p_1p_2 = q_1q_2$, you get that $p_1q_1q_2 = p_1^2p_2$, so $p_1p_2$ is a common divisor. You could try showing that neither of those are a divisor of the others. May 31, 2016 at 22:57 We have that $p_1q_1$ and $p_1p_2$ are both common divisors, so a greatest common divisor would be divisible by both of these. Suppose there are $a,b,c$ such that $$p_1q_1ac=p_1p_2bc=p_1q_1q_2=p_1^2p_2$$ with $p_1q_1a=p_1p_2b$ being the greatest common divisor. Then $ac=q_2$ and $bc=p_1$. Since these are irreducible, $c$ must be a unit, and it follows that the greatest common divisor is an associate of $p_1q_1q_2$. This implies that $p_1q_1q_2=p_1^2p_2$ divides $p_1p_2q_1$ so there is a $d$ with $p_1p_2q_1=p_1^2p_2d$. It follows that $q_1=p_1d$, which contradicts the fact that $q_1$ is irreducible.
501
1,344
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 5, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.15625
4
CC-MAIN-2022-21
latest
en
0.914707
# $p_1q_1q_2$ and $p_1p_2q_1$ do not have a greatest common divisor Question Let $$p_1,p_2,q_1,q_2$$ be irreducible elements in integral domain $$R$$ such that none are associates to any of the others and $$p_1p_2=q_1q_2$$. Prove that $$p_1q_1q_2$$ and $$p_1p_2q_1$$ do not have a greatest common divisor. I have no idea to approach this problem. It will be started with having gcd and show contradiction. But there are not much theorem to use show the question with integral domain. Help me!! • Well, $p_1q_1$ is obviously a common divisor. Using $p_1p_2 = q_1q_2$, you get that $p_1q_1q_2 = p_1^2p_2$, so $p_1p_2$ is a common divisor. You could try showing that neither of those are a divisor of the others. May 31, 2016 at 22:57 We have that $p_1q_1$ and $p_1p_2$ are both common divisors, so a greatest common divisor would be divisible by both of these. Suppose there are $a,b,c$ such that $$p_1q_1ac=p_1p_2bc=p_1q_1q_2=p_1^2p_2$$ with $p_1q_1a=p_1p_2b$ being the greatest common divisor. Then $ac=q_2$ and $bc=p_1$. Since these are irreducible, $c$ must be a unit, and it follows that the greatest common divisor is an associate of $p_1q_1q_2$. This implies that $p_1q_1q_2=p_1^2p_2$ divides $p_1p_2q_1$ so there is a $d$ with $p_1p_2q_1=p_1^2p_2d$.
It follows that $q_1=p_1d$, which contradicts the fact that $q_1$ is irreducible.
https://math.stackexchange.com/questions/2897441/orthogonal-family-of-curves-to-the-level-lines-of-fx-y-xy-1
1,709,412,675,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947475897.53/warc/CC-MAIN-20240302184020-20240302214020-00392.warc.gz
375,821,520
34,614
# Orthogonal family of curves to the level lines of $f(x,y)=xy-1$ Find the orthogonal family of curves to the level lines of $f(x,y)=xy-1$. My attemp: The level lines are $$\left\lbrace(x,y)\in\mathbb R^2:xy-1=K\quad\text{for some constant }K\right\rbrace\text.$$ Differentiating both sides: $$\mathfrak F:y+xy'=0\Rightarrow\mathfrak F^\perp:y-\frac x{y'}=0\Rightarrow\mathfrak F^\perp:\frac{y^2}2-\frac{x^2}2=c\Rightarrow\boxed{\mathfrak F^\perp:y^2-x^2=C,\;C\in\mathbb R}\text.$$ Is that correct? Thanks! • Thanks! I have plotted some functions and they seem to be orthogonal in the points I chose. Now I think, there is any problem if $K=C=-1$? Should we distinguish cases? Aug 28, 2018 at 16:26 • $K=C=-1$ will give you the coordinate axes and the bisectors and they are also acceptable. They intersect at the origin and are perpendicular. Aug 28, 2018 at 16:29 • $xy-1=K \implies ydx+xdy=0 \quad m_1=\frac{dy}{dx}=-\frac{y}{x}$ • $\frac{y^2}2-\frac{x^2}2=c \implies ydy-xdx=0 \quad m_2=\frac{dy}{dx}=\frac{x}{y}$ and $$m_1\cdot m_2=-\frac{y}{x}\cdot \frac{x}{y}=-1$$
398
1,078
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.9375
4
CC-MAIN-2024-10
latest
en
0.707944
# Orthogonal family of curves to the level lines of $f(x,y)=xy-1$ Find the orthogonal family of curves to the level lines of $f(x,y)=xy-1$. My attemp: The level lines are $$\left\lbrace(x,y)\in\mathbb R^2:xy-1=K\quad\text{for some constant }K\right\rbrace\text.$$ Differentiating both sides: $$\mathfrak F:y+xy'=0\Rightarrow\mathfrak F^\perp:y-\frac x{y'}=0\Rightarrow\mathfrak F^\perp:\frac{y^2}2-\frac{x^2}2=c\Rightarrow\boxed{\mathfrak F^\perp:y^2-x^2=C,\;C\in\mathbb R}\text.$$ Is that correct? Thanks! • Thanks! I have plotted some functions and they seem to be orthogonal in the points I chose. Now I think, there is any problem if $K=C=-1$? Should we distinguish cases? Aug 28, 2018 at 16:26 • $K=C=-1$ will give you the coordinate axes and the bisectors and they are also acceptable. They intersect at the origin and are perpendicular.
Aug 28, 2018 at 16:29 • $xy-1=K \implies ydx+xdy=0 \quad m_1=\frac{dy}{dx}=-\frac{y}{x}$ • $\frac{y^2}2-\frac{x^2}2=c \implies ydy-xdx=0 \quad m_2=\frac{dy}{dx}=\frac{x}{y}$ and $$m_1\cdot m_2=-\frac{y}{x}\cdot \frac{x}{y}=-1$$
http://math.stackexchange.com/questions/75803/matrix-norm-identity-derivation
1,469,687,915,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257828009.82/warc/CC-MAIN-20160723071028-00203-ip-10-185-27-174.ec2.internal.warc.gz
165,971,767
17,164
# Matrix Norm Identity Derivation I am having trouble figuring out where something in a book I am reading is coming from. (The book is Matrix Computations by Golub and Van Loan, 3rd edition, p.58.) It will probably be obvious once someone points it out to me, but until then I am stuck. It stems from the following lemma (which I understand and can follow): If $F \in \mathbb{R}^{n \times n}$ and $\|F\|_p < 1$, then $I-F\,\,$ is nonsingular and $$\left( I-F \right )^{-1} = \sum_{k=0}^{\infty}{F^k}$$ with $$\|\left( I-F \right )^{-1} \|_p \leq { {1} \over {1-\|F\|_p} }.$$ As a consequence of the above, $$\| \left( I - F \right )^{-1} - I \|_p \leq { {\|F\|_p} \over {1-\|F\|_p}}.$$ It's the last inequality that I cannot figure out how to derive. - Which book? ${}$ – J. M. Oct 25 '11 at 17:40 Golub and Van Loan, Matrix Computations, 3rd edition, p. 58. – anonstudent45678 Oct 25 '11 at 17:46 It's a matrix identity trick + triangle ineq. + submultiplicative norm: $(1-F)^{-1}=I+(1-F)^{-1}F$ – user13838 Oct 25 '11 at 18:26 Thanks to percusse in the comments above. The identity provided makes it rather simple: $$\left( I - F \right)^{-1} - I = \left( I - F \right)^{-1} F$$ so $$\|(I-F)^{-1} - I\| \leq \|F\| \cdot \|(I-f)^{-1}\| \leq { {\|F\|} \over {1-\|F\|} }$$ -
479
1,287
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.9375
4
CC-MAIN-2016-30
latest
en
0.755959
# Matrix Norm Identity Derivation I am having trouble figuring out where something in a book I am reading is coming from. (The book is Matrix Computations by Golub and Van Loan, 3rd edition, p.58.) It will probably be obvious once someone points it out to me, but until then I am stuck. It stems from the following lemma (which I understand and can follow): If $F \in \mathbb{R}^{n \times n}$ and $\|F\|_p < 1$, then $I-F\,\,$ is nonsingular and $$\left( I-F \right )^{-1} = \sum_{k=0}^{\infty}{F^k}$$ with $$\|\left( I-F \right )^{-1} \|_p \leq { {1} \over {1-\|F\|_p} }.$$ As a consequence of the above, $$\| \left( I - F \right )^{-1} - I \|_p \leq { {\|F\|_p} \over {1-\|F\|_p}}.$$ It's the last inequality that I cannot figure out how to derive. - Which book? ${}$ – J. M. Oct 25 '11 at 17:40 Golub and Van Loan, Matrix Computations, 3rd edition, p. 58. – anonstudent45678 Oct 25 '11 at 17:46 It's a matrix identity trick + triangle ineq. + submultiplicative norm: $(1-F)^{-1}=I+(1-F)^{-1}F$ – user13838 Oct 25 '11 at 18:26 Thanks to percusse in the comments above.
The identity provided makes it rather simple: $$\left( I - F \right)^{-1} - I = \left( I - F \right)^{-1} F$$ so $$\|(I-F)^{-1} - I\| \leq \|F\| \cdot \|(I-f)^{-1}\| \leq { {\|F\|} \over {1-\|F\|} }$$ -
https://math.stackexchange.com/questions/4593870/how-to-generate-square-matrices-based-on-constraints-on-their-spectral-radii
1,722,809,015,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640412404.14/warc/CC-MAIN-20240804195325-20240804225325-00150.warc.gz
324,351,365
36,458
# How to generate square matrices based on constraints on their spectral radii? After reading the Wikipedia, I am wondering whether there is an algorithm that, given a size $$N$$, can generate an $$N\!\times\! N$$ matrix $$\boldsymbol{W}$$ whose spectral radius satisfies $$\rho(\boldsymbol{W})<1$$, where $$\rho(\boldsymbol{W}) = \max\limits_{\boldsymbol{W}} \left\{ |\lambda_{1}|, \dots, |\lambda_{n}| \right\}$$ for some natural $$n$$. • Generate a random matrix $W$ first. Then calculate $\|W\|$ for any submultiplicative norm, such as $\|W\|_\infty=\max_i\sum_j|w_{ij}|$. Now multiply $W$ by $c/\|W\|$, where $c$ is a random number that lies inside $[0,1)$. For this new $W$ we have $\|W\|=c<1$. Hence $\rho(W)<1$. Commented Dec 7, 2022 at 21:23 1. Randomly generate a matrix $$W_0$$ (without a constraint on its spectral radius) 2. Compute $$r_0 = \rho(W_0)$$ 3. Generate a random value $$r$$ with $$0 \leq r < 1$$ 4. Obtain the desired matrix with $$W = \frac{r}{r_0}W_0$$. We have $$\rho(W) = r < 1$$. We can make this process faster if we merely require that $$r_0 \geq W_0$$, which means that that the resulting $$W$$ has spectral radius $$\rho(W) \leq r$$. Towards that end, we can simply take $$r_0 = \|W\|$$ for any submultiplicative norm $$\|\cdot\|$$. Note, however, that this makes it relatively unlikely that $$\rho(W)$$ will be close to $$1$$.
445
1,366
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 19, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.25
4
CC-MAIN-2024-33
latest
en
0.773386
# How to generate square matrices based on constraints on their spectral radii? After reading the Wikipedia, I am wondering whether there is an algorithm that, given a size $$N$$, can generate an $$N\!\times\! N$$ matrix $$\boldsymbol{W}$$ whose spectral radius satisfies $$\rho(\boldsymbol{W})<1$$, where $$\rho(\boldsymbol{W}) = \max\limits_{\boldsymbol{W}} \left\{ |\lambda_{1}|, \dots, |\lambda_{n}| \right\}$$ for some natural $$n$$. • Generate a random matrix $W$ first. Then calculate $\|W\|$ for any submultiplicative norm, such as $\|W\|_\infty=\max_i\sum_j|w_{ij}|$. Now multiply $W$ by $c/\|W\|$, where $c$ is a random number that lies inside $[0,1)$. For this new $W$ we have $\|W\|=c<1$. Hence $\rho(W)<1$. Commented Dec 7, 2022 at 21:23 1. Randomly generate a matrix $$W_0$$ (without a constraint on its spectral radius) 2. Compute $$r_0 = \rho(W_0)$$ 3. Generate a random value $$r$$ with $$0 \leq r < 1$$ 4. Obtain the desired matrix with $$W = \frac{r}{r_0}W_0$$. We have $$\rho(W) = r < 1$$. We can make this process faster if we merely require that $$r_0 \geq W_0$$, which means that that the resulting $$W$$ has spectral radius $$\rho(W) \leq r$$.
Towards that end, we can simply take $$r_0 = \|W\|$$ for any submultiplicative norm $$\|\cdot\|$$.
https://stats.stackexchange.com/questions/267293/mutual-information-of-two-identical-signals?noredirect=1
1,555,628,957,000,000,000
text/html
crawl-data/CC-MAIN-2019-18/segments/1555578526904.20/warc/CC-MAIN-20190418221425-20190419003425-00206.warc.gz
553,797,355
31,877
# mutual information of two identical signals [duplicate] library(infotheo) > mutinformation(c(1,2,3),c(1,2,3)) [1] 1.098612 > mutinformation(c(1,1,1),c(1,1,1)) [1] 0 Why is there a difference? I keep reading that this should either be 0 or infinity, yet I get neither Is this because I have not defined the joint probability? Why would perfectly similar data have 0 mutual information? ## marked as duplicate by Tim♦, Michael Chernick, kjetil b halvorsen, mdewey, mpiktasJun 23 '17 at 8:06 • The mutual information coefficient measures how related two variables are, but it has a lot to do with their joint and separate entropy. Two variables that are constant have zero entropy, hence zero mutual information. en.wikipedia.org/wiki/Mutual_information – Anna SdTC Mar 14 '17 at 1:49 Entropy and therefore mutual information depend on the probability distribution of your data, not on the values your data takes. In your case the you have the vectors: V1 = {1,2,3} and V2 = {1,1,1} In the first case, the probability of each element is 1/3, in the second case, the probability of each element is 1: p(V1) = {1/3,1/3,1/3} and p(V2) = {1} This means that your first vector (V1) has an entropy(total information) of 1.584 bits. You need on average 1.584 bits to describe your vector. In the case of your second vector, there is no information. You know it always contains a 1. Hence it's entropy equals 0. When you compute the mutual information between a random variable and itself, you always end up with the total information of your random variable: I(X,X) = H(X)
430
1,583
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.5625
4
CC-MAIN-2019-18
longest
en
0.891668
# mutual information of two identical signals [duplicate] library(infotheo) > mutinformation(c(1,2,3),c(1,2,3)) [1] 1.098612 > mutinformation(c(1,1,1),c(1,1,1)) [1] 0 Why is there a difference? I keep reading that this should either be 0 or infinity, yet I get neither Is this because I have not defined the joint probability? Why would perfectly similar data have 0 mutual information? ## marked as duplicate by Tim♦, Michael Chernick, kjetil b halvorsen, mdewey, mpiktasJun 23 '17 at 8:06 • The mutual information coefficient measures how related two variables are, but it has a lot to do with their joint and separate entropy. Two variables that are constant have zero entropy, hence zero mutual information. en.wikipedia.org/wiki/Mutual_information – Anna SdTC Mar 14 '17 at 1:49 Entropy and therefore mutual information depend on the probability distribution of your data, not on the values your data takes. In your case the you have the vectors: V1 = {1,2,3} and V2 = {1,1,1} In the first case, the probability of each element is 1/3, in the second case, the probability of each element is 1: p(V1) = {1/3,1/3,1/3} and p(V2) = {1} This means that your first vector (V1) has an entropy(total information) of 1.584 bits. You need on average 1.584 bits to describe your vector. In the case of your second vector, there is no information. You know it always contains a 1. Hence it's entropy equals 0.
When you compute the mutual information between a random variable and itself, you always end up with the total information of your random variable: I(X,X) = H(X)
https://math.stackexchange.com/questions/3201282/finding-a-basis-for-vector-space-of-matrices
1,560,755,909,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560627998440.47/warc/CC-MAIN-20190617063049-20190617085049-00558.warc.gz
511,581,093
32,680
# Finding a basis for vector space of matrices Find a basis of space of 2×2 matrices $$\{A_1,A_2,A_3,A_4\}$$such that $$A_i^2=A_i$$ for all i. I know how to find basis but I am unable to find such a property for this. Can you help me? Two matrices can be : [1,0, and [0,0 0,0]. 0,1] ` • Have you tried brute force? Take an arbitrary matrix $A$ and square it element by element. – amd Apr 25 at 1:43 • Sorry I didn't understand – Tojrah Apr 25 at 1:46 • You seem to be assuming that you need $4$ elements for this basis. Why do you assume this? – The Count Apr 25 at 1:49 • Also, the question phrasing is strange. Do you mean "find a basis for the subspace of $2\times 2$ matrices made up of all matrices $A$ such that $A^2=A$? Or even better, "Find a basis for the subspace $\{A|A^2=A\}$ of $2\times 2$ matrices". Because I doubt that is even a subspace. – The Count Apr 25 at 1:52 • OH OH OH I get it. You need just a basis for the space, and each member of the basis needs to have the property that it is its own square. I see. Well, what is a basis for $V$ that you know? – The Count Apr 25 at 1:54 ## 1 Answer Try adding $$[1,1,0,0]$$ and $$[0,0,1,1]$$. • Yeah, got it... – Tojrah Apr 25 at 2:02
411
1,213
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 4, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.734375
4
CC-MAIN-2019-26
latest
en
0.901269
# Finding a basis for vector space of matrices Find a basis of space of 2×2 matrices $$\{A_1,A_2,A_3,A_4\}$$such that $$A_i^2=A_i$$ for all i. I know how to find basis but I am unable to find such a property for this. Can you help me? Two matrices can be : [1,0, and [0,0 0,0]. 0,1] ` • Have you tried brute force? Take an arbitrary matrix $A$ and square it element by element. – amd Apr 25 at 1:43 • Sorry I didn't understand – Tojrah Apr 25 at 1:46 • You seem to be assuming that you need $4$ elements for this basis. Why do you assume this? – The Count Apr 25 at 1:49 • Also, the question phrasing is strange. Do you mean "find a basis for the subspace of $2\times 2$ matrices made up of all matrices $A$ such that $A^2=A$?
Or even better, "Find a basis for the subspace $\{A|A^2=A\}$ of $2\times 2$ matrices".
https://math.stackexchange.com/questions/2538473/evaluate-the-line-integral-trouble-with-setting-up-and-parameterizing-and-integ
1,566,679,226,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027321696.96/warc/CC-MAIN-20190824194521-20190824220521-00296.warc.gz
541,887,124
31,231
# evaluate the line integral, trouble with setting up and parameterizing and integrating I tried following the example in my book, and I got stuck when trying to take the integral for the second part with $y = x^2$. I'm not completely confident on what to parameterize with here. I tried replacing $x^2$ with $y$, then in the radical I had $4 + y^3$, but when trying to integrate that with u substitution I couldn't finish it. I'm not sure I'm setting everything up right. I'm also not sure how to tell which integral goes with which segment. Do you just assume the first goes with the first and second with the second? hint the first segment can be parametrised as $$x=0+2t \;\;\;,\;\; y=0+t$$ the integral along this segment is $$\int_0^1 \Bigl ((2t+2t)(2dt)+4t^2 (dt)\Bigr)=$$ $$4\int_0^1t (2+t)dt=\frac {16}{3}$$ You can do it for the second segment defined by $$x=2+t \;\;\;, \;\; y=1-t$$ • also can you explain how you parametrized those equations? – 2316354654 Nov 26 '17 at 20:00 • @2316354654 the line AB is parametrized by $x=x_A+t (x_B-x_A)$ and $y=...$ – hamam_Abdallah Nov 26 '17 at 20:14 • why is your integral from 1 to 0? I thought it would be 2 to 0. – 2316354654 Nov 26 '17 at 21:02 • is the integral always from 1 to 0when you parameterize in terms of t? – 2316354654 Nov 26 '17 at 21:15 • @2316354654 Yes. t=0 gives the first point of the segment and t=1 gives the second. – hamam_Abdallah Nov 27 '17 at 11:36
465
1,440
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.828125
4
CC-MAIN-2019-35
latest
en
0.909044
# evaluate the line integral, trouble with setting up and parameterizing and integrating I tried following the example in my book, and I got stuck when trying to take the integral for the second part with $y = x^2$. I'm not completely confident on what to parameterize with here. I tried replacing $x^2$ with $y$, then in the radical I had $4 + y^3$, but when trying to integrate that with u substitution I couldn't finish it. I'm not sure I'm setting everything up right. I'm also not sure how to tell which integral goes with which segment. Do you just assume the first goes with the first and second with the second? hint the first segment can be parametrised as $$x=0+2t \;\;\;,\;\; y=0+t$$ the integral along this segment is $$\int_0^1 \Bigl ((2t+2t)(2dt)+4t^2 (dt)\Bigr)=$$ $$4\int_0^1t (2+t)dt=\frac {16}{3}$$ You can do it for the second segment defined by $$x=2+t \;\;\;, \;\; y=1-t$$ • also can you explain how you parametrized those equations?
– 2316354654 Nov 26 '17 at 20:00 • @2316354654 the line AB is parametrized by $x=x_A+t (x_B-x_A)$ and $y=...$ – hamam_Abdallah Nov 26 '17 at 20:14 • why is your integral from 1 to 0?
https://math.stackexchange.com/questions/485648/transvection-matrices-generate-sl-n-mathbbr
1,548,211,242,000,000,000
text/html
crawl-data/CC-MAIN-2019-04/segments/1547583884996.76/warc/CC-MAIN-20190123023710-20190123045710-00332.warc.gz
570,674,056
31,957
# Transvection matrices generate $SL_n(\mathbb{R})$ I need to prove that the transvection matrices generate the special linear group $\operatorname{SL}_n \left(\mathbb{R}\right)$. I want to proceed using induction on n. I was able to prove the 2x2 case, but I am having difficulty with the n+1 case. I supposed that the elementary matrices of the first type generate $SL_n(\mathbb{R})$. And I want to show that an elementary matrix of the first type of order n+1 cas generate $SL_{n+1}(\mathbb{R})$ Multiplying a matrix on the left or the right by a transvection matrix corresponds to adding a multiple of one row/column to another row/column. So we just need to prove that we can reduce any matrix in ${\rm SL}_n(K)$ to the identity matrix using row and column operations of this type. This works for any field $K$. The proof is by induction on $n$ and there is nothing to prove for $n=1$, so assume that $n>1$. Let $A = (a_{ij}) \in {\rm SL}_n(K)$. 1. If $a_{12} = 0$ then, choose some $j$ with $a_{1j} \ne 0$ and add column $j$ to column $2$ to get $a_{12} \ne 0$. 2. Subtract $(a_{11}-1)/a_{12}$ times column $2$ from column $1$ to get $a_{11}=1$. 3. For all $j>1$ subtract $a_{1j}$ times column $1$ from column $j$ to get $a_{1j}=0$. Similarly use row operations to get $a_{j1}=0$ for all $j>1$. You have now reduced to the case $n-1$.
415
1,345
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.546875
4
CC-MAIN-2019-04
latest
en
0.829899
# Transvection matrices generate $SL_n(\mathbb{R})$ I need to prove that the transvection matrices generate the special linear group $\operatorname{SL}_n \left(\mathbb{R}\right)$. I want to proceed using induction on n. I was able to prove the 2x2 case, but I am having difficulty with the n+1 case. I supposed that the elementary matrices of the first type generate $SL_n(\mathbb{R})$. And I want to show that an elementary matrix of the first type of order n+1 cas generate $SL_{n+1}(\mathbb{R})$ Multiplying a matrix on the left or the right by a transvection matrix corresponds to adding a multiple of one row/column to another row/column. So we just need to prove that we can reduce any matrix in ${\rm SL}_n(K)$ to the identity matrix using row and column operations of this type. This works for any field $K$. The proof is by induction on $n$ and there is nothing to prove for $n=1$, so assume that $n>1$. Let $A = (a_{ij}) \in {\rm SL}_n(K)$. 1. If $a_{12} = 0$ then, choose some $j$ with $a_{1j} \ne 0$ and add column $j$ to column $2$ to get $a_{12} \ne 0$. 2. Subtract $(a_{11}-1)/a_{12}$ times column $2$ from column $1$ to get $a_{11}=1$. 3. For all $j>1$ subtract $a_{1j}$ times column $1$ from column $j$ to get $a_{1j}=0$.
Similarly use row operations to get $a_{j1}=0$ for all $j>1$.
http://math.stackexchange.com/questions/119357/definition-of-an-extreme-set
1,469,469,336,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257824337.54/warc/CC-MAIN-20160723071024-00099-ip-10-185-27-174.ec2.internal.warc.gz
153,830,492
17,300
# Definition of an extreme set? I have an issue with a definition in Rudin's Functional Analysis in the paragraph regarding the Krein-Milman Theorem. "Let $K$ be a subset of a vector space $X$. A nonempty set $S$ in $K$ is called an extreme set if no point of $S$ is an internal point of a line interval whose end points are in $K$ but not in $S$. Analytically, the condition can be expressed as follows: if $x$ and $y$ are in $K$, if $t$ is in $(0, 1)$, and if $tx + (1 - t)y$ is in $S$, then $x$ and $y$ are in $S$. The extreme points of $K$ are the extreme sets that consist of just one point." For this condition to be equivalent to the definition, one should replace the conclusion by: "$\dots$ then $x$ is in $S$ or $y$ is in $S$." It turns out that this is indeed equivalent when $S$ consists of a single point, but not in general. So my question is: what is the good definition for an extreme set? - @t.b.: thank you. Rudin's proof does not assume its extreme sets to be convex, though. Anyway, it looks like the condition should be taken to be the definition here. – user26770 Mar 12 '12 at 19:43 The second sentence is convoluted and, to me, hard to understand. The third sentence conforms to several other texts. If you want a fancier definition you can use the following: Let $\mathsf{con}$ denote the convex hull operator. For $S \subseteq K$, the set $S$ is an extreme subset of $K$ if and only if for all $D \subseteq K$ we have $S \cap \mathsf{con}(D) = S \cap \mathsf{con}(S \cap D)$. If you want to, you only have to consider finite subsets $D$. -
443
1,573
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.515625
4
CC-MAIN-2016-30
latest
en
0.90734
# Definition of an extreme set? I have an issue with a definition in Rudin's Functional Analysis in the paragraph regarding the Krein-Milman Theorem. "Let $K$ be a subset of a vector space $X$. A nonempty set $S$ in $K$ is called an extreme set if no point of $S$ is an internal point of a line interval whose end points are in $K$ but not in $S$. Analytically, the condition can be expressed as follows: if $x$ and $y$ are in $K$, if $t$ is in $(0, 1)$, and if $tx + (1 - t)y$ is in $S$, then $x$ and $y$ are in $S$. The extreme points of $K$ are the extreme sets that consist of just one point." For this condition to be equivalent to the definition, one should replace the conclusion by: "$\dots$ then $x$ is in $S$ or $y$ is in $S$." It turns out that this is indeed equivalent when $S$ consists of a single point, but not in general. So my question is: what is the good definition for an extreme set? - @t.b. : thank you. Rudin's proof does not assume its extreme sets to be convex, though. Anyway, it looks like the condition should be taken to be the definition here. – user26770 Mar 12 '12 at 19:43 The second sentence is convoluted and, to me, hard to understand. The third sentence conforms to several other texts. If you want a fancier definition you can use the following: Let $\mathsf{con}$ denote the convex hull operator.
For $S \subseteq K$, the set $S$ is an extreme subset of $K$ if and only if for all $D \subseteq K$ we have $S \cap \mathsf{con}(D) = S \cap \mathsf{con}(S \cap D)$.
https://math.stackexchange.com/questions/linked/115022
1,701,784,040,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100551.17/warc/CC-MAIN-20231205105136-20231205135136-00180.warc.gz
444,145,700
34,585
5k views ### Difference of two exponential RVs [duplicate] Let $X,Y$ be independent exponential RV's with respective pdf's $f(x) = \lambda e^{-\lambda x}$ and $f(y) = \mu e^{-\mu y}$. We want to find the pdf of $Z=X-Y$. I originally tried the convolution ... • 1,457 5k views ### Linear Combination of Exponential Random Variables [duplicate] Let $Y \sim \exp(\delta)$ and $T \sim \exp(\lambda)$, and $Y$ and $T$ are independent. How do I get the density $f(x)$ where $X=Y-cT$, $c>0$? Thanks. • 21 850 views ### Finding the probability density function for IID rv [duplicate] The question is as follows: Suppose that X1 and X2 are independent, identically distributed exponential random variables. Determine the PDF for for X1 - X2. I understand that because X1 and X2 are ... 145 views ### How to Find CDF of $T_1-T_2$? [duplicate] Given that $T_1, T_2$ are iid $\text{exp}(\lambda)$ variates. I want to find the cdf $F_T(t)$ where $T=T_1-T_2$ My Attempt $F_T(t) =_1 P(T<t) = P(T_1-T_2<t) = P(T_1<T_2 + t)$ Where $=_1$ is ... • 61 176 views ### Find PDF of $Y = X_1-X_2$ [duplicate] $X_1$ and $X_2$ are i.i.d random variables and the pdf of each of them is $e^{-x}$ for $x>0$ and $0$ otherwise. $Y = X_1-X_2$ and the question asks to find the pdf for $Y$? I took the approach of ... • 11 11k views • 741 7k views • 499
441
1,331
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.625
4
CC-MAIN-2023-50
latest
en
0.800868
5k views ### Difference of two exponential RVs [duplicate] Let $X,Y$ be independent exponential RV's with respective pdf's $f(x) = \lambda e^{-\lambda x}$ and $f(y) = \mu e^{-\mu y}$. We want to find the pdf of $Z=X-Y$. I originally tried the convolution ... • 1,457 5k views ### Linear Combination of Exponential Random Variables [duplicate] Let $Y \sim \exp(\delta)$ and $T \sim \exp(\lambda)$, and $Y$ and $T$ are independent. How do I get the density $f(x)$ where $X=Y-cT$, $c>0$? Thanks. • 21 850 views ### Finding the probability density function for IID rv [duplicate] The question is as follows: Suppose that X1 and X2 are independent, identically distributed exponential random variables. Determine the PDF for for X1 - X2. I understand that because X1 and X2 are ... 145 views ### How to Find CDF of $T_1-T_2$? [duplicate] Given that $T_1, T_2$ are iid $\text{exp}(\lambda)$ variates. I want to find the cdf $F_T(t)$ where $T=T_1-T_2$ My Attempt $F_T(t) =_1 P(T<t) = P(T_1-T_2<t) = P(T_1<T_2 + t)$ Where $=_1$ is ... • 61 176 views ### Find PDF of $Y = X_1-X_2$ [duplicate] $X_1$ and $X_2$ are i.i.d random variables and the pdf of each of them is $e^{-x}$ for $x>0$ and $0$ otherwise.
$Y = X_1-X_2$ and the question asks to find the pdf for $Y$?
https://quant.stackexchange.com/questions/41201/characteristic-portfolio-for-an-attribute/41202
1,558,704,583,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232257624.9/warc/CC-MAIN-20190524124534-20190524150534-00168.warc.gz
592,252,752
28,550
# Characteristic Portfolio for an Attribute [closed] Given a vector of attributes(eg.E/P ratios, betas) for N assets $a^T = {a_1,a_2,...,a_N}$ The exposure of portfolio $h_P$ to attribute a is $a = \sum_{n}a_n h_{P,n}$ Proposition: There is a unique portfolio $h_a$ that has minimum risk and unit exposure to a. The holdings(weights) of the characteristic portfolio $h_a$ are given by $h_a = \frac{V^{-1}a}{a^TV^{-1}a}$ For the prrof we write: Minimise $h^TVh$ subject to constriant : $h^Ta=1$ Using Langrange multiplier we get the equations: a. $h^Ta = 1$ b. $Vh - \lambda a = 0$ Question: How does substituting a in b yields the result of the proposition ? ## closed as off-topic by Alex C, Helin, LocalVolatility, amdopt, Attack68Aug 13 '18 at 17:52 This question appears to be off-topic. The users who voted to close gave this specific reason: • "Basic financial questions are off-topic as they are assumed to be common knowledge for those studying or working in the field of quantitative finance." – Alex C, Helin, LocalVolatility, amdopt, Attack68 If this question can be reworded to fit the rules in the help center, please edit the question. From b. we get $Vh = \lambda a$, so $h=\lambda V^{-1}a$ (assuming V is invertible). Using this to evaluate a. we get $h^Ta = \lambda a^T V^{-1}a=1$ (assuming $V^{-1}$ is symmetric). We can solve this for lambda: $\lambda=\frac{1}{a^T V^{-1}a}$ $$h=\frac{V^{-1}a}{a^T V^{-1}a}$$
439
1,442
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.5
4
CC-MAIN-2019-22
latest
en
0.834925
# Characteristic Portfolio for an Attribute [closed] Given a vector of attributes(eg.E/P ratios, betas) for N assets $a^T = {a_1,a_2,...,a_N}$ The exposure of portfolio $h_P$ to attribute a is $a = \sum_{n}a_n h_{P,n}$ Proposition: There is a unique portfolio $h_a$ that has minimum risk and unit exposure to a. The holdings(weights) of the characteristic portfolio $h_a$ are given by $h_a = \frac{V^{-1}a}{a^TV^{-1}a}$ For the prrof we write: Minimise $h^TVh$ subject to constriant : $h^Ta=1$ Using Langrange multiplier we get the equations: a. $h^Ta = 1$ b. $Vh - \lambda a = 0$ Question: How does substituting a in b yields the result of the proposition ? ## closed as off-topic by Alex C, Helin, LocalVolatility, amdopt, Attack68Aug 13 '18 at 17:52 This question appears to be off-topic. The users who voted to close gave this specific reason: • "Basic financial questions are off-topic as they are assumed to be common knowledge for those studying or working in the field of quantitative finance." – Alex C, Helin, LocalVolatility, amdopt, Attack68 If this question can be reworded to fit the rules in the help center, please edit the question. From b. we get $Vh = \lambda a$, so $h=\lambda V^{-1}a$ (assuming V is invertible). Using this to evaluate a. we get $h^Ta = \lambda a^T V^{-1}a=1$ (assuming $V^{-1}$ is symmetric).
We can solve this for lambda: $\lambda=\frac{1}{a^T V^{-1}a}$ $$h=\frac{V^{-1}a}{a^T V^{-1}a}$$
https://math.stackexchange.com/questions/2718899/line-through-a-trapezoids-diagonals
1,563,591,613,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195526408.59/warc/CC-MAIN-20190720024812-20190720050812-00253.warc.gz
476,110,010
35,316
# Line through a trapezoids diagonals Given a trapezoid $ABDC$, and line segment $PQ$ where $P$ and $Q$ are points on $AC$ and $BD$, respectively, s.t. $AB||PQ||CD$. Suppose $PQ$ intersects $BC$ at $K$ and $AD$ at $J$, prove that $PK$ and $JQ$ are equal. Below is an extreme case where $K$ and $J$ are at point $O$. Part of the reason must be because the lines are parallel. Also, I checked on GeoGebra and seen that they are numerically equal,i.e. $PK=JQ$. • $P$, $K$ and $J$ are collinear. How can $PK=JP$ if $J\ne K$? – CY Aries Apr 2 '18 at 15:35 • Sorry for the confusion, I edited the question. – John Glenn Apr 2 '18 at 15:36 As $\triangle ABC\sim\triangle PKC$, $AB:PK=BC:KC$. As $\triangle ABD\sim\triangle JQD$, $AB:JQ=BD:QD$. As $\triangle BCD\sim\triangle BKQ$, $BC:BK=BD:BQ$. So, $BC:KC=BC:(BC-BK)=BD:(BD-BQ)=BD:QD$ Therefore, $AB:PK=AB:JQ$ and hence $PK=JQ$
334
875
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.609375
4
CC-MAIN-2019-30
latest
en
0.782545
# Line through a trapezoids diagonals Given a trapezoid $ABDC$, and line segment $PQ$ where $P$ and $Q$ are points on $AC$ and $BD$, respectively, s.t. $AB||PQ||CD$. Suppose $PQ$ intersects $BC$ at $K$ and $AD$ at $J$, prove that $PK$ and $JQ$ are equal. Below is an extreme case where $K$ and $J$ are at point $O$. Part of the reason must be because the lines are parallel. Also, I checked on GeoGebra and seen that they are numerically equal,i.e. $PK=JQ$. • $P$, $K$ and $J$ are collinear. How can $PK=JP$ if $J\ne K$? – CY Aries Apr 2 '18 at 15:35 • Sorry for the confusion, I edited the question. – John Glenn Apr 2 '18 at 15:36 As $\triangle ABC\sim\triangle PKC$, $AB:PK=BC:KC$. As $\triangle ABD\sim\triangle JQD$, $AB:JQ=BD:QD$. As $\triangle BCD\sim\triangle BKQ$, $BC:BK=BD:BQ$.
So, $BC:KC=BC:(BC-BK)=BD:(BD-BQ)=BD:QD$ Therefore, $AB:PK=AB:JQ$ and hence $PK=JQ$
https://physics.stackexchange.com/questions/756305/force-problem-with-punching-glove
1,685,337,472,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224644683.18/warc/CC-MAIN-20230529042138-20230529072138-00658.warc.gz
513,056,847
38,340
# Force Problem with Punching Glove? Consider a man with a thick padded punching glove who strikes a bag. He then strikes that same bag without a punching glove. Both punches travel at the same velocity. Which one exerts more force? Which one takes longer to stop? Here's my understanding: We know by newton's 2nd law that $$F=ma$$. With the glove there is more mass and therefore more inertia. So the glove should take longer to stop. For force, with the glove there is more mass and once again there should be more force. The answers state that the force with the glove is smaller and the glove takes longer to stop. I seem to have gotten the force one wrong so what did I do incorrectly? Edit: I understand the correct solution. However I struggle to understand what's wrong with my solution. Why must I neglect the mass? • Neglect the mass of the glove - this problem is mainly about impulse. Mar 22 at 4:40 • Given your assumption, you were on the right track. This problem doesn't spell everything out very well. I suspect you are supposed to think of the glove as padding more than extra mass. Mar 22 at 4:59 • @dandan0101 Thanks I understand the solution. However I struggle to understand what's wrong with my solution. Why must I neglect the mass? Mar 22 at 5:05
293
1,278
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 1, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.671875
4
CC-MAIN-2023-23
latest
en
0.965615
# Force Problem with Punching Glove? Consider a man with a thick padded punching glove who strikes a bag. He then strikes that same bag without a punching glove. Both punches travel at the same velocity. Which one exerts more force? Which one takes longer to stop?
Here's my understanding: We know by newton's 2nd law that $$F=ma$$.
https://math.stackexchange.com/questions/3190768/comparing-two-normal-distributions
1,558,487,563,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232256600.32/warc/CC-MAIN-20190522002845-20190522024845-00441.warc.gz
553,975,748
32,493
# Comparing two normal distributions Given a normal distribution $$X$$~$$N(60,9^2)$$ with a random variable $$A$$ and a normal distribution $$Y$$~$$N(50,7^2)$$ with a random variable $$B$$, how do I go about finding the probability $$P(B>A)$$? (Given that A and B are independent events). If ther are dependent you cannot do this. If they are independent then $$C=B-A$$ has normal distribution with mean $$50-60$$ and variance $$9^{2}+7^{2}$$. You can compute $$P(C>0)$$ by integrating the density function from $$0$$ to $$\infty$$. • So we get to something like this? $f(x) = \begin{cases} 0, & \text{if$A≥x≥B$} \\ c, & \text{if$A≤x≤B$} \end{cases}$ – sdds Apr 17 at 8:01 • The answer is $\int_0^{\infty} \frac 1 {\sqrt {260 \pi}} e^{-(x+10)^{2}/{260}}dx$. – Kavi Rama Murthy Apr 17 at 8:04 Hint: If $$A$$ and $$B$$ are independent, you have that $$A-B \sim \mathcal{N}(10,7^2+9^2)$$ and $$P(B>A) = P(A-B<0)$$. If they are dependent and are jointly normally distributed, you need to use the joint distribution.
345
1,017
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 17, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.671875
4
CC-MAIN-2019-22
latest
en
0.813362
# Comparing two normal distributions Given a normal distribution $$X$$~$$N(60,9^2)$$ with a random variable $$A$$ and a normal distribution $$Y$$~$$N(50,7^2)$$ with a random variable $$B$$, how do I go about finding the probability $$P(B>A)$$? (Given that A and B are independent events). If ther are dependent you cannot do this. If they are independent then $$C=B-A$$ has normal distribution with mean $$50-60$$ and variance $$9^{2}+7^{2}$$. You can compute $$P(C>0)$$ by integrating the density function from $$0$$ to $$\infty$$. • So we get to something like this? $f(x) = \begin{cases} 0, & \text{if$A≥x≥B$} \\ c, & \text{if$A≤x≤B$} \end{cases}$ – sdds Apr 17 at 8:01 • The answer is $\int_0^{\infty} \frac 1 {\sqrt {260 \pi}} e^{-(x+10)^{2}/{260}}dx$.
– Kavi Rama Murthy Apr 17 at 8:04 Hint: If $$A$$ and $$B$$ are independent, you have that $$A-B \sim \mathcal{N}(10,7^2+9^2)$$ and $$P(B>A) = P(A-B<0)$$.
https://math.stackexchange.com/questions/3176314/expected-value-of-the-sum
1,558,875,769,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232259177.93/warc/CC-MAIN-20190526125236-20190526151236-00459.warc.gz
556,730,769
31,683
# Expected value of the sum Let $$S = \sum_{i=1}^{N} X_i.$$ $$\mathbb EX = 1, \mathbb DX = 2.$$ $$N$$ has a negative binomial distribution with parameters $$k=80$$ and $$p=0.4.$$ $$\mathbb P(N=l)=\begin{pmatrix} k+l-1 \\ l \\ \end{pmatrix} p^kq^l, l=0,1,2,.. .$$ Find $$\mathbb ES = (\mathbb EN)( \mathbb EX).$$ How to find $$(\mathbb EN)$$? • You could simply recall the formula for the expected value of a Negative Binomial random variable, which is $\color{blue}{kq/p}$ here. This gives $80\times 0.6/0.4 = 120$. Or are you asking for a proof of the formula? – Minus One-Twelfth Apr 5 at 19:34 • What does $\Bbb D$ denote? – J.G. Apr 5 at 19:34 • $\newcommand{\E}{\mathbb{E}}\newcommand{\P}{\mathbb{P}}$If you're asking for a proof of the formula for the expected value of a Negative Binomial random variable, perhaps the easiest way is to recall that such a Negative Binomial random variable $X$ is equal in distribution to a sum of $k$ Geometric$(p)$ random variables, so the expected value is $\E[ X] = k\times \E[Z]$ where $Z\sim\mathsf{Geom}(p)$ (i.e. $\P(Z=l) = q^l p$ for $l=0,1,2,\ldots$). Then recall or prove that $\E[Z] = q/p$. – Minus One-Twelfth Apr 5 at 19:41 • Oh, I forgot you used $N$ for the Negative Binomial random variable. You can replace the $X$ above with $N$ if you want. – Minus One-Twelfth Apr 5 at 19:47
469
1,339
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 8, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.15625
4
CC-MAIN-2019-22
latest
en
0.710926
# Expected value of the sum Let $$S = \sum_{i=1}^{N} X_i.$$ $$\mathbb EX = 1, \mathbb DX = 2.$$ $$N$$ has a negative binomial distribution with parameters $$k=80$$ and $$p=0.4.$$ $$\mathbb P(N=l)=\begin{pmatrix} k+l-1 \\ l \\ \end{pmatrix} p^kq^l, l=0,1,2,.. .$$ Find $$\mathbb ES = (\mathbb EN)( \mathbb EX).$$ How to find $$(\mathbb EN)$$? • You could simply recall the formula for the expected value of a Negative Binomial random variable, which is $\color{blue}{kq/p}$ here. This gives $80\times 0.6/0.4 = 120$. Or are you asking for a proof of the formula? – Minus One-Twelfth Apr 5 at 19:34 • What does $\Bbb D$ denote? – J.G. Apr 5 at 19:34 • $\newcommand{\E}{\mathbb{E}}\newcommand{\P}{\mathbb{P}}$If you're asking for a proof of the formula for the expected value of a Negative Binomial random variable, perhaps the easiest way is to recall that such a Negative Binomial random variable $X$ is equal in distribution to a sum of $k$ Geometric$(p)$ random variables, so the expected value is $\E[ X] = k\times \E[Z]$ where $Z\sim\mathsf{Geom}(p)$ (i.e. $\P(Z=l) = q^l p$ for $l=0,1,2,\ldots$).
Then recall or prove that $\E[Z] = q/p$.
http://math.stackexchange.com/questions/315569/logarithm-its-algebraic-properties-and-algorithmic-complexity-mit-opencoursewa?answertab=active
1,462,038,174,000,000,000
text/html
crawl-data/CC-MAIN-2016-18/segments/1461860112228.39/warc/CC-MAIN-20160428161512-00088-ip-10-239-7-51.ec2.internal.warc.gz
183,469,940
17,066
# Logarithm, its algebraic properties and algorithmic complexity (MIT OpenCourseware 6.042) Does $$2^{\log{n}} T(n / 2^{\log n}) = 2^{\log{n}} T(1)?$$ If so, how? Also, I don't understand how the following equality works: $$\sum_{i=0}^{\log(n) -1}{2^i} = 2^{\log n} - 1$$ I'm afraid I'm either missing some context or just algebraic properties. It seems like the latter equality is a property that I'm supposed to know or be given? Prof. Leighton performs this calculation in the first lecture (approx. 32:17) of the Mathematics for Computer Science course for OCW, when analyzing the Merge-Sort algorithm. - The second equality is just a special case of: $$\sum_{i=0}^n 2^{i} = 2^{n+1} - 1$$ which can be proved using induction. It can also be viewed as the first $n+1$ terms of a geometric series: $$\sum_{i=0}^n x^i = \frac{x^{n+1} - 1}{x -1} \qquad (\text{ for } x \neq 1)$$ – JavaMan Feb 27 '13 at 4:08 Keep in mind that log in CS almost always means log base 2. So in particular, $2^{\log n}=n$ (from the definition of log, obviously), which is how $n/{2^{\log n}}$ becomes 1. There's all sorts of ways to interpret the second formula. One way is to think of it in terms of binary representation. Note that $\sum_{i=0}^N{2^i}$ is the same as the N-digit binary number that consists of all 1s. E.g. for $N=4$: $1111_2$. Add one to this number and you get $10000_2$, which represents $2^5=2^{N+1}$. Subtract the one to get $2^{N+1}-1$. - Ah, it was the base 2 that I forgot. Thank you! – user52207 Feb 27 '13 at 13:20
503
1,529
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.921875
4
CC-MAIN-2016-18
latest
en
0.906872
# Logarithm, its algebraic properties and algorithmic complexity (MIT OpenCourseware 6.042) Does $$2^{\log{n}} T(n / 2^{\log n}) = 2^{\log{n}} T(1)?$$ If so, how? Also, I don't understand how the following equality works: $$\sum_{i=0}^{\log(n) -1}{2^i} = 2^{\log n} - 1$$ I'm afraid I'm either missing some context or just algebraic properties. It seems like the latter equality is a property that I'm supposed to know or be given? Prof. Leighton performs this calculation in the first lecture (approx. 32:17) of the Mathematics for Computer Science course for OCW, when analyzing the Merge-Sort algorithm. - The second equality is just a special case of: $$\sum_{i=0}^n 2^{i} = 2^{n+1} - 1$$ which can be proved using induction. It can also be viewed as the first $n+1$ terms of a geometric series: $$\sum_{i=0}^n x^i = \frac{x^{n+1} - 1}{x -1} \qquad (\text{ for } x \neq 1)$$ – JavaMan Feb 27 '13 at 4:08 Keep in mind that log in CS almost always means log base 2. So in particular, $2^{\log n}=n$ (from the definition of log, obviously), which is how $n/{2^{\log n}}$ becomes 1. There's all sorts of ways to interpret the second formula. One way is to think of it in terms of binary representation. Note that $\sum_{i=0}^N{2^i}$ is the same as the N-digit binary number that consists of all 1s. E.g. for $N=4$: $1111_2$.
Add one to this number and you get $10000_2$, which represents $2^5=2^{N+1}$.
http://math.stackexchange.com/questions/89474/a-rough-estimation-for-the-number-of-square-free-integers/89480
1,469,366,411,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257824037.46/warc/CC-MAIN-20160723071024-00102-ip-10-185-27-174.ec2.internal.warc.gz
159,754,554
17,120
# A Rough Estimation for the number of square free integers Show by a sieve argument that the number of square free integers not exceeding $x$ is less than $$x\prod_p\left(1-\frac{1}{p^2}\right)+o(x),$$where the product extends over all primes. I happened to see this exercise this morning, and still fail to prove it. Could you give me a proof? - Do you mean "sum" in "where the product extends"? – Dimitrije Kostic Dec 8 '11 at 2:42 @DimitrijeKostic Sorry, it should be product. – Kou Dec 8 '11 at 2:51 @AndréNicolas Sorry, you are right. – Kou Dec 8 '11 at 2:52 Rough sketch: Have you seen the Wikipedia section on the distribution of squarefree integers? It essentially gives your solution. All you need to notice is that for large $n$, the "probability" that an integer has $p^2$ as a factor is $\frac{p^2-1}{p^2} = \left( 1 - \frac{1}{p^2}\right)$. Since the probability that $n$ has $p^2$ as a factor is roughly independent of the fact it has $q^2$ where $p$ and $q$ are distinct primes, this implies that $$\frac{Q(x)}{x} \approx \prod_p \left( 1 - \frac{1}{p^2} \right).$$
340
1,085
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.578125
4
CC-MAIN-2016-30
latest
en
0.885926
# A Rough Estimation for the number of square free integers Show by a sieve argument that the number of square free integers not exceeding $x$ is less than $$x\prod_p\left(1-\frac{1}{p^2}\right)+o(x),$$where the product extends over all primes. I happened to see this exercise this morning, and still fail to prove it. Could you give me a proof? - Do you mean "sum" in "where the product extends"? – Dimitrije Kostic Dec 8 '11 at 2:42 @DimitrijeKostic Sorry, it should be product. – Kou Dec 8 '11 at 2:51 @AndréNicolas Sorry, you are right. – Kou Dec 8 '11 at 2:52 Rough sketch: Have you seen the Wikipedia section on the distribution of squarefree integers? It essentially gives your solution.
All you need to notice is that for large $n$, the "probability" that an integer has $p^2$ as a factor is $\frac{p^2-1}{p^2} = \left( 1 - \frac{1}{p^2}\right)$.
https://puzzling.stackexchange.com/questions/24277/find-the-next-term-in-the-number-series
1,720,829,417,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514459.28/warc/CC-MAIN-20240712224556-20240713014556-00201.warc.gz
398,928,977
37,820
Find the next term in the number series? $9, 27, 31, 155, 161, 1127, ?$ I observed that the first term and second term respectively are $3^2$ and $3^3$. But I have no idea about the subsequent terms. One more observation I did was, the difference in all of these: $$9, +18= 27,+4=31,+124=155,+6=161,+966=1127.$$ We see the after each alternate number, the difference is increasing: $4,6,...$ so next should be $8$, which gives the answer as $1135$. Which is surprisingly correct. But what is the pattern in the middle numbers?
153
528
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.71875
4
CC-MAIN-2024-30
latest
en
0.942006
Find the next term in the number series? $9, 27, 31, 155, 161, 1127, ?$ I observed that the first term and second term respectively are $3^2$ and $3^3$. But I have no idea about the subsequent terms.
One more observation I did was, the difference in all of these: $$9, +18= 27,+4=31,+124=155,+6=161,+966=1127.$$ We see the after each alternate number, the difference is increasing: $4,6,...$ so next should be $8$, which gives the answer as $1135$.
https://physics.stackexchange.com/questions/378472/meaning-of-extraction-ratio-e-fracc-ai-c-aoc-ai-c-bi
1,571,872,239,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570987836368.96/warc/CC-MAIN-20191023225038-20191024012538-00267.warc.gz
652,540,129
32,262
# Meaning of extraction ratio $E=\frac{C_{Ai}-C_{Ao}}{C_{Ai}-C_{Bi}}$ My goal is to understand the meaning of the extraction ratio (artificial kidney, not other systems). I have the system in figure ($Q$ volumetric flow, $C$ concentration, the red line is a permeable membrane): On my book (page 320 Cooney - Biomedical engineering principles) there is the definition of a parameter, the extraction ratio (note that all concentrations are evaluated at the same time): $$E=\frac{C_{Ai}(t)-C_{Ao}(t)}{C_{Ai}(t)-C_{Bi}(t)}$$ where E is constant ($Q_A$ and $Q_B$ are constants). In words, it say the extraction ratio "represents the amount of solute concentration change achieved relative to what would result from complete equilibrium with a very large supply" of liquid B "having a concentration $C_{Bi}$. At page 549 of Saltzman - Biomedical Engineering, it say "The extraction ratio, E, is the solute concentration change" in the liquid A "compared to the theoretical solute concentration change that would occur if the" liquid A and B "came to equilibrium". Mathematically what does mean equilibrium? Maybe $C_{Ao}=C_{Bo}$ or $C_{Ai}=C_{Bi}$ or $C_{A}=C_{B}$ for all value of $x$ or...? Morover, how can I see mathematically the two terms of the comparison? This ratio seem to express the actual concentration gained by A : $\Delta C_A = C_{A}(i) - C_{A}(0)$ divided by the maximum gain this system can have, which is given by : $\Delta^{MAX} C_A = C_{A}(i) - C_{B}(i)$. To understand why the second is the maximum gain, consider the static case where you let the two fluid for an infinite time from $C_A(i)$ on the A side and $C_B(i)$ and the B side and assume that B is infinitely large, ie its concentration will not change as it is giving particule to the A side. In the end, the A side will be at equilibrium with the B side with a constration of $C_{A}(t=\infty) = C_B(i)$
500
1,887
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.75
4
CC-MAIN-2019-43
latest
en
0.903336
# Meaning of extraction ratio $E=\frac{C_{Ai}-C_{Ao}}{C_{Ai}-C_{Bi}}$ My goal is to understand the meaning of the extraction ratio (artificial kidney, not other systems). I have the system in figure ($Q$ volumetric flow, $C$ concentration, the red line is a permeable membrane): On my book (page 320 Cooney - Biomedical engineering principles) there is the definition of a parameter, the extraction ratio (note that all concentrations are evaluated at the same time): $$E=\frac{C_{Ai}(t)-C_{Ao}(t)}{C_{Ai}(t)-C_{Bi}(t)}$$ where E is constant ($Q_A$ and $Q_B$ are constants). In words, it say the extraction ratio "represents the amount of solute concentration change achieved relative to what would result from complete equilibrium with a very large supply" of liquid B "having a concentration $C_{Bi}$. At page 549 of Saltzman - Biomedical Engineering, it say "The extraction ratio, E, is the solute concentration change" in the liquid A "compared to the theoretical solute concentration change that would occur if the" liquid A and B "came to equilibrium". Mathematically what does mean equilibrium? Maybe $C_{Ao}=C_{Bo}$ or $C_{Ai}=C_{Bi}$ or $C_{A}=C_{B}$ for all value of $x$ or...? Morover, how can I see mathematically the two terms of the comparison? This ratio seem to express the actual concentration gained by A : $\Delta C_A = C_{A}(i) - C_{A}(0)$ divided by the maximum gain this system can have, which is given by : $\Delta^{MAX} C_A = C_{A}(i) - C_{B}(i)$. To understand why the second is the maximum gain, consider the static case where you let the two fluid for an infinite time from $C_A(i)$ on the A side and $C_B(i)$ and the B side and assume that B is infinitely large, ie its concentration will not change as it is giving particule to the A side.
In the end, the A side will be at equilibrium with the B side with a constration of $C_{A}(t=\infty) = C_B(i)$
https://math.stackexchange.com/questions/2142900/describing-linear-transformation
1,569,025,934,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514574159.19/warc/CC-MAIN-20190921001810-20190921023810-00088.warc.gz
565,449,884
31,199
# Describing Linear transformation For each of the following linear transformations, write down its matrix and describe the transformation a) $g(x,y)=(4x,6y)$ b) $h(x,y)=(x+2y,y)$ c) $k(x,y)=(y,x)$ So I have worked out the matrices: $\begin{bmatrix} 4 & 0 \\ 0 & 6 \end{bmatrix}$ $\begin{bmatrix} 1 & 2 \\ 0 & 1 \end{bmatrix}$ $\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$ Not sure what the transformations would be? • you are correct! – Arnaldo Feb 13 '17 at 19:16 • For example, for the first case the transformation is $$T\binom xy=\begin{pmatrix}4&0\\0&6\end{pmatrix}\binom xy$$ – DonAntonio Feb 13 '17 at 19:17 • Next time use:meta.math.stackexchange.com/questions/5020/… – Arnaldo Feb 13 '17 at 19:17 The "describe" part is asking you what each transformation does to the input $(x,y)$; think of this as a vector in $\mathbb{R}^2$. For example, a transformation that sends $(x,y)$ to $(-x,y)$ is a reflection over the $y$-axis. Start with the transformation $k$; that has a nice "symmetry".
338
1,008
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.6875
4
CC-MAIN-2019-39
latest
en
0.700138
# Describing Linear transformation For each of the following linear transformations, write down its matrix and describe the transformation a) $g(x,y)=(4x,6y)$ b) $h(x,y)=(x+2y,y)$ c) $k(x,y)=(y,x)$ So I have worked out the matrices: $\begin{bmatrix} 4 & 0 \\ 0 & 6 \end{bmatrix}$ $\begin{bmatrix} 1 & 2 \\ 0 & 1 \end{bmatrix}$ $\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix}$ Not sure what the transformations would be? • you are correct!
– Arnaldo Feb 13 '17 at 19:16 • For example, for the first case the transformation is $$T\binom xy=\begin{pmatrix}4&0\\0&6\end{pmatrix}\binom xy$$ – DonAntonio Feb 13 '17 at 19:17 • Next time use:meta.math.stackexchange.com/questions/5020/… – Arnaldo Feb 13 '17 at 19:17 The "describe" part is asking you what each transformation does to the input $(x,y)$; think of this as a vector in $\mathbb{R}^2$.
https://math.stackexchange.com/questions/1151581/prove-that-inta-a-setminus-bda
1,558,376,691,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232256100.64/warc/CC-MAIN-20190520182057-20190520204057-00152.warc.gz
565,153,457
32,278
# Prove that $int(A)=A\setminus bd(A)$ $A$ is a subset of a metric space $M$. I know I will need to prove $A$ is a subset of $M$. As well as $M$ is a subset of $A$. So for, $A$ is a subset of $A$: $int(A)$ implies that it is a subset of $A$ itself. Thus if $x$ is in $int(A)$ it must also be in $A$. Not sure if I'm off to right track any help is great Suppose $x\in int(A)$. Then there exists an open neighbourhood $U_{x}$ of $x$ such that $x\in U_{x}\subseteq A$. So we have $U_{x}\cap A^{c}=\varnothing$. Now assume that $x\in bd(A)$. Then for all neighbourhood $U$ of $x$, $U\cap A\neq \varnothing$ and $U\cap A^{c}\neq \varnothing$. But this is a contradiction, since $U_{x}\cap A^{c}=\varnothing$. So $x\notin bd(A)$ and hence $x\in A\setminus bd(A)$. That is $int(A)\subseteq A\setminus bd(A)$. Now conversely suppose $y\in A\setminus bd(A)$. Then $y\in A$ and $y\notin bd(A)$. Then there exist a neighbourhood $U_{y}$ of $y$ such that $U_{y}\cap A^{c}= \varnothing$. So $y\in U_{y}\subseteq A$ and hence $y\in int(A)$. Therefore $A\setminus bd(A)\subseteq int(A)$. Thus $int(A)= A\setminus bd(A)$. $\square$ Hint: $x\in bd (A)$ if for every open neighborhood $V$ of $x$, we have that $$A\cap V\neq \emptyset \text{ and } (M-A)\cap V\neq\emptyset.$$
461
1,273
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.890625
4
CC-MAIN-2019-22
latest
en
0.687044
# Prove that $int(A)=A\setminus bd(A)$ $A$ is a subset of a metric space $M$. I know I will need to prove $A$ is a subset of $M$. As well as $M$ is a subset of $A$. So for, $A$ is a subset of $A$: $int(A)$ implies that it is a subset of $A$ itself. Thus if $x$ is in $int(A)$ it must also be in $A$. Not sure if I'm off to right track any help is great Suppose $x\in int(A)$. Then there exists an open neighbourhood $U_{x}$ of $x$ such that $x\in U_{x}\subseteq A$. So we have $U_{x}\cap A^{c}=\varnothing$. Now assume that $x\in bd(A)$. Then for all neighbourhood $U$ of $x$, $U\cap A\neq \varnothing$ and $U\cap A^{c}\neq \varnothing$. But this is a contradiction, since $U_{x}\cap A^{c}=\varnothing$. So $x\notin bd(A)$ and hence $x\in A\setminus bd(A)$. That is $int(A)\subseteq A\setminus bd(A)$. Now conversely suppose $y\in A\setminus bd(A)$. Then $y\in A$ and $y\notin bd(A)$. Then there exist a neighbourhood $U_{y}$ of $y$ such that $U_{y}\cap A^{c}= \varnothing$. So $y\in U_{y}\subseteq A$ and hence $y\in int(A)$. Therefore $A\setminus bd(A)\subseteq int(A)$.
Thus $int(A)= A\setminus bd(A)$.
http://math.stackexchange.com/questions/143265/volume-integral
1,469,357,648,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257823996.40/warc/CC-MAIN-20160723071023-00125-ip-10-185-27-174.ec2.internal.warc.gz
155,294,866
17,387
# Volume integral I want to compute with a triple integral the volume of the object that is calculated with $z = \sqrt{y}, z = 0 , x=0$ and $x+y=1$. I managed to draw the object. Then I tried to find the limits of the integrals. I think $0<z<\sqrt{y}$ , $x^2<y<1-x$ and $0<x<\frac{\sqrt{5}}{2}-\frac{1}{2}$. But with these limits I end up with a negative result which is not very good when trying to find volume. Any ideas cause I am really confused right now. - First $z$ goes $0$ to $\sqrt{y}$, then $y$ goes $0$ to $1-x$, then $x$ goes $0$ to $1$. – André Nicolas May 9 '12 at 23:12 A couple of things: (1) Do you also have a bound of $y = 0$? (2) I think your first limits $0<z<\sqrt{y}$ were ok, but the next two are funny. Why do you have $x^2<y$? – froggie May 9 '12 at 23:12 Nothing about $y=0$. I did $x^2<y$ cause I read in the book that you must take the projection to $z=0$ and find the limits as you do for a 2-integral. – srimas May 9 '12 at 23:17 I guess I was just worried about the $\sqrt{y}$ when $y$ is negative. I think it must be implicit to take $y>0$. In which case I agree with Andre Nicolas's bounds. – froggie May 9 '12 at 23:19 There is an unstated but implicit assumption that $y \ge 0$, because of the bound on $z$. This forces $x \le 1$. Thus our triple integral can be expressed as the iterated integral $$\int_{x=0}^1\left(\int_{y=0}^{1-x}\left(\int_{z=0}^{\sqrt{y}} dz \right)dy\right)dx.$$ The ensuing computation poses no special difficulties. The result is $\dfrac{4}{15}$.
508
1,515
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.9375
4
CC-MAIN-2016-30
latest
en
0.927931
# Volume integral I want to compute with a triple integral the volume of the object that is calculated with $z = \sqrt{y}, z = 0 , x=0$ and $x+y=1$. I managed to draw the object. Then I tried to find the limits of the integrals. I think $0<z<\sqrt{y}$ , $x^2<y<1-x$ and $0<x<\frac{\sqrt{5}}{2}-\frac{1}{2}$. But with these limits I end up with a negative result which is not very good when trying to find volume. Any ideas cause I am really confused right now. - First $z$ goes $0$ to $\sqrt{y}$, then $y$ goes $0$ to $1-x$, then $x$ goes $0$ to $1$. – André Nicolas May 9 '12 at 23:12 A couple of things: (1) Do you also have a bound of $y = 0$? (2) I think your first limits $0<z<\sqrt{y}$ were ok, but the next two are funny. Why do you have $x^2<y$? – froggie May 9 '12 at 23:12 Nothing about $y=0$. I did $x^2<y$ cause I read in the book that you must take the projection to $z=0$ and find the limits as you do for a 2-integral. – srimas May 9 '12 at 23:17 I guess I was just worried about the $\sqrt{y}$ when $y$ is negative. I think it must be implicit to take $y>0$. In which case I agree with Andre Nicolas's bounds. – froggie May 9 '12 at 23:19 There is an unstated but implicit assumption that $y \ge 0$, because of the bound on $z$. This forces $x \le 1$.
Thus our triple integral can be expressed as the iterated integral $$\int_{x=0}^1\left(\int_{y=0}^{1-x}\left(\int_{z=0}^{\sqrt{y}} dz \right)dy\right)dx.$$ The ensuing computation poses no special difficulties.
https://math.stackexchange.com/questions/1061375/equivalence-relation-properties
1,623,997,267,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623487635724.52/warc/CC-MAIN-20210618043356-20210618073356-00514.warc.gz
359,566,623
38,438
# Equivalence Relation Properties I have to define whether the following relation is symmetric, reflexive, and transitive. Define a relation R on Z as follows: (x, y) ∈ R if and only if x = |y|: This is my answer so far: Is R symmetric? No Is R reflexive? No Is R transitive? No I am not exactly confident with this answer because I am not sure if we should check these properties based on x, y for all x, yR or based on x, y for all x, yZ Note that $R$ is defined on $\mathbb Z$, so we assume that $x,y \in \mathbb Z$. You're correct that $R$ is not symmetric: • Take $x = 3 \in \mathbb Z$ and $y = -3 \in \mathbb Z$. Notice that $3 = |-3|$ but $-3 \neq 3 = |3|$. So $(x,y) \in R$ but $(y,x) \notin R$. You're correct that $R$ is not reflexive: • Take $x = -3 \in \mathbb Z$. Notice that $-3 \neq 3 = |-3|$. So $(x,x) \notin R$. However, $R$ is in fact transitive: • Choose any $x,y,z \in \mathbb Z$ such that $(x,y),(y,z) \in R$ so that $x = |y|$ and $y = |z|$. Then by substituting, notice that: $$x = |y| = ||z|| = |z|$$ So $(x,z) \in R$, as desired. • As far as I know, picking values for (x,y),(y,z)∈R requires us to pick 3 distinct values for x, y, and z. However, if we want to satisfy the equation x=|y| and y=|z|, we can only choose at the most 2 distinct values. Or it does not matter? – amundi12 Dec 10 '14 at 21:08 • The three values need not be distinct. Indeed, the identity relation (which only contains ordered pairs of the form $(a,a)$) is transitive. – Adriano Dec 10 '14 at 21:11
506
1,513
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 0, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.25
4
CC-MAIN-2021-25
latest
en
0.826572
# Equivalence Relation Properties I have to define whether the following relation is symmetric, reflexive, and transitive. Define a relation R on Z as follows: (x, y) ∈ R if and only if x = |y|: This is my answer so far: Is R symmetric? No Is R reflexive? No Is R transitive? No I am not exactly confident with this answer because I am not sure if we should check these properties based on x, y for all x, yR or based on x, y for all x, yZ Note that $R$ is defined on $\mathbb Z$, so we assume that $x,y \in \mathbb Z$. You're correct that $R$ is not symmetric: • Take $x = 3 \in \mathbb Z$ and $y = -3 \in \mathbb Z$. Notice that $3 = |-3|$ but $-3 \neq 3 = |3|$. So $(x,y) \in R$ but $(y,x) \notin R$. You're correct that $R$ is not reflexive: • Take $x = -3 \in \mathbb Z$. Notice that $-3 \neq 3 = |-3|$. So $(x,x) \notin R$. However, $R$ is in fact transitive: • Choose any $x,y,z \in \mathbb Z$ such that $(x,y),(y,z) \in R$ so that $x = |y|$ and $y = |z|$.
Then by substituting, notice that: $$x = |y| = ||z|| = |z|$$ So $(x,z) \in R$, as desired.
https://puzzling.stackexchange.com/questions/85151/fibonacci-cycles-back-figure-out-the-fibonacci-number-fbn
1,726,885,430,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725701427996.97/warc/CC-MAIN-20240921015054-20240921045054-00455.warc.gz
429,477,863
39,993
# Fibonacci Cycles Back...Figure out the Fibonacci Number FBN $$Given$$: $$F$$, $$B$$, $$N$$, $$U$$, $$V$$ are all digits that can vary from 0 to 9..but not necessarily distinct. $$FBN$$, $$NBF$$, $$UV$$, $$VU$$ are all concatenated numbers. From information given below, what is $$FBN$$? One possible solution $$F=U=1$$, $$V=2$$, $$N=B=4$$ Reasoning $$144 = 12^2$$ and $$441=21^2$$ and $$FBN=144$$ is a Fibonacci number. Alternative, It's easy to show that the above is the only solution with $$F>0$$ as there are only five Fibonacci numbers between $$100$$ and $$1000$$ and only one is a square. If we also allow $$F=0$$ then there are two other possible solutions. $$F=B=U=0, V=N=1$$ $$F=B=U=V=N=0$$ These would satisfy the constraints given that the reversal strictly implies a $$3$$-digit reversal at the top and a $$2$$-digit reversal at the bottom. • 121 is not a fibonacci – Uvc Commented Jun 16, 2019 at 15:02 • @Uvc sorry I missed that requirement, updated now. Commented Jun 16, 2019 at 15:06 • That’s much better... – Uvc Commented Jun 16, 2019 at 15:07
345
1,076
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 25, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
3.8125
4
CC-MAIN-2024-38
latest
en
0.837197
# Fibonacci Cycles Back...Figure out the Fibonacci Number FBN $$Given$$: $$F$$, $$B$$, $$N$$, $$U$$, $$V$$ are all digits that can vary from 0 to 9..but not necessarily distinct. $$FBN$$, $$NBF$$, $$UV$$, $$VU$$ are all concatenated numbers. From information given below, what is $$FBN$$? One possible solution $$F=U=1$$, $$V=2$$, $$N=B=4$$ Reasoning $$144 = 12^2$$ and $$441=21^2$$ and $$FBN=144$$ is a Fibonacci number. Alternative, It's easy to show that the above is the only solution with $$F>0$$ as there are only five Fibonacci numbers between $$100$$ and $$1000$$ and only one is a square. If we also allow $$F=0$$ then there are two other possible solutions.
$$F=B=U=0, V=N=1$$ $$F=B=U=V=N=0$$ These would satisfy the constraints given that the reversal strictly implies a $$3$$-digit reversal at the top and a $$2$$-digit reversal at the bottom.
https://math.stackexchange.com/questions/3042419/differential-equation-beginner-question
1,555,798,340,000,000,000
text/html
crawl-data/CC-MAIN-2019-18/segments/1555578530060.34/warc/CC-MAIN-20190420220657-20190421002657-00107.warc.gz
490,089,524
28,644
# differential equation - beginner question [closed] If I have a differential equation on the form $$y = y' \cdot c_1$$ can I freely solve for $$y'$$ and use the solution for $$y' = y \cdot c_2$$ where $$c_2 = \frac{1}{c_1}$$? ## closed as off-topic by RRL, Saad, Cesareo, metamorphy, José Carlos SantosDec 21 '18 at 12:20 This question appears to be off-topic. The users who voted to close gave this specific reason: • "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – RRL, Saad, Cesareo, José Carlos Santos If this question can be reworded to fit the rules in the help center, please edit the question. Yes, of course. Assuming that $$c \in \mathbb R$$ is a constant, then if $$c \neq 0$$ : $$y = y' \cdot c \Leftrightarrow y' = y \cdot \frac{1}{c} \equiv y \cdot c$$ Since $$c$$ is an arbitrary constant, any expression of it will also be a constant, so you can always "manipulate" it to be just $$c$$. Note that only if you have some certain restrictions for $$c$$, then you will need to take these in mind on how they affect the expression $$1/c$$.
363
1,363
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mathtex.cgi": 0, "katex": 0, "math-container": 11, "wp-katex-eq": 0, "align": 0, "equation": 0, "x-ck12": 0, "texerror": 0}
4.09375
4
CC-MAIN-2019-18
latest
en
0.886672
# differential equation - beginner question [closed] If I have a differential equation on the form $$y = y' \cdot c_1$$ can I freely solve for $$y'$$ and use the solution for $$y' = y \cdot c_2$$ where $$c_2 = \frac{1}{c_1}$$? ## closed as off-topic by RRL, Saad, Cesareo, metamorphy, José Carlos SantosDec 21 '18 at 12:20 This question appears to be off-topic. The users who voted to close gave this specific reason: • "This question is missing context or other details: Please provide additional context, which ideally explains why the question is relevant to you and our community. Some forms of context include: background and motivation, relevant definitions, source, possible strategies, your current progress, why the question is interesting or important, etc." – RRL, Saad, Cesareo, José Carlos Santos If this question can be reworded to fit the rules in the help center, please edit the question. Yes, of course.
Assuming that $$c \in \mathbb R$$ is a constant, then if $$c \neq 0$$ : $$y = y' \cdot c \Leftrightarrow y' = y \cdot \frac{1}{c} \equiv y \cdot c$$ Since $$c$$ is an arbitrary constant, any expression of it will also be a constant, so you can always "manipulate" it to be just $$c$$.
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
7