PDA

Click to See Complete Forum and Search --> : most amazing problems


ququqqu
Oct 3rd, 2005, 04:01 AM
Points A and B are specified by the position vectors a and b. Then what's the
equation of the plane bisecting the segment AB perpendicularly ?



Use the relationship e^iB = cosB+isinB to express cos5B in terms of cosB
Hence show that x = COS(Pi/10)
is a root of the equation 16x^4 -20x^2 + 5 = O


Find y(x) if y(Pi)=2pi and the derivative of f(x)-y/x=xcosx

krtxmrtz
Oct 4th, 2005, 06:30 AM
Points A and B are specified by the position vectors a and b. Then what's the
equation of the plane bisecting the segment AB perpendicularly ?

For now here's my answer to the first question:

R = (a + b) / 2 + mu3 + nu3 x (b - a)

where I have represented vectors bold-faced, "R" is the position vector of a point in the plane, "x" means the cross product, u3 is a unit vector in the direction of the z axis and m and n are real parameters (i.e. by giving values to m and n all the points on the plane are obtained).

krtxmrtz
Oct 4th, 2005, 06:52 AM
Use the relationship e^iB = cosB+isinB to express cos5B in terms of cosB

eiB = cosB + isinB
ei5B = cos5B + isin5B
ei5B = (eiB)5 = (cosB + isinB)5 =

(applying Newton's binomial formula)

= cos5B + 5icos4BsinB - 10cos3Bsin2B - 10icos2Bsin3B + 5cosBsin4B + isin5B

Grouping the terms without i:

cos5B = cos5B - 10cos3Bsin2B + 5cosBsin4B

krtxmrtz
Oct 4th, 2005, 08:24 AM
Hence show that x = COS(Pi/10)
is a root of the equation 16x^4 -20x^2 + 5 = O

cos5B = cos5B - 10cos3Bsin2B + 5cosBsin4B =
cosB [cos4B - 10cos2Bsin2B + 5sin4B] =
cosB [cos4B - 10cos2B (1 - cos2B) + 5(1 - cos2B)2] =
cosB (16cos4B - 20cos2B +5)

For B=Pi/10:

cos(5*Pi/10) = cos(Pi/2) = 0

Hence, 16cos4B - 20cos2B +5 must be 0 for B = Pi/10
or, equivalently, 16x4 - 20x2 +5 must be 0 for x = cos(Pi/10) =
{Sqrt[5 + Sqrt(5)] / 2]} / 2

krtxmrtz
Oct 4th, 2005, 08:50 AM
Find y(x) if y(Pi)=2pi and the derivative of f(x)-y/x=xcosx
I'm not sure I understand this. Do you mean:
f'(x) - f(x)/x = xcosx ?
or
[f(x) - f(x)/x]' = xcosx
or...?