The quotient rule states that: $$\frac{d}{dx}\frac{f(x)}{g(x)}=\frac{f'(x)g(x)-f(x)g'(x)}{{g(x)}^2}=\frac{f'(x)}{g(x)}-\frac{f(x)g'(x)}{{g(x)}^2}$$ Integrating tells us that $$\frac{f(x)}{g(x)}=\int\frac{f'(x)}{g(x)}dx-\int\frac{f(x)g'(x)}{{g(x)}^2}dx$$ If I let $f(x)=g(x)$,this gives us: $$\frac{f(x)}{f(x)}=\int\frac{f'(x)}{f(x)}dx-\int\frac{f(x)f'(x)}{{f(x)}^2}dx=\int\frac{f'(x)}{f(x)}dx-\int\frac{f'(x)}{f(x)}dx$$ Simplifying both sides: $$1=0$$ Where have I erred? Where and what is my mistake? Any help would be appreciated greatly.
2026-03-27 02:34:10.1774578850
Calculus proof: $0=1$ What is my mistake?
117 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Well, straight ahead letting $f=g$ means you're differentiating $1$ so you get $0$, but let's go through this again: $$\frac{d}{dx}\frac{f(x)}{f(x)}=\frac{f'(x)f(x)-f(x)f'(x)}{{f(x)}^2}=\frac{f'(x)}{f(x)}-\frac{f'(x)}{f(x)}$$ $$\implies 1= \int(\frac{f'(x)}{f(x)}-\frac{f'(x)}{f(x)}) dx=\int0 \ dx=C$$ So no contradiction.
Update: you did it in another way: $$ 1= \int\frac{f'(x)}{f(x)}dx-\int\frac{f'(x)}{f(x)} dx$$ Now let $y=f(x)$, we get $$\int \frac{f'(x)}{f(x)}dx= \int \frac{1}{y}dy=\ln(y)+C=\ln(f(x))+C$$ So $$1=\ln(f(x))+C_1 - (\ln(f(x))+C_2)=C_1-C_2$$ again, no contradiction.