A Basic Function Problem with a Limit

  • Thread starter Thread starter DMOC
  • Start date Start date
  • Tags Tags
    Function Limit
Click For Summary

Homework Help Overview

The problem involves a function f defined by the equation f(x+y)=f(x)+f(y)+2xy for all real numbers x and y, along with a limit condition as h approaches zero, specifically that f(h)/h=7. Participants are tasked with finding f(0), the derivative f'(x), and the function f(x) itself.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the method for finding f(0) by substituting x and y with 0 in the original equation. There is uncertainty about the correctness of this approach. For part b, there are attempts to apply the definition of the derivative, with some confusion about the substitution of variables and the limit process. Questions arise regarding the handling of limits and the implications of the given limit condition.

Discussion Status

The discussion is ongoing, with participants exploring various interpretations of the limit and derivative concepts. Some guidance has been offered regarding the use of limits and the structure of the derivative, but there is no explicit consensus on the correctness of the approaches taken so far.

Contextual Notes

Participants note a lack of familiarity with limits and integration, which may affect their ability to fully engage with the problem. There is also mention of imposed homework rules that restrict the use of calculators.

DMOC
Messages
98
Reaction score
0

Homework Statement



For all real numbers x and y, let f be a function such that f(x+y)=f(x)+f(y)+2xy and such that the limit as h approaches zero is f(h)/h=7. \stackrel{Lim}{h\rightarrow0}\frac{f(h)}{h} = 7

a) Find f(0) and justify your answer.

b) Use the definition of the derivative to find f ' (x).

c) Find f(x).

NO CALCULATOR USE ALLOWED!


Homework Equations



Limit as h->0 is (f(x+h)-f(x))/h

The Attempt at a Solution



To solve part a, I looked at the original equation. To find f(0), I just put in 0 for x and 0 for y.

Let x=y=0.

And thus, I got f(0)=0, so now part a should be cleared. Right?

Then I get to part b and I'm a little stuck. Find f ' (x) ? Should I be using the equation I put in the relevant equations section to help me out with this?
 
Last edited:
Physics news on Phys.org
The definition of the derivative is the equation that you gave, so yes.
 
OKay, so here goes my shot at part b (do you think part a is right?):

f ' (x) is ...


(f(x+7) - f(x)) / 7

Hm ... I'm getting a little lost here. I just substituted h for 7.

Also, is there a way to post these fractions using the latex reference?
 
you want to start with:
\stackrel{Lim}{h\rightarrow0}\frac{f(x + h) - f(x)}{h}


What can you say about f(x + h)?

to do the fractions, just use \frac{}{} where the numerator goes in the first bracket pair and the denominator goes in the second.
 
aPhilosopher said:
you want to start with:
\stackrel{Lim}{h\rightarrow0}\frac{f(x + h) - f(x)}{h}


What can you say about f(x + h)?

to do the fractions, just use \frac{}{} where the numerator goes in the first bracket pair and the denominator goes in the second.

Thanks for letting me know about the fractions part.

For f(x+h), I was thinking that would just be equal to f(x) since h is approaching zero. However ...

\stackrel{Lim}{h\rightarrow0}\frac{f(h)}{h} = 7

Which doesn't make sense anyway since that would be undefined as h approaches zero. Hm ...
 
Last edited:
You have the formula for f(x + [strike]y[/strike]h) in your original post ;)
 
Also, \stackrel{Lim}{h\rightarrow0}\frac{f(h)}{h} = 7 according to your original post. You edited it but left the old version. Which one is it?
 
Sorry, the limit as h goes to zero is definitely SEVEN. :smile:

So how about this. I was thinking that since I could do this ...

f(x+y) = f(x) + f(y) + 2xy
f(x+y) - f(x) = f(y) + 2xy

Then couldn't I say that since h is approaching zero, then it figures that:

x=y=0=h as well. I can then substitute the h's in for x or y?

Am I on the right track here?
 
well f(x+h) - f(x) = f(h) + 2xh is right but that's inside a limit and over h as h goes to zero.

now, as I'm sure you know, the sum of limits is the limit of sums. So do it like that. There is no y in this equation and you can't set x to a value because you're taking the limit for all x so it needs to remain a variable.
 
  • #10
