say we have an expression and we need to find the derivative.
the quotient rule says that
let’s do it step by step
we solve for
product rule
chain rule
interesting, we did it!
1 min read
say we have an expression n(x)m(x) and we need to find the derivative.
the quotient rule says that dxd[n(x)m(x)]=n(x)2m′(x)n(x)−m(x)n′(x)
let’s do it step by step
we solve for dxd[m(x)⋅n(x)−1]
product rule
dxd[m(x)⋅n(x)−1]=m′(x)(n(x)−1)+m(x)dxd[n(x)−1]
chain rule
dxd[n(x)−1]=(−1)(n(x))−2⋅n′(x)
dxd[n(x)−1]=−n(x)−2⋅n′(x)
dxd[m(x)⋅n(x)−1]=m′(x)(n(x)−1)+m(x)[−n(x)−2⋅n′(x)]
dxd[m(x)⋅n(x)−1]=n(x)m′(x)+n(x)2−m(x)n′(x)
dxd[m(x)⋅n(x)−1]=n(x)2m′(x)n(x)+n(x)2−m(x)n′(x)
dxd[m(x)⋅n(x)−1]=n(x)2m′(x)n(x)−m(x)n′(x)
interesting, we did it!