2
$\begingroup$

If $f$ and $g$ are continuous functions, with $f(3) = 5$ and

$$\lim_{x \to 3} (2f(x) − g(x)) = 4$$

find $g(3)$.

I am confused at how to tackle this question, I understand I have to find $g(3)$ but do I plus in $3$ for $x$? How do I go about getting the solution because apparently someone got $g(3) = 6$ as the solution?

  • 1
    hint: for continuous functions $\lim_{x\to a} f(x)=f(a)$2012-06-17

3 Answers 3

2

Define $h(x)$ as: $$ h(x) = 2f(x) - g(x) $$

We can write $g(x)$ in terms of $f(x)$ and $h(x)$ as: $$ g(x) = 2f(x) - h(x) $$

Since $f(x)$ is continuous: $$ \lim_{x \to 3} f(x) = f(3) = 5 $$

From the problem statement, we have: $$ \lim_{x \to 3} h(x) = \lim_{x \to 3} \left(2f(x) - g(x)\right)= 4 $$

Therefore: $$ \lim_{x \to 3} g(x) = \lim_{x \to 3} \left(2f(x) - h(x)\right) = 2 \times 5 - 4 = 6 $$

  • 0
    How did you get h(x) = 4 that i dont understand?2012-06-17
  • 0
    basically i understand how we got 2x5 but how did you get the 4 to subtract from it to get 6?2012-06-17
  • 0
    @mystycs - It's in the problem statement. I edited my answer and added an intermediate step.2012-06-17
  • 0
    Houreih so because the limit they gave us =4 i used that 4 to subtract and get the 6?2012-06-17
  • 0
    Yes, they gave us the limit of a function, so wrote $g(x)$ in terms of this function and $f(x)$, and just plugged in the given values.2012-06-17
  • 0
    Understood thanks so much2012-06-17
  • 1
    @mystycs - Happy to help!2012-06-17
1

We have $g(x)=2f(x)-(2f(x)-g(x))$, hence, by continuity, $$g(3)=\lim_{x\rightarrow 3}g(x)=2\times \lim f(x)-\lim(2f(x)-g(x))=2\times5-4=6$$

Remark : if $f$ is continuous, $g(a)=\lim_{x\rightarrow a}g(x)$

  • 0
    Oh so becase 3 is 5 as f(x) i just put in 5 instead of 3 because i have 2 *3 but how did you get -4?2012-06-17
  • 0
    Basically how did you get - 4 ?2012-06-17
  • 0
    By hypothesis : $\lim(2f(x)-g(x))=4$.2012-06-17
  • 0
    So we used the 4 to subtract from 2x5 basically?2012-06-17
  • 0
    We used $g(3)=\lim_{x\rightarrow 3}g(x)$ by continuity and elementary operations on limits : if $\lim f=l\in\mathbb R$ then $\lim\lambda f=\lambda l$ and if $\lim f=l$ and $\lim g=l'$ then $\lim(f+g)=l+l'$.2012-06-17
1

We have: $$\lim_{x \to 3} (2f(x) − g(x)) =4$$

When $f$ and $g$ are continuous functions:

$$\lim_{x \to 3} (2f(x) − g(x)) =2f(3)-g(3)$$ $$\Downarrow$$ $$2f(3)-g(3)=4$$

$f(3) = 5$, so $g(3)$ is ...