A bit of theory first.
The function f(v) that gives the magnitude of the air resistance when the object's velocity is less than the speed of sound may be written, with the Taylor series expansion in mind, as
f(v) = bv + c v^2 = f_\text{lin} + f_\text{quad}.
Now, the physical origin of these two terms are different. The first linear term is due to the viscous drag of the medium, and it's usually proportional to the viscosity of the medium and the linear dimensions of the object. The second quadratic term arises from the projectile having to accelerate the mass of air with which it is continually colliding; it is proportional to the density of the medium and the cross-sectional area of the projectile. For spherical particles, we have
b = \beta D
c = \gamma D^2
where D is the diameter of the sphere and \beta and \gamma are constants that depende on the nature of the medium. For spherical projectiles in air and for standard conditions, we have approximate values of
\beta = 1.6 \cdot 10^{-4} ~\text{N}\cdot\text{s}/\text{m}^2
and
\gamma = 0.25 ~\text{N}\cdot\text{s}^2/\text{m}^4.
Now, to what you asked: often, one can neglect one of the terms compared to the other. To decide which can be neglected, we need to compare the size of the two terms:
\frac{f_\text{quad}}{f_\text{lin}} = \frac{\gamma D}{\beta}v = \left(1.6 \cdot 10^3 \frac{\text{s}}{\text{m}^2}\right) D v.
So, in a given problem, you have to substitute the values of the diameter and the velocity into this equation to figure if any of the two terms can be neglected. If \frac{f_\tex{quad}}{f_\tex{lin}} \approx 1 then unfortunately you have to keep both terms to have a more accurate mathematical model.
EDIT: (Further information) As a rule of thumb, for very small liquid drops in air, but also slightly larger objects in a very viscous fluid, the drag force can usually be taken as linear. For most other projectiles, such as golf balls, cannonballs, humans in free fall, the dominant drag force is the quadratic one.
As AlephZero has mentioned, this discussion can be related to the Reynolds number. As I have mentioned previously, the linear drag can be related to the viscosity of the fluid, and the quadratic term is related to the inertia (density) of the fluid. Thus, the ratio \frac{f_\text{quad}}{f_\text{lin}} can be related to the fundamental parameters of viscosity and density. The result is that this ratio is of roughly the same order of magnitude as the dimensional number R = \frac{D v \rho}{\eta} we call the Reynolds number. This means that, in general, the quadratic drag is dominant when R is large and that linear drag is dominant when R is small.
Reference:
Classical Mechanics, John R. Taylor.
Hope this helps.