What Was the Function g in This Week's Differentiation Problem?

  • Thread starter Thread starter Ackbach
  • Start date Start date
  • Tags Tags
    2015
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Ackbach
Gold Member
MHB
Messages
4,148
Reaction score
94
Here is this week's POTW:

-----

A student forgot the Product Rule for differentiation and made the mistake of thinking that $(fg)'=f'g'$. However, he was lucky and got the correct answer. The function $f$ that he used was $f(x)=e^{x^2}$ and the domain of his problem was the interval $\left(\tfrac12, \infty\right)$. What was the function $g$?

-----

Remember to read the http://www.mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to http://www.mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to kiwi and Aryth for their correct solutions! Kiwi's solution follows:

[tex]f'=2xf[/tex]

[tex](fg)'=g'f+gf'=g'f+2xfg=(2xg+g')f[/tex]

[tex]f'g'=2xg'f[/tex]

So to give the correct answer we require:

[tex](fg)'=f'g'[/tex]

[tex]\therefore (2xg+g')f=2xg'f[/tex]

[tex]\therefore \frac {g'}g=\frac{2x}{2x-1}[/tex]

[tex]\therefore \ln (g)=\int \frac{2x}{2x-1}dx[/tex]

[tex]\therefore \ln (g)= \int 1 + \frac{1}{2x-1}dx=\frac 12(2x+\ln(2x-1))+C=x+\ln(\sqrt{2x-1}))+C[/tex]

[tex]\therefore g= Ae^x \sqrt{2x-1}[/tex]