Use x^2+2 in the Difference Quotient

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
Tonik
Messages
13
Reaction score
0
I took a placement test and blew it away. (I tested into calculus, best possible placement for this test.) Everything was rather simple except for this problem which I cannot seem to get right. Can someone show me where I'm going wrong here?

Homework Statement


Use x2+2 in the Difference Quotient.

Homework Equations


d55.gif

The Attempt at a Solution


(x+h)2+2-(x2+2)

x2+xh+h2+2-x2-2

[STRIKE]x2[/STRIKE]+xh+h2[STRIKE]+2[/STRIKE][STRIKE]-x2[/STRIKE][STRIKE]-2[/STRIKE]

(xh+h2)/h

(x[STRIKE]h[/STRIKE]+h[STRIKE]2[/STRIKE])/[STRIKE]h[/STRIKE]

x+h

This answer was not a given choice. Any ideas where I'm messing up?
(I'm sure I making stupid mistake somewhere that I'm overlooking)
 
Physics news on Phys.org
Tonik said:
x2+xh+h2+2-x2-2

There is an error in this line.
 
More specifically, you expanded (x + h)2 incorrectly. Also, you should use = between an expression on one line and the one on the following line.
 
pbandjay said:
There is an error in this line.

Mark44 said:
More specifically, you expanded (x + h)2 incorrectly. Also, you should use = between an expression on one line and the one on the following line.

ahh! okay...

x2+2xh+h2+2-x2-2

=

[STRIKE]x2[/STRIKE]+2xh+h2[STRIKE]+2-x2-2[/STRIKE]

=

2xh+h2/h

=

2x[STRIKE]h[/STRIKE]+h[STRIKE]2[/STRIKE]/[STRIKE]h[/STRIKE]

=

2x+h

That is the answer I chose since it was closest to my answer. You guys rock, thanks!