Opinion Needed: Is Student's Solution Around x=2 Correct?

  • Context:
  • Thread starter Thread starter Amer
  • Start date Start date
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
2 replies · 2K views
Amer
Messages
259
Reaction score
0
I gave my students a question that said
if
[tex]\lim _{x \rightarrow 2 } \frac{f(x)}{x^2-4} = 7[/tex]

find the limit

[tex]\lim_{x\rightarrow 2 } \frac{f(x)}{x-2 }[/tex]

one of my students answered like this
from the given
[tex]\frac{f(x)}{x^2-4} = 7 \Rightarrow f(x) = 7(x^2-4)[/tex]

then he complete the solution
[tex]\lim_{x\rightarrow 2} \frac{7(x-2)(x+2)}{x-2} = 28[/tex]

which is true, what he did in this
[tex]\frac{f(x)}{x^2-4} = 7 \Rightarrow f(x) = 7(x^2-4)[/tex]
is not true 100%, it is true around 2

What is your opinion ?
Thanks in advance
 
Physics news on Phys.org
Amer said:
I gave my students a question that said
if
[tex]\lim _{x \rightarrow 2 } \frac{f(x)}{x^2-4} = 7[/tex]

find the limit

[tex]\lim_{x\rightarrow 2 } \frac{f(x)}{x-2 }[/tex]

one of my students answered like this
from the given
[tex]\frac{f(x)}{x^2-4} = 7 \Rightarrow f(x) = 7(x^2-4)[/tex]

then he complete the solution
[tex]\lim_{x\rightarrow 2} \frac{7(x-2)(x+2)}{x-2} = 28[/tex]

which is true, what he did in this
[tex]\frac{f(x)}{x^2-4} = 7 \Rightarrow f(x) = 7(x^2-4)[/tex]
is not true 100%, it is true around 2

What is your opinion ?
Thanks in advance
Of course the student was wrong to say that $f(x) = 7(x^2-4)$. But it is "approximately true" as $x\to2$ and he got the correct answer to the question. I would give him some partial credit for a method that was not too far from correct. If he had expressed it as $$\lim_{x\rightarrow 2 } \frac{f(x)}{x-2 } = \lim _{x \rightarrow 2 } \frac{f(x)(x+2)}{x^2-4} = \lim _{x \rightarrow 2 } \frac{f(x)}{x^2-4}\lim _{x \rightarrow 2 }(x+2) = 7\times 4 = 28$$ then he would have deserved full credit. What he missed was to make use of the important fact that the limit of a product is the product of the limits.
 
Thanks.
I was thinking in an example if he solve it with this way he will get an error, or how i can explane his mistake