<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fame Craze News</title><link>https://pop.com.sg</link><description>Explosive pop stories with broad entertainment appeal.</description><language>en-us</language><lastBuildDate>Thu, 13 Aug 2026 16:49:11 -0400</lastBuildDate><atom:link href="https://pop.com.sg/rss.xml" rel="self" type="application/rss+xml" /><item><title>Finding limits of rational functions as $x\to\infty$ [duplicate]</title><link>https://pop.com.sg/finding-limits-of-rational-functions-as-x-to-infty-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/finding-limits-of-rational-functions-as-x-to-infty-duplicate.html</guid><description>Possible Duplicate: Finding the limit of $\frac{Q(n)}{P(n)}$ where $Q,P$ are polynomials $$\displaystyle \lim_{x\to\infty}\frac{(2x^2+1)^2}{(x-1)^2(x^2+x)}.$$
I do not know where to start o......</description><pubDate>Thu, 13 Aug 2026 20:44:56 -0400</pubDate></item><item><title>Odds of being correct X times in a row</title><link>https://pop.com.sg/odds-of-being-correct-x-times-in-a-row.html</link><guid isPermaLink="true">https://pop.com.sg/odds-of-being-correct-x-times-in-a-row.html</guid><description>Is there a simple way to know what the chances are of being correct for a given number of opportunities?
To keep this simple: I am either right or wrong with a 50/50 chance. What are the odds that......</description><pubDate>Thu, 13 Aug 2026 20:40:25 -0400</pubDate></item><item><title>Explanation of the Bounded Convergence Theorem</title><link>https://pop.com.sg/explanation-of-the-bounded-convergence-theorem.html</link><guid isPermaLink="true">https://pop.com.sg/explanation-of-the-bounded-convergence-theorem.html</guid><description>Theorem (Bounded Convergence Theorem) Let $\{f_n\}$ be a sequence of measurable functions on a set of finite measure $E$. Suppose $\{f_n\}$ is uniformly pointwise bounded on $E$, that is , there i......</description><pubDate>Thu, 13 Aug 2026 20:36:57 -0400</pubDate></item><item><title>To prove that $f_n(x) = \frac{nx}{1+n^2x^2}$ does not uniformly converge to $f(x) = 0$ on $[0,1]$</title><link>https://pop.com.sg/to-prove-that-f-n-x-frac-nx-1-n-2x-2-does-not-uniformly-converge-to-f-.html</link><guid isPermaLink="true">https://pop.com.sg/to-prove-that-f-n-x-frac-nx-1-n-2x-2-does-not-uniformly-converge-to-f-.html</guid><description>My Approach. To prove the given statement it is sufficient to show that $$\exists \epsilon &amp;gt; 0, \exists x \in [0,1], \forall N \in \mathbb{N}, \exists n &amp;gt; N $$
$$ \Rightarrow | f_n(x) - f(x)|......</description><pubDate>Thu, 13 Aug 2026 20:26:42 -0400</pubDate></item><item><title>Subtracting exponents with same base</title><link>https://pop.com.sg/subtracting-exponents-with-same-base.html</link><guid isPermaLink="true">https://pop.com.sg/subtracting-exponents-with-same-base.html</guid><description>If $2^4 - 2^3 = 2^3$ and $2^5 - 2^4 = 2^4$, then is below a rule of subtracting exponents with similar base and exponents which are just $1$ away from each other?
$$A^e - A^{e-1} = A^{e-1}$$
I will ...</description><pubDate>Thu, 13 Aug 2026 20:25:08 -0400</pubDate></item><item><title>How do I write code for solving partial derivatives numerically?</title><link>https://pop.com.sg/how-do-i-write-code-for-solving-partial-derivatives-numerically.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-write-code-for-solving-partial-derivatives-numerically.html</guid><description>As stated in the title. I am trying to write a function which evaluates the partial derivative at two points (a,b) for f.
However, the output of the partial derivative evaluated at (0,0) is way too ...</description><pubDate>Thu, 13 Aug 2026 20:17:02 -0400</pubDate></item><item><title>Why $\frac{\log(x)}{\log(y)}$ gives the same value as $\frac{\ln(x)}{\ln(y)}$</title><link>https://pop.com.sg/why-frac-log-x-log-y-gives-the-same-value-as-frac-ln-x-ln-y.html</link><guid isPermaLink="true">https://pop.com.sg/why-frac-log-x-log-y-gives-the-same-value-as-frac-ln-x-ln-y.html</guid><description>If $x=16384$ and $y=2$
$\ln(x)=9.704$
$\ln(y)=0.6931$
$\log(x)=4.2144$
$\log(y)=0.3010$
If we divide $\frac{\ln(x)}{\ln(y)}$ we get $14$ and same answer for $\frac{\log(x)}{\log(y)}$.
So can an......</description><pubDate>Thu, 13 Aug 2026 20:11:39 -0400</pubDate></item><item><title>Line dividing closed plane figure into congruent parts</title><link>https://pop.com.sg/line-dividing-closed-plane-figure-into-congruent-parts.html</link><guid isPermaLink="true">https://pop.com.sg/line-dividing-closed-plane-figure-into-congruent-parts.html</guid><description>Today in class a student observed and asked the following: While the diagonal of a rectangle is not a line of symmetry, it does cut the rectangle into two congruent parts. This is a noteworthy ...</description><pubDate>Thu, 13 Aug 2026 20:10:51 -0400</pubDate></item><item><title>Determine if a triangle is right angled with only coordinates [duplicate]</title><link>https://pop.com.sg/determine-if-a-triangle-is-right-angled-with-only-coordinates-duplicat.html</link><guid isPermaLink="true">https://pop.com.sg/determine-if-a-triangle-is-right-angled-with-only-coordinates-duplicat.html</guid><description>What is the easiest way to determine that, given 3 coords, they DON&amp;#039;T form a right angled triangle?
EG, (0, 0, 0), (0, 1, 0), (1, 0, 0) - forms a right angled triangle
(0, 0, 0), (0, 1, 0), (1, 0......</description><pubDate>Thu, 13 Aug 2026 20:03:29 -0400</pubDate></item><item><title>Is the number 0.2343434343434.. rational? [duplicate]</title><link>https://pop.com.sg/is-the-number-0-2343434343434-rational-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/is-the-number-0-2343434343434-rational-duplicate.html</guid><description>Consider the following number:
$$x=0.23434343434\dots$$
My question is whether this number is rational or irrational, and how can I make sure that a specific number is rational if it was written......</description><pubDate>Thu, 13 Aug 2026 19:54:35 -0400</pubDate></item><item><title>What is the optimal value for x in a 1-1000 random number generator 2 stage algorithm where x is the &quot;split point&quot;.</title><link>https://pop.com.sg/what-is-the-optimal-value-for-x-in-a-1-1000-random-number-generator-2-.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-optimal-value-for-x-in-a-1-1000-random-number-generator-2-.html</guid><description>I would like a mathematical answer to this. If I have a random number generator algorithm (let&amp;#039;s say 1 to 1000), and I simply pick a random number over and over until I see each of the 1000 possible ...</description><pubDate>Thu, 13 Aug 2026 19:49:07 -0400</pubDate></item><item><title>How many sewings are there on a soccer ball?</title><link>https://pop.com.sg/how-many-sewings-are-there-on-a-soccer-ball.html</link><guid isPermaLink="true">https://pop.com.sg/how-many-sewings-are-there-on-a-soccer-ball.html</guid><description>A soccer ball is obtained by sewing $20$ hexagonal pieces of leather and $12$ pieces of leather of pentagonal shape. A sewing joins together the sides of two adjacent pieces. How many sewings ......</description><pubDate>Thu, 13 Aug 2026 19:41:56 -0400</pubDate></item><item><title>Smoothness of a function is independent from the chart</title><link>https://pop.com.sg/smoothness-of-a-function-is-independent-from-the-chart.html</link><guid isPermaLink="true">https://pop.com.sg/smoothness-of-a-function-is-independent-from-the-chart.html</guid><description>I would like to revamp an old question (Smooth function on a manifold not dependent on coordinate chart) as I did not understand the reply.
In Loring Tu&amp;#039;s book &quot;An Introduction to Manifolds&quot; I read (...</description><pubDate>Thu, 13 Aug 2026 19:39:53 -0400</pubDate></item><item><title>What is the geometric interpretation of the transpose?</title><link>https://pop.com.sg/what-is-the-geometric-interpretation-of-the-transpose.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-geometric-interpretation-of-the-transpose.html</guid><description>I can follow the definition of the transpose algebraically, i.e. as a reflection of a matrix across its diagonal, or in terms of dual spaces, but I lack any sort of geometric understanding of the ...</description><pubDate>Thu, 13 Aug 2026 19:32:00 -0400</pubDate></item><item><title>Negative area below x-axis and above $f(x)$</title><link>https://pop.com.sg/negative-area-below-x-axis-and-above-f-x.html</link><guid isPermaLink="true">https://pop.com.sg/negative-area-below-x-axis-and-above-f-x.html</guid><description>I was finding the area below the x-axis and above $y = x^2 - 4x$. My outcome was a negative number (fair enough, it&amp;#039;s under the x-axis), but wolframalpha for instance gives me a positive number (I ......</description><pubDate>Thu, 13 Aug 2026 19:22:41 -0400</pubDate></item><item><title>a mod b, when b is greater than a</title><link>https://pop.com.sg/a-mod-b-when-b-is-greater-than-a.html</link><guid isPermaLink="true">https://pop.com.sg/a-mod-b-when-b-is-greater-than-a.html</guid><description>Why
6 % 10 = 6
As fa as I know 10 % 6 = 4, but I don&amp;#039;t know how to handle the first one
Thanks!...</description><pubDate>Thu, 13 Aug 2026 19:21:23 -0400</pubDate></item><item><title>permutation test for one-way ANOVA?</title><link>https://pop.com.sg/permutation-test-for-one-way-anova.html</link><guid isPermaLink="true">https://pop.com.sg/permutation-test-for-one-way-anova.html</guid><description>I want to know what steps to do the permutation test (and the R/SAS code) for one-way ANOVA?
Would you give me the specific steps?
Thanks, Buddies!...</description><pubDate>Thu, 13 Aug 2026 19:16:41 -0400</pubDate></item><item><title>Riemann rearrangement theorem</title><link>https://pop.com.sg/riemann-rearrangement-theorem.html</link><guid isPermaLink="true">https://pop.com.sg/riemann-rearrangement-theorem.html</guid><description>The Riemann rearrangement theorem states that if $\sum\limits_{n=0} ^{+ \infty} a_n$ is conditionally convergent and $M \in \mathbb{R}$ then there exists a permutation $ \sigma (n) $ such that $\sum\...</description><pubDate>Thu, 13 Aug 2026 19:15:56 -0400</pubDate></item><item><title>Symmetric matrix multiplication</title><link>https://pop.com.sg/symmetric-matrix-multiplication.html</link><guid isPermaLink="true">https://pop.com.sg/symmetric-matrix-multiplication.html</guid><description>Let $A$ and $B$ be symmetric matrices.
Prove:
$AB=BA$
$AB$ is a symmetric matrix
As for 1. due to the axiom $(AB)^T=B^T A^T$ so $AB=BA$
As for 2. I did not find any axiom that can support the cla......</description><pubDate>Thu, 13 Aug 2026 19:01:14 -0400</pubDate></item><item><title>Multiply same trig functions</title><link>https://pop.com.sg/multiply-same-trig-functions.html</link><guid isPermaLink="true">https://pop.com.sg/multiply-same-trig-functions.html</guid><description>I apologize if this is a duplicate of another question in advance. I did not find any in the search.
Does $\sin(x)\sin(y)=\sin(xy)$? I am wondering because I need to know if $\sin^2(44)=\sin(44)\si......</description><pubDate>Thu, 13 Aug 2026 18:53:55 -0400</pubDate></item><item><title>Dimensions of Singular Value Decomposition Matrices</title><link>https://pop.com.sg/dimensions-of-singular-value-decomposition-matrices.html</link><guid isPermaLink="true">https://pop.com.sg/dimensions-of-singular-value-decomposition-matrices.html</guid><description>I have seen the Singular Value Decomposition (SVD) represented in two different ways and wanted to know a) if they&amp;#039;re both correct and b) what their relationship is.
In the first version a matrix ......</description><pubDate>Thu, 13 Aug 2026 18:52:36 -0400</pubDate></item><item><title>Cardinality of a power set is given be $2^n$. Why?</title><link>https://pop.com.sg/cardinality-of-a-power-set-is-given-be-2-n-why.html</link><guid isPermaLink="true">https://pop.com.sg/cardinality-of-a-power-set-is-given-be-2-n-why.html</guid><description>Cardinality of power set of $A$ is determined by $2^n$, where n is the number of elements in Set $A$. How does this formula work?
I was taught that there are $n$ elements in Set $A$ and each eleme......</description><pubDate>Thu, 13 Aug 2026 18:48:08 -0400</pubDate></item><item><title>How to find vertices of a rectangle when center coordinates and angle of tilt is given?</title><link>https://pop.com.sg/how-to-find-vertices-of-a-rectangle-when-center-coordinates-and-angle-.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-vertices-of-a-rectangle-when-center-coordinates-and-angle-.html</guid><description>Need to find z1, z2 z3 and z4 when zc and r are given.
Been trying to solve this seemingly simple geometry problem. Can&amp;#039;t wrap my head around it.
It&amp;#039;s a rectangle with center coordinates given and......</description><pubDate>Thu, 13 Aug 2026 18:44:17 -0400</pubDate></item><item><title>card drawing with replacement</title><link>https://pop.com.sg/card-drawing-with-replacement.html</link><guid isPermaLink="true">https://pop.com.sg/card-drawing-with-replacement.html</guid><description>If 6 cards are drawn from a deck of cards with replacement. What is the probability that the outcome is a club at least once. I thought it would be 13/52. But I was wrong....</description><pubDate>Thu, 13 Aug 2026 18:36:44 -0400</pubDate></item><item><title>How to correctly compate $f(n)$ and $g(n)$ when working through $O(n)$ notation?</title><link>https://pop.com.sg/how-to-correctly-compate-f-n-and-g-n-when-working-through-o-n-notation.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-correctly-compate-f-n-and-g-n-when-working-through-o-n-notation.html</guid><description>Going through theory, missing the idea, need a bit of help. So, the initial state is:
$$f(n) = O(g(n))$$
Assume that $f$ and $g$ are both nondecreasing and always bigger than 1. And, from my ...</description><pubDate>Thu, 13 Aug 2026 18:30:47 -0400</pubDate></item><item><title>Calculate the area of the crescent</title><link>https://pop.com.sg/calculate-the-area-of-the-crescent.html</link><guid isPermaLink="true">https://pop.com.sg/calculate-the-area-of-the-crescent.html</guid><description>I found this problem on a thread on Stack overflow where it was posted as &quot;job interview question&quot;. Unfortunately I cannot find the question. But I saved the picture and just cannot figure it out.
......</description><pubDate>Thu, 13 Aug 2026 18:29:51 -0400</pubDate></item><item><title>How to find the closed form formula for this recurrence relation</title><link>https://pop.com.sg/how-to-find-the-closed-form-formula-for-this-recurrence-relation.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-the-closed-form-formula-for-this-recurrence-relation.html</guid><description>$ x_{0} = 5 $
$ x_{n} = 2x_{n-1} + 9(5^{n-1})$
I have computed: $x_{0} = 5, x_{1} = 19, x_{2} = 83, x_{3} = 391, x_{4} = 1907$, but cannot see any pattern for the general $n^{th}$ term....</description><pubDate>Thu, 13 Aug 2026 18:21:13 -0400</pubDate></item><item><title>Can matrices do cross product with vectors?</title><link>https://pop.com.sg/can-matrices-do-cross-product-with-vectors.html</link><guid isPermaLink="true">https://pop.com.sg/can-matrices-do-cross-product-with-vectors.html</guid><description>this is a practical problem raised from my chemistry research, apologize if somewhere I used incorrect words.
I&amp;#039;m dealing with the derivatives of a vector with respect to another vector. After some ...</description><pubDate>Thu, 13 Aug 2026 18:16:04 -0400</pubDate></item><item><title>Why does a monotonic function always have a positive rate of change?</title><link>https://pop.com.sg/why-does-a-monotonic-function-always-have-a-positive-rate-of-change.html</link><guid isPermaLink="true">https://pop.com.sg/why-does-a-monotonic-function-always-have-a-positive-rate-of-change.html</guid><description>Based on my book The rate of change of $f(u)$ as $u$ changes can be measured by looking at the change in $f$ between two values of $u$, divided by the change in $u$: $$\frac{Δf}{Δu} = \frac{f(......</description><pubDate>Thu, 13 Aug 2026 18:14:43 -0400</pubDate></item><item><title>&quot;This statement is false.&quot; [duplicate]</title><link>https://pop.com.sg/this-statement-is-false-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/this-statement-is-false-duplicate.html</guid><description>In propositional logic, a proposition is a statement that is either true or false, but not both. In a text I am reading and in many others, &quot;this statement is false&quot; is not considered a proposition......</description><pubDate>Thu, 13 Aug 2026 18:09:17 -0400</pubDate></item><item><title>The sum of the first $n$ squares $(1 + 4 + 9 + \cdots + n^2)$ is $\frac{n(n+1)(2n+1)}{6}$ [duplicate]</title><link>https://pop.com.sg/the-sum-of-the-first-n-squares-1-4-9-cdots-n-2-is-frac-n-n-1-2n-1-6-du.html</link><guid isPermaLink="true">https://pop.com.sg/the-sum-of-the-first-n-squares-1-4-9-cdots-n-2-is-frac-n-n-1-2n-1-6-du.html</guid><description>Prove that the sum of the first $n$ squares $(1 + 4 + 9 + \cdots + n^2)$ is
$\frac{n(n+1)(2n+1)}{6}$.
Can someone pls help and provide a solution for this and if possible explain the question...</description><pubDate>Thu, 13 Aug 2026 18:01:19 -0400</pubDate></item><item><title>Pencils of Circles</title><link>https://pop.com.sg/pencils-of-circles.html</link><guid isPermaLink="true">https://pop.com.sg/pencils-of-circles.html</guid><description>I want to solve an exercise regarding the connection between the projective model of möbius geometry and pencils of circles.
Consider the projective model of two-dimensional Möbius geometry P($R^{......</description><pubDate>Thu, 13 Aug 2026 17:59:32 -0400</pubDate></item><item><title>Maximize area of a triangle with fixed perimeter</title><link>https://pop.com.sg/maximize-area-of-a-triangle-with-fixed-perimeter.html</link><guid isPermaLink="true">https://pop.com.sg/maximize-area-of-a-triangle-with-fixed-perimeter.html</guid><description>If perimeter of a triangle is $2d$, what is the length of sides so the triangle has maximal area?
I found some solution using circle and angles, but I think I have to use derivatives.
I need ......</description><pubDate>Thu, 13 Aug 2026 17:55:43 -0400</pubDate></item><item><title>Calculating the length of a tangent drawn to a circle from a named point</title><link>https://pop.com.sg/calculating-the-length-of-a-tangent-drawn-to-a-circle-from-a-named-poi.html</link><guid isPermaLink="true">https://pop.com.sg/calculating-the-length-of-a-tangent-drawn-to-a-circle-from-a-named-poi.html</guid><description>My book (New Tertiary Mathematics Volume 1 Part 1, by C Plumpton and P S W Macilwaine) describes a method for calculating the length of a tangent to a circle from the point $(x_{1}, y_{1})$ outside......</description><pubDate>Thu, 13 Aug 2026 17:42:06 -0400</pubDate></item><item><title>Applications of the Isomorphism theorems</title><link>https://pop.com.sg/applications-of-the-isomorphism-theorems.html</link><guid isPermaLink="true">https://pop.com.sg/applications-of-the-isomorphism-theorems.html</guid><description>In my study of groups, rings, modules etc, I&amp;#039;ve seen the three isomorphism theorems stated and proved many times. I use the first one ( $G/\ker \phi \cong \operatorname{im} \phi$ ) very often, but ......</description><pubDate>Thu, 13 Aug 2026 17:26:43 -0400</pubDate></item><item><title>Using logic laws to verify the logical equivalences</title><link>https://pop.com.sg/using-logic-laws-to-verify-the-logical-equivalences.html</link><guid isPermaLink="true">https://pop.com.sg/using-logic-laws-to-verify-the-logical-equivalences.html</guid><description>I need to use theorem 2.1.1 in order to verify the following:
∼((∼p ∧ q) ∨ (∼ p ∧ ∼q)) ∨ (p ∧ q) ≡ p
I applied the Double Negative Law to get
((p ∧ q) ∨ (∼p ∧ ∼q)) ∨ (p ∧ q)
I noticed we have (......</description><pubDate>Thu, 13 Aug 2026 17:24:42 -0400</pubDate></item><item><title>How many Irrational numbers?</title><link>https://pop.com.sg/how-many-irrational-numbers.html</link><guid isPermaLink="true">https://pop.com.sg/how-many-irrational-numbers.html</guid><description>How many irrational numbers can exist between two rational numbers ?
As there are infinite numbers between two rational numbers and also there are infinite rational numbers between two rational num......</description><pubDate>Thu, 13 Aug 2026 17:23:45 -0400</pubDate></item><item><title>Congruency in bow-tie triangles</title><link>https://pop.com.sg/congruency-in-bow-tie-triangles.html</link><guid isPermaLink="true">https://pop.com.sg/congruency-in-bow-tie-triangles.html</guid><description>We&amp;#039;ve just started congruency in my class, and we&amp;#039;ve stumbled across a question which goes like this: Prove that ∆AOB $\equiv$ ∆COD
I drew up a diagram which portrays exactly the same informati......</description><pubDate>Thu, 13 Aug 2026 17:21:53 -0400</pubDate></item><item><title>Trace of an inverse inequality $\text{Tr}(A^{-1}) \ge n^2 \text{Tr}(A)^{-1}$</title><link>https://pop.com.sg/trace-of-an-inverse-inequality-text-tr-a-1-ge-n-2-text-tr-a-1.html</link><guid isPermaLink="true">https://pop.com.sg/trace-of-an-inverse-inequality-text-tr-a-1-ge-n-2-text-tr-a-1.html</guid><description>Let $A \in \mathbb{R}^n$ be a positive definite matrix. Then, it is well known that
\begin{align}
\text{Tr}(A^{-1}) \ge n^2 \text{Tr}(A)^{-1}
\end{align}
The proof follows by using the fact that ......</description><pubDate>Thu, 13 Aug 2026 17:18:49 -0400</pubDate></item><item><title>Ratio of Circumference to Diameter on a sphere</title><link>https://pop.com.sg/ratio-of-circumference-to-diameter-on-a-sphere.html</link><guid isPermaLink="true">https://pop.com.sg/ratio-of-circumference-to-diameter-on-a-sphere.html</guid><description>I was listening to an audiobook of Einstein when they started discussing spherical geometry and how Pi was no longer the ratio of a circle&amp;#039;s circumference to its diameter, so I set out to find the ......</description><pubDate>Thu, 13 Aug 2026 17:14:27 -0400</pubDate></item><item><title>How to define &quot;being inside of something&quot; in the context of topology?</title><link>https://pop.com.sg/how-to-define-being-inside-of-something-in-the-context-of-topology.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-define-being-inside-of-something-in-the-context-of-topology.html</guid><description>I&amp;#039;m a Psychologist and Neuroscientist with interest in math and I just started reading about Topology. I have to say it&amp;#039;s not easy to grasp the concepts without a practical example, so I&amp;#039;m trying to ...</description><pubDate>Thu, 13 Aug 2026 17:09:41 -0400</pubDate></item><item><title>Function Domain of cubic root [duplicate]</title><link>https://pop.com.sg/function-domain-of-cubic-root-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/function-domain-of-cubic-root-duplicate.html</guid><description>Does the domain of the function $y=\sqrt[3]{x^3+1}$ include $x&amp;lt;-1$? If yes, why is Mathematica and Wolfram Alpha not plotting that part of the function?...</description><pubDate>Thu, 13 Aug 2026 17:05:52 -0400</pubDate></item><item><title>Why are horizontal transformations of functions reversed?</title><link>https://pop.com.sg/why-are-horizontal-transformations-of-functions-reversed.html</link><guid isPermaLink="true">https://pop.com.sg/why-are-horizontal-transformations-of-functions-reversed.html</guid><description>While studying graph transformations I came across horizontal and vertical scale and translations of functions. I understand the ideas below.
$f(x+a)$ - grouped with x, horizontal translation, inv......</description><pubDate>Thu, 13 Aug 2026 16:55:29 -0400</pubDate></item><item><title>How to convert a fraction into ternary?</title><link>https://pop.com.sg/how-to-convert-a-fraction-into-ternary.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-convert-a-fraction-into-ternary.html</guid><description>In a ternary system how is $\dfrac{1}{2}=0.\bar1$ ,$\dfrac{1}{3}=0.1=0.0\bar2$??, etc. In general, how does one write the ternary expression for a given fraction?...</description><pubDate>Thu, 13 Aug 2026 16:50:45 -0400</pubDate></item><item><title>Is there a symbol, or abbreviation for coefficient of x</title><link>https://pop.com.sg/is-there-a-symbol-or-abbreviation-for-coefficient-of-x.html</link><guid isPermaLink="true">https://pop.com.sg/is-there-a-symbol-or-abbreviation-for-coefficient-of-x.html</guid><description>Doing some binomial expansions with algebra where I need to equate different coefficients together but don&amp;#039;t know what to write:
[Coefficient of $x^3$] = _
$k=+1.5$...</description><pubDate>Thu, 13 Aug 2026 16:49:02 -0400</pubDate></item><item><title>Why is this the basis for the indiscrete topology?</title><link>https://pop.com.sg/why-is-this-the-basis-for-the-indiscrete-topology.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-this-the-basis-for-the-indiscrete-topology.html</guid><description>Indiscrete topology only has $\{\varnothing, X\}$ where $X$ is the entire space.
I know this is probably a dumb question. Why is the basis (according to wikipedia) for this topology just $\{X\}$ i......</description><pubDate>Thu, 13 Aug 2026 16:32:31 -0400</pubDate></item><item><title>Questions tagged [complex-integration] </title><link>https://pop.com.sg/questions-tagged-complex-integration.html</link><guid isPermaLink="true">https://pop.com.sg/questions-tagged-complex-integration.html</guid><description>Q&amp;A for people studying math at any level and professionals in related fields...</description><pubDate>Thu, 13 Aug 2026 16:28:34 -0400</pubDate></item><item><title>Probability that exactly 2 balls are white</title><link>https://pop.com.sg/probability-that-exactly-2-balls-are-white.html</link><guid isPermaLink="true">https://pop.com.sg/probability-that-exactly-2-balls-are-white.html</guid><description>What I did.
I let $X$ be number of withdraws before $x$ white balls. We can call our succes in this case to be gettin a white ball and probability is of course $p = \frac{3}{6} = \frac{1}{2}$. So ......</description><pubDate>Thu, 13 Aug 2026 16:27:46 -0400</pubDate></item><item><title>If $(x^2-5x+4)(y^2+y+1)&lt;2y$ for all real values of $y$ then what interval does $x$ belong to?</title><link>https://pop.com.sg/if-x-2-5x-4-y-2-y-1-2y-for-all-real-values-of-y-then-what-interval-doe.html</link><guid isPermaLink="true">https://pop.com.sg/if-x-2-5x-4-y-2-y-1-2y-for-all-real-values-of-y-then-what-interval-doe.html</guid><description>Okay so I&amp;#039;m stuck on this one for a long time : If $(x^2-5x+4)(y^2+y+1)&amp;lt;2y$ for all real values of $y$ then what interval does $x$ belong to?
My Try: Since $y$ can take any real value, I tr......</description><pubDate>Thu, 13 Aug 2026 16:06:22 -0400</pubDate></item><item><title>How to find center of a circle from only an arbitary arc of that circle</title><link>https://pop.com.sg/how-to-find-center-of-a-circle-from-only-an-arbitary-arc-of-that-circl.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-center-of-a-circle-from-only-an-arbitary-arc-of-that-circl.html</guid><description>How to find the center of a circle with given an arbitrary arc. we only have the arc nothing else. Is there any known equation or way to complete the circle....</description><pubDate>Thu, 13 Aug 2026 15:58:19 -0400</pubDate></item><item><title>Proof that the derivative of a constant is zero</title><link>https://pop.com.sg/proof-that-the-derivative-of-a-constant-is-zero.html</link><guid isPermaLink="true">https://pop.com.sg/proof-that-the-derivative-of-a-constant-is-zero.html</guid><description>I know that the derivative of a constant is zero, but the only proof that I can find is:
given that $f(x) = {x}^{0}$,
$$ f&amp;#039;(x) = \lim_{h\to 0} \frac {f(x+h) - f(x)}{h} $$
$$ f&amp;#039;(x) = \lim_{h\to 0} \......</description><pubDate>Thu, 13 Aug 2026 15:52:21 -0400</pubDate></item><item><title>Difficulty understanding what the (n-1) part refers to in a basic arithmetic sequence</title><link>https://pop.com.sg/difficulty-understanding-what-the-n-1-part-refers-to-in-a-basic-arithm.html</link><guid isPermaLink="true">https://pop.com.sg/difficulty-understanding-what-the-n-1-part-refers-to-in-a-basic-arithm.html</guid><description>I am 28 and learned no maths in school. I&amp;#039;m going back through and learning on my own time. I am up to arithmetic sequences. The general formula (according to Khan Academy) for a recursive arithmetic ...</description><pubDate>Thu, 13 Aug 2026 15:48:59 -0400</pubDate></item><item><title>Integration by parts, twice</title><link>https://pop.com.sg/integration-by-parts-twice.html</link><guid isPermaLink="true">https://pop.com.sg/integration-by-parts-twice.html</guid><description>Use the substition $u=4x-3$ to find $\int\frac{4x}{4x-3}dx$, giving your answer in terms of $x$
$$u=4x-3$$
$$4x=u+3$$
$$\frac{du}{dx}=4$$
$$dx=\frac{1}{4}du$$
$$\int\frac{4x}{4x-3}dx$$
$$\Rightarro......</description><pubDate>Thu, 13 Aug 2026 15:45:45 -0400</pubDate></item><item><title>Matrix product notation</title><link>https://pop.com.sg/matrix-product-notation.html</link><guid isPermaLink="true">https://pop.com.sg/matrix-product-notation.html</guid><description>My lecturer has used some notation that I&amp;#039;ve never seen before: it is a (matrix) product symbol with a left-to-right arrow over the top. Does anybody know what this means?
Thanks in advance.
Edit......</description><pubDate>Thu, 13 Aug 2026 15:39:50 -0400</pubDate></item><item><title>Understanding The Rigorous Definition Of Continuity</title><link>https://pop.com.sg/understanding-the-rigorous-definition-of-continuity.html</link><guid isPermaLink="true">https://pop.com.sg/understanding-the-rigorous-definition-of-continuity.html</guid><description>I have an intuitive understanding of continuity, however, I’m struggling to understand the rigorous definition.
I understand that a function is continuous when you can get infinitely close to each ...</description><pubDate>Thu, 13 Aug 2026 15:32:55 -0400</pubDate></item><item><title>Domain of Rational Functions</title><link>https://pop.com.sg/domain-of-rational-functions.html</link><guid isPermaLink="true">https://pop.com.sg/domain-of-rational-functions.html</guid><description>I have the following definition for rational functions:
&amp;quot;Let $p(x), q(x)$ be polynomials and define $D=\{x\in \mathbb{R} : q(x) \neq 0 \}$
Then, the function
$$f:D \rightarrow \mathbb{R}$$
$$f......</description><pubDate>Thu, 13 Aug 2026 15:23:56 -0400</pubDate></item><item><title>What are the components in the Ito Process?</title><link>https://pop.com.sg/what-are-the-components-in-the-ito-process.html</link><guid isPermaLink="true">https://pop.com.sg/what-are-the-components-in-the-ito-process.html</guid><description>We know that if W(t) is a Brownian Motion, then the Ito Process is given by,
X(t)= X(0) + $\int_0^t \Delta(u)dW(u)$ + $\int_0^t \Phi(u)du$
Could someone explain briefly what the two components a......</description><pubDate>Thu, 13 Aug 2026 15:23:33 -0400</pubDate></item><item><title>What is undecidability</title><link>https://pop.com.sg/what-is-undecidability.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-undecidability.html</guid><description>What does it mean that some problem is undecidable?
For instance the halting problem.
Does it mean that humans can never invent a new technique that always decides whether a turing machine will h......</description><pubDate>Thu, 13 Aug 2026 15:19:41 -0400</pubDate></item><item><title>Finding moment of inertia of a cone: Why can&amp;#039;t I integrate like this?</title><link>https://pop.com.sg/finding-moment-of-inertia-of-a-cone-why-can-039-t-i-integrate-like-thi.html</link><guid isPermaLink="true">https://pop.com.sg/finding-moment-of-inertia-of-a-cone-why-can-039-t-i-integrate-like-thi.html</guid><description>I have a cone (vertex at $(x,y,z)=0$) with height $H$ and radius $a$ (radius of the base). Here is a picture:
I want to find the moment of inertia around the $z$-axis using calculus. I know the in......</description><pubDate>Thu, 13 Aug 2026 15:15:04 -0400</pubDate></item><item><title>Equivalent systems of Linear equation</title><link>https://pop.com.sg/equivalent-systems-of-linear-equation.html</link><guid isPermaLink="true">https://pop.com.sg/equivalent-systems-of-linear-equation.html</guid><description>I&amp;#039;ve just begun to re-learn linear algebra because is so important, the book that I chose is naturally the Hoffman&amp;#039;s for a lot of reason.
Well, In the first chapter I&amp;#039;m stuck with the following, ...</description><pubDate>Thu, 13 Aug 2026 15:13:56 -0400</pubDate></item><item><title>Real valued analytic function defined on a connected set is constant</title><link>https://pop.com.sg/real-valued-analytic-function-defined-on-a-connected-set-is-constant.html</link><guid isPermaLink="true">https://pop.com.sg/real-valued-analytic-function-defined-on-a-connected-set-is-constant.html</guid><description>Let $G$ be a connected set and $f : G \rightarrow \mathbb{C}$ a real valued analytic function. Prove that $f$ is constant.
My idea to prove the result is to prove a subset $A \neq \varnothing$ of......</description><pubDate>Thu, 13 Aug 2026 15:13:38 -0400</pubDate></item><item><title>Four non-coplanar points in $\mathbb{R}^3$ determine an unique sphere.</title><link>https://pop.com.sg/four-non-coplanar-points-in-mathbb-r-3-determine-an-unique-sphere.html</link><guid isPermaLink="true">https://pop.com.sg/four-non-coplanar-points-in-mathbb-r-3-determine-an-unique-sphere.html</guid><description>Show that four non-coplanar points in $\mathbb{R}^3$ determine an unique sphere.
I have no idea how to solve this exercise. Thank you for your help....</description><pubDate>Thu, 13 Aug 2026 15:07:00 -0400</pubDate></item><item><title>Finding the value of K [duplicate]</title><link>https://pop.com.sg/finding-the-value-of-k-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-value-of-k-duplicate.html</guid><description>$$π1:( 1+k , -3 , 6 )$$
$$π2: ( 1 , 5+k , 3k)$$
Does anyone know the values of k that would make these parallel and perpendicular, ive been trying for hours but nothing seems to work
The original ...</description><pubDate>Thu, 13 Aug 2026 15:05:55 -0400</pubDate></item><item><title>No mode or all mode?</title><link>https://pop.com.sg/no-mode-or-all-mode.html</link><guid isPermaLink="true">https://pop.com.sg/no-mode-or-all-mode.html</guid><description>Let&amp;#039;s say I have a data set:- $${1,2,3,4,5}$$
I decide to find the mode though it would not be an appropriate measure of central tendency.
But still........
Now this is an exceptional case and for ...</description><pubDate>Thu, 13 Aug 2026 15:05:45 -0400</pubDate></item><item><title>Is a set contained in its Cartesian product with itself?</title><link>https://pop.com.sg/is-a-set-contained-in-its-cartesian-product-with-itself.html</link><guid isPermaLink="true">https://pop.com.sg/is-a-set-contained-in-its-cartesian-product-with-itself.html</guid><description>Given the Cartesian product $X = A \times A$, is $A \subset X$?...</description><pubDate>Thu, 13 Aug 2026 14:38:22 -0400</pubDate></item><item><title>Find the derivative dy/dx given some value for x.</title><link>https://pop.com.sg/find-the-derivative-dy-dx-given-some-value-for-x.html</link><guid isPermaLink="true">https://pop.com.sg/find-the-derivative-dy-dx-given-some-value-for-x.html</guid><description>I know how to find the derivative of a function by itself given a function. I can use multiple rules to determine the derivative. However in a situation where I must find the derivative when the x......</description><pubDate>Thu, 13 Aug 2026 14:10:51 -0400</pubDate></item><item><title>How to prove if something is a linear transformation?</title><link>https://pop.com.sg/how-to-prove-if-something-is-a-linear-transformation.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-prove-if-something-is-a-linear-transformation.html</guid><description>(I think) My textbook says something is a linear transformation if
$L(ax) = aL(x)$
$L(x+y) = L(x) + L(y)$
$L(x) = A(x)$
But a lot of sites I&amp;#039;ve been on haven&amp;#039;t proved these 3 things, so I just w......</description><pubDate>Thu, 13 Aug 2026 13:57:13 -0400</pubDate></item><item><title>Proof by Lewis Carroll that an urn cannot contain two balls [duplicate]</title><link>https://pop.com.sg/proof-by-lewis-carroll-that-an-urn-cannot-contain-two-balls-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/proof-by-lewis-carroll-that-an-urn-cannot-contain-two-balls-duplicate.html</guid><description>I am self-learning probability theory and solving some problems from the book Probability and Random processes by Grimmett and Stirzaker. Exercise 1.4.4 poses a nice problem. I would like someone to ...</description><pubDate>Thu, 13 Aug 2026 13:54:13 -0400</pubDate></item><item><title>Time complexity of a modulo operation</title><link>https://pop.com.sg/time-complexity-of-a-modulo-operation.html</link><guid isPermaLink="true">https://pop.com.sg/time-complexity-of-a-modulo-operation.html</guid><description>I am trying to prove that if $p$ is a decimal number having $m$ digits, then $p \bmod q$ can be performed in time $O(m)$ (at least theoretically), if $q$ is a prime number. How do I go about this? ......</description><pubDate>Thu, 13 Aug 2026 13:28:46 -0400</pubDate></item><item><title>Subcoalgebra generated by an element</title><link>https://pop.com.sg/subcoalgebra-generated-by-an-element.html</link><guid isPermaLink="true">https://pop.com.sg/subcoalgebra-generated-by-an-element.html</guid><description>Let $(A, \Delta, \epsilon)$ be a coalgebra and $f\in A$. What is the subcoalgebra generated by $f$ like?
For example, if $A$ is the dual of the quaternions $\mathbb{H}$ (which is $\mathbb{R}$-alge......</description><pubDate>Thu, 13 Aug 2026 13:27:27 -0400</pubDate></item><item><title>A basic property of slowly varying functions</title><link>https://pop.com.sg/a-basic-property-of-slowly-varying-functions.html</link><guid isPermaLink="true">https://pop.com.sg/a-basic-property-of-slowly-varying-functions.html</guid><description>It seems that a fundamental property of a slowly varying function is that for all $\delta &amp;gt; 0$
$$ \lim_{x\to \infty} L(x) \, x^{-\delta} = 0.$$
How to prove this? The only book I found (that was......</description><pubDate>Thu, 13 Aug 2026 13:26:12 -0400</pubDate></item><item><title>Weierstrass M-test proof?</title><link>https://pop.com.sg/weierstrass-m-test-proof.html</link><guid isPermaLink="true">https://pop.com.sg/weierstrass-m-test-proof.html</guid><description>Let (X,d) be a metric space. For each n $\epsilon$ N let $g_n$:X$\rightarrow$R be a continuous function. Let ($a_n$) be a sequence of positive real numbers such that the series $\sum_{n=1}^\infty a......</description><pubDate>Thu, 13 Aug 2026 13:24:53 -0400</pubDate></item><item><title>What exactly is a 0-form?</title><link>https://pop.com.sg/what-exactly-is-a-0-form.html</link><guid isPermaLink="true">https://pop.com.sg/what-exactly-is-a-0-form.html</guid><description>From what I understand, a k-form in the real numbers is essentially a mapping $\mathbb{R^k} \rightarrow \mathbb{R}$, but I can&amp;#039;t seem to find a corresponding definition for a &quot;0-form&quot;. Wikipedia se......</description><pubDate>Thu, 13 Aug 2026 13:24:21 -0400</pubDate></item><item><title>How to find an Eulerian circuit in a complicated Graph</title><link>https://pop.com.sg/how-to-find-an-eulerian-circuit-in-a-complicated-graph.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-an-eulerian-circuit-in-a-complicated-graph.html</guid><description>Consider the following graph G:
(a) Give a decomposition of G into cycles.
(b) Find an Eulerian circuit in G.
This is a very complicated graph and each time I am trying to find the solution I am ...</description><pubDate>Thu, 13 Aug 2026 13:24:08 -0400</pubDate></item><item><title>How do I convert the distance between two lat/long points into feet/meters?</title><link>https://pop.com.sg/how-do-i-convert-the-distance-between-two-lat-long-points-into-feet-me.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-convert-the-distance-between-two-lat-long-points-into-feet-me.html</guid><description>I&amp;#039;ve been reading around the net and everything I find is really confusing. I just need a formula that will get me 95% there. I have a tool that outputs the distance between two lat/long points.
P......</description><pubDate>Thu, 13 Aug 2026 13:18:52 -0400</pubDate></item><item><title>Interpretation of log differences</title><link>https://pop.com.sg/interpretation-of-log-differences.html</link><guid isPermaLink="true">https://pop.com.sg/interpretation-of-log-differences.html</guid><description>I have a very simple question. I am confused about the interpretation of log differences. Here a simple example: $$\log(2)-\log(1)=.3010$$ With my present understanding, I would interpret the resul......</description><pubDate>Thu, 13 Aug 2026 13:17:30 -0400</pubDate></item><item><title>How to rigorously find range of a function?</title><link>https://pop.com.sg/how-to-rigorously-find-range-of-a-function.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-rigorously-find-range-of-a-function.html</guid><description>What is a rigorous method/mechanism to find the range of a function $f(x)$? Is it acceptable to find $f^{-1}(x)$ and then its domain? I understand that $f^{-1}(x)$ does not always exist (at least not ...</description><pubDate>Thu, 13 Aug 2026 13:14:24 -0400</pubDate></item><item><title>Determine the derivative of the reciprocal function, only with the product rule.</title><link>https://pop.com.sg/determine-the-derivative-of-the-reciprocal-function-only-with-the-prod.html</link><guid isPermaLink="true">https://pop.com.sg/determine-the-derivative-of-the-reciprocal-function-only-with-the-prod.html</guid><description>Following is given:
$( \alpha )$ the derivative of a inverse function: $$\left(\frac{1}{f}\right)&amp;#039; = -\frac{f&amp;#039;}{f^2}$$
$( \beta )$ The the product rule: $$({f}*g) = ({f&amp;#039;}*{g})+({f}*{g&amp;#039;})$$
Follo......</description><pubDate>Thu, 13 Aug 2026 13:04:56 -0400</pubDate></item><item><title>How to Calculate csc(2.85) in Calculator?</title><link>https://pop.com.sg/how-to-calculate-csc-2-85-in-calculator.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-calculate-csc-2-85-in-calculator.html</guid><description>In my calculator (TI-84), there are only $sin, cos,$ and $tan$ commands (and inverse sin, inverse cos, inverse tan). I had a question that was as follows:
Calculate $csc(2.85)$ in which I was perm......</description><pubDate>Thu, 13 Aug 2026 12:55:56 -0400</pubDate></item><item><title>Find the amplitude of the steady state solution</title><link>https://pop.com.sg/find-the-amplitude-of-the-steady-state-solution.html</link><guid isPermaLink="true">https://pop.com.sg/find-the-amplitude-of-the-steady-state-solution.html</guid><description>Heave motion of a point energy absorber in the form of a buoy due t incident wave of frequency $w$ and amplitude $a$ is described by
$(m+m_a)y&amp;#039;&amp;#039; + (c_h + c_e)y&amp;#039; +ky = F_i(t)$
$F_i(t)=aF(w)\cos(wt......</description><pubDate>Thu, 13 Aug 2026 12:46:38 -0400</pubDate></item><item><title>How many proper nontrivial subgroups do D5 have?</title><link>https://pop.com.sg/how-many-proper-nontrivial-subgroups-do-d5-have.html</link><guid isPermaLink="true">https://pop.com.sg/how-many-proper-nontrivial-subgroups-do-d5-have.html</guid><description>Do I have to find out every element in D5 and draw a table to find out subgroups?
I know how to find out every single element in D5,
but can&amp;#039;t think of how to find proper nontrivial subgroups...</description><pubDate>Thu, 13 Aug 2026 12:46:19 -0400</pubDate></item><item><title>Conic section. Equation of section plane in 3d.</title><link>https://pop.com.sg/conic-section-equation-of-section-plane-in-3d.html</link><guid isPermaLink="true">https://pop.com.sg/conic-section-equation-of-section-plane-in-3d.html</guid><description>All of us know general equation for any conic section:
$$Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0$$
If we&amp;#039;ll change of parameters of this equation we get different type of conic section.
If we imagine ...</description><pubDate>Thu, 13 Aug 2026 12:41:04 -0400</pubDate></item><item><title>Is a temperature change in Celsius larger than a temperature change in Fahrenheit?</title><link>https://pop.com.sg/is-a-temperature-change-in-celsius-larger-than-a-temperature-change-in.html</link><guid isPermaLink="true">https://pop.com.sg/is-a-temperature-change-in-celsius-larger-than-a-temperature-change-in.html</guid><description>Is a temperature change in Celsius larger than a temperature change in Fahrenheit?
The teacher offers this second way of thinking about the question. If the temperature increases by 1 degree Ce......</description><pubDate>Thu, 13 Aug 2026 12:40:47 -0400</pubDate></item><item><title>Simple Trig Equations - Why is it Wrong to Cancel Trig Terms?</title><link>https://pop.com.sg/simple-trig-equations-why-is-it-wrong-to-cancel-trig-terms.html</link><guid isPermaLink="true">https://pop.com.sg/simple-trig-equations-why-is-it-wrong-to-cancel-trig-terms.html</guid><description>In the following problem, I first did it using a cancellation of $sin^2\theta$, working shown below, which gave the wrong answer. Having looked at the question again, I saw it could be solved by ...</description><pubDate>Thu, 13 Aug 2026 12:40:30 -0400</pubDate></item><item><title>Specific strings that cannot be found in PI</title><link>https://pop.com.sg/specific-strings-that-cannot-be-found-in-pi.html</link><guid isPermaLink="true">https://pop.com.sg/specific-strings-that-cannot-be-found-in-pi.html</guid><description>Considering that the decimals of PI aren&amp;#039;t like prime numbers (random), they are pseudo-random (can be calculated through a formula or an infinite series, yet it is calculable). Keeping this in min......</description><pubDate>Thu, 13 Aug 2026 12:38:24 -0400</pubDate></item><item><title>Finding the average velocity and instantaneous velocity?</title><link>https://pop.com.sg/finding-the-average-velocity-and-instantaneous-velocity.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-average-velocity-and-instantaneous-velocity.html</guid><description>A water balloon is launched upward with an initial velocity of $40 ft/s$. the height h at time $t$ is given $h(t)= 16t^2+40t$
a. find the avg. velocity of the balloon between $t=1$ and $t=2$ secon......</description><pubDate>Thu, 13 Aug 2026 12:37:32 -0400</pubDate></item><item><title>How to find the common base of terms in an expression?</title><link>https://pop.com.sg/how-to-find-the-common-base-of-terms-in-an-expression.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-the-common-base-of-terms-in-an-expression.html</guid><description>I&amp;#039;m teaching myself basic algebra from a book and am stuck on a question. In the current section it is about expressing numbers as powers of the same base. So $9$ maybe expressed as $3^2$.
Another......</description><pubDate>Thu, 13 Aug 2026 12:32:40 -0400</pubDate></item><item><title>Does the existence of a free variable mean there are infinitely many solutions?</title><link>https://pop.com.sg/does-the-existence-of-a-free-variable-mean-there-are-infinitely-many-s.html</link><guid isPermaLink="true">https://pop.com.sg/does-the-existence-of-a-free-variable-mean-there-are-infinitely-many-s.html</guid><description>lets say I have an augmented matrix
$$\begin{bmatrix}
2&amp;amp;0&amp;amp;3\\
0&amp;amp;1&amp;amp;0\\
2&amp;amp;1&amp;amp;3
\end{bmatrix}$$
The question is:
Is the matrix consistent with a unique solution, inconsistent,......</description><pubDate>Thu, 13 Aug 2026 12:32:11 -0400</pubDate></item><item><title>Are all symmetric matrices ​invertible?</title><link>https://pop.com.sg/are-all-symmetric-matrices-invertible.html</link><guid isPermaLink="true">https://pop.com.sg/are-all-symmetric-matrices-invertible.html</guid><description>Is any symmetric matrix ​​invertible? I&amp;#039;m trying to prove this theoretical question, but I don&amp;#039;t know what I need to do. I apologize for the simple question, but I&amp;#039;m in doubt and need clarification....</description><pubDate>Thu, 13 Aug 2026 12:01:44 -0400</pubDate></item><item><title>Continuous uniformly</title><link>https://pop.com.sg/continuous-uniformly.html</link><guid isPermaLink="true">https://pop.com.sg/continuous-uniformly.html</guid><description>I need help to demonstrate the following or if you find a function I would appreciate it, I have already looked for many functions to see if any one fulfills it but none works for me and I can&amp;#039;t th......</description><pubDate>Thu, 13 Aug 2026 11:47:05 -0400</pubDate></item><item><title>Finding mean and standard deviation of normal distribution given 2 points.</title><link>https://pop.com.sg/finding-mean-and-standard-deviation-of-normal-distribution-given-2-poi.html</link><guid isPermaLink="true">https://pop.com.sg/finding-mean-and-standard-deviation-of-normal-distribution-given-2-poi.html</guid><description>In general, how do do you calculate the mean and standard deviation of a normal distribution given 2 values on the distribution with their respective probabilities?
For Example:
Suppose that the a......</description><pubDate>Thu, 13 Aug 2026 11:31:35 -0400</pubDate></item><item><title>Comparing the growth rates</title><link>https://pop.com.sg/comparing-the-growth-rates.html</link><guid isPermaLink="true">https://pop.com.sg/comparing-the-growth-rates.html</guid><description>How can I go about comparing the growth rate of the following functions?
$$\sqrt n,\quad
10^n,\quad
n^{1.5},\quad
2^{\sqrt{\log n}},\quad
n^{5/3}.$$
I am looking for a more generic answer on how ......</description><pubDate>Thu, 13 Aug 2026 11:26:49 -0400</pubDate></item><item><title>What is the math behind the game Spot It?</title><link>https://pop.com.sg/what-is-the-math-behind-the-game-spot-it.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-math-behind-the-game-spot-it.html</guid><description>I just purchased the game Spot It. As per this site, the structure of the game is as follows: Game has 55 round playing cards. Each card has eight randomly placed symbols. There are a total of 50 ...</description><pubDate>Thu, 13 Aug 2026 11:26:06 -0400</pubDate></item><item><title>Set Notation - Inclusion and Proper Inclusion</title><link>https://pop.com.sg/set-notation-inclusion-and-proper-inclusion.html</link><guid isPermaLink="true">https://pop.com.sg/set-notation-inclusion-and-proper-inclusion.html</guid><description>By definition: If$ \ A$ and $B\ $are sets and every element of$ \ A\ $ is also an element of $ \ B \ $then we can say $ \ A\ $is a subset of $ \ B, \ $and denote this by $ \ A\subset B\ $or $ \ A\...</description><pubDate>Thu, 13 Aug 2026 11:18:26 -0400</pubDate></item><item><title>First-Order Logic vs. Second-Order Logic</title><link>https://pop.com.sg/first-order-logic-vs-second-order-logic.html</link><guid isPermaLink="true">https://pop.com.sg/first-order-logic-vs-second-order-logic.html</guid><description>Wikipedia describes the first-order vs. second-order logic as follows: First-order logic uses only variables that range over individuals (elements of the domain of discourse); second-order logic......</description><pubDate>Thu, 13 Aug 2026 11:18:17 -0400</pubDate></item><item><title>The coefficient of $x^{100}$ in the expansion of $(1-x)^{-3}$.</title><link>https://pop.com.sg/the-coefficient-of-x-100-in-the-expansion-of-1-x-3.html</link><guid isPermaLink="true">https://pop.com.sg/the-coefficient-of-x-100-in-the-expansion-of-1-x-3.html</guid><description>Please solve it and tell me the technique so that I can solve it in examination in multiple choice questions....</description><pubDate>Thu, 13 Aug 2026 11:17:31 -0400</pubDate></item><item><title>Unnecessary Condition for Alternating Series Test</title><link>https://pop.com.sg/unnecessary-condition-for-alternating-series-test.html</link><guid isPermaLink="true">https://pop.com.sg/unnecessary-condition-for-alternating-series-test.html</guid><description>Given a series $$ \sum^\infty_{n=0} (-1)^n b_n$$
the Alternating Series test states that if $b_n$ is convergent if
1) $b_n$ is positive
2) $b_n$ is monotonically decreasing
3) $\lim_{n\to\infty}......</description><pubDate>Thu, 13 Aug 2026 11:16:21 -0400</pubDate></item><item><title>Calculate an integral with Riemann sum</title><link>https://pop.com.sg/calculate-an-integral-with-riemann-sum.html</link><guid isPermaLink="true">https://pop.com.sg/calculate-an-integral-with-riemann-sum.html</guid><description>We know that Riemann sum gives us the following formula for a function $f\in C^1$: $$\lim_{n\to \infty}\frac 1n\sum_{k=0}^n f\left(\frac kn\right)=\int_0^1f(x) dx.$$
I am looking for an example......</description><pubDate>Thu, 13 Aug 2026 11:09:59 -0400</pubDate></item><item><title>Deriving $\sin{ix}=i\sinh{x}$</title><link>https://pop.com.sg/deriving-sin-ix-i-sinh-x.html</link><guid isPermaLink="true">https://pop.com.sg/deriving-sin-ix-i-sinh-x.html</guid><description>Derive $\sin{ix}=i\sinh{x}$ from $(5)$. What is $\sin{i}$? $$\cos{x}=\frac{1}{2}\left(e^{ix}+e^{-ix}\right)\quad\text{and}\quad\sin{x}=\frac{1}{2i}\left(e^{ix}-e^{-ix}\right)\tag 5$$
We have
$$\......</description><pubDate>Thu, 13 Aug 2026 11:02:33 -0400</pubDate></item><item><title>What are the uses of Euler&amp;#039;s number $e$?</title><link>https://pop.com.sg/what-are-the-uses-of-euler-039-s-number-e.html</link><guid isPermaLink="true">https://pop.com.sg/what-are-the-uses-of-euler-039-s-number-e.html</guid><description>People make such a big deal of the number $e$. I do not get why it is so important, other than the fact that $\ln(x)=\log_e(x)$. People say it is used all over mathematics and such, but they never ......</description><pubDate>Thu, 13 Aug 2026 11:01:38 -0400</pubDate></item></channel></rss>