Tricky difference quotient problem i am stuck

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
8 replies · 3K views
ihatecats2014
Messages
30
Reaction score
0

Homework Statement


find f(a+h)-f(a)/h for the f (x)= 2x+3x2


Homework Equations



f(a+h)-f(a)/h

The Attempt at a Solution


f(a+h)-f(a)/h
=2(a+h)-3(a+h)2-2x+3x2
=2a+2h-3a2-3h2-2a+3a2
=2h-3h2/h

that is where i am stuck
help please
 
Physics news on Phys.org
First, what is [tex](a + h)^{2}[/tex] ?

And what is [tex]-f(a)[/tex] equivalent to?
 
whoops, (a+h)^2 = a^2+2ah+h^2
but -f(a) is correct right?
 
notice the second line you wrote ([tex]2(a+h)-3(a+h)^{2}-2x+3x^{2}[/tex])

See something wrong with the last term ?
 
ihatecats2014 said:

Homework Statement


find f(a+h)-f(a)/h for the f (x)= 2x+3x2


Homework Equations



f(a+h)-f(a)/h

The Attempt at a Solution


f(a+h)-f(a)/h
You need more parentheses here.
This should be (f(a + h) - f(a))/h
ihatecats2014 said:
=2(a+h)-3(a+h)2-2x+3x2
What happened to the h divisor? And as above, the entire numerator needs parentheses around it.
ihatecats2014 said:
=2a+2h-3a2-3h2-2a+3a2
Still missing the h.
ihatecats2014 said:
=2h-3h2/h

that is where i am stuck
help please
 
so 2a+2h-3a^2-6ah-6h^2-2a+3a^2
=2h-6ah-6h^2/h
=2h(3a+3)/h
then what

oh ok i see
 
No, this is still not correct - you are doing your algebra wrong

[tex]f(a + h) - f(a) =[/tex]
[tex]f(a + h) - (2x + 3x^{2}) =[/tex]
[tex]f(a + h) + (-1)*(2x + 3x^{2})[/tex]

You are not distributing the minus sign correctly

can you see how to fix it?
 
yes, sorry my eyes are not working,
so i got it down to 2h+6ah+3h^2/h
so the answer has to be 6a+3h+2
if not don't bother i quit
iamalexalright said:
No, this is still not correct - you are doing your algebra wrong

[tex]f(a + h) - f(a) =[/tex]
[tex]f(a + h) - (2x + 3x^{2}) =[/tex]
[tex]f(a + h) + (-1)*(2x + 3x^{2})[/tex]

You are not distributing the minus sign correctly

can you see how to fix it?
 
And the limit is h approaches 0 so you cancel out the h. You can always check your answer by just taking the derivative of the function.