where's the math palette? What if I want the integral sign?
integral(f(x)) from [a,b] if anything
but in here we got the equation button that has it in it
if you know how to type in LaTeX coding then you can type it in directly
\[\huge\int xdx\]
\int x^2dx
\ followed by [ and then by \] with your equation stuff in betwee
\int \frac{x+1}{x-1}dx
\[\int x^2\ dx\]
youve got the innards good; but you gotta tell the reply box that its actually in latex code by wrapping it in \ and [ and \ and ]
what is \int \frac{x+1}{x-1}dx
\[\int \frac{x+1}{x-1}dx\]
\int {\frac{x+1}{x-1}}dx
This is more strict than regular LaTeX
\[\int stuff \*] ^ remove the *
it is becasue the text is parsed and you have to encode it in the delimiters
Yeah ok, thank you!
but to answer; you might wanna seperate it up into seperate fractions: \[\int\frac{x}{x-1}+\frac{1}{x-1}dx\]
then int by parts the left side there
+x(ln(x-1)) -1(integral of ln(x-1))? :)
or \[\int\frac{x+1}{x-1}dx=\int\frac{x-1+2}{x-1}dx=\int\frac{x-1}{x-1}dx+\int\frac{2}{x-1}dx=\int 1dx+\int\frac{2}{x-1}dx\]
yeah, that does seem easier :)
i tend to forget about adding zero ....
best tricks...add '0' and multiply by '1'
Join our real-time social learning platform and learn together with your friends!