Simple difference quotient question. Function -> simplify answer

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
15 replies · 3K views
nukeman
Messages
651
Reaction score
0
Simple difference quotient question. Function --> simplify answer

Homework Statement



I just don't understand this question! Here, I will take a picture of it. Can someone please explain how I answer these? Or even show me a website that shows how to do these? Its not in my review book.

QUESTION is in ATTACHMENTS!

Homework Equations





The Attempt at a Solution

 

Attachments

  • photo (2).JPG
    photo (2).JPG
    20 KB · Views: 853
Physics news on Phys.org


Can you tell me the first step? When you look at this, what is the first thing you see/do?
 


Must be missing something here.

I would plug in the f(x) values to the 2nd function, but there is no x's, just h ? How do I plug in values?
 


Dude, f(x) = f(3+h) if x = 3+h
 


nukeman said:
wow I'm lost. :(
The difference quotient to find the derivative of a function, f'(x), looks like this:

$$ f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}$$

The difference quotient to find the derivative of a function at a specific number a, f'(a), looks like this:

$$ f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}$$

Do you recognize that your problem is asking for f'(3)?
 


nukeman said:

Homework Statement



I just don't understand this question! Here, I will take a picture of it. Can someone please explain how I answer these? Or even show me a website that shows how to do these? Its not in my review book.
Here's the image:

attachment.php?attachmentid=50253&d=1346172108.jpg

***************************

So, if [itex]f(x)=4+3x-x^2\,,[/itex] then what is [itex]f(3+h)\ ?[/itex]
 


SammyS said:
Here's the image:

attachment.php?attachmentid=50253&d=1346172108.jpg

***************************

So, if [itex]f(x)=4+3x-x^2\,,[/itex] then what is [itex]f(3+h)\ ?[/itex]

SammyS, that is the one part I am having trouble fully understanding...
 


It would have helped if you could have said that right from the beginning.

In f(x)=4+3x-x2, the x is what's called a dummy variable. Anything you put in the lefthand side where the x is shows up wherever the x appears on the righthand side. For example, suppose you have g(x) = 2x+4. Then
\begin{align*}
g(y) = 2y+4 \\
g(h+3) = 2(h+3)+4 \\
g(4z) = 2(4z)+4 \\
g(weasel) = 2(weasel)+4 \\
g(3) = 2(3)+4 = 10
\end{align*}
Now tell us what you think f(3+h) is equal to in your problem.
 


nukeman said:
SammyS, that is the one part I am having trouble fully understanding...
Apparently you don't understand how to evaluate a function's formula.

If g(t) = 3 - t2 (for example)
then g(1) = 3 - (1)2 = 3 - 1 = 2
and g(5) = 3 - (5)2 = 3 - 25 = -23
and g(a + 2) = 3 - (a + 2)2

So for your function, what is f(3 + h)?
 


"So for your function, what is f(3 + h)?"

f(3+h) = 4 + 3(3+h) - (3+h)^2 ?