Finding function given limit
up vote
3
down vote
favorite
$$lim_{xto2} frac{x^2-cx+d}{x^2-4} = 3$$
Find $c$ and $d$.
I tried replacing all the x's with 2, but ended up with 0 on the bottom. In order for the limit to exist, something from the top has to cancel out with $(x+2)$ or $(x-2)$. How do I find $c$ and $d$?
limits
New contributor
add a comment |
up vote
3
down vote
favorite
$$lim_{xto2} frac{x^2-cx+d}{x^2-4} = 3$$
Find $c$ and $d$.
I tried replacing all the x's with 2, but ended up with 0 on the bottom. In order for the limit to exist, something from the top has to cancel out with $(x+2)$ or $(x-2)$. How do I find $c$ and $d$?
limits
New contributor
1
Hi, Latex/Math-Jax is used to formulate maths in questions and answers, here's a Math-Jax tutorial !. Welcome to our site by the way !
– Rebellos
Nov 23 at 22:45
1
Here's where to start: You will need an $x-2$ to cancel from numerator and denominator, so you must have $x^2 - cx + d = 0$ when $x = 2$.
– JavaMan
Nov 23 at 22:46
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
$$lim_{xto2} frac{x^2-cx+d}{x^2-4} = 3$$
Find $c$ and $d$.
I tried replacing all the x's with 2, but ended up with 0 on the bottom. In order for the limit to exist, something from the top has to cancel out with $(x+2)$ or $(x-2)$. How do I find $c$ and $d$?
limits
New contributor
$$lim_{xto2} frac{x^2-cx+d}{x^2-4} = 3$$
Find $c$ and $d$.
I tried replacing all the x's with 2, but ended up with 0 on the bottom. In order for the limit to exist, something from the top has to cancel out with $(x+2)$ or $(x-2)$. How do I find $c$ and $d$?
limits
limits
New contributor
New contributor
edited Nov 23 at 22:53
gimusi
88.2k74394
88.2k74394
New contributor
asked Nov 23 at 22:43
Amanda Choi
191
191
New contributor
New contributor
1
Hi, Latex/Math-Jax is used to formulate maths in questions and answers, here's a Math-Jax tutorial !. Welcome to our site by the way !
– Rebellos
Nov 23 at 22:45
1
Here's where to start: You will need an $x-2$ to cancel from numerator and denominator, so you must have $x^2 - cx + d = 0$ when $x = 2$.
– JavaMan
Nov 23 at 22:46
add a comment |
1
Hi, Latex/Math-Jax is used to formulate maths in questions and answers, here's a Math-Jax tutorial !. Welcome to our site by the way !
– Rebellos
Nov 23 at 22:45
1
Here's where to start: You will need an $x-2$ to cancel from numerator and denominator, so you must have $x^2 - cx + d = 0$ when $x = 2$.
– JavaMan
Nov 23 at 22:46
1
1
Hi, Latex/Math-Jax is used to formulate maths in questions and answers, here's a Math-Jax tutorial !. Welcome to our site by the way !
– Rebellos
Nov 23 at 22:45
Hi, Latex/Math-Jax is used to formulate maths in questions and answers, here's a Math-Jax tutorial !. Welcome to our site by the way !
– Rebellos
Nov 23 at 22:45
1
1
Here's where to start: You will need an $x-2$ to cancel from numerator and denominator, so you must have $x^2 - cx + d = 0$ when $x = 2$.
– JavaMan
Nov 23 at 22:46
Here's where to start: You will need an $x-2$ to cancel from numerator and denominator, so you must have $x^2 - cx + d = 0$ when $x = 2$.
– JavaMan
Nov 23 at 22:46
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
Your thought process is right. We do need to cancel out the $x-2$ in the bottom to not divide by zero. So assume the numerator is of the form $(x-2)(x+a)=x^2-cx+d$.
Then once we cancel everything out from the original limit, we have $$lim_{xto2} frac{x+a}{x+2}=3$$
$frac{2+a}4=3$ ---> $a=10$
Now go back and multiply everything out: $(x-2)(x+10) = x^2+8x-20$.
Then $c=-8, d=-20$.
add a comment |
up vote
2
down vote
We have that
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=3$$
requires that for $x=2$
$$x^2-cx+d=0 implies 4-2c+d=0 implies d=-4+2c$$
then
$$x^2-cx+d=x^2-cx-4+2c=(x-2)(x+2)-c(x-2)=(x-2)(x+2-c)$$
then
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{(x-2)(x+2-c)}{(x-2)(x+2)}$$
As an alternative once we recognize that the numerator must vanish at $x=2$, we can use l'Hopital to obtain
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{2x-c}{2x}=3$$
from which we can find $c$ and then $d$.
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
1
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
Your thought process is right. We do need to cancel out the $x-2$ in the bottom to not divide by zero. So assume the numerator is of the form $(x-2)(x+a)=x^2-cx+d$.
Then once we cancel everything out from the original limit, we have $$lim_{xto2} frac{x+a}{x+2}=3$$
$frac{2+a}4=3$ ---> $a=10$
Now go back and multiply everything out: $(x-2)(x+10) = x^2+8x-20$.
Then $c=-8, d=-20$.
add a comment |
up vote
4
down vote
Your thought process is right. We do need to cancel out the $x-2$ in the bottom to not divide by zero. So assume the numerator is of the form $(x-2)(x+a)=x^2-cx+d$.
Then once we cancel everything out from the original limit, we have $$lim_{xto2} frac{x+a}{x+2}=3$$
$frac{2+a}4=3$ ---> $a=10$
Now go back and multiply everything out: $(x-2)(x+10) = x^2+8x-20$.
Then $c=-8, d=-20$.
add a comment |
up vote
4
down vote
up vote
4
down vote
Your thought process is right. We do need to cancel out the $x-2$ in the bottom to not divide by zero. So assume the numerator is of the form $(x-2)(x+a)=x^2-cx+d$.
Then once we cancel everything out from the original limit, we have $$lim_{xto2} frac{x+a}{x+2}=3$$
$frac{2+a}4=3$ ---> $a=10$
Now go back and multiply everything out: $(x-2)(x+10) = x^2+8x-20$.
Then $c=-8, d=-20$.
Your thought process is right. We do need to cancel out the $x-2$ in the bottom to not divide by zero. So assume the numerator is of the form $(x-2)(x+a)=x^2-cx+d$.
Then once we cancel everything out from the original limit, we have $$lim_{xto2} frac{x+a}{x+2}=3$$
$frac{2+a}4=3$ ---> $a=10$
Now go back and multiply everything out: $(x-2)(x+10) = x^2+8x-20$.
Then $c=-8, d=-20$.
edited Nov 23 at 22:58
answered Nov 23 at 22:50
Christopher Marley
86315
86315
add a comment |
add a comment |
up vote
2
down vote
We have that
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=3$$
requires that for $x=2$
$$x^2-cx+d=0 implies 4-2c+d=0 implies d=-4+2c$$
then
$$x^2-cx+d=x^2-cx-4+2c=(x-2)(x+2)-c(x-2)=(x-2)(x+2-c)$$
then
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{(x-2)(x+2-c)}{(x-2)(x+2)}$$
As an alternative once we recognize that the numerator must vanish at $x=2$, we can use l'Hopital to obtain
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{2x-c}{2x}=3$$
from which we can find $c$ and then $d$.
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
1
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
add a comment |
up vote
2
down vote
We have that
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=3$$
requires that for $x=2$
$$x^2-cx+d=0 implies 4-2c+d=0 implies d=-4+2c$$
then
$$x^2-cx+d=x^2-cx-4+2c=(x-2)(x+2)-c(x-2)=(x-2)(x+2-c)$$
then
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{(x-2)(x+2-c)}{(x-2)(x+2)}$$
As an alternative once we recognize that the numerator must vanish at $x=2$, we can use l'Hopital to obtain
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{2x-c}{2x}=3$$
from which we can find $c$ and then $d$.
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
1
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
add a comment |
up vote
2
down vote
up vote
2
down vote
We have that
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=3$$
requires that for $x=2$
$$x^2-cx+d=0 implies 4-2c+d=0 implies d=-4+2c$$
then
$$x^2-cx+d=x^2-cx-4+2c=(x-2)(x+2)-c(x-2)=(x-2)(x+2-c)$$
then
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{(x-2)(x+2-c)}{(x-2)(x+2)}$$
As an alternative once we recognize that the numerator must vanish at $x=2$, we can use l'Hopital to obtain
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{2x-c}{2x}=3$$
from which we can find $c$ and then $d$.
We have that
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=3$$
requires that for $x=2$
$$x^2-cx+d=0 implies 4-2c+d=0 implies d=-4+2c$$
then
$$x^2-cx+d=x^2-cx-4+2c=(x-2)(x+2)-c(x-2)=(x-2)(x+2-c)$$
then
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{(x-2)(x+2-c)}{(x-2)(x+2)}$$
As an alternative once we recognize that the numerator must vanish at $x=2$, we can use l'Hopital to obtain
$$lim_{xto 2}frac{x^2-cx+d}{x^2-4}=lim_{xto 2}frac{2x-c}{2x}=3$$
from which we can find $c$ and then $d$.
edited Nov 23 at 22:56
answered Nov 23 at 22:49
gimusi
88.2k74394
88.2k74394
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
1
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
add a comment |
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
1
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
Just one critique, no need to introduce l'Hopital where unnecessary. Much too advanced for pre-cal.
– Christopher Marley
Nov 23 at 22:58
1
1
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
@ChristopherMarley I agree and I don't like to use l'Hopital at all when it is not strictly necessary and indeed I'm not suggesting that as the first choice. But I think it could be a good alternative in that case at least to double check the result.
– gimusi
Nov 23 at 23:01
add a comment |
Amanda Choi is a new contributor. Be nice, and check out our Code of Conduct.
Amanda Choi is a new contributor. Be nice, and check out our Code of Conduct.
Amanda Choi is a new contributor. Be nice, and check out our Code of Conduct.
Amanda Choi is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3010934%2ffinding-function-given-limit%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Hi, Latex/Math-Jax is used to formulate maths in questions and answers, here's a Math-Jax tutorial !. Welcome to our site by the way !
– Rebellos
Nov 23 at 22:45
1
Here's where to start: You will need an $x-2$ to cancel from numerator and denominator, so you must have $x^2 - cx + d = 0$ when $x = 2$.
– JavaMan
Nov 23 at 22:46