The brake mechanism used to reduce recoil

  • Thread starter Thread starter mech-eng
  • Start date Start date
  • Tags Tags
    Brake Mechanism
AI Thread Summary
The discussion focuses on the mechanics of a recoil brake system in firearms, emphasizing the mathematical modeling of the recoil process. It includes the derivation of velocity and position equations based on acceleration proportional to velocity, leading to the integration of these equations. Participants clarify the absence of integration constants in definite integrals, explaining that constants cancel out when evaluating the difference between two function values. The conversation also touches on the use of TeX and LaTeX for mathematical expressions, with explanations about grouping characters and the concept of dummy delimiters. Overall, the thread combines physics principles with mathematical notation challenges in the context of recoil mechanisms.
mech-eng
Messages
825
Reaction score
13

Homework Statement


The brake mechanism used to reduce recoil in certain types of guns consists essentially of a piston which is attached to the barrel and may move in a fixed cylinder filled with oil as the barrel recoils with an initial velocity v0, the piston moves and oils is forced through orifices in the piston, causing the piston and the barrel to decelerate at a rate proportional to their velocity; that is, ##a=-kv##. Express v in terms of t, x in terms of t, v in terms of x. Draw the corresponding motion curves.

Homework Equations


##\ \displaystyle a=\frac{dv}{dt} \ ##
##\ \displaystyle v=\frac{ds}{dt}##

The Attempt at a Solution


[/B]
Substituting -kv for a in the fundamental formula defining acceleration, a=dv/dt, we write
##\ \displaystyle -kv=\frac{dv}{dt} \ ## ; ##\ \displaystyle \frac {dv}{dt}=-kdt##

##\ \displaystyle \ int_v_0^v \, dx = \left. -k \int_0^t \, dt \right \ ##

## \ \displaystyle ln\fracv_{v_0}=-kt ##

I have made mistakes when doing latex. So I paste official solution. I understand most of it but the confusing part is that when integrating why the author did not use integration constant?

v in terms of t.png


Source: Vector Mechanics for Engineers by Beer/Johnston.

Thank you.
 
Physics news on Phys.org
mech-eng said:
why the author did not use integration constant
He did use one: ##v_0## and the other, ##t_0## is zero (the moment of firing)

Another way to look at this: if F is a primitive of f, then ##\int_a^b f = F(b) - F(a)## (no integration constants: they cancel)

mech-eng said:
\ \displaystyle \ int_v_0^v \, dx = \left. -k \int_0^t \, dt \right \
\ \displaystyle \int_{v_0}^v \, dx = \left. -k \int_0^t \, dt \right \
$$ \ \displaystyle \int_{v_0}^v \, dx = -k \int_0^t \, dt $$

\fracv --> \frac v
 
BvU said:
Another way to look at this: if F is a primitive of f, then ##\int_a^b f = F(b) - F(a) (no integration constants: they cancel)

I have forgotten some rules of integration. Isn't there any integration constant in definite integral?

Thank you.
 
BvU said:
\ \displaystyle \int_{v_0}^v \, dx = \left. -k \int_0^t \, dt \right \

But there are left and right in this example. This is confusing for me.

left and right.png


Thank you.
 
Ah, the \right is a vertical line ## \ \ ## | ##\ \ ## (I think it's called a strut) , not a backslash. The \left . is then a kind of dummy.

And this ##\TeX## loses track when two underscores are parsed, so the { } are needed -- don't know if that's universal.

$$\ \displaystyle \int_{v_0}^v \, dx = \left. -k \int_0^t \, dt \right |_1^3 $$

mech-eng said:
Isn't there any integration constant in definite integral
$$F'(x) = f(x) \Rightarrow \int^x f(u) \, du = F(x) + C \ \ {\rm and }\ \left . \int^b_a f(x) \, dx = F \right |^b_a = F(b)-F(a) $$
 
BvU said:
$$F'(x) = f(x) \Rightarrow \int^x f(u) \, du = F(x) + C \ \ {\rm and }\ \left . \int^b_a f(x) \, dx = F \right |^b_a = F(b)-F(a) $$

Because definite integral would be a number which is the diffference of two values of a function and these two values have the same constant, these constants will cancel out, right?

Thank you.
 
BvU said:
\ \displaystyle \int_{v_0}^v \, dx = \left. -k \int_0^t \, dt \right \
$$ \ \displaystyle \int_{v_0}^v \, dx = -k \int_0^t \, dt $$

Yes, it seems that the last backslash in \ \ displaystyle is overwritten. So why do some people use it?

Thank you.
 
No: ##TeX## sees a right without an argument such as ], ) or |.
The backslash is not an argument but a sign for ##TeX## to parse the next character(s) as keywords
 
  • #10
\left and \right are grouping characters for ##TeX##. It needs to know where a group begins and ends (e.g. for vertical sizing), so it can't have unpaired instances. But if you want a single delimiter you can pair with \left . or \right . : the dot gives you an invisible delimiter.
(it doesn't do anything, it acts as a dummy, a placeholder).
 
  • #11
BvU said:
\left and \right are grouping characters for ##TeX##. It needs to know where a group begins and ends (e.g. for vertical sizing), so it can't have unpaired instances. But if you want a single delimiter you can pair with \left . or \right . : the dot gives you an invisible delimiter.
(it doesn't do anything, it acts as a dummy, a placeholder).

I am too amateurish in this topic that when you mentioned TeX I am quite puzzled. Would you explain what the relation between TeX and LaTeX?

Thank you.
 
Back
Top