HSC Extension 1 and 2 Mathematics/3-Unit/Preliminary/Parametrics

From testwiki
Revision as of 04:27, 18 June 2017 by imported>PokestarFan (Adding {{BookCat}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The parametric form of a curve is an algebraic representation which expresses the co-ordinates of each point on the curve as a function of an introduced parameter, most frequently t. This contrasts with Cartesian form in that parametric equations do not describe an explicit relation between x and y. This relation must be derived in order to convert from parametric to Cartesian form.

In 3-unit, parametrics focuses on a parametric representation of the quadratic, moving from parametric to Cartesian form and vice-versa, and manipulating geometrical aspects of the quadratic with parametrics. Recognition of other parametric forms is also useful, and more forms are introduced and dealt with in the 4-unit topic, [[../../../4-Unit/Conics|conics]].

Reasons for using the parametric form

In specific situations (in the school syllabus, primarily Conic sections), the parametric representation can be useful because:

  • points on the curve are represented by a single number, not two, simplifying algebra;
  • some elegant results are possible; for instance, in the standard paramaterisation of the quadratic, the gradient is equal to the parameter, t;
  • some curves, which cannot be expressed in functional form (for example, the circle, which is neither a function of x nor of y) can be conveniently expressed in parametric form;
  • intuitively, it allows for an easier way to find points on the graph: you can sub in any value for the parameter and instantly find a point, whereas a relational form is not deterministic in the same way.

Furthermore, the parametric form occurs in certain natural phenomena. For instance, using the equations of motion, a thrown ball's location at any time can be calculated using the laws of projectile motion. This is implicitly paramaterising the ball's path by time; to find the shape of the ball's path, (which we know is a parabola) we must use parametrics, to eliminate time, t, from the equations.

Converting parametric to Cartesian forms

One of the simplest parametric forms is the line:

x=ty=t

By inspection, it is obvious that this describes the line y=x. However, what is the formalised approach for doing this?

We are looking for some relation between x and y which has no t in it. In other words, we want to eliminate t from the equations. In the above example, we did this by equating the first and second equations, eliminating t.

Another example:

x=3t+1y=9t21

We solve equation 1 for t, and substitute into equation 2:

x=3t+1t=x13

Sub into equation 2:

y=9t21=9(x13)21=x22x+11=x22x

Here we have a Cartesian form, as required.

Three standard parametric forms

These parametric forms occur frequently, and should be recognised by 3- and 4-unit students.

Parabola

The standard paramaterisation of the parabola describes one with focal length a and with its vertex at the origin. In Cartesian form, this is given as

x2=4ay

In parametric form, this is given as

x=2aty=at2

Eliminating t allows us to verify that this is equivalent to the Cartesian form:

x=2atx2=4a2t2=4a(at2)=4ay

as required.

Circle

Diagram of a circle, indicating the geometrical meaning of the parameter

The circle with radius r and center at the origin can be written in Cartesian form as

x2+y2=r2

Introducing the parameter, θ, this is:

x=rcosθy=rsinθ

We convert to Cartesian as follows:

x2=r2cos2θy2=r2sin2θx2+y2=r2cos2θ+r2sin2θ=r2(cos2θ+sin2θ)

Recalling the trig identity,

sin2θ+cos2θ=1

we conclude

x2+y2=r2

as required.

Geometrical interpretation

Unlike most parametrics, the conic sections are paramaterised by θ instead of t. For the circle, this implies a geometric representation: θ represents the angle the point makes with the x axis.

Ellipse

Conceptually, an ellipse is just a 'squished' circle. The parametric form makes this clear:

x=acosθy=bsinθ

The cos and sin are still there, but they are now multiplied by different constants so that the x and y components are stretched differently. We can turn this into the parametric form in a similar fashion to the circle:

x2=a2cos2θy2=b2sin2θx2a2+y2b2=cos2θ+sin2θ=1

which is the standard form of an ellipse, with x and y intercepts at ±a and ±b, respectively.

Properties of the parabola

3-Unit students are expected to remember the parametric description of a parabola (x=2at,y=at2). They are also expected to know (and/or be able to quickly derive) the equations of the tangent and the normal to the parabola at the point t and at the point (x1,y1).

Derivation of equations of the tangent and the normal

Differentiating each parametric equation with respect to t,

dydt=2atdxdt=2a

Then the gradient dydx can be obtained by dividing dydt by dxdt (this is the chain rule):

dydx=dydtdtdx=2at112a=t

Note that this result could have been derived without the chain rule, by taking the derivative of the Cartesian form (with respect to x) and solving for t. However, the above derivation is faster and more elegant.

The equation of the tangent at P

Diagram of a parabola, showing the normal and tangent at a point P

The gradient of the tangent at a point P(2at,at2) then is t. The equation of the tangent at P is:

Using the point-gradient formula yy1=m(xx1), the equation is:
yat2=t(x2at)=tx2at2y+at2=txytx+at2=0 or y=xtat2

The equation of the normal at P

The gradient of the normal at the point P is 1t (since two perpendicular lines with gradients m1 and m2 must have m1m2=1). Similarly to the derivation of the equation of the tangent:

yat2=1t(x2at)=xt+2attytat3=x+2atyt+xat(t2+2)=0or x+ty=2at+at3

Chords of a parabola

Diagram of a parabola, a chord PQ

Suppose that P(2ap,ap2) and Q(2aq,aq2) are two distinct points on the parabola x2=4ay. We can derive the equation for the line PQ by finding the gradient and using the point-gradient formula:

m=ap2aq22ap2aq=a(pq)(p+q)2a(pq)=12(p+q)

so the chord is

yap2=12(p+q)(x2ap)=12(p+q)xap2apqy=12(p+q)xapq

Intersection of tangents

The points P(2ap,ap2) and Q(2aq,aq2) lie on the parabola x2=4ay. The intersection of the tangents at P and Q can be found in terms of p and q:

The tangents are:
y=pxap2y=qxaq2
Subtracting these,
yy=pxap2(qxaq2)0=pxap2qx+aq20=pxqx+aq2ap2x(pq)=a(p2q2)x(pq)=a(p+q)(pq)x=a(p+q)
Substituting into the original tangent formula,
y=p(a(p+q))ap2=ap(p+q)ap2=ap2+apqap2=apq

So the point of intersection is described by T(a(p+q),apq).

Template:BookCat