Exam 1 Flashcards

know

1
Q

What is an example of a common obstacle we
encounter in inverse kinematics problems

A

Inverse kinematics problems often have more than one solution, and the system of equations is nonlinear. When solving for a combination of acceptable angles, we often will find a combination that is physiologically
impossible/improbable.

Need to use Fsolve

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When solving an underdefined system of equations (common in biomechanics) using the
pseudo inverse in MATLAB, what additional assumption is used to select a combination of
forces from the infinite available possibilities?

A

Pinv() minimizes the solution vector. This aligns with the idea that we will select the most efficient combination of muscle forces..

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When dealing with multiple unknown muscle forces, it is possible to link them all back
to a single variable dependent on the relative muscle geometry. Briefly list the assumptions
associated with this approach

A

we assume that 10 muscles exert a unifrom maximum pressure and that 2) all muscles will engage the same percentage of their maximum force. This allows us to write theri ration of forces as a function of their ratio of cross-sectional areas.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Provide an example of an activity where quasi-static equilibrium would likely
be a poor choice for estimating the forces involved

A

Running or anything where you are moving with speed/ the force you exert depends on the quickness of the motion you are performing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the relationship between the pressure applied by the weight of an
object on ground and the resulting normal force? Where should the normal
force be applied ?

A

Normal force is equal to the integrated pressure in opposite direction under statics. It should align with the center of gravity of the object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

mechanics

A

nehavior of physical bodies when subjected to mechanical disturbances such as forces or displacements and the subsequent effect of the bodies of their environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

bio-mechanics

A

concerned with the application of classical mechanics to biology. It combines engineering mechanics wiht biophysics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

assumptions and fators for making a model

A

recognize its limits, simplify it, the more detailed the harder to solve.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

common limits for engineering models

A

small deformations, linear stress-strain behavior, negligible dynamic effects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what do forces represent

A

load distributed over an area (pressure)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

coplanar system

A

forces acting on a 2d plane or surface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

colinear

A

if all forces have a common line of action

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

magnitude of moment

A

Equal to the force times the shortest difference to the pt. M=Fxd

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

external forces

A

forces applied to an object externally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

internal forces

A

forces that hold the body togetehr when the body is under the effect of externally supplied forces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

well defined

A

has as many equations as unknowns

17
Q

underdefined

A

has more unknowns than equations

18
Q

overdefined

A

has more eqautions than unknowns

19
Q

multiple muscle groups solving

A
  1. assuming single muscle group activated
  2. assuming the muscles are equally activated
  3. optimization of expenditure
20
Q

optimization

A

we solve this by assuming the lowest energy necessary for completing the motion( high efficiency)
pinv() or isqnonneg()

21
Q

direct kinematics

A

calculate the end pt given all other measurments

22
Q

danvit harten berg matrix

A

vector based-approach to solve kinematics and range of motion

23
Q

inverse kinematics

A

calculates joint angles and positions given an end point, nonlinear, multiple solutions, fsolve

24
Q

Fsolve

A

needs sys of eqs paramaters and initial guesses