Skip to main content
Ch. 8 - Integration Techniques
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243당신이 사용하는 게 아니라요?교과서 변경
8장, 문제 8.5.94c

94. [Use of Tech] Skydiving A skydiver has a downward velocity given by v(t) = V_T [(1 - e^(-2gt/V_T))/(1 + e^(-2gt/V_T))],
where t = 0 is the instant the skydiver starts falling, g = 9.8 m/s² is the acceleration due to gravity, and V_T is the terminal velocity of the skydiver.
c. Verify by integration that the position function is given by
s(t) = V_T t + (V_T²/g) ln[(1 + e^(-2gt/V_T))/2],
where s'(t) = v(t) and s(0) = 0.

검증된 단계별 안내
1
Start with the given velocity function: \(v(t) = V_T \left( \frac{1 - e^{-\frac{2gt}{V_T}}}{1 + e^{-\frac{2gt}{V_T}}} \right)\). Since velocity is the derivative of position, we have \(s'(t) = v(t)\), so to find \(s(t)\), integrate \(v(t)\) with respect to \(t\).
Rewrite the velocity function to simplify the integral. Notice that \(\frac{1 - e^{-x}}{1 + e^{-x}} = \tanh\left( \frac{x}{2} \right)\), where \(x = \frac{2gt}{V_T}\). So, \(v(t) = V_T \tanh\left( \frac{gt}{V_T} \right)\). This substitution makes the integral more straightforward.
Set up the integral for position: \(s(t) = \int v(t) \, dt = \int V_T \tanh\left( \frac{gt}{V_T} \right) dt\). Since \(V_T\) is constant, factor it out: \(s(t) = V_T \int \tanh\left( \frac{gt}{V_T} \right) dt\).
Use substitution to integrate: Let \(u = \frac{gt}{V_T}\), so \(du = \frac{g}{V_T} dt\) or \(dt = \frac{V_T}{g} du\). Rewrite the integral: \(s(t) = V_T \int \tanh(u) \cdot \frac{V_T}{g} du = \frac{V_T^2}{g} \int \tanh(u) du\).
Recall the integral of hyperbolic tangent: \(\int \tanh(u) du = \ln(\cosh(u)) + C\). Therefore, \(s(t) = \frac{V_T^2}{g} \ln(\cosh(u)) + C = \frac{V_T^2}{g} \ln\left( \cosh\left( \frac{gt}{V_T} \right) \right) + C\). Use the initial condition \(s(0) = 0\) to solve for \(C\) and express \(\cosh\) in terms of exponentials to match the given formula.

비슷한 문제에 대한 검증된 영상 답변:

이 영상 해법은 위 문제에 도움이 된다고 튜터들이 추천한 것입니다.
영상 길이:
7m
도움이 되었나요?

주요 개념

질문에 올바르게 답하기 위해 반드시 이해해야 하는 핵심 개념들은 다음과 같습니다.

Relationship Between Velocity and Position via Integration

Velocity is the derivative of position with respect to time. To find the position function s(t) from a given velocity v(t), you integrate v(t) with respect to time. The constant of integration is determined using initial conditions, such as s(0) = 0 in this problem.
추천 영상:
05:06
Finding Area When Bounds Are Not Given

Integration of Exponential Functions

The velocity function involves exponential terms of the form e^(-2gt/V_T). Integrating such functions requires understanding how to handle exponentials and logarithms, often using substitution methods to simplify the integral into a form involving natural logarithms.
추천 영상:
05:11
Integrals of General Exponential Functions

Initial Conditions and Determining Constants of Integration

When integrating to find position, an arbitrary constant appears. Applying the initial condition s(0) = 0 allows you to solve for this constant, ensuring the position function accurately reflects the physical scenario starting at zero displacement.
추천 영상:
06:46
Initial Value Problems Example 1