I'm not sure what to do what you said, because we never discussed limits in my class yet.
 
  • #11
Ok. I don't think there's a way to do this without limits as they're in the problem as stated so the rule you want is:
\lim_{h\to a}(f(h) + g(h)) = \lim_{h\to a} f(h) + \lim_{h\to a} g(a)

See if that helps.
 
  • #12
aPhilosopher said:
Ok. I don't think there's a way to do this without limits as they're in the problem as stated so the rule you want is:
\lim_{h\to a}(f(h) + g(h)) = \lim_{h\to a} f(h) + \lim_{h\to a} g(a)

See if that helps.


I think this problem requires knowledge of limits, although I never learned that last year (I think my teacher expected us to know from last year).

So for part b:

f ' (x) = \lim_{h\to 0} (f(x+h)/h) + \lim_{h\to 0} f(x)

Hopefully this is on the right track.
 
  • #13
That's the idea but do you remember how to expand f(x + h)?

Just keep it in one limit until you have expanded f(x + h) and the f(x) cancels out like it did before. And remember that when a sum is on top of a fraction, the denominator goes with both sides of the sum if you split it up!

\frac{a + b}{c} = \frac{a}{c} + \frac{b}{c}
 
  • #14
DMOC said:
f ' (x) = \lim_{h\to 0} (f(x+h)/h) + \lim_{h\to 0} f(x)

Revised version.

f ' (x) = \lim_{h\to 0} ((f(x+h)/h) + f(x/h))
 
  • #15
And, no I do not know how to expand f(x + h). I know this is easy once I understand the concept but I'm really new to it, sorry.
 
  • #16
That's ok. Look at your original post and post #8 and #9 in this thread. You've already done it
 
  • #17
Really?

So do I substitute f(h) + 2xh for f(x+h) - f(x) now?

I'm still a bit confused, sorry.
 
  • #18
No problem.

Try it and see what happens. Post your results!
 
  • #19
\stackrel{Lim}{h\rightarrow0}\frac{f(y) + 2xy}{h}

Do I put an equal sign after or before the limit part?
 
  • #20
Ok, where is the y coming from?
 
  • #21
The y comes from ( f(y) + 2xy ) being equal to ( f(x+h) - f(x) ).
 
  • #22
Ok, but you're taking the limit with respect to h so it starts of as f(x + h) - f(x). Why are you switching to y?
 
  • #23
Not sure, really, since a classmate of mine told me that I might have to do something like that. Yeah, clueless.

Should I set h equal to something to help me find the derivative of f ' (x) ?
 
  • #24
No, you can't set anything equal to anything.

you have \lim_{f \to 0}\frac{f(h) + 2xh}{h} given the rule I gave you earlier for the sum of a limit, can you figure it out from there? you already know what \lim_{f \to 0}\frac{f(h)}{h} is. How does the value of 2x change when h changes? (assuming that x is fixed)
 
  • #25
\lim_{h \to 0}\frac{f(h)}{h} + \lim_{h \to 0}\frac{2xh}{h}

The second part would just cancel out since it's a straight up 2xh/h problem wher ethe h's cancel. 2x remains.

f ' (x) = 7 + 2x

Just wondering, but how did you replace f(x) with 2xh?
 
  • #26
I didn't. We replaced it with 7 because that's what the problem specifies! The h's do cancel when taking limits. So now how do you get f?
 
  • #27
Where does the problem specify that f(x) = 7?

----------------

Okay, so f ' (x) = 7 + 2x seems to be the answer for part b.

Now for f(x), that equals:

f(x + y) - f(y) - 2xy

Am I supposed to put in 0 for y?
 
  • #28
Sorry, i was being sloppy. I shouldn't do that. \lim_{h \to 0}\frac{f(h)}{h} = 7 is specified in the problem.

Do you know how to integrate?

We're not going to be setting anything to anything for the rest of the problem so quit thinking about it! ;) It was a good trick for part (a) but we don't need it anymore.
 
  • #29
I have no idea what integrating is ... our teacher expected us to know stuff from last year, but I took a different class from the rest of my classmates. :(

So any clues on how to find f(x)?
 
  • #30
Well, do you know how to take derivatives?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K