Derivative problem that I thought would be easy

  • Thread starter Thread starter Loopas
  • Start date Start date
  • Tags Tags
    Derivative
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
3 replies · 2K views
Loopas
Messages
55
Reaction score
0
I've attached a picture of the problem.

The problem asks from f'(0) of the function:

f(x)=e^(2x)*g(x)

g(0)=-5 and g'(0)=3 are given.

So the answer I came to was:

f'(x)=2e^(2x)*g'(x)

However, when I work out the numbers I get:

f'(0)=6

This is not right. So I figured I made a mistake a mistake when taking the derivative of f(x). Now I'm stuck because I'm not sure how to derive the function when g(x) isn't explicitly given.
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    35.4 KB · Views: 419
Physics news on Phys.org
Loopas said:
I've attached a picture of the problem.

The problem asks from f'(0) of the function:

f(x)=e^(2x)*g(x)

g(0)=-5 and g'(0)=3 are given.

So the answer I came to was:

f'(x)=2e^(2x)*g'(x)

However, when I work out the numbers I get:

f'(0)=6

This is not right. So I figured I made a mistake a mistake when taking the derivative of f(x). Now I'm stuck because I'm not sure how to derive the function when g(x) isn't explicitly given.

Yes, you made a mistake when taking the derivative of f(x). Use the product rule.
 
  • Like
Likes   Reactions: 1 person
The product rule say that:
[itex](f(x)g(x))'=f'(x)g(x)+f(x)g'(x)[/itex]
You did:
[itex](f(x)g(x))'=f'(x)g'(x)[/itex]
Which is incorrect.
 
  • Like
Likes   Reactions: 1 person
Wow, thanks guys. Sometimes sleep deprivation can do some crazy things.