0

I have functions $f,g,h:\mathbb{R}\rightarrow\mathbb{R}$ with: $$h(x)=cos(x)\cdot f(x)=e^x\cdot g(x)$$ If $h$ is continuous at $x_0$ and $g$ isn't continuous at $x_0$, then prove that $f$ isn't continuous at $x_0$. Any ideas on how to solve it, because I stack in this.

Leos Kotrop
  • 1,195

2 Answers2

1

Because $h$ is continuous at $x_0$, then $g(x)=h(x)e^{-x}$ is also continuous at $x_0$, so your claim is wrong.

szw1710
  • 8,102
1

split in two case:

1) $cos(x_0)\neq 0$ use $f(x)=\frac{e^xg(x)}{cos(x)}$ and use the discontinuity of g

2) $cos(x_0)=0$ use $f(x)=\frac{h(x)}{cos(x)}$ locally and use the discontinuity of $\frac{1}{cos(x)}$

polbos
  • 395
  • 2
  • 10