• Home
  • Readings
  • Github
  • MIES
  • TmVal
  • About
Gene Dan's Blog

Monthly Archives: September 2010

You are browsing the site archives by month.

No. 29: New Page – Projects

17 September, 2010 3:49 PM / Leave a Comment / Gene Dan

Hey everyone,

I posted a new page called Projects which describes the subjects that I’m learning during my spare time. You can locate the page at the top of this site (it’s the third tab),

Enjoy!

Posted in: Logs

No. 28: Math Problem of the Day! (03.09.10)

4 September, 2010 12:56 AM / Leave a Comment / Gene Dan

Hey everyone,

Today’s problem is a proof derived from mathematical fallacy. See if you can spot the error! (Hint: you’re not Chuck Norris).

Problem 7:

Find the error in the following “proof.” Let x = y. Then:

$latex displaystyle begin{aligned} x^2&=xy,\ x^2-y^2&= xy-y^2,\ (x+y)(x-y)&= y(x-y),\ x+y&=y,\ 2y&=y,\ 2&=1. end{aligned}$

Solution 7:

We know that something is obviously wrong with this proof since we know that 2 ≠ 1. It took me a while to solve this, but after a few minutes of staring at the problem I think I’ve found the solution. Consider the following lines:

$latex displaystyle (x+y)(x-y) = y(x-y),$

$latex displaystyle x+y=y$

Here, the proof writer attempts to divide by zero. In other words:

$latex displaystyle (x+y)(x-y)(x-y)^{-1} = y(x-y)(x-y)^{-1}$

However, x = y, x – y = 0, so:

$latex displaystyle (x-y)^{-1}=text{undefined}.$

I don’t have a solutions manual for these problems, so feel free to disagree if you’re not convinced. I am, however, quite certain that this is a correct solution.

Note: I used a new command today, the begin{aligned} environment to align the equal signs in my first box of $latex LaTeX$ equations, and the target=”blank” attribute to open up links in a new window.

Posted in: Logs

No. 27: Math Problem(s) of the Day! (02.09.10)

2 September, 2010 11:42 PM / Leave a Comment / Gene Dan

Hey everyone,

I didn’t write a problem yesterday, so today I’m going to write about two famous unsolved problems in mathematics: the Twin Prime Conjecture and Goldbach’s Conjecture. These two problems are so famous because they’re simply stated, yet so seemingly difficult to solve.

Problem 4:

A twin prime is a prime number that differs from another prime number by two. A twin prime can refer to a single prime number with this property, or it can refer to a pair of prime numbers that differ by two. Are there an infinite number of twin primes? The Twin Prime Conjecture states that there are infinitely many primes p such that p+2 is also prime. Is the conjecture true?

Solution 4:

As of today, there are no proofs of the Twin Prime Conjecture accepted by the mathematical society. This is one of the oldest unsolved problems in mathematics and no one (that we know of) has been able to solve it for thousands of years! It’s my wild guess that there are an infinite number of twin primes. Mathematicians have made some progress, and have shown that there are infinitely many n such that at least two of n, n+2, n+4, and n+6 are prime.

Problem 5:

Goldbach’s Conjecture states that every even number greater than two can be written as the sum of two primes. Is Goldbach’s Conjecture true?

Solution 5:

Again, no one knows the answer to this conundrum. There’s a large prize of $1,000,000 (I fathom much more has been spent trying to solve the problem) offered to the solver! The term “solver,” however, is erroneous, because I suspect the final proof will have been the cumulative result of several mathematicians’ works over several centuries.

I don’t want to close this post without solving a problem, so today I’ll write a bonus problem proving the fact that the product of two negative numbers is a positive number.

Problem 6:

Prove that the product of two negative numbers is a positive number.

Solution 6:

If a and b are any numbers, then:

$latex displaystyle (-a) cdot (-b) +[-(a cdot b)] = (-a) cdot (-b) + (-a)cdot b$

(Associative Property)

$latex displaystyle (-a) cdot (-b) +[-(a cdot b)] = (-a) cdot [(-b)+(b)]$

(Distributive Property)

$latex displaystyle (-a) cdot (-b) +[-(a cdot b)] = (-a) cdot 0$

(Since –b + b = 0)

$latex displaystyle (-a) cdot (-b) +[-(a cdot b)] = 0$

(Since –a x 0 = 0)

$latex displaystyle (-a) cdot (-b) = (a cdot b)$

(Add a x b to both sides)

That’s why the product of two negative numbers is a positive number! Ever since kindergarten I’ve taken this fact for granted, but I’m grateful for coming across this proof now, for the sake of better understanding.

Note: I used a new command today, cdot, which specifies the dot commonly used to denote multiplication.

Posted in: Logs

No. 26: Math Problem of the Day! (31.08.10)

1 September, 2010 1:33 AM / Leave a Comment / Gene Dan

