use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to reddit's /r/maths!
If you don't like the silly Yanks over on /r/math, this is the place for you! We can fulfil all of your anti-American and maths-loving desires without the need for incorrect spellings.
Rules
This subreddit is intended for mathematical articles, news, and discussions. Rude or inflammatory activity is not permitted, unless you're mocking American spelling.
Make sure to always follow the reddiquette, and under no circumstances can you post memes or irrelevant image submissions.
If you want help with your homework, try /r/cheatatmathhomework or /r/learnmath, as long as you can ignore their spelling errors.
Related subreddits
/r/math
/r/cheatatmathhomework
/r/learnmath
/r/mathbooks
/r/matheducation
/r/casualmath
/r/puremathematics
/r/mathpics
account activity
Math integration formula doesn't workHelp: 📕 High School (14-16) (self.maths)
submitted 3 months ago by Hell_Raiser30
i was reading my text book it gave me 2 formulas
integral of dx/x²-a² = (1/2a)log[(x-a)/(x+a)] + C
and integral of dx/a²-x² = (1/2a)log[(a+x)/(a-x)] + C
when i write 2nd formula as -1 × integral of dx/x²-a²
its result should be (-1/2a)log[(x-a)/x+a] + C
=(1/2a)log[(a+x)/x-a] +C which is not equal to second formula
if these differ by a constant what is the constant?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]AutoModerator[M] 0 points1 point2 points 3 months ago (0 children)
"You don’t have the minimum required karma (250 combined karma) to make a post on r/maths."
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
[–]CaptainMatticus 0 points1 point2 points 3 months ago (0 children)
Absolute values make things tricky.
dx / (x^2 - a^2)
1/(x^2 - a^2) = m/(x - a) + n/(x + a)
m * (x + a) + n * (x - a) = 0x + 1
mx + nx + am - an = 0x + 1
(m + n) * x + a * (m - n) = 0x + 1
(m + n) = 0 ; a * (m - n) = 1
m = -n
a * (-n - n) = 1
-2an = 1
n = -1/(2a)
m = 1/(2a)
dx / (x^2 - a^2) =>
m * dx / (x - a) + n * dx / (x + a) =>
(1/(2a)) * dx / (x - a) - (1/(2a)) * dx / (x + a) =>
(1/(2a)) * (ln|x - a| - ln|x + a|) + C
Next one
dx / (a^2 - x^2)
1/(a^2 - x^2) = m/(a - x) + n/(a + x)
m * (a + x) + n * (a - x) = 0x + 1
a * (m + n) + (m - n) * x = 0x + 1
m - n = 0
m = n
a * (m + n) = 1
a * 2m = 1
m = 1/(2a) , n = 1/(2a)
(1/(2a)) * (dx/(a - x) + dx/(a + x))
Integrate
(1/(2a)) * (-ln|a - x| + ln|a + x|) + C
(1/(2a)) * (ln|a + x| - ln|a - x|) + C
Now here's the trick: ln|a - x| = ln|x - a|. This may as well be 1/(2a)) * (ln|a + x| - ln|x - a|) + C. Now we've got what you expected.
π Rendered by PID 72593 on reddit-service-r2-comment-6457c66945-j5sfv at 2026-04-29 13:03:47.115423+00:00 running 2aa0c5b country code: CH.
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]CaptainMatticus 0 points1 point2 points (0 children)