• Welcome to the new Internet Infidels Discussion Board, formerly Talk Freethought.

The Math Thread

beero1000

Veteran Member
Joined
Sep 23, 2006
Messages
2,139
Location
Connecticut
Basic Beliefs
Atheist
For those interested (or bored) enough, a new thread to pose/solve math problems.

  1. Suppose the roots of the polynomial x5 + 2x4 + 3x3 + 4x2 + 5x + 6 are a, b, c, d, and e, respectively. Find a2+b2+c2+d2+e2. Bonus points: Find the harmonic mean of the roots (i.e. 5 times the reciprocal of the sum of their reciprocals).
  2. An irregular octagon is inscribed in a circle. The edge lengths of the octagon are 4,4,4,4,2,2,2,2. Find the area of the octagon. Bonus points: Find the radius of the circle.
  3. Is (14n+3)/(21n + 4) a fraction in simplest form for every n?
  4. Two unit circles pass through each other's center. Find the area of their intersection. Bonus points: Same question for 3 intersecting circles.
 
I have the solution to #1.

x^5 + 2*x^4 + 3*x^3 + 4*x^2 + 5*x + 6 = 0

http://www.mathportal.org/calculators/solving-equations/polynomial-equation-solver.php

a = -1.4918
b = 0.55169+1.25335*i
c = 0.55169-1.25335*i
d = -0.80579+1.2229*i
e = -0.80579-1.2229*i

a^2+b^2+c^2+d^2+e^2=

(-1.4918)^2+(0.55169+1.25335*i)^2+(0.55169-1.25335*i)^2+(-0.80579+1.2229*i)^2+(-0.80579-1.2229*i)^2=

