Method for solving related­rates problems

Add to Favourites
Post to:

18.01 Calculus Jason Starr Fall 2005 Lecture 11. October 4, 2005 Homework. Problem Set 3 Part I: (g) and (h). Practice Problems. Course Reader: 2E44 2E88 2E99 1. Related rates. A situation that arises often in practice is that two quantities, say x and y, depend on a third independent variable, say t. The quantities x and y are related through some constraint. Using the constraint, if the rateof­cchang dx/dt is known, the rateof­cchang dy/dt can be inferred. Example. For a spring displaced x units from equilibrium, Hooke’s law implies the potential energy of the spring is, 1 P = kx 2 ,2 where k is a constant with units kg/s2 . At some moment t = T , a spring is displaced 5cm from equilibrium and has velocity 5cm/s. In terms of the spring constant k, describe the rateof­cchang of the potential energy at t = T . 18.01 Calculus Jason Starr Fall 2005 Implicitly differentiating the equation with respect to t gives, using the chain rule, dP 1 dx dx = k(2x)= kx . dt 2 dt dt So, at time t = T , dP dx (T ) = kx(T )(T ) = k(5)(5)cm 2/s = dt dt 252/s.kcm2. Method for solving relatedraate problems. Many of these steps apply to any wordprooble in mathematics. (i) Identify the independent variable. In the example, this is t. (ii) Label all constants. In the example, k is a constant. (iii) Label all dependent variables. In the example, x and P are dependent variables. (iv) Draw a diagram and carefully label it. (v) Write the given rateof­cchang and the unknown rateof­chhange In the example, dx/dt(T ) is given as 5cm/s, and dP /dt is unknown. (vi) Using the diagram and any other information, find constraints among the dependent variables. In the example, this is the equation P = kx2/2. (vii) Implicitly differentiate the constraint equations with respect to the independent variable. In the example, this gives dP/dt = kxdx/dt. (viii) Substitute in all known quantities and solve for the unknown rateof­chhange In the example, dP/dt(T ) equals 25kcm2/s. Example. A state trooper waits a distance a from a highway for passing speeders. The speed limit is 60mph. The trooper aims her radar gun at an angle of π/4 to the road. The radar registers a passing car moving away from the trooper at a speed of 50mph. Should the trooper ticket the driver? The independent variable is time t. The constants are the distance a and the angle θ = π/4. Label a coordinate system with the trooper at the origin and the highway equal to the line y = a. Label the position of the car along the highway as x, moving in the positive direction. Denote by r the distance of the car from the trooper. Then x and r are dependent variables. The rateof­cchang dr/dt(T ) is given as 50mph. The unknown rateof­cchang is dx/dt(T ). The constraint is the Pythagorean theorem, 2 22 r = x + y. 18.01 Calculus Jason Starr Fall 2005 Implicit differentiation with respect to t yields, drdx dx 2r = 2x + 0 = 2x. dtdt dt At time t = T , x(T ) equals a, because the angle θ is π/4. Thus r(T ) equals √2a. Substituting in gives, dx 2(√2a)50 = 2(a)(T ). dt Solving gives, dx (T ) = √250 ≈ 71mph. dt So the trooper should ticket the driver. Example. A point on the xaxxi moves away from the origin. There is an angle θ subtended by the point and the unit circle with equation x2 + y2 = 1. In other words, standing at the point (x, 0) and staring at the circle, θ is the angle of your fieldof­vvisio occupied by the circle. At a moment t = T , the point is at the position (2, 0) and moving with velocity v. What is the rateof­cchang of θ at t = T ? The independent variable is time t. There is no constant. The dependent variables are the xcoorddinat of the point, x(t), and the angle θ(t). The rateof­cchang dx/dt(T ) is given to be v. The rateof­cchang dθ/dt is unknown. The constraint is somewhat tricky. There are two tangent lines to the circle containing (x, 0). These are the tangent lines to points (a, +b) and (a, −b) on the circle. Because the tangent line to the circle at (a, b) is perpendicular to the radius through (a, b), the triangle with vertices (0, 0), (a, b) and the point (x, 0) is a right triangle. The angle of the triangle at (x, 0) is θ/2. Since the radius has length 1 and the hypotenuse has length x, the constraint is, 1 sin(θ) = . x Implicit differentiation with respect to t gives, d sin(θ) dθ d(x−1) dx = dθ dt dx dt , or, cos(θ) dθ dt = −1 x2 dx dt . Since x(T ) equals 2, sin(θ(T )) = 1/2, and thus cos(θ(T )) equals √3/2. Plugging in gives, √3 dθ (T ) = −1 v = −v. 2 dt (2)2 4 18.01 Calculus Jason Starr Fall 2005 Solving gives, dθ (T ) = dt −(2√v/3). 3. Another applied max/min problem. As review for Exam 2, this is another applied max/min 2problem. A trapezoid is inscribed inside the upper unit semicircle, x2 + y=1, y ≥ 0. The base of the trapezoid is the diameter of the semicircle lying on the xaxxis The top of the trapezoid is parallel to the xaxxi joining (−x, y) to (x, y) for a point (x, y) on the unit circle in the first quadrant. What is the maximal area enclosed by such a trapezoid? The parameters are x and y. The height of the trapezoid is y. The area of a trapezoid is the product of the height with the average of the parallel sides. Thus, (2 + 2x)A = y = (x + 1)y. 2 This is the quantity to be maximized. There is a constraint among the parameters, 2 x + y 2 = 1. Also, since (x, y) is in the first quadrant, 0 ≤ x ≤ 1 and 0 ≤ y ≤ 1. There are at least 3 ways to proceed. The most direct is to solve for y in terms of x, y = √1 − x2 . Substituting this into the equation for A gives, 2A(x) = (x + 1)√1 − x. Differentiating gives, dA −2x 1 2 = √1 − x2 + (x + 1)2√1 − x= √1 − x((1 − x 2) − (x + x)) = −(2x2 + x − 1) . 22 2dx √1 − xBecause the quadratic polynomial 2x2 + x − 1 factors as, 2x 2 + x − 1 = (2x − 1)(x + 1), the critical points of A are x = −1 and x =1/2. But x = −1 does not give a point in the first quadrant. Thus A is maximized either at one of the endpoints x = 0, x = 1 or at the critical point x = 1/2. Plugging in gives, A(0) = 1, A(1/2) = 3√3/4, A(1) = 0. This gives the answer, √3//2, √3/A achieves its maximum 34 for the point (x, y) = (12). 18.01 Calculus Jason Starr Fall 2005 Two other methods were given in lecture. The fastest among the three is to instead minimize A2 , 2A2 = (x + 1)2 y. Using the constraint, y2 = 1 − x2, thus, 2(A2)(x) = (x + 1)2(1 − x ). The derivative of this polynomial is very fast to compute, and gives the same answer as above.

Description
Definition of rate of change and related rate are explained through examples. Method for solving related­rates problems are discussed. Some problems based on related rates are solved. Another applied max/min problem is analysed in this lecture note.

Prof. Jason Starr, Maths, 18.01 Single Variable Calculus, Fall 2005: 11. Related Rates: Massachusetts Institute of Technology: MIT OpenCourseWare),http://ocw.mit.edu (Accessed August 1, 2011). License: Creative Commons BY-NC-SA:http://ocw.mit.edu/terms/#cc

Comments

Want to learn?

Sign up and browse through relevant courses.

Name:
Your Email:
Password:
Country:
Contact no:


Area code Number
Subjects you are interested in:
Word verification: (Enter the text as in image)


Sign Up Already a member? Sign In
I agree to WizIQ's User Agreement & Privacy Policy
LearnOnline Through OCW
OpenCourseWare
User
102 Followers

Your Facebook Friends on WizIQ

Give live classes, create & sell online courses

Try it free Plans & Pricing

Connect