Bounceback
- 13
- 0
Solve f'(x)*a(x)+a'(x)=1 For a(x)
(there's another less important question at the bottom)
Background behind equation (trying to find a function to integrate any e^f(x)):
\int e^{f(x)}\,dx=e^{f(x)}*a(x)
e^{f(x)}=e^{f(x)}*{f'(x)}*a(x)+e^{f(x)}*a'(x)
1=f'(x)*a(x)+a'(x)A few of my attempts:
df(x)*a(x)+da(x)=d(x)
\int a(x)\,df(x)+a(x)=x
a(x)=x-\int a(x)\,df(x)
a(x)=x-\int x-\int x-\int x ...\,df(x)\,df(x)\,df(x)
a(x)=x-\int x\,df(x)+\iint x\,d^2f(x)-\iiint x\,d^3f(x)...
Note, this attempt only works if f(x) is an integrable function
This method doesn't work however, since \int e^x\,dx=e^x, You know the value of a and f(x) (1 and x respectively).
Substituting into the equation, the method stops working at line 2. Assuming that this is because you can only integrate a side of an equation with respect to a single function, I tried a different method.
f'(x)*a(x)=1-a'(x)
\int f'(x)*a(x)\,dx=\int 1-a'(x)\,dx
\int f'(x)*a(x)\,dx=x-a(x)
A rearranged version of line two...
Where have I gone wrong in my attempts?
(there's another less important question at the bottom)
Background behind equation (trying to find a function to integrate any e^f(x)):
\int e^{f(x)}\,dx=e^{f(x)}*a(x)
e^{f(x)}=e^{f(x)}*{f'(x)}*a(x)+e^{f(x)}*a'(x)
1=f'(x)*a(x)+a'(x)A few of my attempts:
df(x)*a(x)+da(x)=d(x)
\int a(x)\,df(x)+a(x)=x
a(x)=x-\int a(x)\,df(x)
a(x)=x-\int x-\int x-\int x ...\,df(x)\,df(x)\,df(x)
a(x)=x-\int x\,df(x)+\iint x\,d^2f(x)-\iiint x\,d^3f(x)...
Note, this attempt only works if f(x) is an integrable function
This method doesn't work however, since \int e^x\,dx=e^x, You know the value of a and f(x) (1 and x respectively).
Substituting into the equation, the method stops working at line 2. Assuming that this is because you can only integrate a side of an equation with respect to a single function, I tried a different method.
f'(x)*a(x)=1-a'(x)
\int f'(x)*a(x)\,dx=\int 1-a'(x)\,dx
\int f'(x)*a(x)\,dx=x-a(x)
A rearranged version of line two...
Where have I gone wrong in my attempts?
Last edited: