Drag Force - Air Resistance Question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
patrickmoloney
Messages
94
Reaction score
4

Homework Statement



A skydiver drops o¤ an outcrop at the top of a sheer face on a mountain and falls vertically
downwards. Let [itex]v(x)[/itex] be the velocity of the skydiver at a vertical distance [itex]x[/itex] below the drop-off point. As the skydiver falls he will experience a drag force of magnitude
[itex]\beta v^2[/itex] where ## \beta ## is a positive constant. Make use of Newton’s Second Law together with the Chain Rule to show that $$ m \frac{dv}{dx} v = mg - \beta v^2 $$ where m is his mass and g is the acceleration due to gravity. Explain why [tex]v(o) = 0[/tex]

show that [tex]\int \frac{v}{v_t ^2 - v^2}\,dv = \frac{k}{m} x + c[/tex]

where [tex]v_t = \sqrt{ \frac{m}{\beta} g }[/tex]

Homework Equations



[itex]\sum \vec{F} = m\vec{a}[/itex]


The Attempt at a Solution



[itex]\sum \vec{F} = m\vec{a} = mg - \beta v^2 = ma[/itex]

[itex]m \frac{dv}{dt} = mg - \beta v^2[/itex]

[itex]m \frac{dv}{dx} \frac{dx}{dt} = mg - \beta v^2[/itex]

[itex]m \frac{dv}{dx} v = mg - \beta v^2[/itex]

[itex]v(0) = 0[/itex]. Since at position [itex]x = 0[/itex] (start position) the skydiver has not jumped so his starting velocity ## (v) ## is ## 0 \frac{m}{s} ##. Meaning that the slope of the velocity is ## g ##.

[itex]\int \frac{v}{v_t ^2 - v^2}\,dv = \frac{\beta}{m} x + c[/itex]
Letting ## u = v_t ^2 - v^2 ##, we have ## \frac{du}{dv} = -2v \Rightarrow vdv = - \frac{1}{2} du ##.

[itex]\int \frac{v}{v_t ^2 - v^2}\,dv[/itex]

[itex]= -\frac{1}{2} \int \frac{1}{u}\,du[/itex]

[itex]= -\frac{1}{2} ( ln(1) - ln(v_t ^2 - v^2) ) + c[/itex]

[itex]= -\frac{1}{2} ln(v_t ^2 - v^2) +c[/itex]

[itex]= ln \Big ( \frac{1}{\sqrt {v_t ^2 - v^2}} \Big)[/itex]

I'm not entirely sure where to go from here. How do I get an ## x ## on the right side of the expression above from this integration.
 
Physics news on Phys.org
I think you have put in far more effort than required .

You already have ##mv \frac{dv}{dx} = mg - \beta v^2##

Rearranging , ##\frac{mvdv}{mg - \beta v^2} = dx##

Take out ##\beta## from the denominator in the LHS ,you get ##\frac{m}{\beta}\frac{vdv}{\frac{mg}{\beta} - v^2} = dx##

##\frac{vdv}{\frac{mg}{\beta} - v^2} = \frac{\beta}{m}dx##

Put ##v_t = \frac{mg}{\beta}## in the denominator of LHS .Now integrate both sides of the equation. On the LHS you keep the expression under the integral sign as it is whereas on the RHS you perform integration.
 
  • Like
Likes   Reactions: 1 person