#help-38
1 messages · Page 157 of 1
Note that this is slightly nontrivial but it is true
but I think we need a concrete upper bound to solve the original problem
so here's a picture of what I'm trying to do
So maybe there's some sequence that converges to c'
now note, that that sequence can bounce around above and below c' for all of infinity if it chooses
the only requirement is that it gets closer and closer to c' in the epsilon-delta fashion
We're looking for some upper bound for that sequence
We can't choose c' because that's not necessarily an upper bound
So a clever hack is to choose c=(c'+1)/2
And that is actually gonna be an upper bound, not necessarily for the beginning part of the sequence, but after some N
yeah
And the reasoning is that we can choose epsilon=(c-c')/2, and within that range everything is gonna be below c for sure
So the definition of the limit says that there exists some N such that after N, every term is within (c-c')/2 distance away from c', and such terms are gonna be bounded above by c
and what do we need epsilon for?
and also c<1
right
which gets us back to this, after a certain point all the terms of the sequence are bounded above by some quantity c, which is strictly less than 1
right
So we find that every time you jump ahead 2024 terms in the original sequence, we multiply the term by c<1
but of course we can keep doing that indefinitely, getting us arbitrarily close to 0, no matter what positive term we started on
wdym
This tells us that
$a_{n+2024}<c\cdot a_n$
$\forall n\in\mathbb{N}$
Stipendi
So for instance a_{2025}<c*a_1
ah
Yeah this was wrong, every time you jump ahead 2024 terms in the sequence, multiplying by c<1 forms an upper bound for that term, is what I should've said. But in any case we find an arbitrarily small upper bound for the sequence, starting at some potentially very large index
yeah
which is what it means for the sequence to converge to 0
haha that's gonna be a good exercise for you
the tldr is that starting from a certain place a_n+2024 < c*a_n
wait
doesnt that just tell us that the subsequence $a_{n+2024k}$ converges to 0?
sibber
You mean
$a_k=a_{1+{2024(k-1)}}$
?
Stipendi
Well if you let epsilon>0 be fixed, then just choose n such that c^n < epsilon, which exists because c<1, and now N = 1+2024*n has the required property for the statement you're trying to prove
what is N?
A quantity such that if n>=N (and note this is a different n, sorry about that) then |a_n-0|<epsilon
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++p
]
Did you fall asleep on your keyboard?
where did c^n come from?
and what is this n were choosing
lol sorry im confused
no worries
I really regret that I used n twice for two different purposes so I will restate the same thing with a different variable name
For any epsilon>0, there exists some positive integer t such that c^t < epsilon
So maybe c=0.98 (we know it's less than 1) and maybe epsilon=0.01
If you make t big enough then eventually 0.98^t < epsilon
right
Now, by what I said here, if you jump ahead in the sequence 1+2024t terms, then that term will be bounded above by c^t
because for every 2024 jump you get another c factor
this thing
So, if we choose N=1+2024t, then for any term a_n such that n>=N, we get that it's gonna be bounded above by c^t
but c^t itself was bounded above by epsilon
so therefore the terms are bounded above by our epsilon
and since epsilon>0 was arbitrary, that shows that the sequence converges to 0
but this is only starting from a certain n
or lets call it n_0
ok you're right I'm missing some details
I guess you have two options, one would be to appeal to the fact that you have a subsequence that converges, the other option is maybe to say that if the upper bound works for some $a_n$ then it also works for $a_{n+2024}$, and remember that my argument for why $a_{1+2024t}$ is bounded above by epsilon is perefctly sound, but what about $a_{2+2024t}, a_{3+2024t}, \dots, a_{2023+2024t}$
Stipendi
we can say
that every subsequence like this converges to 0
and that all of those subsequences together = a_n (starting from n_0)
like intuitively that makes sense
but how to formalize lol
right?
And I guess you could argue for example that if one of those is not bounded above by epsilon, then add 2024 until it is, and keep repeating that until all of them are bounded above by epsilon, which will terminate in finite steps because you only have 2023 terms to go through and each of them will terminate in finite steps, and keep track of how many times you have to jump ahead, and add that to your previous N and that's your new N
ohh yeah i forgot n isnt a real number
Of course I can't make any promises because I don't know who's grading your homework but the submission probably needs to be less formal than you think as long as it contains the right ideas
I would think that everything I've said, written in your own words, is probably good enough
i do have an idea of how formal they want it to be
anyway now im trying to formalize this part
Basically if you can find $t_1$ such that $a_{1+2024t_1} < \epsilon$, then surely you can perform the exact same argument to find $t_2$ such that $a_{2+2024t_2}<\epsilon, \dots, t_{2023}$ such that $a_{2023+2024t_{2023}}<\epsilon$, and now $N=1+\max{t_1, \dots, t_{2023}}\cdot 2024$ will work
Stipendi
right
basically what I said here written more formally
yeah
hmm i actually dont think i need to exlpain that
i mean that
i can just directly say that $\forall n > n_0$ $a_{n+2024k} < c^k a_n$
sibber
no?
yess very good
so now how do i say that it converges to 0 lol
I need to be super careful with every message I send because if I confuse myself I will definitely confuse you
sibber
I would think about this inequality for $n=n_0+1, n_0+2,\dots, n_0+2023, n_0+2024$
Stipendi
For each of those values of n, we "clearly see" (or at least I see) that there exists some k such that we get an upper bound that is arbitrarily close to zero
and in particular can be made smaller than epsilon
just to make sure, your epsilon is my c right?
one sec let me show you how i defined it
And since there is a consecutive list of 2023 terms that are all bounded above by epsilon starting at index (compute the index here), it means that after that index all the terms will be bounded above by epsilon
i think its enough to say the union of all those sequences is equal to a_n after that n_0
or thats almost the same thing
Sorry this is not quite right, the terms are not consecutive, but they can be made consecutive by choosing the largest of the found indexes and doing some black magic calculations
Yeah kinda the problem with this is that you're almost taking on more than you can chew
I mean technically there is no problem and you absolutely can do it that way
but it's a bit painful
if i just add a small explenation for this part i think the proof would be enough
because here I'm saying like let me find some t2 such that 2+2024t_2 is a nice index, and then I'm actually handwaving the fact that you first need to pass what you call n0 and then you can give the c*c*...*c argument
wdym handwaving
whereas you're being maybe a bit more honest about how the indices are computed, at the cost of getting indices where you're not quite sure what the n in a_{n+2024k} actually is
ah
yeah
but this way i can just union all of those n's and get the origina sequence
(ignoring the first n_0 - 1 elements)
so i wouldnt need to explain that for every 2023 it repeats etc
maybe nitpicking but your first inequality is basically saying
$\frac{a_{n+2024}}{a_n}-L<\epsilon$
Stipendi
while the definition of the limit would have absolute values around the LHS
oh yeah no this is a
how do you say
feature?
something thats derived from limsup
that we proved in class
ohh ok I actually don't know a lot about limits so I'll just take your word for it lol
yeah ok the sup part is probably saying that the sequence doesn't do the "bouncing around" that I warned you about
so I think we overengineered the problem and you were originally right that the limit itself would've sufficed as an upper bound XD
sorry about that
that $\limsup a_n = L$ iff $\forall \epsilon > 0$ $\exists N \in \mathbb{N}$ s.t. $\forall n >= N$ $a_n < L + \epsilon$ and something else
but if it excites you at all then you can feel proud that this argument would generalize to a regular limit as well
sibber
it does say that it can bounce around L (< L + epsilon) but also that the limit itself (not limsup) will be around that same L (< L + epsilon) (where L is the limsup)
wait no
lmao
its essetially saying that if L is a limsup for a_n then starting from a certain index, a_n < L + epsilon
(but it doesnt say that a_n > L - epsilon)
(which is why thats only true if L is a limsup)
The second line is pretty sus because if L=1/2 then c=3/2 which contradicts what you say later
sibber
thanks for catching that!
Stipendi
is pretty sus because if that's true for some k then you can just take c^k out of the limit and you have what you wanted to prove
thats because c < 1
but obviously it can't be that easy
no c^k is a sequence from k to inf
should the limit have k\rightarrow\inf ?
actually yeah that does need some explenation
oh
oops
brainfart
i confused myself with that
yeah that should be tha limit as k approaches inf not n
then it makes sense but what you have after doesn't really follow convincingly
that should also be the limit on k
let me send the fixed version
i should also emphathize that c > 0
Isn't
$\bigcup_{n\ge n_0} {a_{n+2024k}}_{k=0}^\infty$
the same thing as
$\bigcup_{n\ge n_0} {a_{n}}
or do I not understand what this notation means
Stipendi
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
this defines the series to be on k
so if it were a function it would be a(k) = n + 2024k (where n is a fixed n >= n_0)
okay I see what you're saying
the union means merge all of sequences for all n's >= n_0
hahaha
I was like "lemme just quickly check if I can get some instant dopamine on the math server and then I'll start working on my thesis"
hahahaha
yeah unfortunately these exams are hard
so youre grad not undergrad like you role says :)
it's my bachelor thesis and it's mostly done but I haven't submitted it yet so I think that means I'm still an undergrad
I don't think I want to take the postgrad role even when I do graduate because I don't want additional pressure on me
you do a thesis for a bachelors?
yeah we do that in Finland
oh
it's much smaller than a master's thesis
cool
but honestly I probably could've passed my thesis off as a master's thesis
but it's too late now, I overengineered it and I have to live with my decisions 😂
haha thanks
Sometimes I wish I could enjoy normal things like video games
makes it super awkward the one time I agree to play video games with my friends just to please them
XD
enjoying less normal things makes you more unique and interesting
ah yeah lol
anyway thanks a lot for the help!
.close
Closed by @acoustic snow
Use .reopen if this was a mistake.
no worries!
maybe normal is the wrong word here
conventional
I'm quite unconvential in many ways
which is cool!
aww
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Hey when solving for a right triangle missing angles
How do I know which trig function to use
SOH CAH TOA
I have my b given the opposite so I know it would be sin or tan
Can you send the question
What is the question asking for
sin(x) = opposite / hipotenus
sin(83.7) = 3.21 / c
You can use tan or cot to find a
Oh ok why wouldn’t it be tangent?
Instead of sine
I’m just confused on which trig function to use first
If you want to find hipotenus you should be looking to use sine and cosine
Right so if I have for instance B and C I need to find I should always look for C first?
I mean there is no "first" or "last" really
Ok thank you that’s all I needed!
@vast light 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 limit of $f$ at $a$ and that of $g$ at a, both exist, $\lim_{x\to a} (f(x)+g(x))= \lim_{x\to a} f(x)+ \lim_{x\to a} g(x)$
Veni, vidi, perii
so I have $|f(x)-L_1|< \varepsilon_1; |g(x)-L_2|< \varepsilon_2$
Veni, vidi, perii
adding them and using the triange inequality, I get
$|(f(x)+g(x)-(L_1+L_2)|< \epsilon_1+\epsilon_2$
Veni, vidi, perii
you can set \epsilon_1 and \epsilon_2 to any values you want > 0 like epsilon over 2 for instance to complete the proof
Now $\epsilon_{1,2} \leq 1$
Veni, vidi, perii
so $|(f(x)+g(x)-(L_1+L_2)|< 2$
Veni, vidi, perii
oh you seem to have a bit of trouble with the epsilon delta proof mechanism.
here is a setup
Veni, vidi, perii
yes for any a
Don't we usually find a delta given an epsilon though
since we're talking about limits we need 0<|x-..|
depends on the definition given
not in france i guess
oh maybe analysis was a long time ago
ah yeah would make sense sorry
this is a calc 1 course here
I mean we have done some calc at school, but at uni this is my 101 course
analysis in year 2
anywaym I digress
what about this
this is a more abstract limit so we need to think different
Then why not write the implication backwards
pola's work is right (except there should be 0<|x-..|)
yeah you still need a delta that will make y or a close enough to x so both hypotheses can be used
look at delta1,2 to find a good delta
Veni, vidi, perii
so $x \in (a-1,a+1)$
Veni, vidi, perii
I mean as the limit exists for both
there exists some delta , such that delta_1 \leq \epsilon_1
and $\delta_1 \leq \epsilon_2$
Veni, vidi, perii
lets look back to pola's post
call these implications 1) and 2)
youre writing the final inequality |f+g-L1-L2|<.. where 0<|x-a|<delta with delta TBD
give a sufficient condition on delta so we can use 1)
$\delta<\epsilon_1$
Veni, vidi, perii
that doesnt make sense
we want to use 1) to say |f-L1|<e1 but first we need 0<|x-a|<delta1
yes
we're at 0<|x-a|<delta with delta TBD, give a sufficient condition on delta so that 0<|x-a|<delta1
$\delta< \delta_1$
Veni, vidi, perii
that works, actually we can be looser with delta<=delta1
0<|x-a|<delta is already strict
we also have $\delta < \delta_2$
Veni, vidi, perii
so $\delta < \frac{\delta_1+ \delta_2}{2}$
Veni, vidi, perii
no
think of a function which is <= both inputs
Hmm, I also know $a<\sqrt{ab}<\frac{a+b}{2}<b$
Veni, vidi, perii
maybe $\delta_1<\delta_2$
Veni, vidi, perii
thats not guaranteed
at this point we dont need more restrictions, just think up the right function
Is it a simple function
kinda
min(something)?
yes
yes
$\min(a,b)\le a,b$
RokettoJanpu
Veni, vidi, perii
no set delta AS that
Veni, vidi, perii
now everything is in place
Hmm, so $|x-a| \leq \delta_1 \implies \forall \varepsilon_1 |f(x)-L|< \varepsilon_1$
wait
that's wrong
it's for all epsillon
Veni, vidi, perii
so $0<|x-a|< \delta_1 \to |f(x)-L_1| < \epsilon_1$
@lime sphinx the foralls should be on x
Veni, vidi, perii
and $0<|x-a|<\delta_2 \to |g(x)-L_2|< \epsilon_2$
Veni, vidi, perii
Veni, vidi, perii
right
$0<|x-a|< min(\delta_1,\delta_2) \implies |f(x)-L_1|+|g(x)-L_2|<\epsilon_1+ \epsilon_2$ $
Veni, vidi, perii
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
lets write it like this
in this exact order
set $\delta=\min(\delta_1,\delta_2)$
RokettoJanpu
if $0<|x-a|<\delta$ then $0<|x-a|<\delta_1$ and $0<|x-a|<\delta_2$, so applying 1) and 2) we get
$$|f(x)+g(x)-L_1-L_2|\le|f(x)-L_1|+|g(x)-L_2|<\ep_1+\ep_2=\ep$$
RokettoJanpu
Veni, vidi, perii
ofc its just from how we defined delta
so I have $|f(x)+g(x)-(L_1+L_2)| \leq \varepsilon_1+ \varepsilon_2$
Veni, vidi, perii
or $|h(x)-L_3|\leq \epsilon$
Veni, vidi, perii
maybe concrete numbers will make more sense. give me any epsilon say 0.01. we can guarantee with our hypotheses that there exist delta_1 >0 such that f(x) is less than 0.005 (epsilon/2) away from L_1 IF x is less than delta_1 away from y. same thing with g(x). there exist delta_2 >0 such that g(x) is at most 0.005 away from L_2 IF x is less than delta_2 away from y. If we set delta = min(delta_1,delta_2) then delta is smaller than both delta_1 and delta_2. Furthermore, if x is less than delta away from y then
No, I get that
oh and sorry about my loosely written up setup, it caused more confusion than good
I think $L_1 = \lim_{x\to a}f(x)$
pola_touche
@marsh forum 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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
I will send the question
Y = one side of red
Y also = 1m
X = I side of black
The distance between black and red is 2m
What is the perimeter
Of black
What is P?
P = perimeter
I tried solving it yesterday
With people on this server
Ignor wit
It is false
I see that wait
Yellow and green = black or big red
Where is this 2 m distance?
Cyan line
from centre of the line or from the vertex?
vertex of red to vertex of black?
ok i see
Nethers vortex
nearest?
Vortex mean the point
ok i see it now
is it 24?
How did you get that?
Wait
Ok
@open arrow Has your question been resolved?
I’ve Ben waiting for a whole
what grade is this?
because I don't think it is possible to get an exact answer without using trigonometry
also it says y = 1m and y = one side of the black octagon
@open arrow Has your question been resolved?
8
I meant to say
X = 1 side of black
Can you teach me triganomatry
it'll take too long
Simple form
but theres a good way to approximate it through just algebra
just imagine the octagons as circles. we know the formula for circles so it will be easier
trigonometry is like 11th grade
Some year 11
Said soemthing about
Turn it into a circle
And divide it
By the side
The times 2
I forgot
idk
because the red octagon has a perimeter of 16, we can approximate it's radius through 2πr = 16
Yea
oh
But realise how wrong I am
anyways because the radius is 1.27 add 2 to get the radius of the black octagon
Ohhh
so the radius of the black octagon would be roughly 3.27
Cuz that’s the distance ?
yes
And if that’s the radius
now just use 3.27 as your radius in 2πr to get an approximate answer
for the perimeter
where did you get that number from
you shouldve gotten like 20
yes
there are
in the pre-university tab there should be a chat called geometry and trigonometry
Ok
Well the thing is
I don’t think I am in pre uni
Nvm
Found it
If u have spare time
Can u teach me trig
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
if I get infinity as the answer for a limit do I put infinity or do I just say "does not exist"
@still plinth Has your question been resolved?
the limit is -infty, you would either write that or you would write DNE
both are correct, but the first gives more information about why it doesn't exist
if this is for a class then you would do whatever your instructor requires in this case
not unless you have an instructor that has a preference
mathematically either answer is correct
ok then, I was just helping out a friend so I'm not sure about instructor preference
thanks for the info though
.close
Closed by @still plinth
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
what did i do wrong
We dont know what you did
and i dont even see the question
graph it
i was screenshotting lol
i thought it starts at the median
also
the solution has it starting in line with the y axis
WAT ABOUT THE TRANSLATION ???
I in fact do not see 😂
You need to complete the graph
this is just one tiny segment of the graph
the graph extends indefinitely in both directions
Yeah, but extend it such that it ends at (0, 0) instead
You can plug x = 0 here
sqrt(2) * -sqrt(2) / 2 + 1 = -1 + 1 = 0
I think that doing the translation first is better
then you can finish the graph and check where to put the endpoints
how would u go about it
Same way as you did it here, but then extend it
Closed by @shell basalt
Use .reopen if this was a mistake.
Hmm this still seems somewhat off
✅
oh, I see
you could also mark the point of intersection with x axis then
that would be 3pi/2
if they are not translated
then yes
Closed by @shell basalt
Use .reopen if this was a mistake.
.reopen
✅
nvm one more question
when im finding x interceopt
what do i do from here
or rather
how do i find the intercepts within my domain
if they arent at a quarter cycle since its translated
its -pi,2pi
@main sigil
this is the domain?
2(x+pi/6) = -pi/6 + 2kpi
2(x+pi/6) = 7pi/6 + 2kpi
wait what
is it sin(2(x+pi/6))?
same thing
so this is a problem of type sin(u) = -1/2
when is sin(something) = -1/2?
when something = 7pi/6 + 2kpi or something = -pi/6 + 2kpi
k is just some integer in Z
for this u can have -pi/6, 7pi/6?
and 2pi is the period
sure
but -pi/6 + 2pi also works
as does -pi/6 + 4pi
and 7pi/6 - 2pi
that's why I added the + 2kpi
ohhh
thats why it does the weird shit on my calcualtor
but if its within the domain what are the only solutions
and how the fuck do i get all 6 of them for the graph....
you need to simplify this now
2(x+pi/6) = -pi/6 + 2kpi
2(x+pi/6) = 7pi/6 + 2kpi
I think it should end up looking like this
oh dear im done for
It's not that bad
i cant tell if im meant to know this for my test tommorrow
hello im new
because the practise questions are all over the place
2(x+pi/6) = -pi/6 + 2kpi
2(x+pi/6) = 7pi/6 + 2kpi
Divide both sides by 2
x+pi/6 = -pi/12 + kpi
x+pi/6 = 7pi/12 + kpi
Subtract pi/6 from both sides
x = -3pi/12 + kpi
x = 5pi/12 + kpi
Good for you, you have enough material to practise
well, practising it is definitely not gonna do any damage
im going to try and understand what u just sent one sec
ok ok
im following
Good
x = -3pi/12 + kpi
x = 5pi/12 + kpi
So now that you have this, you can just plug in some values of k and see which work out
(by work out I mean that the resulting x will be within the domain)
when you are no longer getting new solutions
yep
and negative as well
ah man
we can start at k = -3
sort of
-3pi/12 - 3pi is definitely way smaller than -pi
as is 5pi/12 - 3pi
so we got no sols here
let's try -2 now
-3pi/12 - 2pi is also smaller than -pi
as is 5pi/12 - 2pi
if we try k = -1 now
-3pi/12 - pi is smaller than -pi, but not by a lot
5pi/12 - pi is slightly greater than -pi
so this gives us our first solution
are u doing all of that in ur head...
yeah, is there anything that was too unclear?
no i just cant compute that fastr
I'm not even computing it to be honest
e.g. -3pi/12 - pi is smaller than -pi
because the left sides differs by -3pi/12
so I dont need to compute anything to compare it
the 5pi/12 - pi
this one is greater than -pi by 5pi/12
so I again dont need to compute much
5pi/12 - pi = -pi + 5pi/12
it's just -pi + 5pi/12
greater than -pi by 5pi/12
this is something you will be able to do fairly quickly after some practising
can you try k = 0 now?
nothing much
theyu work
both work
oh
you could try k = 3 and see that neither one works
and then obviously no larger k is going to work either
yes, k can only be a whole number
when we start at -3, there is gonna be the -3pi term
so its sufficiently small to be smaller than -pi
if you want to speed up the process a bit btw, you can do it by just marking -3pi/12 and 5pi/12 on the x-axis and then keep adding pi to them and marking it until you are out of domain
That would look like this
that was quite the journey
i didnt really learn that in class
but was going through the textobook and there was questions for it
and i was so lost
interesting
maybe the test will actually be significantly easier than this
i fucking hope so
ive been rear ended and blind sighted
simultaneously
because my teacher does not communicate
and we skipped half the chapters
so idfk what we doing
but wish me luck
thanks for ur helpo
gl :)
.close
Closed by @shell basalt
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
help! how should I approach this problem?
You can rewrite X and Y then try to denote it
ig expand everything 💀 (first impression)
tried it
a²cd + b²da + c²ab + d²bc = 6abcd
a²db + b²ac + c²db + d²ac = 8abcd
^
how does this help though?
lol
this is the furthest i can go
a/b + b²da + c/d + d²bc = 6abcd
a²db + b²ac + c²db + d²ac = 8abcd
a/b + b²da + c/d + d²bc - a²db + b²ac + c²db + d²ac = 2abcd
a/b+c/d = 2abcd - 8 - b²da - d²bc
So you have 4 numbers right? when you add up it all you get 2
A.6
B.8
So you now need to find the value just two of these fractions added together.
Let’s guess that the sum of those two fractions is 2. If our guess is correct, then the rest of the fractions in the first result should add up to make 6.
If a/b + c/d = 2 then the remaining fractions should add up to 6-2=4 so overall it is 2
You can't just guess sum as 2
What if there were no options
Its given in option so you can guess all 4 tries
Okk , so a/b +c/d = x
Then ,
x + b/c +d/a = 6
Again , a/c+b/d+c/a+d/b = 8
Or a/b×b/c + b/c×c/d + c/d×d/a + d/a×a/b = 8
= b/c × (x) + d/a ×(x) = 8
Or x(b/c +d/a) = 8
Now b/c +d/a = y
Therefore xy = 8
And x+y = 6
@wind cloak heyy
oooo
,w solve xy = 8 and x+y = 6
but which is which
oh my
that's insan
e
so 2 or 4
Anyone
bro's a 🐐
Nahh. Bro
fr
I. Only love algebra, you r more goated than me
I am just a normal guy
Everyday common guy me too 🙂
thank's to other helpers too❤️
Huh?!
whats the answer then
Both are
Eqns are symmetric so , multiple answers possible
its a multiple choice with multiple answers
Bye have a god day y'all !
.close
Closed by @wind cloak
Use .reopen if this was a mistake.
🇵🇰
that's out of the context
what
idk what's that
how could math literally relate to pakistan
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
dont even know where to start
it's 1
?
1 will fail for p=2
2+1=3
yeah
then i go with 3
2+3=5
same fail
i dont think this problem is meant to be solved by guessing
consider the odd/even cases
i've never seen a problem that isn't, but it could be my first
@livid thunder 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 don't get part (b)
nvm
I think I got it
I break the matrix into multiple components, don't I?
Wait
I don't get it
I mean y is a 1 by m matrix, right
OK. part b makes no sense to me
what about it makes no sense to you
Let A be an arbitrary m by n matrix
$\begin{bmatrix}
a_{11} &a_{12} &\hdots&a_{1n}
\
\vdots
\ a_{m1}&a_{m2}& \dots&a_{mn}\end{bmatrix}$
Veni, vidi, perii
Veni, vidi, perii
yes. and?
$\mathbf{y}A= \begin{bmatrix} \sum_{i=1}^n a_{2i}x_{ji}\\sum_{i=1}^n a_{1i} x_{j2} \
\vdots \end{bmatrix}
$
and so on
Veni, vidi, perii
@marsh forum Has your question been resolved?
Closed by @marsh forum
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
what's the best way to express 11
I was thinking $(B \cap C) \setminus (A \cap B \cap C)$
Veni, vidi, perii
I know, but what other ways exist
There's infinite other ways, 7 standard ways are shown above
Hmm, okay
thanks
Also for c) $(A \cup B \cup C) \setminus (A \cap B \cap C)$ works?
Veni, vidi, perii
It's correct and probably the cleanest way to write it
Closed by @marsh forum
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 was thinking this would be given by the matrix $\begin{bmatrix} 0&1\1&0\end{bmatrix} \times \begin{bmatrix} 0&-1\1&0\end{bmatrix}$
Veni, vidi, perii
@marsh forum Has your question been resolved?
Closed by @marsh forum
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 i dont understand how we go from this step to the next
Laws of exponents
(a^x)(a^y) = a^(x+y)
This one won't apply here
Kinda
Closed by @graceful nova
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
this is a question from boolean algebra
where we have to minimize the literals
did i do it wrong if yes then where?
@worthy sinew Has your question been resolved?
@worthy sinew Has your question been resolved?
?
@worthy sinew 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 solve this integral?
@finite tusk Has your question been resolved?
@finite tusk Has your question been resolved?
did u try by sibustion
i doubt it will work
half angle sibisution wouldnt work either
ohh
@finite tusk uhh i think u can do it by trigromneitc sibsition
i tried that
it didn’t work
Closed by @finite tusk
Use .reopen if this was a mistake.
.reopen
✅
i couldn’t do it by trig sub because it’s not a perfect square and turning it into a perfect square is gonna take to much time so i don’t think it is the right solution
i mean u oculd turn it into a perferct
square
oh im dumb
i forgot
soryr sorry sirry
forgot everything i siad
hmmmmmmmmmmmmmmmm
it’s an exam example and the way that you’re suggesting is gon take alotta time so i don’t think it will be the right way to actually solve it
yeah yeah yeah i get it
hmmmm i took calc 2 a year ago so i forgot a lot of stuff sorry
it’s okay dw
did u try doing it by parts
or did that not work
i think it will be too long
@finite tusk 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 need help with a proof, lets say i've got the sequence of functions arctan(nx)
i need to investigate the uniform convergence of arctan(nx)
what have you done so far?
I've found the limit function
Which is kinda easy
But im having trouble proving that the sup{|fn(x)-f(x)|} is not zero
The limit function f is pi over 2 for positive reals, -pi/2 nor negatives and 0 when x=0
Are the sequence functions continuous? What about the limit function?
@uneven oyster Has your question been resolved?
The sequence is continuous, the limit function is not
Is there a theorem i am missing? Like if the sequence is continuous and the limit function is not, then the sequence does not uniformly converge to its limit function?
yep 
Contrapositive of that: if the f_n's are continuous and f is not, then f_n cannot converge to f uniformly
@uneven oyster 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Anyone know how to solve the last two questions
@radiant rapids Has your question been resolved?
<@&286206848099549185>
Wait. Is that possible?
cos is defined on the entire real number line. So you can indeed compute cos( - 430769/73 pi )
It's arccos (the inverse of cos) which is only defined on the domain [-1, +1].
But cos of anything produces a number on the domain [-1, +1].
take a look 🙂
https://www.desmos.com/calculator/2qouqvuoh6
In other words, arccos( cos( x ) ) = x
@radiant rapids 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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
Closed by @glossy jay
Use .reopen if this was a mistake.