Limit Question: Finding f(0), f'(0), and f'(x) | Countless Hours of Frustration

  • Thread starter Thread starter clarence
  • Start date Start date
  • Tags Tags
    Limit Weird
clarence
Messages
5
Reaction score
0

Homework Statement



f(x+y)= f(x) + f(y) + y*x^2 +x*y^2 Given: lim of f(x)/x where x approaches 0 is 1
Find : 1) f(0) 2) f ' (0) 3) f ' (x)

Homework Equations


The Attempt at a Solution


countless hours with other coursemates that lead to nothing but a looping headache.
 
Physics news on Phys.org
Note that

<br /> f(x+y) = f(x) + f(y) + x^2 y + x y^2<br />

means that (using x = y = 0

<br /> f(0) = f(0) + f(0) + 0<br />

What does this tell you about f(0)? Also remember the definition:

<br /> f&#039;(0) = \lim_{h \to 0} \frac{f(0+h) - f(0)}{(0+h) - 0} = \lim_{h \to 0} \frac{f(h)-f(0)} h<br />

This second point relates to one thing you are given
 
Yep, that be true. It's the 3rd part of the question that i can't still solve. I've posted the first two parts of the question as a guide to solving the third part. So any ideas on the 3rd part? Thanks for making the second part ans more organize. My solution was a little more messy.
 
statdad said:
Note that

<br /> f(x+y) = f(x) + f(y) + x^2 y + x y^2<br />

means that (using x = y = 0

<br /> f(0) = f(0) + f(0) + 0<br />

What does this tell you about f(0)? Also remember the definition:

<br /> f&#039;(0) = \lim_{h \to 0} \frac{f(0+h) - f(0)}{(0+h) - 0} = \lim_{h \to 0} \frac{f(h)-f(0)} h<br />

This second point relates to one thing you are given

but x+y=0, x can be -y. that is, x and y may not equal to zero?
so f(0)=f(x)+f(-x)?
 
f&#039;(x)= \lim_{h \to 0} \frac{f(x+h)-f(x)}{(x+h)-x}

But given that f(x+y)=f(x)+f(y)+x^2y+xy^2 , what is f(x+h) ?
 
Wow, true, I didn't see it that way.Thanks a lot. LOL
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top