<?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>Sun, 23 Aug 2026 04:33:34 -0400</lastBuildDate><atom:link href="https://pop.com.sg/rss.xml" rel="self" type="application/rss+xml" /><item><title>Mclaurins with $e^{\sin(x)}$</title><link>https://pop.com.sg/mclaurins-with-e-sin-x.html</link><guid isPermaLink="true">https://pop.com.sg/mclaurins-with-e-sin-x.html</guid><description>To evaluate $e^{\sin(x)}$ I use the standard series $e^t$ and $\sin(t)$, combining them gives me:
$e^t = 1+t+\dfrac{t^2}{2!}+\dfrac{t^3}{3!}+\dfrac{t^4}{4!}+O(t^5)$
$\sin(t) = t-\dfrac{t^3}{3!}+O......</description><pubDate>Sun, 23 Aug 2026 08:32:45 -0400</pubDate></item><item><title>Origin of the dot and cross product?</title><link>https://pop.com.sg/origin-of-the-dot-and-cross-product.html</link><guid isPermaLink="true">https://pop.com.sg/origin-of-the-dot-and-cross-product.html</guid><description>Most questions usually just relate to what these can be used for, that&amp;#039;s fairly obvious to me since I&amp;#039;ve been programming 3D games/simulations for a while, but I&amp;#039;ve never really understood the inner ...</description><pubDate>Sun, 23 Aug 2026 08:30:49 -0400</pubDate></item><item><title>Understanding the proof for the divergence of the harmonic series</title><link>https://pop.com.sg/understanding-the-proof-for-the-divergence-of-the-harmonic-series.html</link><guid isPermaLink="true">https://pop.com.sg/understanding-the-proof-for-the-divergence-of-the-harmonic-series.html</guid><description>I&amp;#039;m trying to understand the following proof for the divergence of the harmonic series:
The parts which I can&amp;#039;t seem to understand are:
$$1. \sum_{i=0}^{n-1} \sum_{r=2^i+1}^{2^{i+1}} \frac{1}{r} ......</description><pubDate>Sun, 23 Aug 2026 08:22:36 -0400</pubDate></item><item><title>Prove $\sin(\pi/2)=1$ using Taylor series</title><link>https://pop.com.sg/prove-sin-pi-2-1-using-taylor-series.html</link><guid isPermaLink="true">https://pop.com.sg/prove-sin-pi-2-1-using-taylor-series.html</guid><description>Prove $\sin(\pi/2)=1$ using the Taylor series definition of $\sin x$, $$\sin x=x-\frac{x^3}{3!}+\frac{x^5}{5!}-\cdots$$
It seems rather messy to substitute in $\pi/2$ for $x$. So we have
$$\sin......</description><pubDate>Sun, 23 Aug 2026 08:20:32 -0400</pubDate></item><item><title>Why is a linear combination of solutions also a solution?</title><link>https://pop.com.sg/why-is-a-linear-combination-of-solutions-also-a-solution.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-a-linear-combination-of-solutions-also-a-solution.html</guid><description>I&amp;#039;m working on DEs and I&amp;#039;ve come across some speedbumps. I&amp;#039;m not very familiar with linear algebra and that might be the problem. However, I&amp;#039;m sure that there&amp;#039;s a non-linear algebra explanation t......</description><pubDate>Sun, 23 Aug 2026 08:06:51 -0400</pubDate></item><item><title>3D Coordinate Rotation Using Roll-Pitch-Yaw</title><link>https://pop.com.sg/3d-coordinate-rotation-using-roll-pitch-yaw.html</link><guid isPermaLink="true">https://pop.com.sg/3d-coordinate-rotation-using-roll-pitch-yaw.html</guid><description>Given an orthogonal unit vector triad (i,j,k) described in the 3-dimensional coordinate space (X,Y,Z), as shown below.
I need to rotate the XYZ coordinate system such that X is collinear with i, Y......</description><pubDate>Sun, 23 Aug 2026 08:02:31 -0400</pubDate></item><item><title>Area of octagon constructed in a square</title><link>https://pop.com.sg/area-of-octagon-constructed-in-a-square.html</link><guid isPermaLink="true">https://pop.com.sg/area-of-octagon-constructed-in-a-square.html</guid><description>The following picture is constructed by connecting each corner of a square with the midpoint of a side from the square that is not adjacent to the corner. These lines create the following red octag......</description><pubDate>Sun, 23 Aug 2026 07:57:10 -0400</pubDate></item><item><title>Must a complete subgraph be induced?</title><link>https://pop.com.sg/must-a-complete-subgraph-be-induced.html</link><guid isPermaLink="true">https://pop.com.sg/must-a-complete-subgraph-be-induced.html</guid><description>If we had some $K_n$ subgraph where $K_n \subseteq G$, must the complete subgraph $K_n$ be an induced subgraph from $G$? In other words, can we create a situation where we remove vertices from a si......</description><pubDate>Sun, 23 Aug 2026 07:49:50 -0400</pubDate></item><item><title>Arc length using Integration</title><link>https://pop.com.sg/arc-length-using-integration.html</link><guid isPermaLink="true">https://pop.com.sg/arc-length-using-integration.html</guid><description>In Thomas&amp;#039;s calculus $10^{th}$ edition, chapter $5$, exercises $5.3$, problem $9$, I am asked to find the length of an arc with the equation:
$$x=\int^y_0\sqrt{\sec^4(t)-1} dt$$
and $\displaystyl......</description><pubDate>Sun, 23 Aug 2026 07:42:25 -0400</pubDate></item><item><title>Express $18X^2-12X+48$ in $\mathbb{Q}[X]$ as the product of a constant polynomial and a primitive polynomial</title><link>https://pop.com.sg/express-18x-2-12x-48-in-mathbb-q-x-as-the-product-of-a-constant-polyno.html</link><guid isPermaLink="true">https://pop.com.sg/express-18x-2-12x-48-in-mathbb-q-x-as-the-product-of-a-constant-polyno.html</guid><description>I believe I get the correct answer for the following problem but the solution says it is wrong. I have no idea why. Express $18X^2-12X+48$ in $\mathbb{Z}[X]$ and in $\mathbb{Q}[X]$ as the produc......</description><pubDate>Sun, 23 Aug 2026 07:41:32 -0400</pubDate></item><item><title>Given a matrix $B$, what is $det(B^4)$?</title><link>https://pop.com.sg/given-a-matrix-b-what-is-det-b-4.html</link><guid isPermaLink="true">https://pop.com.sg/given-a-matrix-b-what-is-det-b-4.html</guid><description>My task is this:
Compute det$(B^4)$, where
$$B =\begin{pmatrix}
1 &amp;amp; 0 &amp;amp; 1\\
1 &amp;amp; 1 &amp;amp; 2\\
1 &amp;amp; 2 &amp;amp; 1
\end{pmatrix}$$
My work so far:
It can be shown that
$B =
\begin{pmat......</description><pubDate>Sun, 23 Aug 2026 07:25:17 -0400</pubDate></item><item><title>Finding the solution set for a quadratic inequality $x^2-2&lt;\frac{7}{2}x$</title><link>https://pop.com.sg/finding-the-solution-set-for-a-quadratic-inequality-x-2-2-frac-7-2-x.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-solution-set-for-a-quadratic-inequality-x-2-2-frac-7-2-x.html</guid><description>If $x^2-2&amp;lt;\frac{7}{2}x$ then what is the solution set for $x$?
I have most of the problem done, I just don&amp;#039;t know how to lay out my answer. The answer is supposed to be $$\boxed{-\frac12&amp;lt;x&amp;l......</description><pubDate>Sun, 23 Aug 2026 07:15:22 -0400</pubDate></item><item><title>Find the differential equation of all circles of radius a [closed]</title><link>https://pop.com.sg/find-the-differential-equation-of-all-circles-of-radius-a-closed.html</link><guid isPermaLink="true">https://pop.com.sg/find-the-differential-equation-of-all-circles-of-radius-a-closed.html</guid><description>Can someone please post a detailed step-by-step procedure. Given the circle with a radius a, what is the differential equation of the circle....</description><pubDate>Sun, 23 Aug 2026 07:15:14 -0400</pubDate></item><item><title>Fourier Cosine expansion of $\sin x$</title><link>https://pop.com.sg/fourier-cosine-expansion-of-sin-x.html</link><guid isPermaLink="true">https://pop.com.sg/fourier-cosine-expansion-of-sin-x.html</guid><description>Instructor mentioned something in class that got me thinking...
Why is it possible for $\sin x$ to have a Fourier Cosine expansion in $[0, \pi]$? It seems strange to me that you&amp;#039;re able to express......</description><pubDate>Sun, 23 Aug 2026 07:05:24 -0400</pubDate></item><item><title>A cardinality of a graph</title><link>https://pop.com.sg/a-cardinality-of-a-graph.html</link><guid isPermaLink="true">https://pop.com.sg/a-cardinality-of-a-graph.html</guid><description>If I have graph $G=(V,E)\\$
What is the meaning of $|G|$? (The cardinality of G).
I&amp;#039;d like to know few words about it.
Thank you!...</description><pubDate>Sun, 23 Aug 2026 07:01:08 -0400</pubDate></item><item><title>Why do 4 digit binary numbers have 16 solutions, and 3 digits 8? [closed]</title><link>https://pop.com.sg/why-do-4-digit-binary-numbers-have-16-solutions-and-3-digits-8-closed.html</link><guid isPermaLink="true">https://pop.com.sg/why-do-4-digit-binary-numbers-have-16-solutions-and-3-digits-8-closed.html</guid><description>If I have a 4 digit binary number, how come there are 16 possible &quot;numbers&quot;, and similarly, if I have a 4 digit binary number, how come there are 8 possible &quot;numbers?&quot;...</description><pubDate>Sun, 23 Aug 2026 06:51:25 -0400</pubDate></item><item><title>How do computers draw function graphs?</title><link>https://pop.com.sg/how-do-computers-draw-function-graphs.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-computers-draw-function-graphs.html</guid><description>Could anyone give me a general overview of the algorithm computers use to draw graphs?
I&amp;#039;m guessing it is either by graphing many, many points and just connecting them or by doing a general study ......</description><pubDate>Sun, 23 Aug 2026 06:48:41 -0400</pubDate></item><item><title>Does Liouville&amp;#039;s Theorem work in real analysis? </title><link>https://pop.com.sg/does-liouville-039-s-theorem-work-in-real-analysis.html</link><guid isPermaLink="true">https://pop.com.sg/does-liouville-039-s-theorem-work-in-real-analysis.html</guid><description>Liouville&amp;#039;s Theorem states that every bounded entire function must be constant. Does it work in real analysis? Justify your answer!
I asked it because Liouville&amp;#039;s Theorem is proved by complex analy......</description><pubDate>Sun, 23 Aug 2026 06:40:50 -0400</pubDate></item><item><title>linearity of determinant</title><link>https://pop.com.sg/linearity-of-determinant.html</link><guid isPermaLink="true">https://pop.com.sg/linearity-of-determinant.html</guid><description>Linearity property of Determinant function:
For an $n\times n$ matrix $A$, we can consider det$A$ as a function of the $n$ column vectors in $A$. We will show that if all columns except one are held ...</description><pubDate>Sun, 23 Aug 2026 06:35:15 -0400</pubDate></item><item><title>What is symmetric about set symmetric difference?</title><link>https://pop.com.sg/what-is-symmetric-about-set-symmetric-difference.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-symmetric-about-set-symmetric-difference.html</guid><description>Using $\Delta$ for set symmetric difference,
$A \Delta B$ is all the elements in exactly one of the sets but not all of them.
$A \Delta B \Delta C $ is all the elements in exactly one of the sets......</description><pubDate>Sun, 23 Aug 2026 06:33:52 -0400</pubDate></item><item><title>How to express the given disk $D$ in polar coordinates.</title><link>https://pop.com.sg/how-to-express-the-given-disk-d-in-polar-coordinates.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-express-the-given-disk-d-in-polar-coordinates.html</guid><description>Given $D=\{(x,y)|0\le x\le2,0\le y\le\sqrt{4-x^2}\}$
Express $D$ in polar coordinates.
I have the answer as $D=\{(r,\theta)|0\le\theta\le\dfrac{\pi}{2},0\le r\le2\}$
One more example is
$D=\{(x,y......</description><pubDate>Sun, 23 Aug 2026 06:15:49 -0400</pubDate></item><item><title>On integration when solving differential equations (specifically separable equations)</title><link>https://pop.com.sg/on-integration-when-solving-differential-equations-specifically-separa.html</link><guid isPermaLink="true">https://pop.com.sg/on-integration-when-solving-differential-equations-specifically-separa.html</guid><description>So here is the differential equation and inititial conditions: $$x \frac{\mathrm{d}y}{\mathrm{d}x}=y(3−y) $$
and $$y(2) = 2$$ We have to find the equation $y$ in terms of $x ~~[y(x)]$ that is a so......</description><pubDate>Sun, 23 Aug 2026 06:05:20 -0400</pubDate></item><item><title>Height of an isosceles trapezoid</title><link>https://pop.com.sg/height-of-an-isosceles-trapezoid.html</link><guid isPermaLink="true">https://pop.com.sg/height-of-an-isosceles-trapezoid.html</guid><description>Suppose we have an isosceles trapezoid whose length of the associated square is $20$ and the length of the hypotenuse of the triangles is $30$. I want to determine if it is possible to find the hei......</description><pubDate>Sun, 23 Aug 2026 06:05:04 -0400</pubDate></item><item><title>Learning Mathematics using only audio.</title><link>https://pop.com.sg/learning-mathematics-using-only-audio.html</link><guid isPermaLink="true">https://pop.com.sg/learning-mathematics-using-only-audio.html</guid><description>Are there any mathematics audio books or other audio sources for learning mathematics, like for example math podcasts which really go into detail. I ask this because I make about 1 hour from my hou......</description><pubDate>Sun, 23 Aug 2026 05:59:05 -0400</pubDate></item><item><title>Surface integral over graph of a function</title><link>https://pop.com.sg/surface-integral-over-graph-of-a-function.html</link><guid isPermaLink="true">https://pop.com.sg/surface-integral-over-graph-of-a-function.html</guid><description>Q: Evaluate the surface integral $\iint_S \mathbf{F}\cdot d\mathbf{S}$, where $\mathbf{F}(x,y,z)= 3x^2\mathbf{i}-2xy\mathbf{j}+8\mathbf{k}$, and $S$ is the graph of the function $z=f(x,y)=2x-y$ fo......</description><pubDate>Sun, 23 Aug 2026 05:57:12 -0400</pubDate></item><item><title>Help solving 2 second order differential equation</title><link>https://pop.com.sg/help-solving-2-second-order-differential-equation.html</link><guid isPermaLink="true">https://pop.com.sg/help-solving-2-second-order-differential-equation.html</guid><description>$y&amp;#039;&amp;#039; + (y&amp;#039;)^2 = y$
and
$y*y&amp;#039;&amp;#039;= (y&amp;#039;)^2 - (y&amp;#039;)^3$
I know that both of these equations can be solved by using
$p(y) = y&amp;#039;$, but Im getting stuck in the middle, and can&amp;#039;t seem to solve the thing aft......</description><pubDate>Sun, 23 Aug 2026 05:56:42 -0400</pubDate></item><item><title>Convert expression to NAND only</title><link>https://pop.com.sg/convert-expression-to-nand-only.html</link><guid isPermaLink="true">https://pop.com.sg/convert-expression-to-nand-only.html</guid><description>I have to convert the following to NAND only
$$\bar{A}\cdot\bar{B}\cdot\bar{C} + A\cdot\bar{B}\cdot C + A\cdot B\cdot \bar{C} + A \cdot B\cdot C$$
I&amp;#039;ve looked at the following website: http://en....</description><pubDate>Sun, 23 Aug 2026 05:48:23 -0400</pubDate></item><item><title>If $\sin \theta+\cos\theta+\tan\theta+\cot\theta+\sec\theta+\csc\theta=7$, then $\sin 2\theta$ is a root of $x^2 -44x +36=0$ My own bonafide attempt. [duplicate]</title><link>https://pop.com.sg/if-sin-theta-cos-theta-tan-theta-cot-theta-sec-theta-csc-theta-7-then-.html</link><guid isPermaLink="true">https://pop.com.sg/if-sin-theta-cos-theta-tan-theta-cot-theta-sec-theta-csc-theta-7-then-.html</guid><description>$$ 0&amp;lt;\theta&amp;lt;\pi/2$$ and $$\sin\theta+\cos\theta+\tan\theta+\cot\theta+\sec\theta+\csc\theta=7$$ then show that $\sin 2\theta$ is a root of the equation $$x^2 -44x +36=0$$
I tried to use ......</description><pubDate>Sun, 23 Aug 2026 05:41:04 -0400</pubDate></item><item><title>Which of the following statements are true about finite cyclic groups?</title><link>https://pop.com.sg/which-of-the-following-statements-are-true-about-finite-cyclic-groups.html</link><guid isPermaLink="true">https://pop.com.sg/which-of-the-following-statements-are-true-about-finite-cyclic-groups.html</guid><description>$1.$ If $G$ is a finite cyclic group, then for every subgroup $H,K$ of $G,$ we have either $H\subset K$ or $K\subset H.$
$2.$ If for every subgroup $H,K$ of a finite group $G,$ we have either $H\su......</description><pubDate>Sun, 23 Aug 2026 05:34:00 -0400</pubDate></item><item><title>dA in polar coordinates?</title><link>https://pop.com.sg/da-in-polar-coordinates.html</link><guid isPermaLink="true">https://pop.com.sg/da-in-polar-coordinates.html</guid><description>I have seen a picture for $dV$ so that $dV = r^{2} \sin(\theta)\,dr\,d\theta\,d\phi$. But how can I deduce things like $dA$ and $dV$? In a simpler coordinate (not sure about the name), $dA = r \,dr......</description><pubDate>Sun, 23 Aug 2026 05:30:08 -0400</pubDate></item><item><title>Are the domain and range of a function and its inverse always exactly swapped?</title><link>https://pop.com.sg/are-the-domain-and-range-of-a-function-and-its-inverse-always-exactly-.html</link><guid isPermaLink="true">https://pop.com.sg/are-the-domain-and-range-of-a-function-and-its-inverse-always-exactly-.html</guid><description>The function
$
f(x)=\sqrt{x+4}
$
has domain $[-4,\infty)$ and range $[0,\infty)$.
Its inverse function
$
f^{-1}(x)=x^2-4
$
by itself seems to have domain $\Bbb{R}$ and range $[-4,\infty)$.
Howeve......</description><pubDate>Sun, 23 Aug 2026 05:26:53 -0400</pubDate></item><item><title>Proving the inverse of the invertible matrix theorem?</title><link>https://pop.com.sg/proving-the-inverse-of-the-invertible-matrix-theorem.html</link><guid isPermaLink="true">https://pop.com.sg/proving-the-inverse-of-the-invertible-matrix-theorem.html</guid><description>Let $A$ be an $n \times n$ invertible matrix and $v_1,v_2,...,v_m$ an element of $\mathbb{R}^{n}$. If $\{v_1,v_2,...,v_m\}$ spans $\mathbb{R}^{n}$ then $\{Av_1, Av_2,...,Av_m\}$ also spans $\mathbb......</description><pubDate>Sun, 23 Aug 2026 05:26:39 -0400</pubDate></item><item><title>Diagonal terms of the inverse of positive definite matrix</title><link>https://pop.com.sg/diagonal-terms-of-the-inverse-of-positive-definite-matrix.html</link><guid isPermaLink="true">https://pop.com.sg/diagonal-terms-of-the-inverse-of-positive-definite-matrix.html</guid><description>I have a matrix $A = I + G$ where $G_{ii} = 0$ for all $i$, and $G_{ij} \in \{0, a\}$ with $a \in [0, 1[$, $G$ is symmetric, and such that $A$ is positive definite.
We know that the inverse of $A$,......</description><pubDate>Sun, 23 Aug 2026 05:23:46 -0400</pubDate></item><item><title>Arc length of $y = 1/3 \sqrt{x} (x-3)$</title><link>https://pop.com.sg/arc-length-of-y-1-3-sqrt-x-x-3.html</link><guid isPermaLink="true">https://pop.com.sg/arc-length-of-y-1-3-sqrt-x-x-3.html</guid><description>$y = 1/3 \sqrt{x} (x-3)$ from 1-9
In my book it is actually $x = 1/3 \sqrt{y} (y-3)$ but I prefer to work with y so I just swap the two variables and I think everything should be the same.
The fi......</description><pubDate>Sun, 23 Aug 2026 05:18:57 -0400</pubDate></item><item><title>What is the difference between $L^2$ norm and $\ell^2$ norm?</title><link>https://pop.com.sg/what-is-the-difference-between-l-2-norm-and-ell-2-norm.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-difference-between-l-2-norm-and-ell-2-norm.html</guid><description>I can find no precise definitions on the internet for the $L^2$ and $\ell^2$ norms. Certain websites keep switching between the two. Can someone please help me?...</description><pubDate>Sun, 23 Aug 2026 05:15:41 -0400</pubDate></item><item><title>How to solve trigonometric equations without a calculator? [duplicate]</title><link>https://pop.com.sg/how-to-solve-trigonometric-equations-without-a-calculator-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-solve-trigonometric-equations-without-a-calculator-duplicate.html</guid><description>How does one solve for sine, cosine, or tangent (and inverse sine, cosine, tangent) without the use of a calculatour? For example: cosine of 131 degrees — how must one calculate this?...</description><pubDate>Sun, 23 Aug 2026 04:56:01 -0400</pubDate></item><item><title>$f(x) = |x-1|$, what does $|x-1|$ mean?</title><link>https://pop.com.sg/f-x-x-1-what-does-x-1-mean.html</link><guid isPermaLink="true">https://pop.com.sg/f-x-x-1-what-does-x-1-mean.html</guid><description>The question is, &quot;Find the domain and the range of the real function $f$ defined by $f(x) = |x-1|$.
I have no idea what $|x-1|$ means, someone help me?...</description><pubDate>Sun, 23 Aug 2026 04:51:21 -0400</pubDate></item><item><title>Topological isomorphism vs isometric isomorphism</title><link>https://pop.com.sg/topological-isomorphism-vs-isometric-isomorphism.html</link><guid isPermaLink="true">https://pop.com.sg/topological-isomorphism-vs-isometric-isomorphism.html</guid><description>We say that:
$T:(X,\|\cdot\|_X)\rightarrow (Y,\|\cdot\|_Y)$ is a isometric isomorphism if it is a linear isomorphism, and it is an isometry, that is $\|T(x)\|_Y=\|x\|_X\quad \forall x\in X;$
$T:(X......</description><pubDate>Sun, 23 Aug 2026 04:49:55 -0400</pubDate></item><item><title>Find the smallest positive integer for which x mod 3 = 2 and x mod 4 = 3</title><link>https://pop.com.sg/find-the-smallest-positive-integer-for-which-x-mod-3-2-and-x-mod-4-3.html</link><guid isPermaLink="true">https://pop.com.sg/find-the-smallest-positive-integer-for-which-x-mod-3-2-and-x-mod-4-3.html</guid><description>I came across a question on a piece of homework and my solution yields no possible solutions.
Find the smallest positive integer for which
x mod 3=2 and x mod 4=3 (and then find the next one)
So I ...</description><pubDate>Sun, 23 Aug 2026 04:47:43 -0400</pubDate></item><item><title>Related Rate Question: Water is leaking out of an inverted conical tank at a rate of 9,500 cm3/min</title><link>https://pop.com.sg/related-rate-question-water-is-leaking-out-of-an-inverted-conical-tank.html</link><guid isPermaLink="true">https://pop.com.sg/related-rate-question-water-is-leaking-out-of-an-inverted-conical-tank.html</guid><description>Water is leaking out of an inverted conical tank at a rate of 9,500 cm3/min at the same time that water is being pumped into the tank at a constant rate. The tank has height 6 m and the diameter at......</description><pubDate>Sun, 23 Aug 2026 04:44:16 -0400</pubDate></item><item><title>On provability of Paris–Harrington theorem</title><link>https://pop.com.sg/on-provability-of-paris-harrington-theorem.html</link><guid isPermaLink="true">https://pop.com.sg/on-provability-of-paris-harrington-theorem.html</guid><description>It is said that the Paris–Harrington theorem is true, but not provable in Peano arithmetic. I want to ask: So how do they know that it is true if it has no proof? I cannot imagine someone knows som......</description><pubDate>Sun, 23 Aug 2026 04:41:26 -0400</pubDate></item><item><title>Normal subgroups of $S_4$</title><link>https://pop.com.sg/normal-subgroups-of-s-4.html</link><guid isPermaLink="true">https://pop.com.sg/normal-subgroups-of-s-4.html</guid><description>Can anyone tell me how to find all normal subgroups of the symmetric group $S_4$?
In particular are $H=\{e,(1 2)(3 4)\}$ and $K=\{e,(1 2)(3 4), (1 3)(2 4),(1 4)(2 3)\}$ normal subgroups?...</description><pubDate>Sun, 23 Aug 2026 04:37:03 -0400</pubDate></item><item><title>Solving heat equation using Bender-Schmidt method.</title><link>https://pop.com.sg/solving-heat-equation-using-bender-schmidt-method.html</link><guid isPermaLink="true">https://pop.com.sg/solving-heat-equation-using-bender-schmidt-method.html</guid><description>I was trying to solve this heat equation using Bender-Schmidt method $$u^{j+1} = A u^{j}+rB$$
The heat equation is $$u_{xx} = 32u_{t},0&amp;lt;x&amp;lt;1,u(x,0)=0,u(0,t)=0,u(1,t)=10+t$$taking $$h = 0.25,k......</description><pubDate>Sun, 23 Aug 2026 04:34:43 -0400</pubDate></item><item><title>Reference request for set-theoretic foundations of geometry</title><link>https://pop.com.sg/reference-request-for-set-theoretic-foundations-of-geometry.html</link><guid isPermaLink="true">https://pop.com.sg/reference-request-for-set-theoretic-foundations-of-geometry.html</guid><description>My question is,
Is it possible to define geometrical concepts (say, of Euclidean Geometry) like &amp;#039;point&amp;#039;, &amp;#039;striaght line&amp;#039; in purely set theoretic terms?
So far, I could think of the following ...</description><pubDate>Sun, 23 Aug 2026 04:29:01 -0400</pubDate></item><item><title>Dimension of $\mathbb{Q}\otimes_{\mathbb{Z}} \mathbb{Q}$ as a vector space over $\mathbb{Q}$</title><link>https://pop.com.sg/dimension-of-mathbb-q-otimes-mathbb-z-mathbb-q-as-a-vector-space-over-.html</link><guid isPermaLink="true">https://pop.com.sg/dimension-of-mathbb-q-otimes-mathbb-z-mathbb-q-as-a-vector-space-over-.html</guid><description>The following problem was subject of examination that was taken place in June. The document is here. Problem 1 states: The tensor product $\mathbb{Q}\otimes_{\mathbb Z}\mathbb{Q}$ is a vector sp......</description><pubDate>Sun, 23 Aug 2026 04:25:46 -0400</pubDate></item><item><title>Negation of for every and there exist statements [duplicate]</title><link>https://pop.com.sg/negation-of-for-every-and-there-exist-statements-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/negation-of-for-every-and-there-exist-statements-duplicate.html</guid><description>I need to find the negations of the following statements:
For every n (is an element of natural numbers) there is a prime number p such that n &amp;lt; p.
There is n (is an element of natural numbers......</description><pubDate>Sun, 23 Aug 2026 04:15:35 -0400</pubDate></item><item><title>What are the different symbols used for denoting an angle?</title><link>https://pop.com.sg/what-are-the-different-symbols-used-for-denoting-an-angle.html</link><guid isPermaLink="true">https://pop.com.sg/what-are-the-different-symbols-used-for-denoting-an-angle.html</guid><description>This is not a question involving numbers and stuff, but suddenly had this basic question in mind: What are the different symbols that different people use for denoting an angle? (I mean, we usually......</description><pubDate>Sun, 23 Aug 2026 04:08:39 -0400</pubDate></item><item><title>How do you compute numerically the Earth mover&amp;#039;s distance (EMD)?</title><link>https://pop.com.sg/how-do-you-compute-numerically-the-earth-mover-039-s-distance-emd.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-you-compute-numerically-the-earth-mover-039-s-distance-emd.html</guid><description>I was trying to compute numerically (write a program) that calculated the EMD for two probability distribution $p_X$ and $q_X$. However, I had a hard time finding an outline of how to exactly compute ...</description><pubDate>Sun, 23 Aug 2026 03:56:45 -0400</pubDate></item><item><title>Solve the inequality $25^x&gt;3000$ [closed]</title><link>https://pop.com.sg/solve-the-inequality-25-x-3000-closed.html</link><guid isPermaLink="true">https://pop.com.sg/solve-the-inequality-25-x-3000-closed.html</guid><description>Solve the inequality $25^x&amp;gt;3000$.
Note: No computer programs or calculators allowed.
I tried factoring the two, I ended up with $5^{2z}&amp;gt;2^3\cdot3\cdot5^3$, which doesn&amp;#039;t seem to help....</description><pubDate>Sun, 23 Aug 2026 03:52:27 -0400</pubDate></item><item><title>Conditional Number growth of Hilbert Matrix: Theoretical vs MatLab.</title><link>https://pop.com.sg/conditional-number-growth-of-hilbert-matrix-theoretical-vs-matlab.html</link><guid isPermaLink="true">https://pop.com.sg/conditional-number-growth-of-hilbert-matrix-theoretical-vs-matlab.html</guid><description>I need to investigate how the condition number of the Hilbert matrix grows with the size N. The Matlab command is: &quot;cond(hilb(N),2)&quot;
Compute the condition number of the Hilbert matrices Hn ∈ R, N×......</description><pubDate>Sun, 23 Aug 2026 03:37:09 -0400</pubDate></item><item><title>Intuition behind logarithm inequality: $1 - \frac1x \leq \log x \leq x-1$</title><link>https://pop.com.sg/intuition-behind-logarithm-inequality-1-frac1x-leq-log-x-leq-x-1.html</link><guid isPermaLink="true">https://pop.com.sg/intuition-behind-logarithm-inequality-1-frac1x-leq-log-x-leq-x-1.html</guid><description>One of fundamental inequalities on logarithm is:
$$ 1 - \frac1x \leq \log x \leq x-1 \quad\text{for all $x &amp;gt; 0$},$$
which you may prefer write in the form of
$$ \frac{x}{1+x} \leq \log{(1+x)} \l......</description><pubDate>Sun, 23 Aug 2026 03:32:59 -0400</pubDate></item><item><title>For $f(x) = x^{3.2}\times e^{-0.35x}$, at what $x$ value does the maximum occur</title><link>https://pop.com.sg/for-f-x-x-3-2-times-e-0-35x-at-what-x-value-does-the-maximum-occur.html</link><guid isPermaLink="true">https://pop.com.sg/for-f-x-x-3-2-times-e-0-35x-at-what-x-value-does-the-maximum-occur.html</guid><description>For $f(x) = x^{3.2}\times \mathrm{e}^{-0.35x}$, at what $x$ value does the maximum occur
for minimum or maximum $f&amp;#039;(x)=0$
this implies $3.2 x^{2.2} \mathrm{e}^{-0.35x}-x^{3.2}\mathrm{e}^{-0.35x}\......</description><pubDate>Sun, 23 Aug 2026 03:32:34 -0400</pubDate></item><item><title>Cube roots of the complex numbers 1+i?</title><link>https://pop.com.sg/cube-roots-of-the-complex-numbers-1-i.html</link><guid isPermaLink="true">https://pop.com.sg/cube-roots-of-the-complex-numbers-1-i.html</guid><description>I cant get any good reference in my books regarding cube of complex numbers. Please help me find cube roots of the Complex number i+1??...</description><pubDate>Sun, 23 Aug 2026 03:31:39 -0400</pubDate></item><item><title>Partition of an interval of $\mathbb{R}$</title><link>https://pop.com.sg/partition-of-an-interval-of-mathbb-r.html</link><guid isPermaLink="true">https://pop.com.sg/partition-of-an-interval-of-mathbb-r.html</guid><description>A partition of an inteval $[a,b]$ of $\mathbb{R}$ is generally defined as a finite sequence of the form:
$$a = x_0 &amp;lt; x_1 &amp;lt; x_2 &amp;lt; \dots &amp;lt; x_n = b$$
Then, $[a,b]$ is seen as the following......</description><pubDate>Sun, 23 Aug 2026 03:26:51 -0400</pubDate></item><item><title>Which of the $43,380$ possible nets for a dodecahedron is the narrowest?</title><link>https://pop.com.sg/which-of-the-43-380-possible-nets-for-a-dodecahedron-is-the-narrowest.html</link><guid isPermaLink="true">https://pop.com.sg/which-of-the-43-380-possible-nets-for-a-dodecahedron-is-the-narrowest.html</guid><description>I want to fit multiple regular dodecahedron nets on to an infinitely long roll of paper. I want this to result in the largest possible dodecahedrons, for a roll of a given width.
My hunch is that ......</description><pubDate>Sun, 23 Aug 2026 03:24:08 -0400</pubDate></item><item><title>If $\det(A^2)= \det(A)$, then $A^2 \in \{A, A^{-1}, -A, -A^{-1}\}$</title><link>https://pop.com.sg/if-det-a-2-det-a-then-a-2-in-a-a-1-a-a-1.html</link><guid isPermaLink="true">https://pop.com.sg/if-det-a-2-det-a-then-a-2-in-a-a-1-a-a-1.html</guid><description>Is the following statement always true?
Let $A \in GL_n( \mathbb Z)$. If $\det(A^2)= \det(A)$, then $A^2 \in \{A, A^{-1}, -A, -A^{-1}\}$ .
Note: $GL_n(\mathbb Z)$ is defined as the set of all ...</description><pubDate>Sun, 23 Aug 2026 03:18:42 -0400</pubDate></item><item><title>Find the prime factors of $3^{32}-2^{32}$</title><link>https://pop.com.sg/find-the-prime-factors-of-3-32-2-32.html</link><guid isPermaLink="true">https://pop.com.sg/find-the-prime-factors-of-3-32-2-32.html</guid><description>I&amp;#039;m having a go at BMO 2006/7 Q1 which states: &quot;Find four prime numbers less than 100 which are factors of $3^{32}-2^{32}$.&quot;
My working is as follows (basically just follows difference of two squa......</description><pubDate>Sun, 23 Aug 2026 03:14:42 -0400</pubDate></item><item><title>Classifying irreducible finite-dimensional representations of the $q$-Weyl algebra</title><link>https://pop.com.sg/classifying-irreducible-finite-dimensional-representations-of-the-q-we.html</link><guid isPermaLink="true">https://pop.com.sg/classifying-irreducible-finite-dimensional-representations-of-the-q-we.html</guid><description>I have that $A = \langle x, y : yx = qxy \rangle$ is the $q$-Weyl algebra, with basis $x^iy^j$, $i, j \in \mathbb{Z}$. The base field is $\mathbb{C}$.
I need to classify the irreducible finite-...</description><pubDate>Sun, 23 Aug 2026 03:13:54 -0400</pubDate></item><item><title>Find primitive root mod 17</title><link>https://pop.com.sg/find-primitive-root-mod-17.html</link><guid isPermaLink="true">https://pop.com.sg/find-primitive-root-mod-17.html</guid><description>I have to list the quadratic residues of $17$ and find a primitive root.
I have calculated that:
Quadratic residues $mod(17)$ are $1,2,4,8,9,13,15,16$
How am I then meant to use this to obtain a ...</description><pubDate>Sun, 23 Aug 2026 03:13:36 -0400</pubDate></item><item><title>Degree sum formula [closed]</title><link>https://pop.com.sg/degree-sum-formula-closed.html</link><guid isPermaLink="true">https://pop.com.sg/degree-sum-formula-closed.html</guid><description>Suppose the G = (V,E) is a connected graph with n vertices and n-1 edges. Use the degree-sum formula for vertices to prove that G has a vertex of degree 1.
I can&amp;#039;t seem to find where to start in t......</description><pubDate>Sun, 23 Aug 2026 03:10:44 -0400</pubDate></item><item><title>What does the small number on top of the square root symbol mean?</title><link>https://pop.com.sg/what-does-the-small-number-on-top-of-the-square-root-symbol-mean.html</link><guid isPermaLink="true">https://pop.com.sg/what-does-the-small-number-on-top-of-the-square-root-symbol-mean.html</guid><description>I just came across this annotation in my school&amp;#039;s maths compendium:
The compendium is very brief and doesn&amp;#039;t explain what this means....</description><pubDate>Sun, 23 Aug 2026 03:08:31 -0400</pubDate></item><item><title>How to recognize the language of a DFA</title><link>https://pop.com.sg/how-to-recognize-the-language-of-a-dfa.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-recognize-the-language-of-a-dfa.html</guid><description>Given the following Deterministic Finite Automata, I have to be able to tell what language the Automata accepts.image here]
As I can see, it accepts the letters a, b and c. Furthermore, my guess wo......</description><pubDate>Sun, 23 Aug 2026 02:44:20 -0400</pubDate></item><item><title>Negation of &quot;some&quot; logic statement</title><link>https://pop.com.sg/negation-of-some-logic-statement.html</link><guid isPermaLink="true">https://pop.com.sg/negation-of-some-logic-statement.html</guid><description>I need to negate the following statement : &quot;Some integers are not odd&quot;
I have the below, where O(x) is &quot;odd&quot;
$$
\exists x (\neg O(x))
$$
Would the negation be
$$
\forall x (O(x))
$$
I&amp;#039;m confused, ...</description><pubDate>Sun, 23 Aug 2026 02:38:02 -0400</pubDate></item><item><title>Linear algebra Row picture and Column picture for system of linear equations</title><link>https://pop.com.sg/linear-algebra-row-picture-and-column-picture-for-system-of-linear-equ.html</link><guid isPermaLink="true">https://pop.com.sg/linear-algebra-row-picture-and-column-picture-for-system-of-linear-equ.html</guid><description>I am presently going through Strang&amp;#039;s linear algebra book in which he explains row picture and column picture for a system of linear equations as such
For example:
$$\begin{cases} 2x + 3y = 5 \\
......</description><pubDate>Sun, 23 Aug 2026 02:26:45 -0400</pubDate></item><item><title>Negative Variance</title><link>https://pop.com.sg/negative-variance.html</link><guid isPermaLink="true">https://pop.com.sg/negative-variance.html</guid><description>I have two independent variables $X$ and $Y$.
$W=X-Y$ when $X\sim \mbox{Bernoulli}\left(1/2\right)$ and $Y\sim N(0,1)$. This puts $\operatorname{Var}(x)=1/4$ and $\operatorname{Var}(Y)=1$, but I h......</description><pubDate>Sun, 23 Aug 2026 01:54:56 -0400</pubDate></item><item><title>Pitchfork Bifurcation - subcritical and supercritical?</title><link>https://pop.com.sg/pitchfork-bifurcation-subcritical-and-supercritical.html</link><guid isPermaLink="true">https://pop.com.sg/pitchfork-bifurcation-subcritical-and-supercritical.html</guid><description>I am slightly confused about the terminology of a subcritical and supercritical pitchfork bifurcation. Consider the diagrams below:
(both pictures from wikipedia, by Claudio Rocchini, CC by 2.5......</description><pubDate>Sun, 23 Aug 2026 01:40:24 -0400</pubDate></item><item><title>Lyndon words over the binary alphabet that begin with &quot;00&quot;</title><link>https://pop.com.sg/lyndon-words-over-the-binary-alphabet-that-begin-with-00.html</link><guid isPermaLink="true">https://pop.com.sg/lyndon-words-over-the-binary-alphabet-that-begin-with-00.html</guid><description>Lydon words over the binary alphabet are strings of $1$s and $0$s such that all rotations of the word are strictly lexicographically later.
I&amp;#039;ve been looking at Lyndon words of length $n$, which are ...</description><pubDate>Sun, 23 Aug 2026 01:34:06 -0400</pubDate></item><item><title>Value of tan(pi/2) [duplicate]</title><link>https://pop.com.sg/value-of-tan-pi-2-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/value-of-tan-pi-2-duplicate.html</guid><description>I understand that this is a very stupid question but I&amp;#039;m not getting the answer.
At $x=\pi/2$, what is the value of $tan(x)$? Should it be $-\infty$ or $+\infty$?
Text tells it to be $+\infty$. ......</description><pubDate>Sun, 23 Aug 2026 01:25:42 -0400</pubDate></item><item><title>Area of circumscribed circle</title><link>https://pop.com.sg/area-of-circumscribed-circle.html</link><guid isPermaLink="true">https://pop.com.sg/area-of-circumscribed-circle.html</guid><description>I&amp;#039;m looking at the solutions for a 1989 ARML contest, and it has this question: If the area of a rectangle is 1/2 of the area of its circumscribed circle, compute the acute angle between the dia......</description><pubDate>Sun, 23 Aug 2026 01:22:25 -0400</pubDate></item><item><title>Solve Equation $3^x=2+3^{-x}$</title><link>https://pop.com.sg/solve-equation-3-x-2-3-x.html</link><guid isPermaLink="true">https://pop.com.sg/solve-equation-3-x-2-3-x.html</guid><description>Using the substitution $u=3^x$, or otherwise, solve, correct to 3 significant figures, the equation $3^x=2+3^{-x}$
My attempt:
$u=2+u^{-1}$
$u-u^{-1}=2$
$ {{u^2-1}\over {u}}=2$
$\log ({{u^2......</description><pubDate>Sun, 23 Aug 2026 01:21:24 -0400</pubDate></item><item><title>Show that limit does not exist (two variables)</title><link>https://pop.com.sg/show-that-limit-does-not-exist-two-variables.html</link><guid isPermaLink="true">https://pop.com.sg/show-that-limit-does-not-exist-two-variables.html</guid><description>I just started looking into multiple variable calculus and limits involving them. I&amp;#039;m not amazing at limits either.
I want to answer this question:
Show that the following limit does not exist
$$\......</description><pubDate>Sun, 23 Aug 2026 01:18:48 -0400</pubDate></item><item><title>Summation of n-squared, cubed, etc. [duplicate]</title><link>https://pop.com.sg/summation-of-n-squared-cubed-etc-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/summation-of-n-squared-cubed-etc-duplicate.html</guid><description>How do you in general derive a formula for summation of n-squared, n-cubed, etc...? Clear explanation with reference would be great....</description><pubDate>Sun, 23 Aug 2026 01:15:14 -0400</pubDate></item><item><title>Finding if a relation (implicit function) is an even or odd function</title><link>https://pop.com.sg/finding-if-a-relation-implicit-function-is-an-even-or-odd-function.html</link><guid isPermaLink="true">https://pop.com.sg/finding-if-a-relation-implicit-function-is-an-even-or-odd-function.html</guid><description>I have this relation, and if graphed on Desmos.com looks very symmetrical.
$$x^{\frac{2}{3}} + y^{\frac{2}{3}} = 1 $$
It has cusps(vertical tangents on the y-axis).
How can one determine if this re......</description><pubDate>Sun, 23 Aug 2026 01:07:42 -0400</pubDate></item><item><title>How to find a point between two points with given distance?</title><link>https://pop.com.sg/how-to-find-a-point-between-two-points-with-given-distance.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-a-point-between-two-points-with-given-distance.html</guid><description>Lets say I have point P1(10,10) and P2(20,20).
I want to find a P3 which is on between this two points and 3 units away from P1.
What is the formula to find P3 ?
Known values: X1, X2, Y1 , Y2, ...</description><pubDate>Sun, 23 Aug 2026 01:04:13 -0400</pubDate></item><item><title>Why is the definition of cardinal number as the set of all sets equivalent to a given set &quot;problematical&quot;?</title><link>https://pop.com.sg/why-is-the-definition-of-cardinal-number-as-the-set-of-all-sets-equiva.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-the-definition-of-cardinal-number-as-the-set-of-all-sets-equiva.html</guid><description>In Fundamentals of Mathematics, Volume 1 Foundations of Mathematics: The Real Number System and Algebra, after defining set equivalence as the ability to put the elements of the related sets in one......</description><pubDate>Sun, 23 Aug 2026 01:02:13 -0400</pubDate></item><item><title>Linear Dependence of Functions</title><link>https://pop.com.sg/linear-dependence-of-functions.html</link><guid isPermaLink="true">https://pop.com.sg/linear-dependence-of-functions.html</guid><description>I&amp;#039;m in an intro to DE class. On one of the quizzes, the professor asked us to determine whether the set of functions $\ x, x-1,$ and$\ x+3$ are linearly independent or linearly dependent on $\ (- \......</description><pubDate>Sun, 23 Aug 2026 01:02:05 -0400</pubDate></item><item><title>Definition of a Divergent Sequence</title><link>https://pop.com.sg/definition-of-a-divergent-sequence.html</link><guid isPermaLink="true">https://pop.com.sg/definition-of-a-divergent-sequence.html</guid><description>I have that the definition of a convergent sequence is:
($\exists$ L $\in$ $\mathbb{R}$)($\forall$ $\epsilon$ &gt; 0)($\exists$ N $\in$ $\mathbb{N}$)($\forall$ n $\in$ $\mathbb{N}$)[n $\ge$ N $\Right......</description><pubDate>Sun, 23 Aug 2026 01:01:07 -0400</pubDate></item><item><title>Solving equations that contain summations</title><link>https://pop.com.sg/solving-equations-that-contain-summations.html</link><guid isPermaLink="true">https://pop.com.sg/solving-equations-that-contain-summations.html</guid><description>My previous algebra course did not go over summation at all, and now that I&amp;#039;m in my new course, Discrete Math for Information Technology, we have been introduced to summation. I understand summation ...</description><pubDate>Sun, 23 Aug 2026 01:00:06 -0400</pubDate></item><item><title>4-regular planar graph is unique?</title><link>https://pop.com.sg/4-regular-planar-graph-is-unique.html</link><guid isPermaLink="true">https://pop.com.sg/4-regular-planar-graph-is-unique.html</guid><description>I&amp;#039;m working on a project for a class and as part of that project I (previously) decided to do the following problem from our textbook, Combinatorics and Graph Theory 2nd ed. by Harris, Hirst, &amp;amp; ...</description><pubDate>Sun, 23 Aug 2026 01:00:05 -0400</pubDate></item><item><title>derivation of fibonacci log(n) time sequence</title><link>https://pop.com.sg/derivation-of-fibonacci-log-n-time-sequence.html</link><guid isPermaLink="true">https://pop.com.sg/derivation-of-fibonacci-log-n-time-sequence.html</guid><description>I was trying to derive following equation to compute the nth fibonacci number in O(log(n)) time.
F(2n) = (2*F(n-1) + F(n)) * F(n)
which i found on wiki form the fibonacci matrix equation stated th......</description><pubDate>Sun, 23 Aug 2026 00:49:10 -0400</pubDate></item><item><title>Books on complex analysis (Ahlfors, Conway and Lang)</title><link>https://pop.com.sg/books-on-complex-analysis-ahlfors-conway-and-lang.html</link><guid isPermaLink="true">https://pop.com.sg/books-on-complex-analysis-ahlfors-conway-and-lang.html</guid><description>To make my question slightly different from others, I would like to know how would you rate on the complex analysis books by Ahlfors, Conway and Lang?
I had a basic course on complex analysis during ...</description><pubDate>Sun, 23 Aug 2026 00:47:24 -0400</pubDate></item><item><title>regular k-gons that can tessellate a plane</title><link>https://pop.com.sg/regular-k-gons-that-can-tessellate-a-plane.html</link><guid isPermaLink="true">https://pop.com.sg/regular-k-gons-that-can-tessellate-a-plane.html</guid><description>What is the sum of all possible values of $k$ for which regular $k-$gons can tessellate a plane?
This is one of the NAT problems. While I am familiar with tessellations, I don&amp;#039;t quite get what the......</description><pubDate>Sun, 23 Aug 2026 00:41:48 -0400</pubDate></item><item><title>Real and imaginary part of $ (1-i\sqrt{3})^6$</title><link>https://pop.com.sg/real-and-imaginary-part-of-1-i-sqrt-3-6.html</link><guid isPermaLink="true">https://pop.com.sg/real-and-imaginary-part-of-1-i-sqrt-3-6.html</guid><description>i am a bit stuck here.
As the title says i try to find out how to write complex numbers like for example$$ (1-i\sqrt{3})^6$$ in the normal representation$$ z = x + i*y$$
I already found out that ......</description><pubDate>Sun, 23 Aug 2026 00:34:48 -0400</pubDate></item><item><title>How to bisect an isosceles trapezoid into two equal area parts</title><link>https://pop.com.sg/how-to-bisect-an-isosceles-trapezoid-into-two-equal-area-parts.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-bisect-an-isosceles-trapezoid-into-two-equal-area-parts.html</guid><description>Given an isosceles trapezoid:
I want to draw a line parallel to the bases (that is, parallel to and in between AD and BC) such that the top half and the bottom half both have equal area.
Specific......</description><pubDate>Sun, 23 Aug 2026 00:34:14 -0400</pubDate></item><item><title>Show that $n-kl$ is a perfect square</title><link>https://pop.com.sg/show-that-n-kl-is-a-perfect-square.html</link><guid isPermaLink="true">https://pop.com.sg/show-that-n-kl-is-a-perfect-square.html</guid><description>I faced a doubt in this question while solving some maths problem. Please, solve it.
A natural number $n$ is chosen strictly between two consecutive perfect squares. The smaller
of these two square ...</description><pubDate>Sun, 23 Aug 2026 00:31:46 -0400</pubDate></item><item><title>What is an intermediate definition for a tangent to a curve?</title><link>https://pop.com.sg/what-is-an-intermediate-definition-for-a-tangent-to-a-curve.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-an-intermediate-definition-for-a-tangent-to-a-curve.html</guid><description>Most students come to calculus with an intuitive sense of what a tangent line should be for a curve. It is easy enough to give a definition of a tangent to a circle that is both elementary and rigo......</description><pubDate>Sun, 23 Aug 2026 00:28:07 -0400</pubDate></item><item><title>Different definitions of P-Points (ultrafilters)</title><link>https://pop.com.sg/different-definitions-of-p-points-ultrafilters.html</link><guid isPermaLink="true">https://pop.com.sg/different-definitions-of-p-points-ultrafilters.html</guid><description>Recently I have been exposed to the concept of P-Points. I have three definitions:
A non-principal ultrafilter $u$ is a P-Point if:
For every sequence $\left &amp;lt; A_n \right &amp;gt;_{n\in \omega}$ of ...</description><pubDate>Sun, 23 Aug 2026 00:25:48 -0400</pubDate></item><item><title>Clarifying the definition of the Dual Map</title><link>https://pop.com.sg/clarifying-the-definition-of-the-dual-map.html</link><guid isPermaLink="true">https://pop.com.sg/clarifying-the-definition-of-the-dual-map.html</guid><description>I would appreciate help understanding the definition of the dual map $T&amp;#039;$ as presented in Axler&amp;#039;s &amp;quot;Linear Algebra Done Right&amp;quot; 3rd ed. on page 103.
If $T \in \cal {L}$$(V,W)$ then the dua......</description><pubDate>Sun, 23 Aug 2026 00:22:53 -0400</pubDate></item><item><title>Geometric interpretation of mixed partial derivatives?</title><link>https://pop.com.sg/geometric-interpretation-of-mixed-partial-derivatives.html</link><guid isPermaLink="true">https://pop.com.sg/geometric-interpretation-of-mixed-partial-derivatives.html</guid><description>I&amp;#039;m looking for a geometric interpretation of this theorem:
My book doesn&amp;#039;t give any kind of explanation of it. Again, I&amp;#039;m not looking for a proof - I&amp;#039;m looking for a geometric interpretation.
Th......</description><pubDate>Sun, 23 Aug 2026 00:18:52 -0400</pubDate></item><item><title>Geometric understanding of differential forms.</title><link>https://pop.com.sg/geometric-understanding-of-differential-forms.html</link><guid isPermaLink="true">https://pop.com.sg/geometric-understanding-of-differential-forms.html</guid><description>I would like to understand differential forms more intuitively. I have yet to find a book which explains how the use of the exterior product in differential forms ties into the geometrical signific......</description><pubDate>Sun, 23 Aug 2026 00:18:37 -0400</pubDate></item><item><title>Given two adjacent sides of a rectangle are equivalent, prove that the quadrilateral is a square.</title><link>https://pop.com.sg/given-two-adjacent-sides-of-a-rectangle-are-equivalent-prove-that-the-.html</link><guid isPermaLink="true">https://pop.com.sg/given-two-adjacent-sides-of-a-rectangle-are-equivalent-prove-that-the-.html</guid><description>In Geometry class today, we were talking about quadrilaterals and the types of them. I was wondering that if, given a rectangle with two adjacent equal congruent sides, if that was enough to prove ......</description><pubDate>Sun, 23 Aug 2026 00:12:11 -0400</pubDate></item><item><title>When is a Power Series a Geometric Series?</title><link>https://pop.com.sg/when-is-a-power-series-a-geometric-series.html</link><guid isPermaLink="true">https://pop.com.sg/when-is-a-power-series-a-geometric-series.html</guid><description>A geometric series is one having a common ratio, right? Something like:
$$\sum_{n=0}^{\infty} ar^n$$
And a power series is one with the form:
$$\sum_{n=0}^{\infty} c_n(x-a)^n$$
Initially, I tho......</description><pubDate>Sun, 23 Aug 2026 00:04:58 -0400</pubDate></item><item><title>Rolling standard deviations</title><link>https://pop.com.sg/rolling-standard-deviations.html</link><guid isPermaLink="true">https://pop.com.sg/rolling-standard-deviations.html</guid><description>I am trying to calculate standard deviations on an array of numbers.
My psuedo code looks like this:
deviation = getStandardDeviation(array(32, 47, 42, 45, 80, 90));
In the above example, deviat......</description><pubDate>Sat, 22 Aug 2026 23:58:17 -0400</pubDate></item><item><title>How does one interpret the meaning of a stochastic derivative?</title><link>https://pop.com.sg/how-does-one-interpret-the-meaning-of-a-stochastic-derivative.html</link><guid isPermaLink="true">https://pop.com.sg/how-does-one-interpret-the-meaning-of-a-stochastic-derivative.html</guid><description>My understanding of derivatives is in the difference quotient limit sense... How does one interpret the meaning of a stochastic derivative? How can one possibly differentiate a random variable? W......</description><pubDate>Sat, 22 Aug 2026 23:47:19 -0400</pubDate></item><item><title>How to calculate the result of a recursive equation?</title><link>https://pop.com.sg/how-to-calculate-the-result-of-a-recursive-equation.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-calculate-the-result-of-a-recursive-equation.html</guid><description>I&amp;#039;m looking for a tool (like Wolfram Alpha) that can calculate the result of $ B(P,N) $
Where $B(P,N)$ is a recursive function defined as follows:
$
\left\{\begin{matrix}
B(P,N)=\frac{-(-1)^{\fra......</description><pubDate>Sat, 22 Aug 2026 23:36:56 -0400</pubDate></item><item><title>Property of the $2$-$3$-$4$ triangle and its extensions</title><link>https://pop.com.sg/property-of-the-2-3-4-triangle-and-its-extensions.html</link><guid isPermaLink="true">https://pop.com.sg/property-of-the-2-3-4-triangle-and-its-extensions.html</guid><description>I&amp;#039;m trying to answer this question but I&amp;#039;m fully stuck. I&amp;#039;ve tried to draw the diagram but it still is a mystery to me. Here is the problem:
a) Prove that the $2$-$3$-$4$ triangle has the property......</description><pubDate>Sat, 22 Aug 2026 23:36:14 -0400</pubDate></item><item><title>Why is determinant a multilinear function?</title><link>https://pop.com.sg/why-is-determinant-a-multilinear-function.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-determinant-a-multilinear-function.html</guid><description>I am trying to understand (intuitive explanation will be fine) why determinant is a multilinear function and therefore to learn how elementary row operation affect the determinant.
I understand th......</description><pubDate>Sat, 22 Aug 2026 23:27:50 -0400</pubDate></item><item><title>Closure of the union = Union of closures</title><link>https://pop.com.sg/closure-of-the-union-union-of-closures.html</link><guid isPermaLink="true">https://pop.com.sg/closure-of-the-union-union-of-closures.html</guid><description>I have seen that $\text{cl}(A\cup B)=\text{cl}(A)\cup \text{cl}(B)$. However I don&amp;#039;t see why this is true. I can see the the right to left inclusion, but I can&amp;#039;t see the inclusion from left to righ......</description><pubDate>Sat, 22 Aug 2026 23:13:55 -0400</pubDate></item><item><title>The sum of two odd numbers is even</title><link>https://pop.com.sg/the-sum-of-two-odd-numbers-is-even.html</link><guid isPermaLink="true">https://pop.com.sg/the-sum-of-two-odd-numbers-is-even.html</guid><description>I know formal ways of proving this, but I am doing research on how middle grade students create arguments to support conjectures. I would like to anticipate many more solutions before I enact the t......</description><pubDate>Sat, 22 Aug 2026 23:10:31 -0400</pubDate></item><item><title>Calculate flux through a surface</title><link>https://pop.com.sg/calculate-flux-through-a-surface.html</link><guid isPermaLink="true">https://pop.com.sg/calculate-flux-through-a-surface.html</guid><description>Part of the surface, S, is: $z=x^2+y^2$ above the disk $ \ x^2+y^2 = 1 \ $ oriented in the $\vec k$ direction. I need to set up an integrated integral to calculate the flux of $\vec F = yz\vec i+x......</description><pubDate>Sat, 22 Aug 2026 22:55:46 -0400</pubDate></item></channel></rss>