<?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>Wed, 19 Aug 2026 07:48:43 -0400</lastBuildDate><atom:link href="https://pop.com.sg/rss.xml" rel="self" type="application/rss+xml" /><item><title>How to compute two&amp;#039;s complement of a negative number?</title><link>https://pop.com.sg/how-to-compute-two-039-s-complement-of-a-negative-number.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-compute-two-039-s-complement-of-a-negative-number.html</guid><description>I made the search on here and on google and couldn&amp;#039;t find anything that answered the topic title.
From my bit of understanding, two&amp;#039;s complement can be used to make a decimal number, negative.
Wh......</description><pubDate>Wed, 19 Aug 2026 11:39:09 -0400</pubDate></item><item><title>Pseudo-arclength continuation scheme</title><link>https://pop.com.sg/pseudo-arclength-continuation-scheme.html</link><guid isPermaLink="true">https://pop.com.sg/pseudo-arclength-continuation-scheme.html</guid><description>I have implemented a simple parameter continuation scheme to find the stationary solutions of a nonlinear problem at different parameter values. However, my scheme cannot handle bifurcations - it f......</description><pubDate>Wed, 19 Aug 2026 11:36:51 -0400</pubDate></item><item><title>Similarity between Trapezoidal Sum and Riemann Sums</title><link>https://pop.com.sg/similarity-between-trapezoidal-sum-and-riemann-sums.html</link><guid isPermaLink="true">https://pop.com.sg/similarity-between-trapezoidal-sum-and-riemann-sums.html</guid><description>Is it accurate to say that a Trapezoidal Riemann Sum includes one more term than the corresponding Left, Right, or Midpoint Riemann Sum? Using the following notation for the latter three: Rieman......</description><pubDate>Wed, 19 Aug 2026 11:36:01 -0400</pubDate></item><item><title>Calculate maximum velocity given accel, decel, initial v, final position</title><link>https://pop.com.sg/calculate-maximum-velocity-given-accel-decel-initial-v-final-position.html</link><guid isPermaLink="true">https://pop.com.sg/calculate-maximum-velocity-given-accel-decel-initial-v-final-position.html</guid><description>I&amp;#039;m trying to calculate the maximum velocity of an object given:
acceleration
deceleration
starting position (0)
ending position
initial velocity
I&amp;#039;ve been trying to use formulas from:
https://...</description><pubDate>Wed, 19 Aug 2026 11:34:34 -0400</pubDate></item><item><title>Show the series an/(1-an) converges given that series an converges</title><link>https://pop.com.sg/show-the-series-an-1-an-converges-given-that-series-an-converges.html</link><guid isPermaLink="true">https://pop.com.sg/show-the-series-an-1-an-converges-given-that-series-an-converges.html</guid><description>Given that $0\le a_n\lt 1$ the series $\sum_{n=0}^{\infty} (a_n)$ converges. Show that the series $\sum_{n=0}^{\infty} \frac{a_n}{1-a_n}$ converges.
This question is supposed to be solved from first ...</description><pubDate>Wed, 19 Aug 2026 11:12:26 -0400</pubDate></item><item><title>Are category-theory and set-theory on the equal foundational footing?</title><link>https://pop.com.sg/are-category-theory-and-set-theory-on-the-equal-foundational-footing.html</link><guid isPermaLink="true">https://pop.com.sg/are-category-theory-and-set-theory-on-the-equal-foundational-footing.html</guid><description>Set-theory is widely taken to be foundational to the rest of mathematics. So is category-theory. My question is: Are they two alternative, rival candidates for the role of a foundational theory of ...</description><pubDate>Wed, 19 Aug 2026 10:56:09 -0400</pubDate></item><item><title>What do finite, infinite, countable, not countable, countably infinite mean? [duplicate]</title><link>https://pop.com.sg/what-do-finite-infinite-countable-not-countable-countably-infinite-mea.html</link><guid isPermaLink="true">https://pop.com.sg/what-do-finite-infinite-countable-not-countable-countably-infinite-mea.html</guid><description>Possible Duplicate: Different kinds of infinities?
Those terms keep confusing me. Could somebody give a clear and unambiguous definition? How do we prove a set is countable, finite, ...? I kno......</description><pubDate>Wed, 19 Aug 2026 10:54:37 -0400</pubDate></item><item><title>Is there a symbol for difference, like $\sum$ for summation?</title><link>https://pop.com.sg/is-there-a-symbol-for-difference-like-sum-for-summation.html</link><guid isPermaLink="true">https://pop.com.sg/is-there-a-symbol-for-difference-like-sum-for-summation.html</guid><description>Im curious, if there is a symbol for summation: $$\sum$$
then is there a symbol for difference? If not, if not how could I represent the difference of a sequence of numbers $(1-2-3-4-...)$?...</description><pubDate>Wed, 19 Aug 2026 10:44:27 -0400</pubDate></item><item><title>algebra trick for dividing polynomials?</title><link>https://pop.com.sg/algebra-trick-for-dividing-polynomials.html</link><guid isPermaLink="true">https://pop.com.sg/algebra-trick-for-dividing-polynomials.html</guid><description>I saw that &quot;once have a root, we can divide the polynomials&quot; and somehow
$\frac{3n^3 - 39n^2 + 360n + 20}{3(n-n_1)} = n^2 + (n_1 - 13)n + (n_1^2 - 13n_1 + 120)$ I&amp;#039;m noticing a pattern that there&amp;#039;s......</description><pubDate>Wed, 19 Aug 2026 10:37:53 -0400</pubDate></item><item><title>How does one calculate all orbits of an ODE system?</title><link>https://pop.com.sg/how-does-one-calculate-all-orbits-of-an-ode-system.html</link><guid isPermaLink="true">https://pop.com.sg/how-does-one-calculate-all-orbits-of-an-ode-system.html</guid><description>I have the following ODE system and have been tasked to find all of it&amp;#039;s orbits.
The system is $$x&amp;#039; = y(x^2 + 1)$$ $$y&amp;#039; = x(x^2 + 1)$$
From here is where I&amp;#039;m lost. I found one definition of an orbit ...</description><pubDate>Wed, 19 Aug 2026 10:35:15 -0400</pubDate></item><item><title>How to calculate curvature of Earth per surface kilometer</title><link>https://pop.com.sg/how-to-calculate-curvature-of-earth-per-surface-kilometer.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-calculate-curvature-of-earth-per-surface-kilometer.html</guid><description>I was watching a video regarding Flat Earthers giving curvatures of Earth that sounded way too big, so I decided to calculate how much the surface of Earth would drop with respect to a line perpend......</description><pubDate>Wed, 19 Aug 2026 10:35:12 -0400</pubDate></item><item><title>Does one always use augmented matrices to solve systems of linear equations?</title><link>https://pop.com.sg/does-one-always-use-augmented-matrices-to-solve-systems-of-linear-equa.html</link><guid isPermaLink="true">https://pop.com.sg/does-one-always-use-augmented-matrices-to-solve-systems-of-linear-equa.html</guid><description>The homework tag is to express that I am a student with no working knowledge of math.
I know how to use elimination to solve systems of linear equations. I set up the matrix, perform row operations ...</description><pubDate>Wed, 19 Aug 2026 10:34:18 -0400</pubDate></item><item><title>Proving the trace of a transformation is independent of the basis chosen</title><link>https://pop.com.sg/proving-the-trace-of-a-transformation-is-independent-of-the-basis-chos.html</link><guid isPermaLink="true">https://pop.com.sg/proving-the-trace-of-a-transformation-is-independent-of-the-basis-chos.html</guid><description>How would you prove the trace of a transformation from V to V (where V is finite dimensional) is independent of the basis chosen?...</description><pubDate>Wed, 19 Aug 2026 10:28:16 -0400</pubDate></item><item><title>Why are certain PDE called &quot;elliptic&quot;, &quot;hyperbolic&quot;, or &quot;parabolic&quot;?</title><link>https://pop.com.sg/why-are-certain-pde-called-elliptic-hyperbolic-or-parabolic.html</link><guid isPermaLink="true">https://pop.com.sg/why-are-certain-pde-called-elliptic-hyperbolic-or-parabolic.html</guid><description>Why are the Partial Differential Equations so named? i.e, elliptical, hyperbolic, and parabolic. I do know the condition at which a general second order partial differential equation becomes these,......</description><pubDate>Wed, 19 Aug 2026 10:12:00 -0400</pubDate></item><item><title>How do I find a perpendicular line from an equation in general form?</title><link>https://pop.com.sg/how-do-i-find-a-perpendicular-line-from-an-equation-in-general-form.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-i-find-a-perpendicular-line-from-an-equation-in-general-form.html</guid><description>Suppose I have the line $ax + bx + c = 0$. How do I find the values of $j$, $k$, and $l$ for the perpendicular line $jx + kx + l = 0$? Where the two lines cross at point $(p,q)$?
I know if the lin......</description><pubDate>Wed, 19 Aug 2026 09:53:28 -0400</pubDate></item><item><title>Projection Formula</title><link>https://pop.com.sg/projection-formula.html</link><guid isPermaLink="true">https://pop.com.sg/projection-formula.html</guid><description>Does someone know if in the problem the projection of x onto U is defined like that :
$x_u = \displaystyle \frac{\langle x,u\rangle}{u. u}$ $u$
Problem:
Let $U,V\subset\mathbb C^n$ be two subspa......</description><pubDate>Wed, 19 Aug 2026 09:49:10 -0400</pubDate></item><item><title>Probability of event occurring multiple times</title><link>https://pop.com.sg/probability-of-event-occurring-multiple-times.html</link><guid isPermaLink="true">https://pop.com.sg/probability-of-event-occurring-multiple-times.html</guid><description>I&amp;#039;m trying to calculate the probability of exactly $8$ identical independent events occurring if each has a $25\%$ chance of occurring.
To simplify, if I were rolling a four-sided die $8$ times, ......</description><pubDate>Wed, 19 Aug 2026 09:44:26 -0400</pubDate></item><item><title>Lines rotation - problem</title><link>https://pop.com.sg/lines-rotation-problem.html</link><guid isPermaLink="true">https://pop.com.sg/lines-rotation-problem.html</guid><description>Given $3$ infinite lines $L_1$, $L_2$, $L_3$ in $R^3$ ($3D$ space), each line is represented by two $3D$ points, the line $L_1$ is rotating around the axis line $L_3$ until it intersects with the l......</description><pubDate>Wed, 19 Aug 2026 09:43:30 -0400</pubDate></item><item><title>Bounded Variation is Bounded</title><link>https://pop.com.sg/bounded-variation-is-bounded.html</link><guid isPermaLink="true">https://pop.com.sg/bounded-variation-is-bounded.html</guid><description>Let $f:[a,b]\to \mathbb{R}$ and let $D=\{x_o,x_1,...,x_n\}$ be a division of $[a,b]$. We say that $f$ is of bounded variation on $[a,b]$ if $\displaystyle \sup_{D\in \mathscr{D}} \sum_{i=1}^n ......</description><pubDate>Wed, 19 Aug 2026 09:42:00 -0400</pubDate></item><item><title>Find the limit: $\lim\limits_{x\to1}\dfrac{x^{1/5}-1}{x^{1/3}-1}$</title><link>https://pop.com.sg/find-the-limit-lim-limits-x-to1-dfrac-x-1-5-1-x-1-3-1.html</link><guid isPermaLink="true">https://pop.com.sg/find-the-limit-lim-limits-x-to1-dfrac-x-1-5-1-x-1-3-1.html</guid><description>Find the limit of $$\lim_{x\to 1}\frac{x^{1/5}-1}{x^{1/3}-1}$$
How should I approach it? I tried to use L&amp;#039;Hopital&amp;#039;s Rule but it&amp;#039;s just keep giving me 0/0....</description><pubDate>Wed, 19 Aug 2026 09:30:11 -0400</pubDate></item><item><title>Given the lenght of the hypotenus and the sum of the legs find the area of right triangle</title><link>https://pop.com.sg/given-the-lenght-of-the-hypotenus-and-the-sum-of-the-legs-find-the-are.html</link><guid isPermaLink="true">https://pop.com.sg/given-the-lenght-of-the-hypotenus-and-the-sum-of-the-legs-find-the-are.html</guid><description>Given: right-angled $\triangle ABC$, the length of the hypotenuse $c = 5$ and the sum of the legs $a+b = 6$. Find the area of the triangle.
I tried creating the following system $a+b = 6; a^2+b^2 =......</description><pubDate>Wed, 19 Aug 2026 09:29:15 -0400</pubDate></item><item><title>Can someone explain the ABC conjecture to me?</title><link>https://pop.com.sg/can-someone-explain-the-abc-conjecture-to-me.html</link><guid isPermaLink="true">https://pop.com.sg/can-someone-explain-the-abc-conjecture-to-me.html</guid><description>I am an undergrad and I know that the conjecture may have been proven recently. But in reading about it, I am entirely confused as to what it means and why it is important. I was hoping some of you......</description><pubDate>Wed, 19 Aug 2026 09:25:33 -0400</pubDate></item><item><title>User Minus One-Twelfth - Mathematics Stack Exchange</title><link>https://pop.com.sg/user-minus-one-twelfth-mathematics-stack-exchange.html</link><guid isPermaLink="true">https://pop.com.sg/user-minus-one-twelfth-mathematics-stack-exchange.html</guid><description>Q&amp;A for people studying math at any level and professionals in related fields...</description><pubDate>Wed, 19 Aug 2026 09:12:02 -0400</pubDate></item><item><title>Maximum principle for harmonic functions</title><link>https://pop.com.sg/maximum-principle-for-harmonic-functions.html</link><guid isPermaLink="true">https://pop.com.sg/maximum-principle-for-harmonic-functions.html</guid><description>I know the following classical maximum principle for harmonic functions: If $\Omega \subset \mathbb{C}$ is open and connected and $u \in C^2(\Omega)$ is harmonic, then $u$ has maximum (or ...</description><pubDate>Wed, 19 Aug 2026 09:08:07 -0400</pubDate></item><item><title>What would you see inside a spherical mirror?</title><link>https://pop.com.sg/what-would-you-see-inside-a-spherical-mirror.html</link><guid isPermaLink="true">https://pop.com.sg/what-would-you-see-inside-a-spherical-mirror.html</guid><description>Image to build a huge spherical shell made of semitransparent glass, and to cover the internal part with a reflecting material.
In such structure some light can enter, and an observer inside it ......</description><pubDate>Wed, 19 Aug 2026 09:04:32 -0400</pubDate></item><item><title>How to find range of a Quadratic/Quadratic function easily without plotting its graph?</title><link>https://pop.com.sg/how-to-find-range-of-a-quadratic-quadratic-function-easily-without-plo.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-range-of-a-quadratic-quadratic-function-easily-without-plo.html</guid><description>Is there any way to find range of a Quadratic/Quadratic function, without plotting its graph?...</description><pubDate>Wed, 19 Aug 2026 09:03:48 -0400</pubDate></item><item><title>Algorithm to get the maximum size of n squares that fit into a rectangle with a given width and height</title><link>https://pop.com.sg/algorithm-to-get-the-maximum-size-of-n-squares-that-fit-into-a-rectang.html</link><guid isPermaLink="true">https://pop.com.sg/algorithm-to-get-the-maximum-size-of-n-squares-that-fit-into-a-rectang.html</guid><description>I am looking for an algorithm that can return the number of size of n squares that fit into a a rectangle of a given width and height, maximizing the use of space (thus, leaving the least amount of ...</description><pubDate>Wed, 19 Aug 2026 09:03:40 -0400</pubDate></item><item><title>Is there a variant of the dot-product operation that returns $\frac{a_1}{b_1} + \frac{a_2}{b_2}$ from vectors $[a_1,a_2]$ and $[b_1, b_2]$?</title><link>https://pop.com.sg/is-there-a-variant-of-the-dot-product-operation-that-returns-frac-a-1-.html</link><guid isPermaLink="true">https://pop.com.sg/is-there-a-variant-of-the-dot-product-operation-that-returns-frac-a-1-.html</guid><description>The dot product of $[a_1,a_2]$ and $[b_1, b_2]$ is $a_1b_1 + a_2b_2$ (and so on for bigger vectors). What I&amp;#039;m wondering is if there&amp;#039;s any definition of a function s.t. the &amp;quot;invdot&amp;quot; produc......</description><pubDate>Wed, 19 Aug 2026 08:59:02 -0400</pubDate></item><item><title>Expected value of a poisson process</title><link>https://pop.com.sg/expected-value-of-a-poisson-process.html</link><guid isPermaLink="true">https://pop.com.sg/expected-value-of-a-poisson-process.html</guid><description>I&amp;#039;ve been searching for a while but I can&amp;#039;t seem to figure out how to find the expected value of a poisson process up to an arbitrary time.
Let {$N(t),t≥0$} be a Poisson process with rate $λ$.
H......</description><pubDate>Wed, 19 Aug 2026 08:51:33 -0400</pubDate></item><item><title>Coordinate matrix of a vector in terms of a basis</title><link>https://pop.com.sg/coordinate-matrix-of-a-vector-in-terms-of-a-basis.html</link><guid isPermaLink="true">https://pop.com.sg/coordinate-matrix-of-a-vector-in-terms-of-a-basis.html</guid><description>I am taking a linear algebra class currently and working through Hoffman&amp;#039;s textbook. One of the exercises I am unsure about is, Find the coordinate matrix of the vector $\alpha=(1,0,1)$ in the b......</description><pubDate>Wed, 19 Aug 2026 08:49:40 -0400</pubDate></item><item><title>Derivative of a square root with exponential function</title><link>https://pop.com.sg/derivative-of-a-square-root-with-exponential-function.html</link><guid isPermaLink="true">https://pop.com.sg/derivative-of-a-square-root-with-exponential-function.html</guid><description>So I have the following function:
$f(x)= \sqrt{e^{2x}}$
After applying the chain rule I sit with:
$$\frac{1}{2\sqrt{e^{2x}}}2e^{2x}$$
From there I got:
$$\frac{e^{2x}}{\sqrt{e^{2x}}}$$
While ......</description><pubDate>Wed, 19 Aug 2026 08:36:38 -0400</pubDate></item><item><title>Creating truth tables variable columns</title><link>https://pop.com.sg/creating-truth-tables-variable-columns.html</link><guid isPermaLink="true">https://pop.com.sg/creating-truth-tables-variable-columns.html</guid><description>I&amp;#039;m looking for the mathematically equation/algorithm to create the variable columns in a truth table. I really want to understand how this is done, so any directions will be a plus.
Ok, so imagin......</description><pubDate>Wed, 19 Aug 2026 08:36:31 -0400</pubDate></item><item><title>Combinatorics Formula Reference</title><link>https://pop.com.sg/combinatorics-formula-reference.html</link><guid isPermaLink="true">https://pop.com.sg/combinatorics-formula-reference.html</guid><description>I&amp;#039;m trying to organize the formulas for permutations and combinations.
Let&amp;#039;s say we sample $r$ objects from an urn which contains $n$ objects, $m$ of which are duplicates. So if the objects in the......</description><pubDate>Wed, 19 Aug 2026 08:26:40 -0400</pubDate></item><item><title>How to find the point where the curvature is maximum</title><link>https://pop.com.sg/how-to-find-the-point-where-the-curvature-is-maximum.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-the-point-where-the-curvature-is-maximum.html</guid><description>How to find the point on the curve $y=e^x$ at which the curvature is maximum.
from the graph of the above curve i think at (0,1) the curvature is maximum.Is it true?
please help....</description><pubDate>Wed, 19 Aug 2026 08:24:33 -0400</pubDate></item><item><title>User lucusk - Mathematics Stack Exchange</title><link>https://pop.com.sg/user-lucusk-mathematics-stack-exchange.html</link><guid isPermaLink="true">https://pop.com.sg/user-lucusk-mathematics-stack-exchange.html</guid><description>Q&amp;A for people studying math at any level and professionals in related fields...</description><pubDate>Wed, 19 Aug 2026 08:24:30 -0400</pubDate></item><item><title>Is $x^{1/3}$ differentiable at $0$?</title><link>https://pop.com.sg/is-x-1-3-differentiable-at-0.html</link><guid isPermaLink="true">https://pop.com.sg/is-x-1-3-differentiable-at-0.html</guid><description>It occurred to me that functions that are &quot;smooth&quot; but have &quot;infinite slope&quot; may not be considered differentiable at the points where their slope is infinite. An easy example of this is $x^{1/3}$, ......</description><pubDate>Wed, 19 Aug 2026 08:21:38 -0400</pubDate></item><item><title>What is a natural isomorphism?</title><link>https://pop.com.sg/what-is-a-natural-isomorphism.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-a-natural-isomorphism.html</guid><description>I came across the adjective &quot;natural&quot; many times in my reading and I think this has something to do with category theory.
Could someone please illustrate the idea behind this adjective to me?
Many ...</description><pubDate>Wed, 19 Aug 2026 08:14:41 -0400</pubDate></item><item><title>Formal definition of “counterexample”.</title><link>https://pop.com.sg/formal-definition-of-counterexample.html</link><guid isPermaLink="true">https://pop.com.sg/formal-definition-of-counterexample.html</guid><description>What is the preferred formal definition of “counterexample” as in: zero is a counterexample for &quot;every integer is either positive or negative&quot;. Where in the literature is the notion of “counterexam......</description><pubDate>Wed, 19 Aug 2026 08:12:59 -0400</pubDate></item><item><title>Projectile motion with air resistance proportional to velocity squared, system of DE&amp;#039;s.</title><link>https://pop.com.sg/projectile-motion-with-air-resistance-proportional-to-velocity-squared.html</link><guid isPermaLink="true">https://pop.com.sg/projectile-motion-with-air-resistance-proportional-to-velocity-squared.html</guid><description>A plane flies at a constant altitude of 1000 ft with a constant speed of 300 mph. The plane drops a relief package to a person on the ground. Assume the origin is point where the supply pack is rel......</description><pubDate>Wed, 19 Aug 2026 08:11:59 -0400</pubDate></item><item><title>How to find average rate of change</title><link>https://pop.com.sg/how-to-find-average-rate-of-change.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-average-rate-of-change.html</guid><description>How would I find the average rate of change over $8$ minutes, of a person that runs at a rate of $v(t)=x\sin(x^2-7x)$ ft/min? I missed when this was taught and I have no clue on how to do it. Help......</description><pubDate>Wed, 19 Aug 2026 08:03:27 -0400</pubDate></item><item><title>How to estimate the range of a normal distribution when the mean and standard deviation are given</title><link>https://pop.com.sg/how-to-estimate-the-range-of-a-normal-distribution-when-the-mean-and-s.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-estimate-the-range-of-a-normal-distribution-when-the-mean-and-s.html</guid><description>For example, how would you respond to this question? The earnings of one-hundred workers in a company are normally distributed. If the mean of this data set is 24 and the standard deviation is 4......</description><pubDate>Wed, 19 Aug 2026 08:02:10 -0400</pubDate></item><item><title>factoring $(x^6 - y^6)$: what is going on here?</title><link>https://pop.com.sg/factoring-x-6-y-6-what-is-going-on-here.html</link><guid isPermaLink="true">https://pop.com.sg/factoring-x-6-y-6-what-is-going-on-here.html</guid><description>I apologize if this question already exists, but it was quite difficult to word.
In my math class today, we learned how to factor a difference of two perfect cubes. One of our practice questions w......</description><pubDate>Wed, 19 Aug 2026 07:55:44 -0400</pubDate></item><item><title>What does $\sin(\sin(x))$ mean?</title><link>https://pop.com.sg/what-does-sin-sin-x-mean.html</link><guid isPermaLink="true">https://pop.com.sg/what-does-sin-sin-x-mean.html</guid><description>What does an equation like $\sin(\sin(x))$ mean? I know it can be seen as a composite function $f(f(x))$, where $f(x)=\sin(x)$. Is there a way to simplify functions like this, and where will this b......</description><pubDate>Wed, 19 Aug 2026 07:54:48 -0400</pubDate></item><item><title>Binomial expansion of $(1-x)^n$</title><link>https://pop.com.sg/binomial-expansion-of-1-x-n.html</link><guid isPermaLink="true">https://pop.com.sg/binomial-expansion-of-1-x-n.html</guid><description>We&amp;#039;ve been given with following binomial expansion $$(x+1)^n= 1+ nx + \frac{n(n-1)}{ 2!}x^2 + \frac{n(n-1)(n-2)}{3!}x^3\cdots$$
How can I get the formula of $(1-x)^n$...</description><pubDate>Wed, 19 Aug 2026 07:45:22 -0400</pubDate></item><item><title>Which versions of Chernoff bound are applied to Binomial distribution in these examples?</title><link>https://pop.com.sg/which-versions-of-chernoff-bound-are-applied-to-binomial-distribution-.html</link><guid isPermaLink="true">https://pop.com.sg/which-versions-of-chernoff-bound-are-applied-to-binomial-distribution-.html</guid><description>There are several versions of Chernoff bounds. I was wodering which versions are applied to computing the probabilities of a Binomial distribution in the following two examples, but couldn&amp;#039;t. I have ...</description><pubDate>Wed, 19 Aug 2026 07:44:49 -0400</pubDate></item><item><title>Parabolic word problem</title><link>https://pop.com.sg/parabolic-word-problem.html</link><guid isPermaLink="true">https://pop.com.sg/parabolic-word-problem.html</guid><description>A rectangular barge is traveling under a bridge with a parabolic archway. The barge is 60 feet tall and 80 feet wide. The bridge is 80 feet tall and 200 feet wide.
If the barge must travel down the ...</description><pubDate>Wed, 19 Aug 2026 07:41:10 -0400</pubDate></item><item><title>Why is the expected value $E(X^2) \neq E(X)^2$?</title><link>https://pop.com.sg/why-is-the-expected-value-e-x-2-neq-e-x-2.html</link><guid isPermaLink="true">https://pop.com.sg/why-is-the-expected-value-e-x-2-neq-e-x-2.html</guid><description>I wish to use the Computational formula of the variance to calculate the variance of a normal-distributed function. For this, I need the expected value of $X$ as well as the one of $X^2$. Intuitive......</description><pubDate>Wed, 19 Aug 2026 07:40:51 -0400</pubDate></item><item><title>How to understand complex rotation?</title><link>https://pop.com.sg/how-to-understand-complex-rotation.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-understand-complex-rotation.html</guid><description>I come across A Visual, Intuitive Guide to Imaginary Numbers, and find it&amp;#039;s difficult for me to understand this section:
Let’s take a look. Suppose I’m on a boat, with a heading of 3 units East for ...</description><pubDate>Wed, 19 Aug 2026 07:38:43 -0400</pubDate></item><item><title>Finding the no of ways to count the letters in an English alphabet</title><link>https://pop.com.sg/finding-the-no-of-ways-to-count-the-letters-in-an-english-alphabet.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-no-of-ways-to-count-the-letters-in-an-english-alphabet.html</guid><description>How many strings of six lower case letters from the English
alphabet contain
a) the letter $a$?
b) the letters $a$ and $b$?
c) the letters $a$ and $b$ in consecutive positions with $a$
preceding......</description><pubDate>Wed, 19 Aug 2026 07:38:01 -0400</pubDate></item><item><title>Find an equation for the plane that contains the two (parallel) lines l(t) = (0, 1, −2) + t(2, 3, −1) and s(t) = (2, −1, 0) + t(2, 3, −1). [closed]</title><link>https://pop.com.sg/find-an-equation-for-the-plane-that-contains-the-two-parallel-lines-l-.html</link><guid isPermaLink="true">https://pop.com.sg/find-an-equation-for-the-plane-that-contains-the-two-parallel-lines-l-.html</guid><description>I&amp;#039;m don&amp;#039;t know where to start on this question and need some assistance....</description><pubDate>Wed, 19 Aug 2026 07:31:45 -0400</pubDate></item><item><title>Free lecture notes to Carl Bender&amp;#039;s Mathematical Physics video lecture course?</title><link>https://pop.com.sg/free-lecture-notes-to-carl-bender-039-s-mathematical-physics-video-lec.html</link><guid isPermaLink="true">https://pop.com.sg/free-lecture-notes-to-carl-bender-039-s-mathematical-physics-video-lec.html</guid><description>I am just watching Carl Bender&amp;#039;s Mathematical Physics video lecture course (about asymptotics and its application in physics)
http://www.perimeterscholars.org/328.html
which is great!
Are there ......</description><pubDate>Wed, 19 Aug 2026 07:12:54 -0400</pubDate></item><item><title>choose the True statement?</title><link>https://pop.com.sg/choose-the-true-statement.html</link><guid isPermaLink="true">https://pop.com.sg/choose-the-true-statement.html</guid><description>let f(z) be the meromorphic function fiven by function $f(z)=\frac{z}{(1-e^z).\sin z}.$ then choose the True statement
a) For every $ k$ $\in$ Z \ {0} ,$ z= k\pi$ is a simple pole
b) $z=......</description><pubDate>Wed, 19 Aug 2026 07:11:47 -0400</pubDate></item><item><title>Difference between arccos and Cos^-1</title><link>https://pop.com.sg/difference-between-arccos-and-cos-1.html</link><guid isPermaLink="true">https://pop.com.sg/difference-between-arccos-and-cos-1.html</guid><description>I&amp;#039;m trying to use inverse cosine, in the cosine rule to find an angle of a triange when you know 3 sides. I know this formula and have it written down. However I&amp;#039;ve left my calculator and I&amp;#039;m havin......</description><pubDate>Wed, 19 Aug 2026 07:09:14 -0400</pubDate></item><item><title>Calculus: Does the particle ever change direction? At what time intervals does velocity increase?</title><link>https://pop.com.sg/calculus-does-the-particle-ever-change-direction-at-what-time-interval.html</link><guid isPermaLink="true">https://pop.com.sg/calculus-does-the-particle-ever-change-direction-at-what-time-interval.html</guid><description>Problem: A particle moves in a straight line with position relative to the origin given by $s(t)= 2t-\frac{4}{t+1}$ cm, where $t ≥ 0$ is the time in seconds.
Here&amp;#039;s what I know:
a) Find velocity ......</description><pubDate>Wed, 19 Aug 2026 07:07:37 -0400</pubDate></item><item><title>PI Controller and finding poles of a transfer function.</title><link>https://pop.com.sg/pi-controller-and-finding-poles-of-a-transfer-function.html</link><guid isPermaLink="true">https://pop.com.sg/pi-controller-and-finding-poles-of-a-transfer-function.html</guid><description>For a Wind turbine, the transfer function is
$$G(s) = \frac{4.2(s-827)(s^2-5.4s+194)}{(s+0.2)(s^2+0.1s+482)}\;.$$
Furthermore, let $K(s) = b+c/s$ be a $PI$ controller; find
$$\frac{1}{1+GK},\qua......</description><pubDate>Wed, 19 Aug 2026 07:07:07 -0400</pubDate></item><item><title>Finding the Centre of an Abritary Set of Points in Two Dimensions</title><link>https://pop.com.sg/finding-the-centre-of-an-abritary-set-of-points-in-two-dimensions.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-centre-of-an-abritary-set-of-points-in-two-dimensions.html</guid><description>I am currently working on a program that needs to transform one set of coordinates by shifting them to the center of the screen. The points are offset from the middle of the screen - either to the ......</description><pubDate>Wed, 19 Aug 2026 07:06:34 -0400</pubDate></item><item><title>Calculate the angles of a isosceles triangle</title><link>https://pop.com.sg/calculate-the-angles-of-a-isosceles-triangle.html</link><guid isPermaLink="true">https://pop.com.sg/calculate-the-angles-of-a-isosceles-triangle.html</guid><description>In the triangle below, is there a way to calculate the $x$ and $y$?
To be more specific, $b = 12.8\rm\,cm\ $ and $h = 10\rm\,cm$, hence $a = 11.87\rm\,cm$.
I don&amp;#039;t know what to do from here....</description><pubDate>Wed, 19 Aug 2026 06:47:52 -0400</pubDate></item><item><title>Find, in radians the general solution of cos 3x = sin 5x</title><link>https://pop.com.sg/find-in-radians-the-general-solution-of-cos-3x-sin-5x.html</link><guid isPermaLink="true">https://pop.com.sg/find-in-radians-the-general-solution-of-cos-3x-sin-5x.html</guid><description>I am studying maths as a hobby. I have come across this problem:
Find a general solution for the equation cos 3x = sin 5x
I have said, $\sin 5x = \cos(\frac{\pi}{2} - 5x)$
so
$\cos 3x = \sin 5x \im......</description><pubDate>Wed, 19 Aug 2026 06:40:38 -0400</pubDate></item><item><title>Definition of Jointly Normal</title><link>https://pop.com.sg/definition-of-jointly-normal.html</link><guid isPermaLink="true">https://pop.com.sg/definition-of-jointly-normal.html</guid><description>Problem
X ~ N(0, 1)
Let W be independent of X with P(W = 1) = P(W = −1) = 1
Y = WX
It is found that Y ~ N(0,1).
Are X and Y jointly normal?
Question
Answer key said: &quot;Clearly X and Y are not ...</description><pubDate>Wed, 19 Aug 2026 06:36:59 -0400</pubDate></item><item><title>The dual transformation has the same eigenvalues</title><link>https://pop.com.sg/the-dual-transformation-has-the-same-eigenvalues.html</link><guid isPermaLink="true">https://pop.com.sg/the-dual-transformation-has-the-same-eigenvalues.html</guid><description>The Question:
Let $T:V \rightarrow W$ be a linear transformation where $V$ is a finite-dimensional vector space over the field $\Bbb F$.
(i) Prove that $\text{Im}(T&amp;#039;)=(\text{Ker}(T)) ^ \circ$
(ii) ...</description><pubDate>Wed, 19 Aug 2026 06:33:27 -0400</pubDate></item><item><title>Use LaGrange multipliers to find maximum and minimum values</title><link>https://pop.com.sg/use-lagrange-multipliers-to-find-maximum-and-minimum-values.html</link><guid isPermaLink="true">https://pop.com.sg/use-lagrange-multipliers-to-find-maximum-and-minimum-values.html</guid><description>I am having trouble understanding how to solve the problem below. Can anyone show me how to solve this? Here is the problem definition:
&quot;Use LaGrange multipliers to find the maximum and minimum ...</description><pubDate>Wed, 19 Aug 2026 06:26:28 -0400</pubDate></item><item><title>Simple asymptotic function</title><link>https://pop.com.sg/simple-asymptotic-function.html</link><guid isPermaLink="true">https://pop.com.sg/simple-asymptotic-function.html</guid><description>(I have seen this question but it is too complicated for my needs, and my math skills are not good enough to convert the answer.)
I am writing a game and I need a way to increase the armor of the ...</description><pubDate>Wed, 19 Aug 2026 06:22:51 -0400</pubDate></item><item><title>Is a line a convex set?</title><link>https://pop.com.sg/is-a-line-a-convex-set.html</link><guid isPermaLink="true">https://pop.com.sg/is-a-line-a-convex-set.html</guid><description>I was thinking about whether a $\textbf{line}$ is a convex set.
My intuition is as follows: A set is convex if it includes all convex combinations of points in the set. Or in other words, if it ...</description><pubDate>Wed, 19 Aug 2026 06:21:12 -0400</pubDate></item><item><title>Trigonometry- why we need to relate to circles</title><link>https://pop.com.sg/trigonometry-why-we-need-to-relate-to-circles.html</link><guid isPermaLink="true">https://pop.com.sg/trigonometry-why-we-need-to-relate-to-circles.html</guid><description>I&amp;#039;m a trigonometry teaching assistant this semester and have a perhaps basic question about the motivation for using the circle in the study of trigonometry. I certainly understand Pythagorean Theo......</description><pubDate>Wed, 19 Aug 2026 06:20:13 -0400</pubDate></item><item><title>Intuition of the connection between the graph Laplacian and the Laplace operator</title><link>https://pop.com.sg/intuition-of-the-connection-between-the-graph-laplacian-and-the-laplac.html</link><guid isPermaLink="true">https://pop.com.sg/intuition-of-the-connection-between-the-graph-laplacian-and-the-laplac.html</guid><description>In Physics SO the intuition of the Laplace operator (divergence of the gradient) is explained by resorting to the finite difference version: the Laplace equation is satisfied as long as the value a......</description><pubDate>Wed, 19 Aug 2026 06:17:59 -0400</pubDate></item><item><title>How do we introduce subtraction from these field axioms?</title><link>https://pop.com.sg/how-do-we-introduce-subtraction-from-these-field-axioms.html</link><guid isPermaLink="true">https://pop.com.sg/how-do-we-introduce-subtraction-from-these-field-axioms.html</guid><description>I am familiar with two different sets of field axioms. The first one is from &quot;Mathematical Analysis&quot; by Apostol. It has the first $3$ usual axioms, but the $4^{th}$ one is different:
Axiom 1:
...</description><pubDate>Wed, 19 Aug 2026 06:15:34 -0400</pubDate></item><item><title>Fraction of non integers?</title><link>https://pop.com.sg/fraction-of-non-integers.html</link><guid isPermaLink="true">https://pop.com.sg/fraction-of-non-integers.html</guid><description>By definition of a fraction, can the numerator or the denominator be a non integer ? For example, can we call the expression $\frac{\pi}{2}$ a fraction ?
The popular answer is no, but since the ca......</description><pubDate>Wed, 19 Aug 2026 06:12:37 -0400</pubDate></item><item><title>Find a vector non-orthogonal to a given set</title><link>https://pop.com.sg/find-a-vector-non-orthogonal-to-a-given-set.html</link><guid isPermaLink="true">https://pop.com.sg/find-a-vector-non-orthogonal-to-a-given-set.html</guid><description>Let $S = \{\mathbf{v}_1, \dots, \mathbf{v}_n\}$ be a set of vectors in $\mathbb{R}^{n}$. I would like to find a vector $\mathbf{u} \in \mathbb{R}^n$ such that, for all $i \in [1, n]$, $\mathbf{u}$ ......</description><pubDate>Wed, 19 Aug 2026 06:07:19 -0400</pubDate></item><item><title>Technique for finding the nth term</title><link>https://pop.com.sg/technique-for-finding-the-nth-term.html</link><guid isPermaLink="true">https://pop.com.sg/technique-for-finding-the-nth-term.html</guid><description>I&amp;#039;m a trainee teacher and I need to pass a skills test in maths, but I&amp;#039;m having trouble in this particular area of algebra in finding the nth term of any sequence. I&amp;#039;ve been given a series of quest......</description><pubDate>Wed, 19 Aug 2026 06:06:55 -0400</pubDate></item><item><title>Set notation what does the bar symbol mean?</title><link>https://pop.com.sg/set-notation-what-does-the-bar-symbol-mean.html</link><guid isPermaLink="true">https://pop.com.sg/set-notation-what-does-the-bar-symbol-mean.html</guid><description>In set notation could somebody explain the meaning of $\mid$ in the equation below please? How does it read?
I read it as $s$ and $j$ are an element of $E$ but what does the $j \mid$ mean?
Simila......</description><pubDate>Wed, 19 Aug 2026 06:06:42 -0400</pubDate></item><item><title>Finding the middle coordintes of each side of an equilateral triangle</title><link>https://pop.com.sg/finding-the-middle-coordintes-of-each-side-of-an-equilateral-triangle.html</link><guid isPermaLink="true">https://pop.com.sg/finding-the-middle-coordintes-of-each-side-of-an-equilateral-triangle.html</guid><description>I have a problem with finding the center coordinates of each side in an equilateral triangle. I&amp;#039;ve linked an image below that shows exactly which coordinates I&amp;#039;m after.
I understand that I can wor......</description><pubDate>Wed, 19 Aug 2026 06:06:08 -0400</pubDate></item><item><title>Visually prove area = 1/2 (base * height) for scalene triangle.</title><link>https://pop.com.sg/visually-prove-area-1-2-base-height-for-scalene-triangle.html</link><guid isPermaLink="true">https://pop.com.sg/visually-prove-area-1-2-base-height-for-scalene-triangle.html</guid><description>Please refer to image for explanation....</description><pubDate>Wed, 19 Aug 2026 05:39:14 -0400</pubDate></item><item><title>Show that the arithmetic mean is less or equal than the quadratic mean</title><link>https://pop.com.sg/show-that-the-arithmetic-mean-is-less-or-equal-than-the-quadratic-mean.html</link><guid isPermaLink="true">https://pop.com.sg/show-that-the-arithmetic-mean-is-less-or-equal-than-the-quadratic-mean.html</guid><description>I tried to solve this for hours but no success. Prove that the arithmetic mean is less or equal than the quadratic mean.
I am in front of this form:
$$
\left(\frac{a_1 + ... + a_n} { n}\right)^......</description><pubDate>Wed, 19 Aug 2026 05:37:41 -0400</pubDate></item><item><title>Right Angles in Circles</title><link>https://pop.com.sg/right-angles-in-circles.html</link><guid isPermaLink="true">https://pop.com.sg/right-angles-in-circles.html</guid><description>I have been posed the following conjecture:
Let $AB$ be the diameter of a circle.
Let $C$ be the mid point of the arc $AB$.
Let $D$ be somewhere on the arc $AC$ and $E$ be on the chord $DB$ such......</description><pubDate>Wed, 19 Aug 2026 05:31:54 -0400</pubDate></item><item><title>How would you explain to a 9th grader the negative exponent rule?</title><link>https://pop.com.sg/how-would-you-explain-to-a-9th-grader-the-negative-exponent-rule.html</link><guid isPermaLink="true">https://pop.com.sg/how-would-you-explain-to-a-9th-grader-the-negative-exponent-rule.html</guid><description>Let us assume that the students haven&amp;#039;t been exposed to these two rules: $a^{x+y} = a^{x}a^{y}$ and $\frac{a^x}{a^y} = a^{x-y}$. They have just been introduced to the generalization: $a^{-x} = \fra......</description><pubDate>Wed, 19 Aug 2026 05:30:20 -0400</pubDate></item><item><title>Definition of a Convex Cone</title><link>https://pop.com.sg/definition-of-a-convex-cone.html</link><guid isPermaLink="true">https://pop.com.sg/definition-of-a-convex-cone.html</guid><description>In the definition of a convex cone, given that $x,y$ belong to the convex cone $C$,then $\theta_1x+\theta_2y$ must also belong to $C$, where $\theta_1,\theta_2 &amp;gt; 0$.
What I don&amp;#039;t understand is why ...</description><pubDate>Wed, 19 Aug 2026 05:23:23 -0400</pubDate></item><item><title>How to find the fixed field?</title><link>https://pop.com.sg/how-to-find-the-fixed-field.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-find-the-fixed-field.html</guid><description>Let $\mathbb{Q}$ be the field of rational number, then the splitting field of $x^{3}-2$ over $\mathbb{Q}$ is $\mathbb{Q}[\sqrt[3]{2}, \zeta]$ where $\zeta\neq 1$ be the third root of unity.
The e......</description><pubDate>Wed, 19 Aug 2026 05:22:03 -0400</pubDate></item><item><title>What vector field property means “is the curl of another vector field?”</title><link>https://pop.com.sg/what-vector-field-property-means-is-the-curl-of-another-vector-field.html</link><guid isPermaLink="true">https://pop.com.sg/what-vector-field-property-means-is-the-curl-of-another-vector-field.html</guid><description>I know that a vector field $\mathbf{F}$ is called irrotational if $\nabla \times \mathbf{F} = \mathbf{0}$ and conservative if there exists a function $g$ such that $\nabla g = \mathbf{F}$. Under ...</description><pubDate>Wed, 19 Aug 2026 05:13:49 -0400</pubDate></item><item><title>Chinese Remainder Theorem Backwards [duplicate]</title><link>https://pop.com.sg/chinese-remainder-theorem-backwards-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/chinese-remainder-theorem-backwards-duplicate.html</guid><description>I was reading a description of the CRT which went like this
$x = a \mod p$
$x = b \mod q$
has a unique solution for $x \mod pq$
It also said - The reverse direction is trivial. Give $x \mod pq$ we ......</description><pubDate>Wed, 19 Aug 2026 05:12:17 -0400</pubDate></item><item><title>Area of a five pointed star</title><link>https://pop.com.sg/area-of-a-five-pointed-star.html</link><guid isPermaLink="true">https://pop.com.sg/area-of-a-five-pointed-star.html</guid><description>A 5 pointed star is inscribed in a circle of radius $r$.
Prove that the area of the star is
$$ \frac{10 \tan\left(\tfrac{\pi}{10}\right)}{3-\tan^2\left(\tfrac{\pi}{10}\right)} r^2
$$...</description><pubDate>Wed, 19 Aug 2026 04:57:36 -0400</pubDate></item><item><title>How to use double angle identities to find $\sin x$ and $\cos x$ from $\sin 2x $?</title><link>https://pop.com.sg/how-to-use-double-angle-identities-to-find-sin-x-and-cos-x-from-sin-2x.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-use-double-angle-identities-to-find-sin-x-and-cos-x-from-sin-2x.html</guid><description>If $\sin 2x =\frac{5}{13}$ and $0^\circ &amp;lt; x &amp;lt; 45^\circ$, find $\sin x$ and $\cos x$.
The answers should be $\frac{\sqrt{26}}{26}$ and $\frac{5\sqrt{26}}{26}$
Ideas
The idea is to use double ......</description><pubDate>Wed, 19 Aug 2026 04:56:57 -0400</pubDate></item><item><title>Graphing multivariate functions by hand? Impossible?</title><link>https://pop.com.sg/graphing-multivariate-functions-by-hand-impossible.html</link><guid isPermaLink="true">https://pop.com.sg/graphing-multivariate-functions-by-hand-impossible.html</guid><description>My question here is derivative of my last one but for increased brevity of both questions I&amp;#039;ve separated them. I&amp;#039;m exploring the following function for learning:$$f(x,\ y) = (x-2)^2 + (y-2)^2$$
An......</description><pubDate>Wed, 19 Aug 2026 04:41:56 -0400</pubDate></item><item><title>Learning functional analysis and measure theory</title><link>https://pop.com.sg/learning-functional-analysis-and-measure-theory.html</link><guid isPermaLink="true">https://pop.com.sg/learning-functional-analysis-and-measure-theory.html</guid><description>I have taken a first course in real analysis and I&amp;#039;m currently studying analysis in $\mathbb{R}^N$ on my own. I want to start functional analysis after this, and I also want to learn measure theory......</description><pubDate>Wed, 19 Aug 2026 04:41:44 -0400</pubDate></item><item><title>Proof of the right and left cancellation laws for Groups [duplicate]</title><link>https://pop.com.sg/proof-of-the-right-and-left-cancellation-laws-for-groups-duplicate.html</link><guid isPermaLink="true">https://pop.com.sg/proof-of-the-right-and-left-cancellation-laws-for-groups-duplicate.html</guid><description>I was asked to proof the right and left cancellation laws for groups, i.e. If $a,b,c \in G$ where $G$ is a group, show that $ba = ca \implies b=c $ and $ab = ac \implies b = c$
For the first p......</description><pubDate>Wed, 19 Aug 2026 04:22:34 -0400</pubDate></item><item><title>What&amp;#039;s Laplace Transform of $u(t-1)\delta(t)$?</title><link>https://pop.com.sg/what-039-s-laplace-transform-of-u-t-1-delta-t.html</link><guid isPermaLink="true">https://pop.com.sg/what-039-s-laplace-transform-of-u-t-1-delta-t.html</guid><description>If I took LT :
$L(u(t-1)\delta(t)) = u((0)-1)$ as Laplace of $\delta(t)=1$, and we substitute $t$ with zero don&amp;#039;t we get a zero answer as $u(t-1) = 0$ when $t&amp;lt;1$?
but what if I did it the othe......</description><pubDate>Wed, 19 Aug 2026 04:13:27 -0400</pubDate></item><item><title>Minimal polynomial of a 6x6 matrix?</title><link>https://pop.com.sg/minimal-polynomial-of-a-6x6-matrix.html</link><guid isPermaLink="true">https://pop.com.sg/minimal-polynomial-of-a-6x6-matrix.html</guid><description>for the matrix $$ \begin{pmatrix} 4 &amp;amp; 1 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 \\ -1 &amp;amp; 2 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0 &amp;amp; 0\\ 0 &amp;amp; 0 &amp;amp; -1 &amp;amp; -2 &amp;amp; -2 &amp;amp......</description><pubDate>Wed, 19 Aug 2026 04:11:02 -0400</pubDate></item><item><title>Why does PERT work?</title><link>https://pop.com.sg/why-does-pert-work.html</link><guid isPermaLink="true">https://pop.com.sg/why-does-pert-work.html</guid><description>e is the limit of (1+1/n)^n. So how come we do Pe^rt to calculate continuously compounded interest? The regular formula for compound interest is (1+r/n)^tn, with rate being part of the base, not the ...</description><pubDate>Wed, 19 Aug 2026 04:06:48 -0400</pubDate></item><item><title>Probability notation</title><link>https://pop.com.sg/probability-notation.html</link><guid isPermaLink="true">https://pop.com.sg/probability-notation.html</guid><description>Hey guys, I was just wondering why in my textbook(A First Course in Probability, 8th edition) and basically everywhere I&amp;#039;ve looked at when we have some random variable(assume for the sake of the ...</description><pubDate>Wed, 19 Aug 2026 04:05:04 -0400</pubDate></item><item><title>How to convert kJ/kmole to kJ/kg? [closed]</title><link>https://pop.com.sg/how-to-convert-kj-kmole-to-kj-kg-closed.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-convert-kj-kmole-to-kj-kg-closed.html</guid><description>So say I have CO2 and a value of 50 000 kJ/kmole. This is how ive converted just want to check if im right.
so..
kJ/kmole = J/mole
1 mole of CO2 = 12 +16x2 = 44g
J/.044 Kg then what would I d......</description><pubDate>Wed, 19 Aug 2026 04:04:00 -0400</pubDate></item><item><title>How many fair dice exist?</title><link>https://pop.com.sg/how-many-fair-dice-exist.html</link><guid isPermaLink="true">https://pop.com.sg/how-many-fair-dice-exist.html</guid><description>We know a coin is a fair die with a 50-50 probability for two alternatives. Similarly, all five Platonic solids are fair dice. That makes six solids that can be fair dice, but can there be more? One ...</description><pubDate>Wed, 19 Aug 2026 04:00:42 -0400</pubDate></item><item><title>Is every real root also a complex root? (Complex zeros and Fundamental Theorem of Algebra)</title><link>https://pop.com.sg/is-every-real-root-also-a-complex-root-complex-zeros-and-fundamental-t.html</link><guid isPermaLink="true">https://pop.com.sg/is-every-real-root-also-a-complex-root-complex-zeros-and-fundamental-t.html</guid><description>Stupid question about this topic: I don&amp;#039;t understand the rule that says &quot;A poly with degree N will have N complex roots&quot;. eg: $P(X)=x^5 + x^3 - 1$ is a 5th degree polynomial function, so P(x) has ...</description><pubDate>Wed, 19 Aug 2026 03:57:13 -0400</pubDate></item><item><title>Is there a technique to find a hamilton circuit in a graph?</title><link>https://pop.com.sg/is-there-a-technique-to-find-a-hamilton-circuit-in-a-graph.html</link><guid isPermaLink="true">https://pop.com.sg/is-there-a-technique-to-find-a-hamilton-circuit-in-a-graph.html</guid><description>My textbook goes in depth about how to show that a graph does NOT have a hamilton circuit, but one of its practice problems asks you to find a hamilton circuit in a graph that does have a hamilton ...</description><pubDate>Wed, 19 Aug 2026 03:47:25 -0400</pubDate></item><item><title>Proving a removable discontinuity exists</title><link>https://pop.com.sg/proving-a-removable-discontinuity-exists.html</link><guid isPermaLink="true">https://pop.com.sg/proving-a-removable-discontinuity-exists.html</guid><description>So I made up the following function as a thought exercise (for myself).
$$f(x) = 1\hspace{0.3cm} \forall\hspace{0.1cm} x = 1,2,3 \hspace{0.4cm}\text{and} \hspace{0.4cm} -1 \hspace{0.3cm}\forall \......</description><pubDate>Wed, 19 Aug 2026 03:46:36 -0400</pubDate></item><item><title>How to solve $0=\cos{2x}+\cos x$</title><link>https://pop.com.sg/how-to-solve-0-cos-2x-cos-x.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-solve-0-cos-2x-cos-x.html</guid><description>I&amp;#039;m desperately trying to solve
$$0=\cos{2x}+\cos x$$
Am I on the right track when I&amp;#039;m this far?
$$\cos x(2\cos x+1)=1$$
I don&amp;#039;t know where to go from here. What method can I use to further solve......</description><pubDate>Wed, 19 Aug 2026 03:23:46 -0400</pubDate></item><item><title>How to tell if a multivariable limit really exists?</title><link>https://pop.com.sg/how-to-tell-if-a-multivariable-limit-really-exists.html</link><guid isPermaLink="true">https://pop.com.sg/how-to-tell-if-a-multivariable-limit-really-exists.html</guid><description>Hi i&amp;#039;m having this doubt about this multivariable limit
$$ \lim\limits_{(x,y)\to(0,0)} \frac{2x^2y}{x^4+y^2} $$
If I use these two paths like let $x = y^3$ and $y=x$ I get that the limit is going......</description><pubDate>Wed, 19 Aug 2026 03:17:34 -0400</pubDate></item><item><title>Last digits of a card are the same</title><link>https://pop.com.sg/last-digits-of-a-card-are-the-same.html</link><guid isPermaLink="true">https://pop.com.sg/last-digits-of-a-card-are-the-same.html</guid><description>I have a question
If I have a certain card, with for example 10 digits.
Do you think that is it possible that someone else have the same last 4 digits of my card?
I think that is possible. Beca......</description><pubDate>Wed, 19 Aug 2026 03:01:54 -0400</pubDate></item><item><title>The sides of a pentagon are represented in centimeters by $x$, $10$, $2x$, $1$ and $3$. How many even values of $x$ ​satisfy this pentagon?</title><link>https://pop.com.sg/the-sides-of-a-pentagon-are-represented-in-centimeters-by-x-10-2x-1-an.html</link><guid isPermaLink="true">https://pop.com.sg/the-sides-of-a-pentagon-are-represented-in-centimeters-by-x-10-2x-1-an.html</guid><description>The sides of a pentagon are represented in centimeters by $x$, $10$, $2x$, $1$ and $3$. Determine how many even values of $x$ ​​are there that satisfy this pentagon.
The answer is 5.
How can I solv......</description><pubDate>Wed, 19 Aug 2026 02:52:00 -0400</pubDate></item><item><title>What is the mutual information $I(X;X)$?</title><link>https://pop.com.sg/what-is-the-mutual-information-i-x-x.html</link><guid isPermaLink="true">https://pop.com.sg/what-is-the-mutual-information-i-x-x.html</guid><description>$X$ is a random variable with normal distribution, assume $Y=X$, what is the mutual information $I(X;Y)$?
I guess that $h(Y|X)=0$ since when $X$ is known, $Y$ is completely known, so $$I(X;Y)=h(Y)......</description><pubDate>Wed, 19 Aug 2026 02:44:11 -0400</pubDate></item><item><title>L0 norm, L1 norm and L2 norm</title><link>https://pop.com.sg/l0-norm-l1-norm-and-l2-norm.html</link><guid isPermaLink="true">https://pop.com.sg/l0-norm-l1-norm-and-l2-norm.html</guid><description>For vector $\boldsymbol{x},\boldsymbol{y} \in \mathcal{R}^{n}$, if
\begin{equation}
\| \boldsymbol{x} \|_0 = \| \boldsymbol{y} \|_0
\end{equation}
What relationship will $\| \boldsymbol{x} \|_1$ a......</description><pubDate>Wed, 19 Aug 2026 02:43:20 -0400</pubDate></item><item><title>What does a compact set look like?</title><link>https://pop.com.sg/what-does-a-compact-set-look-like.html</link><guid isPermaLink="true">https://pop.com.sg/what-does-a-compact-set-look-like.html</guid><description>So for a writing assignment in one of my classes we are asked to discuss and prove some basic results about compact sets in general topological spaces. I like proving these things, but they dont he......</description><pubDate>Wed, 19 Aug 2026 02:40:13 -0400</pubDate></item></channel></rss>