#help-42
1 messages · Page 103 of 1
yeah
Closed by @unreal flame
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.
excuse me how would i do 14a
AC and BD are diagonals.
Not AD and BC.
you should open another channel
when i do dot product of this do i just expand it normally
like how i would like (r+p)(r-p)?
.close
Closed by @blissful carbon
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.
Can anyone guide me how to approach this problem?
@modern canyon Has your question been resolved?
$C(A)$
Pato
This is what I've tried: I must prove that C(AA^t) is a subset of C(A), and that C(A) is a subset of C(AA^t)
I define these sets:
\begin{align}
R(A) = \left{
\begin{aligned}
x_r \in \mathbb{R}^{k}
\end{aligned}
\ \middle|
\begin{aligned}
A^ty = x_r, y \in \mathbb{R}^{m}
\end{aligned}
\right}
\end{align}
\begin{align}
R(AA^t) = \left{
\begin{aligned}
y_r \in \mathbb{R}^{m}
\end{aligned}
\ \middle|
\begin{aligned}
(AA^t)^tz = y_r, z \in \mathbb{R}^{m}
\end{aligned}
\right}
\end{align}
\begin{align}
C(A) = \left{
\begin{aligned}
b \in \mathbb{R}^{m}
\end{aligned}
\ \middle|
\begin{aligned}
Ax = b, x \in \mathbb{R}^{k}
\end{aligned}
\right}
\end{align}
\begin{align}
C(AA^t) = \left{
\begin{aligned}
c \in \mathbb{R}^{m}
\end{aligned}
\ \middle|
\begin{aligned}
AA^ty = c, y \in \mathbb{R}^{m}
\end{aligned}
\right}
\end{align}
Then I assume a $v \in R^{m}$ that must satisfy:$\exists v \in \mathbb{R}^{m}$: $v \in C(AA^t) \implies v \in C(A).$
Pato
i) $C(AA^t) \subseteq C(A)$: \begin{align}
\forall x \in \mathbb{R}^{k}: x = x_r + x_n \implies v = AA^ty = Ax_r = Ax_r + Ax_n = A(x_r + x_n) = Ax = b \in C(A)
\end{align}
Pato
ii) $C(A) \subseteq C(AA^t)$: now, I asume a $w \in R^{m}$ that must satisfy: $w \in C(A) \implies w \in C(AA^t).$ $
Pato
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
\begin{align}
w = Ax = A(x_r + x_n) = Ax_r + Ax_n = Ax_r = AA^ty = c \in C(AA^t)
\end{align}
Pato
So, because $C(AA^t) \subseteq C(A)$ and $C(A) \subseteq C(AA^t)$, $C(AA^t) = C(A)$
@modern canyon Has your question been resolved?
@modern canyon 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.
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.
• 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 do I prove that if ab|ac then b|c
Where a, b, c are integers
divide by "a" the following equality ac=abd
are you sure ?
@heady thistle Has your question been resolved?
write out the definition of what it means for ab | ac
@heady thistle Has your question been resolved?
I don’t get wym
ac = abm ??
Like
@heady thistle Has your question been resolved?
.close
Closed by @heady thistle
Use .reopen if this was a mistake.
4/612/9+(-3/8)(-12/9
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.
um hello?
I would like some help with an algorithm.
#Trying to create a converting with minimal ifs/thens/else's and without the usage of any mappings
#a purely mathematical solution:
def number_to_symbol(num):
# Convert to ASCII value
ascii_val = ord(num)
# Apply a mathematical transformation
new_ascii_val = (ascii_val - 22) % 10 + 33 if ascii_val >= 49 else 41 - (ascii_val // 48) * 7
# Convert back to character
return chr(new_ascii_val)
# Example usage:
print(''.join([number_to_symbol(str(i)) for i in range(10)])) # Output: !@#$%^&*() I get an output of "()*!"#$%& instead.
@viral kiln 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.
Am I going about solving this the correct way? I don't think im getting the correct answer.
@mellow pond 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.
hey this isn’t too math related but is someone available to call and help me study for the psat
just take the practice test bluebook has
where
uhhh
whens the psat?
do you have a chromebook?
tmr 💀
pffff
alright go to the sign in screen
reading, grammer, "writing" (really just more grammer", and math
fudge off female dog
<@&268886789983436800>
what concepts
i think its mostly basica algebra
lol sorry i got banned for a second
it’s alr
anyways i think when i first took it I got a 1540?
i didnt do anything but sure lol, be sure to .close
@cloud token 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.
If 0<a<b and r is any positive rational number
then prove a^r<b^r
I know how to prove it for integers but not any positive rational numbers
are you able to prove that a^n < b^n if and only if a < b (assuming everything is positive and n is integer)
yes
okay so write r as a fraction and try to use this fact to deal with the denominator
.reopen
the formula i'd just posted?
Closed by @livid hound
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.
@hollow sphinx Has your question been resolved?
<@&286206848099549185>
i think rhis is a Cauchy-Euler differential equation, so try the substitution $y=x^r$ , which transforms the differential equation into an algebraic one to solve for $r$
JustYourAverageDude
@hollow sphinx Has your question been resolved?
It is, but why is the method of undetermined coefficients not working here?
i've tried it on other cauchy eulers and it works
@hollow sphinx Has your question been resolved?
@hollow sphinx Has your question been resolved?
@hollow sphinx 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 have a small doubt
I have this question and I solved for 2θ which lies between (0,π/2) however in wolframalpha alpha the range is given as [0,π)
,w range of arccos((1-x²)/(1+x²))
@remote mural 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.
hey I need help with this integral.
So the integral of sin(x) is -cos x + c, but what do I need to do if there is a 3x?
u = 3x
du = 3dx
dx = du/3
i was about to say that, but i agree with you saying that u-sub will be cleaner
$\frac{1}{3} \int -cos(x)$
Frank
is this the answer
drop the int and add +c
$\frac{1}{3} -cos(x) + c$
Frank
wow I walays forget this C
still no, you didn't properly un-sub
what do you mean
after taking the antiderivative you have -1/3cos(u) +c
Frank
$\cos(3x)$
Steakanator
let's make our tex look a little nicer 😌
$\ -\frac{1}{3} cos(3x) + c$
Frank
how did you do that
\cos
$-\frac{1}{3} \cos(3x) + c$
Frank
$-\frac{1}{3} \cos(3x) + c$
Frank
now we're talking
so this is the answer
lets goo
What is the reverse chain rule or do I not ned to know that @hasty fiber
it's a shortcut that basically just does u-sub without explicitly doing u-sub
is it recommened to use it?
or is u-sub good enoguh
enough
U essentially just remember to divide by the number in front of x
u-sub is more explicit and thus better for exams and such
Debatable
In som textbooks it shows u to just divide and it's all simpler, a one liner solution
probably just gonna stick with the u sub
have a test next week but need to practice more
thanks for the answers!
.close
Closed by @bright sentinel
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.
im not sure if this is a mathematical question but what is mean radius?
mm
first time I see this
In applied sciences, the equivalent radius (or mean radius) is the radius of a circle or sphere with the same perimeter, area, or volume of a non-circular or non-spherical object. The equivalent diameter (or mean diameter) (
D
{\displaystyle D}
) is twice the equivalent radius.
thhank you
do you have any advice on how to potenitally answer the question
do you know what the mean radius will be for a cylinder
@dusky verge Has your question been resolved?
i found the answer online but i was wondering if you guys can possibly explain to me on how they got the answer
like the whole integrals , why 0 to 2 pi, 0 to 1/4 pi and 0 to 2 pi again, and 3/4
and h/cos theta and a/sin theta
idk where it comes form
from
find the definition of mean radius in your book
should be given in terms of an integral
or double integral
yea so it just looks like they solved for r in both y = r cos(theta) and x = r sin(theta). not quite sure why pi/4 is taken to be the separating angle though.
this was there explaination in where i found the answer but tbh it was confusing me... it was a while since i touched calc so
could you possibly try to explain that
by ny chance do you know where 2h/cos theta is coming from and a/sinthata is coming from. like
why is one 2h / and the other is a /
@dusky verge Has your question been resolved?
@dusky verge Has your question been resolved?
radius is from the middle to the outer surface, and for a cylinder it's either the round side or the 2 flat sides
since a is horizontal and h is vertical you use different trig functions for them
Oh i see!
That makes so much sence
sense
but now my question are the integrals. i know 0 to 2 pi is simply talking about the whole cylindr
where im confused is 0 to 1/4 pi and 1/4 pi to 3/4 pi
why is that the case.. yk
and your explaination makes sense why its h/2 cos theta and a sin theta
but what about the 2 before all of the integrals?
@dusky verge Has your question been resolved?
@dusky verge Has your question been resolved?
@dusky verge 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 on this question about integration by parts
Lemme rewrite on paper actually
I gotta make left side equal right side and I tried by parts but I get stuck
Pls someone
I tried doing it by plugging in a number for n such as 2 or 3 but like then I can just sub in double angle formula for cosine
So idk how to use by parts for this
I’m getting 3 terms
Am I using the by parts formula wrong
<@&286206848099549185>
,rotate
,rotate
wtf
try something like sin(x) sin^(n-1) (x)
not
sin^n (x) and 1
since
u get the term of
x
and x sin^power ( x) stuff is really hard to integrate
I see
And I use by parts on them right
yep
since he has it for 0 to pi/2 u can just use the beta function
try thinking which one will be more beneficial for u
the choice might be obvious after that
orelse apply king queen
no
you know that?
yeah i do
damnn
I’m trying using sinx as dv
Ooohh wait
go on
@fleet cairn whats the answer
did u put limits?
Oh shoot wait
Imma just do this again on another page this is too messy
Gimme a second
Now what do I do
<@&286206848099549185>
@fleet cairn Has your question been resolved?
@fleet cairn 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.
@rigid hollow Has your question been resolved?
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.
• 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.
k
so
k
apply l'hopital and u'll realize the limit is 1
it timed out
so ${\ln L = 1 \implies L = e^1 = e}$
k
U think u such a big shot huh bud
u got it, ya?
Closed by @coral moss
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 sleepy as hell copying this off the board how do i find the divisor😭
ik its (x-1) and (x-2) but idk from where
looks like theyre using the rational root theorem if you want to look that up
is that different from rational zero theorem
nope, same thing
once they find a root, eg if they find that 1 is a root then (x-1) must be a factor of the polynomial
so thats our divisor
whats the criteria for it to be the divisor? because in {-6, -1/2, 1} and {-1, 2} 1 and 2 were the divisor as u can see
just non negative?
im not sure what you mean
all that they do is, use the rational zero theorem to try find a zero, x=a
then (x-a) is a factor of the polynomial
so divide the polynomial by (x-a)
then factorise the left over to find the other roots
Closed by @wind trail
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! If anyone is into physics could you lend me a small hand in this exercise. I figured out the radius, the gravitational force and the centripetal force, but I dont have a clue where to continue with this exercise.
First step of general mechanics is to always draw your forces on the diagram!
I have something like this
Im confused on what to do after this
Might be a bit more useful mentally to imagine your centripetal to be centrifugal so that it opposes Tension
but theyre the same force
Next step of general mechanics is to balance your forces!
The key here is to isolate it into vertical/horizontal forces (or force components)
hmm.. and I already have those values of sin and cos because of this
yeah thats right, sorry im not too used to having values
theyre symmetrical, plus Im not sure how would I even find the separate tensions
They are symmetrical but unless angular momentum is suffeciently high the top string has to oppose gravity
To find each tension seperately
you know that the horizontal tensions add together to Fc
and you can find what Fc is
same with mg
same
The reason we cant assume T1 = T2 is T1y is opposing mg and T2y is not, so vertically they are imbalanced, which affects T1
which means this is a lie sorry
I didnt think enough
Nope, horizontally they are equally opposed by Fc
from where did you get sixty?
assuming equilateral triangle (fair assumption in this case by how the labeled left side) then 60 degrees is the theta for the top left corner
the y component would be T1 * cos(60) in that case
That works, but make sure your trig functions are correct
that should be all, I gotta head to a solid state mechanics lab now
You got this
oh and last thing @honest kite, in future if you go down the list of
-Label force diagram
-if force is not axial, write out its direction components in terms of the force and trig
-write out the equations for each force
-equalize your forces
Then you'll never need help solving a mechanics question again, only checking your answer ;)
Closed by @honest kite
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.
can anyone help me with this
Closed by @west ermine
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.
ignore 39,41,43, i forgot how to rewrite natural log to exponential form pls i need the formula 
oh and ignore 37
@rancid totem Has your question been resolved?
@rancid totem 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.
hey i don't get how we can cross out the 5*y^6/6
because its even
it has the same value when 4 and -4 are subbed in
so they will cancel out in the evaluation step
Closed by @sturdy sequoia
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.
can anyone help?
I just want to know if i did it correctly
its for intermediate microeconomics
But i am not sure if i derived correctly or calculated MRS correctly or got the marginal utilities right
@midnight torrent 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 did they divide the term multiplied by y''
is it just matrix multiplication with its inverse?
wait a minute
but the solution doesnt divide the term multiplied by y''
Wdym divide
cause its y'' multiplied by some term
(here it's row expansion instead of column)
It is if you remember what W is
wronskian says if the determinant != 0 then its two terms on the first row are linearly independent solutions
here in the question it says y1 and y2 are linearly independent
I don't doubt that
I'm asking
what W is
what it's equal to
its the wronskian of ohhhh y1, y2
oh so this is already y''
yes
no worries
thank you thank you
@glad sinew Has your question been resolved?
imma stay here
@glad sinew Has your question been resolved?
@glad sinew Has your question been resolved?
Im not really sure whats happening here... so isnt gen sol supposed to be y=c1e^(r1x)+c2e^(r2x)?
and so y' would also be different
like this
it is, typo
oh ok
Im getting diff c1 values tho..?
currently doing another q, I'll take a look at this in a bit again
gon take a break, will be back
@glad 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.
i know this is a bit basic but i cant exactly figure it out: suppose BC is a chord of circle A, and that chord EF is perpendicular to BC at D. how do you show precisely that ED is maximized when EF is a diameter?
are there any ways u want to do this
like preferred topic
u can employ AM-GM inequality to show this i think
can u show me how?
not rlly
@tired comet Has your question been resolved?
@tired comet Has your question been resolved?
@boreal rose
@tired comet Has your question been resolved?
@tired comet 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.
@blissful zephyr Has your question been resolved?
@blissful zephyr Has your question been resolved?
Closed by @blissful zephyr
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 is the sum of the first five prime factors of $2024^{2024} - 1$?
m13
@steel depot Has your question been resolved?
keep doing difference of 2 squares until stuff happens
@steel depot 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 guys, I am struggling with this exercise. The reason I am struggling is because I am not sure what is meant by the line where it says "use |x| = {x >= 0, x < 0}".
ok you can just split the derivative by parts, but u also have to check what happens in x=0
so f(x) = x/2 + x when x>=0 (easier to get the derivative)
and f(x) = x/2 - x when x<0 (easier to get the derivative)
its not incorrect, but could be more explicit
ahh I see
Hmm
so I have to almost split the answer to the question into two different cases?
of x >= 0 and x < 0
yes but u gotta check if its differentiable where it splits
can you see why there it is not differentiable at x=0?
yeah because you're dividing by 0
no
I don't think I see why
oh wait
Is it because the derivative changes from that of one of the functions to that of the other?
yes that a way to say that
there would be two different values depending (for the derivative, not the function because both approach 0) if you approach left or right
so there is no derivative (at x=0)
ahh
that makes sense
so there are 2 derivatives?
Thank you, I think I understand :)
no there are not 2 derivatives
i mean informally yes, but when that happens there is no limit
the definition is f'(a) = lim h->0 f(a+h)-f(a) / h
uu wait i forgot something
yea
like the derivative is different when x >= 0 rather than when x < 0
if you split it into two cases
just sharp point --> no derivative cuz the derivative of each sides are different
np
.close
Closed by @devout scaffold
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 do I get [
V_0^+ \8{e^{-j\5{2\pi z}\lambda} - \41{37}\8{11+j8}e^{j\5{2\pi z}\lambda}}
]
into a form of $a+jb$
I can likely just expand each of the exponentials, but that probably will take a while. Is there some shortcut I can use here?
@remote mural Has your question been resolved?
ok the form turns out to be
[
\42{37} V_0\8{4\6\sin{\4{2\pi z}\lambda} + 13\6\cos{\4{2\pi z}\lambda}} - j \48{37} V_0\8{6\6\sin{\4{2\pi z}\lambda} + \6\cos{\4{2\pi z}\lambda}}
]
I guess you just gotta brute-force it...
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.
need help with this
@agile elk 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.
can anyne double check my solution in diff cal problems?
honestly just ask one q at a time pls
its just one quest
Personally I skimmed and they look all fine, they’re all basic rules though so kinda hard to mess it up
One thing is that you really love to over complicate stuff
Arigathanks yousef
@desert sierra 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.
can someone explain how to do part (iii)
this parabola is symmetrical about x =3, an inverse doesn't exist if the function is not one-one
but still, what does this question want. I don't even get the first part
the first part is just restricting the domain of the function so that it is (3, infinity)
this makes the inverse a function
<@&286206848099549185>
show the equation of the inverse function
y = √(2x-8) + 3
pick any value a < 3 and find f(a)
since f(a) is in the domain of f^(-1), then you can find its value.
the easy way to do this is just apply the definition of inverse function
@muted cargo Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
ok i just found the answers and they say this:
.reopen
✅
Where did the 2 go?
@muted cargo Has your question been resolved?
.close
Closed by @muted cargo
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.
Part e
I've been attempting this for the past hour and I still haven't found a solution
Here's some of my work
@eternal wagon Has your question been resolved?
@eternal wagon Has your question been resolved?
@eternal wagon Has your question been resolved?
@eternal wagon Has your question been resolved?
try using log base 10 instead
so $a = \frac{1 + \log 3}{\log 2 + \log 3}$ and $b = \frac{3 \log 2 + \log 3}{\log 3 + \log 5}$
south's secret twin brother
but $\log 5$ is now $1 - \log 2$
south's secret twin brother
oh and you want to find $\frac{1 + \log 2 + \log 3}{2 \log 2 + \log 3}$
south's secret twin brother
,w a = (1 + y)/(x + y), b = (3x + y)/(y + 1 - x), solve for x
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.
Can someone please help me solve 5m/4 = 1-2m/3?
I cant seem to arrive to the correct answer
is that $\frac{1 - 2m}{3}$
south's secret twin brother
or 1 - (2m/3)
1-(2m/3)
Can you show your work?
yep, so I did a couple things because Im not completely sure
First was 15/12 = 12/12 - 8m/12
and then I wasnt sure whether to transpose the 8m/12 to the left or not
so If I did that then 15m/12 -8m/12 = 12/12
which means that 7m/12 = 12/12
but then I couldnt figure out what to do from there, to get the correct answer
Could I have some help from that step, or have I already done something wrong?
you need to add both sides by 8m/12, that's the problem
so 23m/12 = 12/12
and 23m = 12
got it, thanks!
wait, that cant be right?
wait it is
xD
sorry!
thanks!
.close
Closed by @distant lagoon
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.
need help with 6a(maybe) and 6b. ik my 6b is wrong after using cross product formula to solve for the curvature. here is my work:
https://cdn.discordapp.com/attachments/1293680991025758269/1297441562355306578/IMG_1937.png?ex=6715f01d&is=67149e9d&hm=a9585c79fd011a0bf45e520d30ace6b66585db3f4878c75cf46c7532ff53d2e6&
@blazing sparrow Has your question been resolved?
@blazing sparrow Has your question been resolved?
<@&286206848099549185>
@blazing sparrow Has your question been resolved?
@blazing sparrow 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.
what is the parametric form of the equation y=-coshx
The are many ways to go about it, the simplest would be just (t, -cosh(t))
thanks i am just dumb in math i needed it to make a physics problem
.close
Closed by @real veldt
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 need help to solve the point (iii)
We have a matrice and they are asking for which m, the equation system has solution, and if there is one, if she's a unique one or not
tried to use chatgpt to solve the problem but i don't get it
we're still to the point which we haven't seen the determinant of the matrix, only know to make substitution in one to others one.
If there is really no other way, could you explain the determinant of the matrix in the last ressort?
Never heard of
@warped solar Has your question been resolved?
.close
Closed by @warped solar
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.
f(x)=x^3+bx^2+cx+d
i need to find a relation between b and c such that f(x) has a saddle point
Whats a saddle point
In mathematics, a saddle point or minimax point is a point on the surface of the graph of a function where the slopes (derivatives) in orthogonal directions are all zero (a critical point), but which is not a local extremum of the function. An example of a saddle point is when there is a critical point with a relative minimum along one axial di...
so basically a point where f'(x)=0 , f''(x)=0 and f'''(x)!=0
you want f'(a) = 0 and f''(a) = 0 for some a then
cool, so sub in x = -b/3
actually the last condition doesn't work, third derivative not equal to 0
take y = x^5 at x = 0
that's why the 2nd derivative test is inconclusive
np!
yeah the third derivative test doesnt always work
we can instead use the f'''(x) test
and check the sign of f"(x) left and right of the point
yep exactly
generally
we can use this
for any n, if the first 2n derivatives at that point =0 and the 2n+1 !=0, then it's a saddle point
well now that i think about it
it's also inconclusive
cuz there are functions that have all derivatives=0 and still have a saddle point
well then
thanks again

.close
Closed by @amber wedge
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 with a please
i was able to get b
i found that the series gets a odd number added to the previous value everytime
but i'm struggling to get a explicit form for it
i just don't really know what steps to follow to find the explicit form
what is the asnwer of (a)?
i don't know
yeah
hint: ||each term of the sequence can be thought of the sum of that AP||
ah you mean 2k+5 ?
k-1
i don't get it
have you learned this?
writing series for arithmatic series?
yeah
okk
a + bk
1 imo
ah ok then makes sense
n >= 1
yup
ohhh
1 + 5 + 7 + 9 ...
the difference would be 2(k-1) + 5
but the initial number i'm not sure
but wait
how do i get 1
the first term of the sequence is 1
if i plug in 1 if would get 1+5
Wumpus Man
$\frac{n}{2}\left(2a\right)$
eggman
this?
$S_n = \frac{n}{2}\left[2a+(n-1)d\right]$
Wumpus Man
this
for n=1 you get 5
i think i found the solution
just take S_n = Sn-2 + Sn-1
no nevermind
but i think we can utilize Sn-1
nevermind thats recursive
ok
i just saw what you cooked
you need to add 1 to it
and you get every value
but how did you get that form
niceee
this form comes from a neat observation
if the ap is 3, 5, 7, 9, 11, 13
see 3 + 13 = 16
5 + 11 is also 16
so the sum of rthe term from start and end is constant
basically 2a + (n-1)d is just a_1 + a_n
multiply that with n/2
cause n/2 pairs
@zinc falcon Has your question been resolved?
@zinc falcon Has your question been resolved?
Closed by @zinc falcon
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.
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.
• 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.
Where do I go from here
no excuses
I fixed it-
ok now what do u have
5( m^2 -2m -15)
It says to factor the GCF and trinomial- but I’m not entirely sure I remember how to factor the trinomial
ok lets look at the m^2 - 2m - 15 part
Do I need to take the factors of 15 and make them add to 2?
Or is that smth entirely different
factors of -15 and make them add to -2
Ok
That’s what I thought but I wasn’t sure
So that’s 3,-5
So they answer would be 5((m-3)(m+5))?
Yeah you’re supposed to switch the signs..
try expanding (m-3)(m+5)
That’s just what she told us to do- idk
do this
simplify
m^2 2m -15
m^2 + 2m - 15
is that the same as this
No-
Flip the signs
ok
And put the 5 on the outside?
ye
Closed by @serene trail
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.
bello
hi
I cant read that
holon
its blurry but
i need help understanding 2&3
-
log2^x + log2^(x+2) = 3 -
logb^x - logb^(x01) = logb²
i would not use, eh, ^.
Log of what
dis how my teacher wrote the equation
logb^x - logb^(x01) = logb² dubass bitch gave nothing to work wit
you should know log2(x) + log2(y) = log2(xy).
and log2(x) - log2(y) = log2(x/y).
Therefore, you get something like f(x) = k, solve for that.
@sly tusk Has your question been resolved?
no
im cooked bro
<@&286206848099549185>
@sly tusk Has your question been resolved?
No
.close
Closed by @sly tusk
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.
pls a graph is involved so its math
what do they mean it penetrate more deeply
as in its highest?
i think they are referring to the small peaks to the far left (very low distance)
@halcyon ore 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.
pls help because i am stuck
CRT
@jovial linden 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.
???
@jovial linden Has your question been resolved?
Chinese remainder theorem
Closed due to timeout
Use .reopen if this was a mistake.
19 * 29 * 11
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.
sin(32) + sin(28) = cos(2)
I need help with this proof