(https://www.google.com/search?q=(-1...j0.330j0j7&sourceid=chrome&es_sm=122&ie=UTF-8)

-1.9999552646

approximately equals (could very well be exact solution)

-2

Google has made me an expert mathematician.

I will solve the others later.
 
I have the solution to #1.

x^5 + 2*x^4 + 3*x^3 + 4*x^2 + 5*x + 6 = 0

http://www.mathportal.org/calculators/solving-equations/polynomial-equation-solver.php

a = -1.4918
b = 0.55169+1.25335*i
c = 0.55169-1.25335*i
d = -0.80579+1.2229*i
e = -0.80579-1.2229*i

a^2+b^2+c^2+d^2+e^2=

(-1.4918)^2+(0.55169+1.25335*i)^2+(0.55169-1.25335*i)^2+(-0.80579+1.2229*i)^2+(-0.80579-1.2229*i)^2=

(https://www.google.com/search?q=(-1...j0.330j0j7&sourceid=chrome&es_sm=122&ie=UTF-8)

-1.9999552646

approximately equals (could very well be exact solution)

-2

Google has made me an expert mathematician.

I will solve the others later.

The exact value is indeed -2. The main question is ... can you prove it?
 
2. An irregular octagon is inscribed in a circle. The edge lengths of the octagon are 4,4,4,4,2,2,2,2. Find the area of the octagon. Bonus points: Find the radius of the circle.
Area = 42.627
Radius = 3.957

Or in closed form...


Area = 20 + 16 * sqrt(2)
Radius = sqrt(10 + 4 * sqrt(2))



Is (14n+3)/(21n + 4) a fraction in simplest form for every n?
Yes. Argument...

gcd(14n+3, 21n + 4)
= gcd(14n+3, 7n + 1)
= gcd(0n+1, 7n + 1)
= 1

 
4. Two unit circles pass through each other's center. Find the area of their intersection. Bonus points: Same question for 3 intersecting circles.
Two: 1.228
Three: 0.7048

Or in closed form...


Inscribe a hexagon in a unit circle. It is composed of six unit-sided equilateral triangles. Let A be the area of one of them; let B be the area of one of the six slivers outside the hexagon but inside the circle. Then

A = sqrt(3) / 4
B = pi / 6 - A

By inspection, the intersection of two unit circles is 2A + 4B; the intersection of three unit circles is A + 3B.

 
Last edited:
  1. If x,y,z are positive real numbers with xyz = 1, show that x2+y2+z2 ≤ x3+y3+z3
  2. If n is a positive even number, is 23n-1 + 5(3n) divisible by 11?
  3. What is \(\displaystyle \lim_{n\to\infty} \int_{1/(n+1)}^{1/n} \frac{\sin x}{x^3} dx\)?
  4. Find the surface area and volume of a horn torus (a circle rotated about one of its tangents).
 
An irregular octagon is inscribed in a circle. The edge lengths of the octagon are 4,4,4,4,2,2,2,2. Find the area of the octagon. Bonus points: Find the radius of the circle.
What did I do wrong?

4b + 4c = 2pi, where b is the arc of the 2 unit long line segment, and c is the other.

c = pi/2 - b

r = 2/sin(c)

r = 1/sin(b)

2sin(b) = sin(c)

2sin(b) = sin(pi/2 - b) = cos(b)

b = tan^(-1)(1/2)

r = 1/sin(b) = 2.236...

:nightmare:
 
2. If n is a positive even number, is 23n-1 + 5(3n) divisible by 11?
Yes.



Change variables and write the formula mod 11. Let n = 2m+2, m a non-negative integer. So

23n-1 + 5(3n) = 26m+5 + 5(32m+2)
= 32(26)m + 5(9)(32)m
= -1(9m) + 1(9m) (mod 11)
= 0 (mod 11)

 
2. If n is a positive even number, is 23n-1 + 5(3n) divisible by 11?
Yes.



Change variables and write the formula mod 11. Let n = 2m+2, m a non-negative integer. So

23n-1 + 5(3n) = 26m+5 + 5(32m+2)
= 32(26)m + 5(9)(32)m
= -1(9m) + 1(9m) (mod 11)
= 0 (mod 11)


I used induction.

n = 2m, where m is any natural number.

Assume, 26m - 1 + 5(32m) = 11q, where q is another natural number.

m = 1: 77 = 11q

m + 1: 26m + 5 + 5(32m + 2) = 26m - 1 + 5(32m + 2) + 11
 
Last edited:
I used induction.

n = 2m, where m is any natural number.

Assume, 26m - 1 + 5(32m) = 11q, where q is another natural number.

m = 1: 77 = 11q

m + 1: 26m + 5 + 5(32m + 2) = 26m - 1 + 5(32m + 2) + 11

You must have dropped a term -- for m=1, that equation works out to 2453 = 448.

(Which isn't to say that induction couldn't work.)

What did I do wrong? ... sin(c) ... :nightmare:
Tried to use trig! :banghead:

(Which isn't to say that trig couldn't work. But I got away with using the Pythagorean Theorem and a couple of pages of algebra.)
 
You must have dropped a term -- for m=1, that equation works out to 2453 = 448.

(Which isn't to say that induction couldn't work.)

thanks

Let/assume 26m - 1 + 5(32m) = 11q.

m + 1: 26(26m - 1) + 5(32m + 2

= 26(26m - 1) + 32*5(32m)

= 26(26m - 1) + 9(11q - 26m - 1)

= 26(26m - 1) + 9(11q) - 9(26m - 1)

= 26m - 1(26 - 9) + 9(11q)

= 26m - 1(55) + 9(11q)

= 11((26m - 1)(5) + 9q)


What did I do wrong? ... sin(c) ... :nightmare:
Tried to use trig! :banghead:

(Which isn't to say that trig couldn't work. But I got away with using the Pythagorean Theorem and a couple of pages of algebra.)

But where did I go wrong? Every step seems correct.
 
1. If x,y,z are positive real numbers with xyz = 1, show that x2+y2+z2 ≤ x3+y3+z3
Assume without loss of generality that x <= y <= z. z = 1/xy. If all three were less than 1 their product would be less than 1; likewise, if all three were greater than 1 their product would be greater than 1. Therefore x <= 1 and z >= 1. There are two cases to consider, y <= 1 and y > 1. Here's a proof for y <= 1.



To show that x2+y2+z2 <= x3+y3+z3 is to show that f = x3+y3+z3 - (x2+y2+z2) >= 0.

Let r = 1 - x, s = 1 - y, t = z - 1. r, s, t >= 0.

x(1 + r/x) = x + r = x + 1 - x = 1. Therefore 1 + r/x = 1/x. Similarly, 1 + s/y = 1/y.

z = 1/xy = (1/x)(1/y) = (1 + r/x)(1 + s/y) = 1 + r/x + s/y + rs/xy

t = r/x + s/y + rs/xy

f = x3+y3+z3 - (x2+y2+z2)

f = (1-r)3+(1-s)3+(1+t)3 - ((1-r)2+(1-s)2+(1+t)2)

f = (3 + 3(t-r-s) + 3(t2+r2+s2) + t3-r3-s3)
- (3 + 2(t-r-s) + t2+r2+s2)

f = t-r-s + 2(t2+r2+s2) + t3-r3-s3

Let g = 2(t2+r2+s2)

f = r/x + s/y + rs/xy - r - s + g + (r/x + s/y + rs/xy)3-r3-s3

(r/x + s/y + rs/xy)3 = (r/x)3 + (s/y)3 + [a series of 25 more products of sets of three terms].

Let h = that series of 25 products I'm not going to painfully write out.

f = r/x + s/y + rs/xy - r - s + g + (r/x)3 + (s/y)3 + h - r3 - s3

f = (r/x - r) + (s/y - s) + rs/xy + g + ((r/x)3 - r3) + ((s/y)3 - s3) + h

f = r(1/x - 1) + s(1/y - 1) + rs/xy + g + r3((1/x)3 - 1) + s3((1/y)3 - 1) + h

f = r(1 + r/x - 1) + s(1 + s/y - 1) + rs/xy + g + r3((1 + r/x)3 - 1) + s3((1 + s/y)3 - 1) + h

f = r(r/x) + s(s/y) + rs/xy + g + r3((1 + r/x)3 - 1) + s3((1 + s/y)3 - 1) + h

By inspection, every individual term in the above sum of terms is non-negative. Therefore f >= 0. Q.E.D.



The proof for y > 1 is analogous and is left as an exercise for the masochist. :)
 
You must have dropped a term -- for m=1, that equation works out to 2453 = 448.

(Which isn't to say that induction couldn't work.)

Induction will work, as long as he is careful with his algebra. As written, there are errors.

What did I do wrong? ... sin(c) ... :nightmare:
Tried to use trig! :banghead:

(Which isn't to say that trig couldn't work. But I got away with using the Pythagorean Theorem and a couple of pages of algebra.)

Trig will work, if you're careful, but I agree it's not the best approach.

The "sneaky" approach:

Note that the order of the sides does not matter, so take the octagon side sequence to be alternating 4's and 2's. Take a square of side s and symmetrically chop off the corners at 45 degrees. You are left with an octagon that has two groups of four equal edges, and it is clearly cyclic. We want the small sides to have length 2, so we cut \(\sqrt{2}\) off each edge. Then we want \(s - 2 \sqrt{2} = 4\), so \(s = 4 + 2\sqrt{2}\). Therefore, the area is \((4+2\sqrt{2})^2 - 4 = 20 + 16\sqrt{2}\).

The circle's radius is then \(\sqrt{(2+\sqrt{2})^2 + 2^2} = \sqrt{10 + 4\sqrt{2}}\)

 
Back
Top Bottom