Showing posts with label z. Show all posts
Showing posts with label z. Show all posts

Sunday, June 22, 2008

Parametric Parabolas

It hasn't even been a week since we dealt with parabolas, and they come again, this time with actual numbers. The question itself isn't hard, but once again, some thinking is required.

A parabola goes through the points A(17, 3) B(34, z) C(50, -30). B is the maximum point of the parabola. Find point B and the parabola function in standard form.

As you know, a parabola can be written in two ways. One is standard form, with the a, b, and c coefficients, and one is the vertex form. To solve this question, we'll use the vertex form. This form says that the equation a parabola that has a vertex (h, k) is:
y = a(x - h)2 + k

We know h and k, so let's plug them in:
y = a(x - 34)2 + z

We have two other points, so let's use them:
3 = a(17 - 34)2 + z
2 = a(50 - 34)2 + z

3 = 289a + z
-30 = 256a + z

Subtract the second equation from the first:
33 = 33a
a = 1
3 = 289a + z
3 = 289 + z
z = -286

The function of the parabola is:
y = (x - 34)2 - 286

Open parenthese and combine like terms to switch to standard form:
y = x2 - 68x + 1156 - 286
y = x2 - 68x + 870

Nice, isn't it?
Nadav

nadavs

Saturday, June 21, 2008

Complex Numbers Brilliance

Finally, after waiting a very long time, I found a really good question with complex numbers. Usually those questions are really lame, and they are an exact copy of each other. However, today I found a really good one (like ones in super math tips), and the solution someone gave there is pure brilliance.

z is a complex number with modulus 1. Solve:
5z4 - 11z3 + 16z2 - 11z + 5 = 0


Because of its special coefficient pattern, some people factored it. But doing so takes the fun, and not everyone can spot this pattern. However, someone used the modulus property to create a truely amazing solution.

A complex number can be represented in two ways:
z = a + bi
z = r(cos θ + isin θ)

r is the modulus, and it is also given by √(a2 + b2).

Let w be the conjugate of z (which means w = a - bi). Since a2 + b2 = z * w, z * w = 1. Square that, and you get:
z2w2 = 1

Multiply the entire equation by w2 (w is non-zero because z is non-zero):
5z4w2 - 11z3w2 + 16z2w2 - 11zw2 + 5w2 = 0

Using what we showed before, this equation turns into:
5z2 - 11z + 16 - 11w + 5w2 = 0

Now it's just playing with numbers (remember that i2 = -1 by definition):
5(z2 + w2) = 11(z + w) - 16

Since z = a + bi, w = a - bi:
5((a + bi)2 + (a - bi)2) = 11(a + bi + a - bi) - 16
5(a2 + 2abi - b2 + a2 - 2abi - b2) = 11(2a) - 16
5(2a2 - 2b2) = 22a - 16
10(a2 - b2) = 22a - 16

Since √(a2 + 2) = 1, we can conclude that:
a2 + b2 = 1
b2 = 1 - a2

Plugging back into the equation:
10(a2 - 1 + a2) = 22a - 16
10(2a2 - 1) = 22a - 16
20a2 - 10 = 22a - 16
20a2 - 22a + 6 = 0
10a2 - 11a + 3 = 0
(2a - 1)(5a - 3) = 0
a = 1/2, 3/5

Now it's really easy to find b (notice that each a has two b's):
When a = 1/2:
(1/2)2 + b2 = 1
b2 = 3/4
b = ±√3/2

When a = 3/5:
(3/5)2 + b2 = 1
b2 = 16/25
b = ±4/5

The four solutions of the equation are:
z1 = 1/2 + i√3/2
z2 = 1/2 - i√3/2
z3 = 3/5 + i4/5
z4 = 3/5 - i4/5

Hope you liked it. I know I did.

Have a great, non-complex weekend,
Nadav

nadavs