DOC PREVIEW
MIT 18 01 - Problem Set 6

This preview shows page 1-2 out of 6 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 6 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

� � 18.01 Calculus Jason Starr Fall 2005 Lecture 21. November 3, 2005 Homework. Problem Set 6 Part I: (a) - (e); Part II: Problem 1. Practice Problems. Course Reader: 4E-2, 4E-5, 4E-7, 4F-1, 4F-6. 1. Parametric equations. To this point in the course, plane curves were specified in 1 of 2 ways. The explicit form, or graph form of a curve in Cartesian coordinates is the common form, y = f(x), a ≤ x ≤ b. The implicit form of a curve in Cartesian coordinates is as the set of all solutions of an equation, F (x, y) = 0. Often a subset of this curve is specified by imposing extra conditions, e.g., the upper unit semicircle is the set of solutions of x2 + y2 = 1 satisfying the e xtra condition y > 0. There is a third important way to specify a curve: using parametric equations. Given a parameter t varying in an interval a ≤ t ≤ b and give n functions f(t) and g(t) on this interval, the associated parametric curve, x = f(t), y = g(t) is simply the set of all pairs (x, y) = (f(t), g(t)) as t varies over the interval a ≤ t ≤ b. We consider only the case where f(t) and g(t) are piecewise differentiable functions (more advanced courses discuss some pitfalls if f(t) and g(t) are merely continuous functions). Examples. A. One specification of the points on the circle of radius r centered at (0, 0) is using the angle θ. This gives rise to a parametric equation with parameter θ, x = r cos(θ), y = r sin(θ)0 ≤ θ < 2π.� 18.01 Calculus Jason Starr Fall 2005 B. An ellipse centered at (0, 0) whose axes equal the coordinate axes has a parametric equation, x = a cos(θ), y = b sin(θ)0 ≤ θ < 2π. C. A projectile is launched from an initial position of (x0, y0) with an initial velocity vector of magnitude v0 at an angle α to the horizontal, and under the influence of constant graviational acceleration −g. According to Newton’s laws of mechanics, the position of the projectile after time t is, � x = v0 cos(α)t + x0, y = −(g/2)t2 + v0 sin(α)t + y0 0 ≤ t. This is a parametric equation where time t is the parameter. Even when some other quantity is the parameter, it is often useful to think of the parameter as time. Thus the curve is the trail left by a point, or perhaps better, the tip of a pen, as it moves in the plane. 2. Implicitization. Under reasonable hypotheses, it is possible to turn a portion of an implicit curve into an explicit curve. Similarly, it should be possible to turn a portion of a parametric curve into an explicit curve. It is often simpler to find an implicit equation satisfied by a parametric curve. The process of finding an implicit equation is called implicitization. Examples. A. For the parametric curve in Example A above, by the Pythagorean Theorem, 2 2 2 2 x(θ)2 + y(θ)2 = r cos (θ) + r 2 sin2(θ) = r (cos2(θ) + sin2(θ)) = r . Thus the parametric equation satisfies the implic it equation, x2 + y2 = r2 . B. For the parametric curve in Example B, 2(x(θ)/a)2 + (y(θ)/b)2 = cos (θ) + sin2(θ) = 1. Thus the parametric equation satisfies the implic it equation, x2/a2 + y2/b2 = 1. C. For the parametric curve in Example C, assuming v0 cos(α) is nonzero, the equation for x can be solved for t, x − x0 x = v0 cos(α)t + x0 ⇔ t = v0 cos(α) . This can then be substituted into the equation for y to get an explicit equation for the curve, y = −g(x − x0)2/(2v2 0 cos2(α α)(x − x0y0.)) + tan( ) + In going from a parametric equation to an implicit equation, there are 2 important warnings to keep in mind:� � � 18.01 Calculus Jason Starr Fall 2005 • A parametric equation may traverse only part of the implicit curve. The most usual reason is that the parameter t is restricted to a certain range. A closely related reason is that the functions of t are themselves somehow limited, as in the parametric curve lying in the line y = x, � x = cos(t), y = cos(t) A more interesting reason is that the implicit curve may have more than one connected piece, as in the parametric curve, x = 2t/(1 − t2), y = (1 + t2)/(1 − t2) −1 < t < 1. As t varies, this parametric curve sweeps out the top branch of the hyperbola y2 − x2 = 1. • A parametric equation may sweep out all or a portion of the implicit curve multiple times. This is clear in Examples A and B: as θ is allowed to vary over the interval 0 ≤ θ < 2nπ, the parametric curve completes n revolutions of the implicit curve. 3. Arc length. Given a segment of curve, what is the length of the curve? Imagining the curve made of some flexible extensible material like wire, what is the length when the wire is pulled taut? The answer is called the arc length, s. The method for expressing arc length is an integral is by now familiar. Break the interval a ≤ t ≤ b into a large number n of subintervals with endpoints, a = t0 < t1 < ··· < tn−1 < tn = b. Approximate the curve on each subinterval tk−1 ≤ t ≤ tk by a line segment. The line segment runs from the point, (xk−1, yk−1) = (x(tk−1), y(tk−1)), to the point, (xk , yk ) = (x(tk ), y(tk )). The rise and run of the line s egment are, Δxk = xk − xk−1 ≈ x�(tk )Δtk , Δyk = yk − yk−1 ≈ y�(tk )Δtk . By the Pythagorean theorem, the length of the line segment is, Δsk = (Δxk)2 + (Δyk)2 ≈ (x�(tk ))2 + (y�(tk))2Δtk .� � �� 18.01 Calculus Jason Starr Fall 2005 The arc length of the curve is approximately the sum of the lengths of the approximating line segments, ns ≈ (x�(tk ))2 + (y�(tk))2Δtk . k=1 This is a Riemann sum. As the mesh of the partition tends to 0, the Riemann sums tend to a Riemann integral. This Riemann integral is the arc length, � �2 � �2� t=b dx dyArc length = + dt. dt dtt=a Example 1. For the parametric curve in Example A above, dx dy = −r sin(θ), = r cos(θ). dθ dθ Therefore, the expression, � �2 � �2 � �2ds dx dy = + ,dt dt dt equals, 2 2 2 2(−r sin(θ))2 + (r cos(θ))2 = r 2 sin2(θ) + r cos (θ) = r (sin2(θ) + cos 2(θ)) = r . Taking square roots gives the equation, ds = r, ⇔ ds = rdθ. dθ Thus the arc length of the arc of the circle from θ = a to θ = b is, � � θ=b s = ds = rdθ = θ=a r(b …


View Full Document

MIT 18 01 - Problem Set 6

Documents in this Course
Graphing

Graphing

46 pages

Exam 2

Exam 2

3 pages

Load more
Download Problem Set 6
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Problem Set 6 and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Problem Set 6 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?