Chapter 10: Problem 18
Find the points on the curve where the tangent is horizontal or vertical. If you have a graphing device, graph the curve to check your work. $$x=2 t^{3}+3 t^{2}-12 t, \quad y=2 t^{3}+3 t^{2}+1$$
Short Answer
Expert verified
Horizontal tangents at (0, 1) and (13, 2); vertical tangents at (28, 13) and (-7, 6).
Step by step solution
01
Calculate Derivatives
First, find the derivatives of \( x \) and \( y \) with respect to \( t \). The derivatives are:\[ \frac{dx}{dt} = 6t^2 + 6t - 12 \]\[ \frac{dy}{dt} = 6t^2 + 6t \]
02
Determine Horizontal Tangents
The tangent is horizontal where \( \frac{dy}{dt} = 0 \) and \( \frac{dx}{dt} eq 0 \). Set \( 6t^2 + 6t = 0 \) and solve for \( t \):1. Factor out 6t: \[ 6t(t + 1) = 0 \]2. Solve for \( t \): \[ t = 0 \quad \text{or} \quad t = -1 \]For horizontal tangents, calculate \( \frac{dx}{dt} \) at these points:- At \( t = 0 \): \( \frac{dx}{dt} = 6(0)^2 + 6(0) - 12 = -12 eq 0 \)- At \( t = -1 \): \( \frac{dx}{dt} = 6(-1)^2 + 6(-1) - 12 = -12 eq 0 \)
03
Calculate Points for Horizontal Tangents
Find the points on the curve corresponding to \( t = 0 \) and \( t = -1 \):- At \( t = 0 \): \( x = 2(0)^3 + 3(0)^2 - 12(0) = 0 \) \( y = 2(0)^3 + 3(0)^2 + 1 = 1 \) So the point is \( (0, 1) \).- At \( t = -1 \): \( x = 2(-1)^3 + 3(-1)^2 - 12(-1) = 13 \) \( y = 2(-1)^3 + 3(-1)^2 + 1 = 2 \) So the point is \( (13, 2) \).
04
Determine Vertical Tangents
The tangent is vertical where \( \frac{dx}{dt} = 0 \) and \( \frac{dy}{dt} eq 0 \). Set \( 6t^2 + 6t - 12 = 0 \) and solve for \( t \):1. Simplify and solve: \( 6(t^2 + t - 2) = 0 \)2. Factor the quadratic: \[ (t + 2)(t - 1) = 0 \]3. Solve for \( t \): \[ t = -2 \quad \text{or} \quad t = 1 \]For vertical tangents, calculate \( \frac{dy}{dt} \) at these points:- At \( t = -2 \): \( \frac{dy}{dt} = 6(-2)^2 + 6(-2) = 12 eq 0 \)- At \( t = 1 \): \( \frac{dy}{dt} = 6(1)^2 + 6(1) = 12 eq 0 \)
05
Calculate Points for Vertical Tangents
Find the points on the curve corresponding to \( t = -2 \) and \( t = 1 \):- At \( t = -2 \): \( x = 2(-2)^3 + 3(-2)^2 - 12(-2) = 28 \) \( y = 2(-2)^3 + 3(-2)^2 + 1 = 13 \) So the point is \( (28, 13) \).- At \( t = 1 \): \( x = 2(1)^3 + 3(1)^2 - 12(1) = -7 \) \( y = 2(1)^3 + 3(1)^2 + 1 = 6 \) So the point is \( (-7, 6) \).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Horizontal Tangents
In calculus, a horizontal tangent occurs when the slope of a curve is zero at a given point. This means the derivative of the function with respect to the parametric variable is zero. For parametric equations like
- \(x = 2t^3 + 3t^2 - 12t\) and\(y = 2t^3 + 3t^2 + 1\),
- At \(t = 0\), \(\frac{dx}{dt} = -12 eq 0\).
- At \(t = -1\), \(\frac{dx}{dt} = -12 eq 0\).
Vertical Tangents
Vertical tangents occur at points on a curve where the slope is undefined, i.e., \(\frac{dx}{dt} = 0\) but \(\frac{dy}{dt} eq 0\). For the given parametric equations:
- \(x = 2t^3 + 3t^2 - 12t\)
- \(y = 2t^3 + 3t^2 + 1\),
- At \(t = -2\), \(\frac{dy}{dt} = 12 eq 0\)
- At \(t = 1\), \(\frac{dy}{dt} = 12 eq 0\)
- At \(t = -2\), the curve's point is \((28, 13)\).
- At \(t = 1\), the curve's point is \((-7, 6)\).
Derivatives in Parametric Equations
Derivatives are fundamental in understanding the behavior of curves described by parametric equations. In these equations, both \(x\) and \(y\) are expressed in terms of a third variable \(t\). To find the slope (tangent) at any point, it's crucial to take derivatives.For the equations:
- \(x = 2t^3 + 3t^2 - 12t\)
- \(y = 2t^3 + 3t^2 + 1\),