#help-49
1 messages · Page 279 of 1
google is usually good for short and sweet questions like this
ok satvik
hahahaha
.close
Closed by @mint ravine
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&268886789983436800> scam
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello. Suppose we have proven that for a,b in N, there exists a d in N such that ax+by=d, and then d is a common divisor between a and b. If gcd(a,b) = 1 , then can we automatically assume that the d in question is 1? without proving beforehand that d is the gcd anyway
Closed by @coral belfry
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do i approach this problem? Do i use formulae or try differentiating it directly
Start by simplifying your trigonometric terms and then go from there, it will be a lot simplier to do it after simplification
Its already simplified isnt it? I dont think i can simplify if further
Oh nvm i can simplify tan as sin/cos
try breaking tan^5x
@restive briar Has your question been resolved?
guys if the lim is approaching infinity, will we say it exists?
what if it is approaching lets say pos infinity from both sides, does this mean it exist?
but they write infinity as if it was a number or smt i mean smt like lim(x->3)=infinity
infinity isn't usually a number
for limit to exist the tendency should be a finite number
unless you're working in the extended reals or something a limit which tends to infinity definitionally does not exist
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do you solve recurrence relations with a characteristic polynomial?
you find the roots of the characteristic equation
you mean like $T_{n+2}-T_{n+1}-T_{n}=n?$
ImOakley
yeah, and the T's can have coefficients
would the characteristic polynomial be x^3 - x^2 - x = 1 ?
like galaxy said you find the roots where T n+2 is x^2, T n+1 is x and T n is 1
the number added to n determines the power
oh so x^2 - x - 1 = 0 ?
yeah
maybe this would help as a general algorithm
the roots will be your guesses for the solution as a sum of distinct exponential terms, and if a root is repeated, it involves building up the exponential terms by multiplying them by polynomials
if you've taken a differential equations class, this is an almost identical approach to how one might solve a homogenous linear diff eq with constant coefficients
the recurrence has to be linear right? is that what homogeneous means?
like i can't have T_n + T_(n-1)^2 ...
correct
and this can be modified for nonhomogenous linear relations by just adding a particular solution
Axe
what makes it non-homogeneous?
+2
so you're first finding the general solution and then taking a guess at a particular solution
homogenous equations have all non-recurrent terms equal to 0
Homogeneous is "Linear combination of f(x-k) = 0"
The homogeneous version of your equation would be $f(x) = 2 f(x - 1) - f (x - 2)$
Rafilouyear2026
but yeah focus on the general solution first by treating it as a homogenous equation, what does the double root of 1 tell you about the form of your general solution according to this?
And so you should start by finding the general solution of that related homogeneous equation
so i'm still working with x^2 = 2x - 1 right?
look at part c of this algorithm to see what kind of term that contributes to your general solution
yes
if you had gotten that x = 2 was a triple root, the term would be a quadratic polynomial times 2^n
etc
so substitute this guess into your homogenous equation and use your initial conditions to determine A and B
huh?
You need to find the general solution to the non-homogeneous equation first
oh whoops i forgot the original was nonhomogenous
so, Linear functions are the solutions to the homogeneous equation
to get a constant = 2 to show up on the RHS
maybe as a test for a particular solution, ||increasing the degree could work||
here's a table of useful guesses at particular solutions depending on what's remaining on the RHS btw
ok so this is not strictly algorithmic, the next step says "take an educated guess at the form"
oh i see, i have a constant so this table tells me what to do
ehhhhhhhh
Fact is, you already know linear functions are the solutions to your homogeneous equation
so don't expect a constant to work for the non-homogeneous one here
That's the problem of the double roots case, or when x = 1 is a root of the characteristic here
oh right there are sometimes problems when the form of the stuff on the RHS matches up with a characteristic root
so um, nothing to say more than intuition here
you don't happen to know how this algorithm is justified do you?
maybe it's with linear algebra
Have you already seen solution method for differential equations?
no, not really
linear ODEs of some rank
well there's a method that usually works called variation of constant
it does have to do slightly with linear alg
The space of solutions of a linear homogeneous equation is a linear subspace
so any solution can be written as some linear combination of "basis" solutions
Variation of constant says: for the non-homogeneous case
Replace the coefficients in the linear combinations by functions
and look at the equations those functions verify
After some simplifying, you usually get for those functions a linear equation with one less degree
so if you're solving for y'' + 2y' + 3y = ...
the coefficients solve something like y' + ...y = ...
hard to rigorously explain without losing you atp xdd
Bottom line, there is some linear alg thingy behind because of the homogeneous equation
and there is a method that usually works no matter the RHS
but it's very hard to pull through
so it's sometimes easier to guess
oh
for the particular solution
there's a method where you compute the jordan normal form of a matrix
i got the eigenvalue 1, this might be the same as the root of x^2 = 2x - 1
anyway thanks i'll close this
.close
Closed by @radiant roost
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
<@&268886789983436800> idk if the person deleted the message or already got removed
i think automod worked 
no that was me
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I have a question which is a bit stripped away from context. Don't know if it makes a 100% sense. Suppose there are some $n\times n$ matrices $A_1,\ldots,A_k$ such that $A_1+\cdots+A_k=I_n$ and also $$n=\operatorname{rank}(A_1+\cdots+A_k)=\operatorname{rank}(A_1)+\cdots+\operatorname{rank}(A_k).$$ Is it also true that $$\operatorname{rank}(A_2+\cdots+A_k)=\operatorname{rank}(A_2)+\cdots+\operatorname{rank}(A_k)?$$
psie
I think it is true
peak maths
For the interested reader, I picked up on this in the comments to this answer. They claim that rank(A2 + ... + Ak) = rank(A2) + ... + rank(Ak).
The answer tries to prove the general case of this lemma:
The author of the screenshot proves the lemma for k = 2 and says that the k > 2 follows from induction.
what if
\begin{align*}
rA_1
&= r\qty( I_n - \qty[A_2 + \dots+A_k ] ) \
&\leq rI_n - r\sum _2 A_i \
&= n - r \sum _2 A_i \
&= r\sum _1 A_i - r\sum _2 A_i \
&\leq rA_1
\end{align*}
then uhh
i think this is enough
between the first and second lines
im wrong arent i 
jan Niku
Thank you for your attempt. 🙂 If I'm not mistaken, rank(cB)=rank(B) for any nonzero scalar. Therefore your second line seems incorrect. It should be rank(I_n - B) <= rank(I_n) + rank(B) I think.
arent we just using subadditivity
just call a_2 + .. + a_k some C
then r(I_n + C) <= n + rC
I'm now not sure that we need any of this
Here's how I see the calculation going. Let A2 + ... + Ak = B. Then rank(I_n - B) <= rank(I_n) + rank(-B) = rank(I_n) + rank(B). We did use subadditivity, but rank is not linear such that we can move the negative sign out front. Unfortunately. 😔
jan Niku
then $r\sum _1 A_i \leq rA_1 + r \sum _2 A_i \leq r A_1 + \sum _2 rA_i$ again
jan Niku
then $r\sum _1 A_i \leq rA_1 + r \sum _2 A_i \leq r A_1 + \sum _2 rA_i$ again
$r\sum _1 A_i \leq rA_1 + r \sum _2 A_i \leq r A_1 + \sum _2 rA_i = \sum _1 rA_i$ lastly
jan Niku
but then all <= are =
this is enough, yea?
so choose to start from $r \sum _1 A_i - rA_1$ instead and youre there
jan Niku
@inland patio
Ah cool! 🙂 Looks good. I guess that does it. Thank you. 👍
.close
Closed by @inland patio
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Just need a bit of intuition
Intuition explaining this please
Because the proof kinda doesnt feel that clear for me
<@&286206848099549185>
.close
Closed by @gaunt mantle
Use .reopen if this was a mistake.
.reopen
✅ Original question: #help-49 message
Closed by @gaunt mantle
Use .reopen if this was a mistake.
In mathematics, the Hessian matrix, Hessian or (less commonly) Hesse matrix is a square matrix of second-order partial derivatives of a scalar-valued function, or scalar field. It describes the local curvature of a function of many variables. The Hessian matrix was developed in the 19th century by the German mathematician Ludwig Otto Hesse and l...
D is the determinant of the 2x2 Hessian matrix
https://math.stackexchange.com/questions/1985889/why-how-does-the-determinant-of-the-hessian-matrix-combined-with-the-2nd-deriva might be more useful than the wikipedia article
.reopen to give OP a chance at reviewing the material
✅ Original question: #help-49 message
Thanks Hanako! And good morning! 
Closed by @gaunt mantle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Let $P(x) = a_{2016}x^{2016} + a_{2015}x^{2015} + \cdots + a_0$ be a polynomial of degree 2016 with real coefficients such that [ |a_1+a_3+\cdots +a_{2015} | > | a_0 + a_2 + \cdots + a_{2016} | ] Show that $P(x)$ has an odd amount of real roots that have an absolute value less than 1. (counting roots with multiplicity)
Copter
i don't really have an idea of beginning this other than splitting P into odd degree + even degree polynomials?
even then i don't know what i would do
@chilly cobalt Has your question been resolved?
<@&286206848099549185>
hopefully someone else can give you a more definitive hint, but my intuition says to use induction to prove it
induction on the degree of P?
yes
and I would only consider even degrees
but without knowing what course this is for, how your prof makes problems, what sorts of proofs you've done so far, or any other context, it's hard to say what your prof intends for you to do here
i found this problem on facebook😭
its supposed to be an olympiad problem so
ahhh
ok now I'm going to be thinking about this stupid problem all night instead of sleeping
What do you know about the values of f(1) and f(-1)?
(What would you need to know to solve it? Can you prove that?)
from P(1) and P(-1) and the problem statement we get that there is atleast one root in (-1,1)
other than that idk 😭
can you do someting by adding together p(1) and p(-1)
i guess one of the sides is p(1) + p(-1) and the other is p(1) - p(-1)
how would i arrive to an odd amount of roots as a conclusion in the first place
hmm i was thinking it would have to do with the values of the polynomial at -1 and 1
like, if it changes signs
then clearly it has to cross the x axis an odd number of times
-> odd # of roots
wait isnt there some way of counting roots that goes by an even amount
something something rule of signs
descartes?
P(1) and P(-1) are of different sign. You travel from -1 to 1, P has to cross x-axis odd number of times, otherwise you end up in the same half plane
There is a way:
p(x)=a (Π(x-r)^m(r)) q(x) for a constantly non-negative q(x) and some roots r with multiplicity m(r). Right? I don’t assume these r is in (-1,1)
Then P(-1)P(1) has the same sign with Π((1-r)(-1-r))^(m(r))
r<-1 or r>1, (1-r)(-1-r)>0
only when -1<r<1, (1-r)(-1-r)<0
Thus -1=sign of P(1)P(-1)=(-1)^Σm(r) implying Σm(r) odd
Closed by @chilly cobalt
Use .reopen if this was a mistake.
Np
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hiii integral nub here, What must I know in order to solve this?
maybe some partial fraction decomp
Along with a substitution
try factoring out the denominator
Sub sqrt(x - 1) then use Glasser's Master Theorem
I'll show you
So after the initial sub, did you obtain $$\int_{0}^{\infty}\frac{2\left(x^{2}+1\right)}{x^{4}+2x^{2}+5}dx$$?
Roy
Uh... I think so? Hang on I haven't done it yet I'm a bit slow
The way you notice that substitution is because you can factor the denominator as $\int_{1}^{\infty}\frac{x\sqrt{x-1}}{x^{2}\left(x-1\right)+4\left(x-1\right)}dx$
Roy
That naturally makes one inclined to substitute the entire sqrt(x - 1) so we get an entirely rational function
The weaker case we will be using is called the Cauchy-Schlömilch transformation
It basically says for any integrable function $F$ on the real line, $$\int_{-\infty}^{\infty}f\left(ax-\frac{1}{x}\right)dx=\frac{1}{a}\int_{-\infty}^{\infty}f\left(x\right)dx$$
I'll give you a few examples
Ohhh
$$\int_{-\infty}^{\infty}\frac{1}{1+\left(x-\frac{1}{x}\right)^{2}}dx=\int_{-\infty}^{\infty}\frac{1}{1+x^{2}}dx$$
Roy
{\displaystyle {\begin{aligned}\int _{-\infty }^{\infty }{\frac {x^{2},dx}{x^{4}+1}}&=\int _{-\infty }^{\infty }{\frac {dx}{\left(x-{\frac {1}{x}}\right)^{2}+2}}\&=\int _{-\infty }^{\infty }{\frac {dx}{x^{2}+2}}\&={\frac {\pi }{\sqrt {2}}}\end{aligned}}}
Roy
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
This example I took from the Wikipedia page
Now it's known in the integration bee meta that you can also generalize any $\int_{0}^{\infty}\frac{px^{2}+q}{ax^{4}+bx^{2}+c},\dd x$ with Glasser's master theorem
Roy
Gimme some time to look into this
Yep no worries
orz u 
This is the stronger version but we won't be using that here
So with this you could literally conclude that $$\int_{-\infty}^{\infty}\frac{1}{1+\left(x-\frac{1}{x}-\frac{67}{x+420}-\frac{250}{x+\phi}\right)^{2}}dx=\int_{-\infty}^{\infty}\frac{1}{1+x^{2}}dx$$
Roy
Or $$\int_{-\infty}^{\infty}\frac{1}{1+\left(x+\tan(x) - \sec(x) \right)^{2}}dx=\int_{-\infty}^{\infty}\frac{1}{1+x^{2}}dx$$
Roy
Because the poles (mittag leffler) expansion of tan and sec also satisfy that condition
You can also concoct some evil integrals this way by recursing x - 1/x
@late rover are we ready to move on with your integral
😭 Nooo, I'm watching some more example about Glasser's Master Theorem
I haven't got the hang of it
Are you watching dr3213's video or Silver's?
dr3213
Yeah I recall he describes how to generalize the quartic rational integral I sent
I have to go out in a bit, so I'll write up my solution and send it here
,texsp \begin{align*}
I &= \int_{1}^{\infty}\frac{x\sqrt{x-1}}{x^{3}-x^{2}+4x-4}dx \
&= \int_{1}^{\infty}\frac{x\sqrt{x-1}}{x^{2}\left(x-1\right)+4\left(x-1\right)}dx \
&= \int_{0}^{\infty}\frac{2\left(x^{2}+1\right)}{x^{4}+2x^{2}+5}dx && \text{Substituting $\sqrt{x - 1}$}\
&= 2\int_{0}^{\infty}\frac{x^{2}}{x^{4}+2x^{2}+5}dx+2\int_{0}^{\infty}\frac{1}{x^{4}+2x^{2}+5}dx && \text{Splitting the integral to force both integrals into GMT form}\
&= 2\int_{0}^{\infty}\frac{1}{x^{2}+\frac{5}{x^{2}}+2}dx+2\int_{0}^{\infty}\frac{1}{5x^{2}+\frac{1}{x^{2}}+2}dx && \text{Sub $1/x$ on the second integral, then divide both sides by $x^2$}\
&= 2\int_{0}^{\infty}\frac{1}{\left(x-\frac{\sqrt{5}}{x}\right)^{2}+2+2\sqrt{5}}dx+2\int_{0}^{\infty}\frac{1}{\left(\sqrt{5}x-\frac{1}{x}\right)^{2}+2+2\sqrt{5}}dx && \text{Complete the square} \
&= 2\int_{0}^{\infty}\frac{1}{x^{2}+2+2\sqrt{5}}dx+\frac{2}{\sqrt{5}}\int_{0}^{\infty}\frac{1}{x^{2}+2+2\sqrt{5}}dx && \text{Apply GMT!!}\
&= 2\left(1+\frac{1}{\sqrt{5}}\right)\int_{0}^{\infty}\frac{1}{x^{2}+2+2\sqrt{5}}dx \
&= \sqrt{\frac{1+\sqrt{5}}{2}}\frac{\pi}{\sqrt{5}} \
&= \sqrt{\frac{\phi}{5}}\pi \
\end{align*}
spoiler, pls
Roy
Also if you're not familiar with the completing the square method here, I recommend this video
https://www.youtube.com/watch?v=V3EB0e5K0SI
Memorable Timestamp:
0:34 - Square-Square Concept
3:26 - A Beginner Example
8:12 - A Spivak Example
12:17 - Dodging Nasty Partial Fractions
13:35 - A Trig-Sub Example
16:17 - A Difficult Splitting Case
22:18 - Another Splitting Case
24:48 - A Dangerous Improper Bound Case
@late rover Has your question been resolved?
Closed by @late rover
Use .reopen if this was a mistake.
Kinda cool
Maybe Timo H. can be a little less generous next time…
you integral pro
me nub
Definitely
It’s much better than Sophie Germaine factorization and partial fractions
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
But if I have an integral f(g(x))g'(x) , e^u u du It Is ?
It would be e^{g(x)} g(x) with g'(x)=1
f(g(x)) = e^u u
And g'(x) = 1, Right?
.close
Closed by @balmy cypress
Use .reopen if this was a mistake.
.reopen
✅ Original question: #help-49 message
but if I have the integral which is of that form
Then I can do the integral
Without changing the extremes even if the substitution is not monotonous?
im confused of your questions can you rephrase it
if I have an integral f(g(x))g'(x)
Then I can do the integral
Without changing the extremes even if the substitution is not monotonous?
We could let u = g(x), du = g'(x) dx
So INT f(g(x))g'(x) dx = INT f(u) du
If f(x)'s integral can be found then yes
Second, unless g(x) = ae^x, you most likely need to replace the limits
Only if the function is monotonic
hm
mhm
yea that we need split
um...actually, if you are trying to find absolute value of the integral's final value (aka area under the graph), then yes you need to split
Or else you dont need
Can you explain better pls
the substitution isn't required to be monotone, no
but it does need to be continuous
the bounds of integration have to be recalculated regardless though
f(g(x)) g'(x) g derivable continuos is not enough
you need to get some punctuation
also, i said that it was necessary, not that it was sufficient
for the substitution integral_a^b f(g(x)) g'(x) dx = integral_{g(a)}^{g(b)} f(u) du, g does NOT need to be monotone/invertible. Monotonicity is only needed for the 'inverse-function' change-of-variables form. What we DO need is that g is differentiable (e.g. C^1/absolutely continuous) so g'(x) exists
Right?
yes
@balmy cypress Has your question been resolved?
Closed by @balmy cypress
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone help me answer this question its a statics question
from my knowledge the max moment = areas under the point where the shar crosses the xaxis
@leaden seal Has your question been resolved?
@leaden seal Has your question been resolved?
Calculate the area under each segment of the shear diagram and compare the values
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
please help
oh
let's try this one
list all of the factors of 4
121
69
and 35
@mint ravine
yes im still here
? yes please wait im working on it
ping me when you're done
4: 1, 2, 4; 121: 1, 11, 121; 69: 1, 3, 23, 69; 35: 1, 5, 7, 35
@lusty python
so look at the square numbers
they have odd amount of factors or even
4 factors
they have an odd amount or even amount?
even
cool
so basically
the ones who has odd factors are basically square numbers
and the ones who has even factors are non-squares
so how would you do this exercise now?
cool
yep
the question seems complicated
but when translated correctly, it turns into an easy problem
yeah i thought i had to do all of these different cases and stuff
and i thought the trick thing only applied to squares of prime numbers
lol
Closed by @mint ravine
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
is the trace of the adjoint of a matrix the same as that of the original matrix?
have you tried any examples?
following from this question
there is some kind of identity for adj(adj(2A))
should be something like c*A for some number A
taking the adjoint is nearly the same as inverting the matrix
so if you do it twice, you nearly end up at the same thing
yeah the solution just says tr(B) = tr(8A) though
yeah
so adj(A)=det(A) A^-1
so apply that twice
questions like these just assume that you remember all these kinds of random formulas
or at least thats what it feels like
from seeing them on here
so then the solution manual also is short and doesnt show the derivation of the formula again
alr yeahh makes sense
im getting 8A = B yu
although its just given that adj(adj(2A)) = det(2A) x (2A)
thank
.close
Closed by @slow thorn
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can someone run me through this? I dont understand what D:P(U)×P(U) is supposed to mean, I get what powerset means...but how does this definition of the relation tie into ∀M,N∈P(U):MDN⇔M∩N=∅
translated*
and try to explain in simple terms - no technical terms unless necessary please
D is a relation that acts on the subsets of U
they define MDN to be such that MDN if and only if M and N are disjoint (have no common elements so their intersection is the empty set)
When you say "this definition of the relation", what are you refering to?
The ∀M,N∈P(U):MDN⇔M∩N=∅ is the definition of the relation
this part
how does it tie into the function below
That's just the sets that the relation works between. It doesn't tell you what the relation actually does
(is it called function? prolly not)
a first subset M (in P(U)) can potentially relate to another subset N (in P(U))
im confused - can you elaborate
Relations should probably more be seen as subsets of the product set than functions, though it is possible
the way this written thing should be interpreted is "D puts in relation elements from P(U) with elements from P(U)"
so not to be interpreted as a function from P(U) to P(U)
I'm going to back it up a little, let's talk about functions.
Let's talk about a function f: A -> B.
A is the domain of the function, the set that f takes elements from.
B is the codomain of the function, the set of elements that f returns.
Note that f: A -> B does not tell us what the function actually does to elements of A. We need more info to complete the definition.
In the case of your question:
D is a relation between p(U) and p(U).
The rule of the relation is given by ∀M,N∈P(U):MDN⇔M∩N=∅.
In plain english: MDN is true exactly when M and N have an empty intersection. No elements in common.
@sterile wing Has your question been resolved?
alright so with an example because otherwise it wont click fully, lets say we have
U = {0,1,2} (powersets {∅,{0},{1},{2},{0,1},{0,2},{1,2},{0,1,2}}
and M = {1,2} and N = {0}
p(U) -> p(U) just says take a random subset within (U) and compare it to another random subset within (U)
which fufills the requirement: => ∀M,N ∈ P(U): MDN ⇔ M∩N = ∅
and the output would just be true or false? it wouldnt be stored anywhere would it?
did I word anything wrong
A relation between A and B is basically this:
Give me an element of A and an element of B, and I'll tell you if they're "related" or not.
Where "related" is some rule that we can make up. In this case, the rule is ∀M,N ∈ P(U): MDN ⇔ M∩N = ∅
M and N are "related" if they have no elements in common.
In your example, M and N are indeed related! Since we are calling the relation "D", we typically say MDN is true.
Let's say we have M = {0,1} and N = {1,2}. Since M∩N = {1}, M and N are not related by D, and MDN is false.
we are just putting into symbols that we can say "M and N are disjoint" or "M and N are not disjoint"
relations are a way to formalize what we do very often when we compare two objects and say things like "A and B are (parallel/congruent/same size/disjoint/...)"
I get this - my only confusion only was the top part the p(U) -> p(U) everything else youve explained makes perfect sense
Just saying that the relation is between elements of p(U) and p(U). That's all that says.
fwiw, its not very standard notation
We need more info than just that to fully set up the relation.
this makes sense, Im just (or was) confused on the purpose of p(U) -> p(U), like what wouldve changed if that wasnt there, what does it tell me? but if my example is right maybe I get it now
often you would just say that D is a relation on P(U)
mhh alright
or D is a subset of P(U) x P(U)
I see
I think I get it now - now I gotta actually do the checks which should be easier
thanks @runic hamlet @main current
.close
Closed by @sterile wing
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Prove that if the positive real numbers $\alpha , \beta$ have the property that among the numbers [ \lfloor \alpha \rfloor, \lfloor 2\alpha \rfloor, \lfloor 3\alpha \rfloor, ... , , \qquad \lfloor \beta \rfloor, \lfloor 2\beta \rfloor , \lfloor 3\beta \rfloor, ... ] every natural number appears exactly once if and only if $\alpha$ and $\beta$ are irrationals such that $1/\alpha +1/\beta = 1$
Copter
for the if direction i only have that α, β are irrational otherwise it would contradict uniqueness, but i dont understand how to proceed
also i assume the problem means each of the sequences {α} and {β} satisfy the condition separately right?
i feel like you've got some missing words in that statement
oops yea
Copter
This is called Beatty's theorem i think
Closed by @chilly cobalt
Use .reopen if this was a mistake.
ill look into it
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Prove that for every odd natural number n, the number 3n^2 + 2n + 7 is divisible by 4.
induction is going to be much more useful here or yeah modulo stuff
modulo
i can just consider $n \equiv 1 \mod{4}$ and $n \equiv 3 \mod{4}$ and im done
1 divided by 0 equals Infinity
oooookay then do you know what induction is
yeah ik what to do here
what is your mathematical background?
so since $n$ is odd, how about we let $n = 2k + 1$ for some $k \in \mathbb Z$
1 divided by 0 equals Infinity
I’m just trying to solve tasks on a HC exam
if you can't use modulo then use this 
let n := (2k + 1) and do the alge
Why not k+1?
n is odd
2k + 1 is the form for an odd number
so $2k + 1$'s the way to go
1 divided by 0 equals Infinity
or $2k - 1$ but i prefer $2k + 1$
1 divided by 0 equals Infinity
all odd numbers are of the form (2k + 1) for some whole number k, can you see why?
an odd number is a number which divides 2 gives a remainder of 1
works for integers too
what i said
3(2k+1)^2 + 2(2k+1) + 7
now, just simplify :3
:3
trust me on this one
that's why it's called simplify the expression
there was no equation to begin with anyways
best shot to simplify this is to expand allat out
also you need to note that $k \in \mathbb Z$ too (this will be useful later)
1 divided by 0 equals Infinity
3(2k^2 + 2k + 1) + 7
Whole number doesn't include negative integers
Oh I thought you said equation
really? never knew
Is this correct
@sudden cove @slender walrus @lusty python
i don't think so
those terms don't combine, expand the square first instead
3(4k^2 +4k + 1) +7
1 divided by 0 equals Infinity
can you show your working? this doesn't look right
$3(2k + 1)^2 + 2(2k + 1) + 7 = \dots$
sorry to bug you about this lmao
(2k+1)^2 is (4k^2 +4k + 1)
yes that's the problem
1 divided by 0 equals Infinity
yep
okay it’s 3(4k^2 +4k + 1) + 4k + 2 + 7
indeed
what can you factor out of this expression?
you're really really close
hint: this
what is the gcd of 12 and 16
12 is divisible by 4 and 16 and 12
?
nosols!!!! but yes
now, factor this
PLEASE DON'T NOSOLS ME
4(3^2+4k+3)
$4(3k^2 + 4k + 3)$
YESS AND I HAVE 4 AS MULTIPLICATIOB
1 divided by 0 equals Infinity
YESSSSSSSS
now look at this
if $k \not \in \mathbb Z$ then ts impossible
1 divided by 0 equals Infinity
yessir
Because there’s a four outside the bracket
that means the whole thing will always be a multiple of 4
4 times any integer is divisible by 4
prove that $\forall n \in \mathbb Z$, if $3 \mid n$ then $3 \mid n^2$ and if $3 \nmid n$ then $n^2$ dividing $3$ always gives a remainder of $1$
1 divided by 0 equals Infinity
try putting n=2 into the original expression
you will see that an odd number will result
That is hard
But I have to like prove that an even number doesn’t fit?
no you don't
they only asked the odd case
if n is even then the expression is always odd, thus it is not divisible by 2, then it is not divisible by 4 if you're wondering
12, 4* 2, 3* 2
@onyx tide new exercise for you to practice
they asked to prove what happens when n is odd
even n's are just not relevant
and here you don't have to worry about them
don't have to give them any more homework lol
shush it ain't homework
@lyric charm
(regardless the problem is solved now)
let OP try this one so OP can get a gasp on how to do these kinds of problem
What's 16
Can you like present in a normal way
If we put n = 2
hey guys
what are you putting n=2 into
why 1/0= infinity? i just don't agree with this statement
if $n$ is divisible by 3, then $n^2$ is divisible by 3. if $n$ is not divisible by 3, then $n^2$ divides 3 always resulting in a remainder of 1
1 divided by 0 equals Infinity
!redir
- 29th bait ty
This channel is only for on-topic discussion. Please take casual conversation to #discussion or #chill.
?
please move to another channel if you want to rant about my display name as the bot says
hmm, tuff statement. i'll try to counter example it
chop chop or mods mods
choose 1
if you can't help in this channel then please don't interupt us
ok sorry. im just new no need to be hostile
ik you're new, that's why im giving you a chance here
dang.
@onyx tide the problem rephrased
did u prove it?
goodness gracious
yes i did but im not allowed to spit the solution out yet
ah, what should i do if i proved it? should i submit it? and where?
this is called a help channel
we help people in these kinds of channels
you don't submit anywhere or smth
oooh, thank you for ur clarification
Review guidelines in #❓how-to-get-help and #rules
is OP still here?
idk
@onyx tide
-# OP is scrolling on tiktok or youtube or reddit
I was scrolling on TikTok actually
anyways this works for any integer $n$
1 divided by 0 equals Infinity
Is it 2?
you're supposed to prove the statement above 😭
Because n^2 will always be an even number and divide with an odd number and you get odd number
3(n^2-1)
Hahah got ya!
I’m so smart
Hehehee
Smoke time
nah
im not talking about dividing by 2 here
im talking about dividng by 3
😭
also at n = 3 then n^2 = 9 which is not even
😭
But it’s well proven
how old are you first
17
15
at least not the vertical line test which you knew before me
-# happy belated birthday
Ha ha ha ha did you really not knew it
well, i know it now because you opened a channel about how functions work lol
So you didn’t know anything about functions
i did know
just didn't know the vertical line test
anyways for this question, consider each remainder case for $n$
But like knowing what functions are and what isn’t is the basics of functions
1 divided by 0 equals Infinity
$n = 3k$, $n = 3k + 1$ and $n = 3k + 2$
1 divided by 0 equals Infinity
Ok and?
then square each cases and simplify
@onyx tide Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can anyone give me the solution of the foll qn
determine the number of positive integer solutions of the equation
x1+x2+x3=17
should me take the xn>=0 or x>=1?
x positive means x > 0, so not x = 0
=1
x1 x2 x3 means separate variables x_1, x_2, x_3?
yes
Or what reimann said
what have you tried so far
it says positive integers, so 0 is not allowed unless you're French
btw we won't just give you the solution
i have solved it
i got 16C2 which is 120
i assumed all the x are greater than or equal to 1
so it becomes
y1 + y2 +y3 =17-3
since for all the x , (x-1)>=0
so y1+y2+y3 =14
n=3
r=14
we use combination with repetions to solve
i got 120
but like i recently had a test
i did the same qn
got the same solution
but my prof said its wrong and i shouldnt assume x>=1 unless they specify it in the qn
so now im here
If this is not true, then x>=1 should work
Also did it say positive or non negative solutions?
determine the number of positive integer solutions of the equation
x1+x2+x3=17
this si the exact qn
Then idk, why your prof expects to include 0
he said only to like take x>= something
if it is mentioned in the qn
but to my understanding
non-negative integer solutions means x>=0
whereas positive integer solutions does not include 0
Thats what i think
thats what everyhwere i searched on google said too
but i thought i might be missing something so i thought id come here and confirm
anyways thank you guys for u help
.close
Closed by @grand wharf
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi. suppose we have the polynomials a(x)= x²-1, and b(x) an arbitrary one, both over R. their gcd can only be one of the three: x-1, x+1, or 1 right? and what if we worked on C, and a(x) = x²+1, b(x) arbitrary again?
Or x² - 1
oh, that counts as a divisor too
shouldnt they have to be like prime factorization tho? bc x²-1 can be factorized
Divisors include prime divisors
hmm alright got it
but you have gcd(2x² - 2, x² - 1) = x² - 1
yeah, it works just like with numbers now i see it
I think it would be the same on C but x-i,x+i and x² + 1
If you work in C, x^2-1 is still just (x+1)(x-1)
Sure, x^2+1 = (x+i)(x-i)
ok so its the same principle
Yes
Closed by @coral belfry
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i do this
do you know what inequalities are
um maybe
with the greater than and less than
oh yes
i understand that for 300 it will be “>300” and “less than or equal to 20”(idk how to type that)
oh
copy paste lol 😂
i alr was typing it but
i answered ur question first
but just
idk how to do the rest
okay so for the first one
it says to write an inequality based on the number of minutes
what 2 numbers are minutes that is given?
or just any numbers
75 and 15
alright so what does 75 represent
right
minutes
helpies
erm excuse you
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
helpjk
minutes to what
ueah this is occupied
sory
ph yeah 1 word assignment
i didnt know
yes
so if he does more assignments and he takes 75 minutes to do one
what would you do to like add to the minutes
sorry i suck at explaining 😭 without giving the answer
so let’s say i do 3 word assignments
how much paper,
which takes me 75 minutes, each assigment
?*
we need minutes right now
then i add nothing
what would you do to find the total number of minutes
times?
yes
times what
so u would have
they didnt say how much
75W
wait what
yeah u need the inequality
mkay
so basically it represents the total time spent on each assignment
what
- varible
no offense but did you read the problem
we got 75W how do i know what to do next
YES AND THATS EHY IM ASKING FOR HELP
we need to show an inequality
for the number of minutes
meaning we need to know what to + it by?
wait
uhh no
we know its >
yes
do i plus it with 15M
yes
i can’t give the answer i think
thats not the answer silly
!noans
The purpose of this server is to help you learn; please don't ask for direct answers. Ask for guidance, explanations, or feedback instead.
75W + 15M > 300
wait oops
k that’s the first one
do i need to put M after 300
!nosols
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
nope
yeah see
thats not doing that tho
cus im still learning
and understanding where ur getting it
alr
ok back to eqatioj
i’ll do that for the next one then
you’re finished with the first one
so we need the inequality based on the number of sheets
here’s a less than and equal to sign
≤
copy paste
awe okay
okay ur close
…
but you need both math and writing
you’re fine
3W + 1M ≤ 20

yes
it cant be greater than 20
it saying at max 20
nope
OHHH
i was saying yeah it can’t be greater than 20 sorry
maybe i should have said nope it can’t 
okay
you’re fine
i remember when i learned about alligator in school, long time 
Closed by @strange dome
Use .reopen if this was a mistake.
frrr
💔
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
\textbf{Principle of Complementation (CP)} If $A$ is a subset of a finite universal set $\mathcal U$, then [|\mathcal U \backslash A| = | \mathcal U| - |A|]
calvin
can someone help me understand this please
i would draw a picture
idk how to
draw U
make all the elements bananas
but maybe make them different colors or sizes or something so we know they're distinct
why not just label it {1, 2, 3, 4, 5, 6}
that is also a legal declaration
icbf drawing
you could label the bananas with numbers instead, yeah
wait what does the | mean
U\A?
|S| is the number of elements in S
or the | | bars
||
ah okay
wait this just occured to me
why do i need help with this
thanks guys anyways
i figured it out

.close
Closed by @azure bolt
Use .reopen if this was a mistake.
np 
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Closed by @near geyser
Use .reopen if this was a mistake.
Do you still need help?
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how can I use the epsilon delta definition to confirm that f(x+h) -> f(x) as h-> 0 means continuous. If f(x+h) approaches f(x) as h approaches 0 I see that as a limit and then we know that if we evaulate f(x+h) with h = 0 then f(x+h) = f(x). but that just shows that f(x+h) is continuous. How can I use epsilon delta to show f(x) is continuous
f is continuous at x if f(x+h)->f(x) as h->0
but why? I see the mechanical steps of his proof but I don't understand how we draw the conclusion
and $\lim_{h\to 0} f(x+h) = \lim_{h\to 0} f(x)+h\left(\frac{f(x+h)-f(x)}{h}\right)=f(x)+\lim_{h\to0}h\left(\frac{f(x+h)-f(x)}{h}\right)=f(x)$
Denascite
continuity means $\lim_{y\to x} f(y)=f(x)$
Denascite
this is just the same thing with a substitution
writing y=x+h, aka setting h=y-x
and then instead of y->x you have h->0
isn't the function that we find the limit continuous though? like if I said lim x-> 2 x^2 is 4 and x^2 at 2 is also 4 we say that x^2 is continuous at 4. we don't say anything about 4
where did you get this? Arent the two ways to show that a function is continuous is showing that the limit and the value at the point match or using epsilon delta?
the limit and the value at the point match
exactly the equality I wrote down
feel free to use eps delta but thats more painful
$\lim_{x\to 2} x^2=4$ says that the function $x^2$ is continuous at $2$
Denascite
we only conclude things about the left side and not the right
but if the book we make it about the right side
what
I mean that for the x^2 example x^2 is on the right side and that is what we found to be continuous. For what he is doing on the book he show the limit of f(x+h) = f(x) but then says f(x) is continuous at h=0. f(x) is on the left side