Problem 3

On January 1, 2010, Sergei signed a one-year Cable TV contract with Comcast, which specifies that he provide payments of $45 at the end of each month for 12 months, with the first payment beginning at the end of the month. If he had instead deposited these 12 monthly payments into a savings account at an annual effective interest rate of 4%, with interest paid at the end of every month, how much money would he have in the account by the end of the year?

Solution 3

The problem gives us an annual effective interest rate i=4%, but we need to know the monthly effective interest rate i(12)/12 because the payments occur every month. To find the monthly effective interest rate, we need to use the relation:

$latex (1+i)=(1+frac{i^{(m)}}{m})^{(m)}$

The left side of the equation tells us how much an account governed by an annual effective rate of interest i grows in one year. For instance, an account governed by an annual effective interest rate i will grow by (1+i)x(100%) each year. The right side of the equation tells us how much an account governed by an interest rate of i(m)/m per m-th of a year grows in one year. Using algebra to rearrange the equation, we have:

$latex displaystyle (1+i)^{frac{1}{m}}-1=frac{i^{(m)}}{m}$

By setting m=12, we can use the relationship to find the annual effective interest rate equivalent to the monthly effective rate:

$latex displaystyle (1+i)^{frac{1}{12}}-1=frac{i^{(12)}}{12}$

Setting the annual effective rate i=4%=.04 yields us:

$latex displaystyle (1+.04)^{frac{1}{12}}-1=frac{i^{(12)}}{12}approx 0.00327374$

Now that we have the monthly effective rate of interest, we can find the accumulated value of the twelve payments. Each of these payments is governed by the general accumulation formula, which yields us the total accumulated value of:

$latex displaystyle 45(1+frac{i^{(12)}}{12})^{11}+45(1+frac{i^{(12)}}{12})^{10}+dotsm+45(1+frac{i^{(12)}}{12})^1+45(1+frac{i^{(12)}}{12})^0$

Factoring out the 45 gives us:

$latex displaystyle 45[(1+frac{i^{(12)}}{12})^{11}+(1+frac{i^{(12)}}{12})^{10}+dotsm+(1+frac{i^{(12)}}{12})^1+(1+frac{i^{(12)}}{12})^0]$

We can solve this sum right now if we wanted, but the calculation is tedious if we do it now. However, there is a way to simplify the terms inside the square brackets. Notice that the sum inside the square brackets:

$latex displaystyle (1+frac{i^{(12)}}{12})^{11}+(1+frac{i^{(12)}}{12})^{10}+dotsm+(1+frac{i^{(12)}}{12})^1+(1+frac{i^{(12)}}{12})^0$

Is equal to a geometric sum beginning with 1, with common ratio (1+i(12)/12):

$latex displaystyle sum_{k=0}^{11} (1+frac{i^{(12)}}{12})^{k}=frac{(1+frac{i^{(12)}}{12})^{12}-1}{frac{i^{(12)}}{12}}$

Multiplying by 45, and substituting the value we found for i(12)/12 gives us the final result:

$latex displaystyle 45sum_{k=0}^{11} (1+frac{i^{(12)}}{12})^{k}=45left(frac{(1+frac{i^{(12)}}{12})^{12}-1}{frac{i^{(12)}}{12}}right)approx 549.8298948$

Note: I used a few new commands here, such as dotsm for center ellipsis, sum for summation, and p style=”text-align:center” since the new version of html will get rid of the old align=”center” tag.

Posted in: Logs

Archives

  • September 2023
  • February 2023
  • January 2023
  • October 2022
  • March 2022
  • February 2022
  • December 2021
  • July 2020
  • June 2020
  • May 2020
  • May 2019
  • April 2019
  • November 2018
  • September 2018
  • August 2018
  • December 2017
  • July 2017
  • March 2017
  • November 2016
  • December 2014
  • November 2014
  • October 2014
  • August 2014
  • July 2014
  • June 2014
  • February 2014
  • December 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • March 2013
  • January 2013
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • January 2011
  • December 2010
  • October 2010
  • September 2010
  • August 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • September 2009
  • August 2009
  • May 2009
  • December 2008

Categories

  • Actuarial
  • Cycling
  • Logs
  • Mathematics
  • MIES
  • Music
  • Uncategorized

Links

Cyclingnews
Jason Lee
Knitted Together
Megan Turley
Shama Cycles
Shama Cycles Blog
South Central Collegiate Cycling Conference
Texas Bicycle Racing Association
Texbiker.net
Tiffany Chan
USA Cycling
VeloNews

Texas Cycling

Cameron Lindsay
Jacob Dodson
Ken Day
Texas Cycling
Texas Cycling Blog
Whitney Schultz
© Copyright 2025 - Gene Dan's Blog
Infinity Theme by DesignCoral / WordPress