Application of Derivatives Flashcards
1
Q
LInearization
A
Approximating where you will be after a certain change in time or whatever the x value is.
F(x+deltax)=f(x)+deltaxf’(x)
X(t+deltat)=x(t)+deltatx’(t)
2
Q
Newton method
A
Used linearization to find roots.
X1=xo-yo/f’(xo)
F’(xo)=yo/(xo-x1)
3
Q
Optimization and Differentiation steps
A
- Visualize it
- Define it
- Write an equation
- Find the min/max (derivative end points)
- Answer the question