Showing posts with label Polar method of tangents. Show all posts
Showing posts with label Polar method of tangents. Show all posts

Tuesday, 10 November 2009

Why Didn't I know This Already?


I was playing with a problem that Dave Renfro sent to the AP Calculus EDG and got curious about something else, and stumbled upon a simple relationship about tangents to circles that I never knew (or don't remember??? )

The problem Dave sent was about finding the common tangent to a circle centered on the origin and a parabola with a vertex at the origin. I wandered over to playing around with a general solution, and along the way I remembered a cool idea that was known way back to Apollonius, I think. If you have a parabola centered at the origin, like y=ax2, and you draw a tangent to some point, call it (p,q), then the y-intercept of that tangent line will be at (0,-q)... no matter what the value of a is. And it seems clear that a straight line that goes from (p,q) to (0,-q) must have an x-intercept at (p/2,0)

For example, if you used y=x2 at the point (2,4) the tangent would have an equation of y-4 = 4(x-2) and when x= 0, the y-intercept is at (0,-4). If instead you pick y= 3x2, when x=2, y= 12. The equation of the tangent will by y-12 = 12(x-2) and the y-intercept will be at (0,-12), the x-intercept at (1,0)in both cases.

It occurred to me that probably all the conics might have simple relationships that would predict intercepts of the tangent. So I started with a circle.... say x2+y2= r2. What happens if we pick a point (p,q)? As I wrote in a recent blog, an easy way to find the tangent to a conic is by the use of polars. If we want the tangent to a circle at a point (p,q) we need only to replace one x and one y in the equation with the values p and q. In the case of x2+y2= r2, the tangent through the point (p,q) would be px+qy=r2. Pretty easy (so why had I played with this all these years and never noticed that the x-intercept would be r2/p, and the y-intercept would be r2/q. So why had I never noticed this relationship??? (don't answer, the truth hurts)

So a simple hyperbola or ellipse could be done the same way... tooooo easy...

Saturday, 24 October 2009

A Cool Tool, Derivatives Without Calculus


After the AP Calculus exam is over and there are still a few weeks of school left, I like to show my students some interesting things that are related to calculus ideas, but have no actual calculus in them. One of those ideas is finding derivatives of polynomials using synthetic division, and another is the idea of how the Polar of a point gives the tangent line to a point on a quadratic curve without calculus.

A brief explanation for those who are not aware of this method. a standard type of problem in calculus is to take a conic, such as an ellipse, and use implicit differentiation to find the tangent line to a point on the curve. For example we might take and find the tangent at some point such as (3/sqrt(10),6/sqrt(10)). It is a nice example because most capable students can solve it for y and do the derivative of the positive half of the ellipse and find the derivative, but it is gets a little messy. Then they can do it by the implicit method and see that (assuming all was done correctly) they get the same result.. the calculus they are learning seems to agree with the stuff they already feel they know.

Now for the Polar method. It seems that if you take the equation, and replace one of the two variables in each square with the value of the point, you get the value of the tangent. For example, the tangent to is found by writing the equation . The image at top shows the ellipse and its tangent.

It seems a little harder to do with a parabola because one of the terms is not a square, but you can replace the y with (y+c)/2 (where c is the y-value at the point of tangency we seek. For example the tangent to the curve y=x2 at the point (2,4) is given by (y+4)/2 = 2x. When simplified to y=4x-4, most semi-capable calculus students will recognize that it is correct.

I was recently wondering about this idea. I had always thought it only applied to quadratics, and had never seen it applied beyond that level. I began to wonder what would happen if you applied it to a cubic, so I picked an easy one, y=x3 at the point (1,1)to see what would happen. Replacing y with (y+1)/2 and one x with 1, and another with (x+1)/2 we get (y+1)/2= (1)(x)(1+x)/2, which simplifies to y=x2 + x -1 . The two graphs are shown below.


Ok, its tangent, but not a linear tangent... that was revealing in itself.. then it hit me that the tangent to y=x2 + x -1 at (1,1) has a slope of three, so if I applied the polar approach one more time, I would get the familiar tangent line we found in calculus...

I don't yet understand how these descending degree equations tangent to the same point are related, and plan to play with them some more... if you understand a little more than I what is happening here, and how it relates to the traditional calculus, a tutorial would be appreciated. I did follow up and check it out with x3 + 3xy + y2 = 4 and the same process works for a mixed implicit function (at least it did with this one).

Enough for now, but more ahead.