5

"A not uncommon error in calculus is to believe that the product rule for derivatives states that $(fg)' = f'g'$. If $f(x) = e^{3x}$, find a nonzero function g for which $(fg)' = f'g'$."

I believe you can find the function(s) using algebra, I got ${dy \above 1pt dx}ge^{3x} = g'*3e^{3x}$ but I don't know what to do with $g$. What would I sub in for $g$ and $g'$, or am I going about this all wrong?

Cains
  • 199

2 Answers2

10

The idea is to make use of the usual product rule (since the problem is more or less asking for when the rule $(fg)'=f'g'$ works given a certain choice of $f$): $(fg)' = f'g+fg'$. Using our definition of $f$, we see that our equation $(fg)' = f'g'$ becomes

$$3e^{3x}g+e^{3x}g' = 3e^{3x}g'$$

or equivalently (by dividing through by $e^{3x}$)

$$3g+g' = 3g' \quad \Longrightarrow\quad g' = \frac{3}{2}g.$$

Do you see how to proceed?

6

Try this: we want $3g'e^{3x} = 3ge^{3x} + g'e^{3x}$.

We can divide through by $e^{3x}$ to get $3g' = 3g + g'$. Now combine like terms and simplify. Here we have a differential equation, but with a little thinking, you certainly don't need a differential equations course to solve it!

Kaj Hansen
  • 33,011