Earl

930 Reputation

8 Badges

19 years, 21 days

MaplePrimes Activity


These are questions asked by Earl

From a Maple Primes answer two years ago:

f(x,y) is the equation of a line through point [m,n]. The solve command finds values of a and b for which f(x,y) are lines through [m,n] and tangent to x^2 + y^2 = r^2.

f := proc (x, y) options operator, arrow; a*(x-m)+b*(y-n) end proc

solve([f(0, 0) = r, a^2+b^2 = 1], [a, b])

These commands are far from the conventional solution. Why do they provide the correct answers?

Has anyone solved this problem from an older Putnam paper?

An ellipse sitting in the first quadrant with its major axis parallel to the x axis is tangent to the positive x and y axes.

It slides clockwise within the first quadrant while maintaining tangency to both positive axes until its major axis is parallel to the y axis.

Prove that the locus of its centre is the arc of a circle.

I have crudely animated this motion by sliding the axes around the stationary ellipse. Is there a more elegant animation which slides the ellipse against stationary axes?

In Maple 15 it seems that plottools:-transform only accepts this form of conditional statement:  

`if`(conditional expression, true expression, false expression).

Is there any way to have plottools:-transform process more than one condition? Do later versions of Maple permit this?

Running Maple15 on a five year old lap top, complicated animations are taking up to 30 seconds as shown by debugopt(traceproc) followed by showstat.

Would a discrete video card e.g. Nvidia as opposed to an integrated video card significantly reduce these times or are such times primarily dependent on processor speed?

The downloaded worksheet below displays 3 points on the unit sphere which define a solid angle with a triangular face. The sides of the solid angle's are red arcs on the surface of the sphere and red radii which outline the planar sides within the sphere.

Three questions:

1. Is there a way to make the surfaces of the solid triangle more apparent by filling them with color?

2. Is there a way to calculate the area of the face on the surface of the sphere?

3. Is there a way to calculate the volume of the solid triangle?

 

Download Mechanics;_irregular_solid_angle.mw

First 24 25 26 27 28 Page 26 of 28