#help-19
1 messages · Page 28 of 1
the same method will be applied with 4x4, only the identity matrix will have an additional row
u know the "de morgan's rules" ?
no
Do you know the elementary "de Morgan" operations? Permuting, Dilating and Transvecting?
Ok so
You have three rows here, row 1 is "a b c" and can be written as R1
row 2 is d e f, written as R2
etc...
is that alright so far?
ok i understand that
- Permuting : you are allowed to switch rows between them.
For example, switching rows 1 and 2 will be indicated by "R1 <-> R2".
If the original matrix is:
a b c
d e f
g h i
Then after "R1 <-> R2", the new matrix will be :
d e f
a b c
g h i
Can I use any of them?
1 2 0 | 1 0 0
0 -4 1 | -3 1 0
4 1 1 | 0 0 1
1 2 0 | 1 0 0
0 -4 1 | -3 1 0
0 9 1 | 4 0 1
1 2 0 | 1 0 0
0 1 -1/4 | 3/4 -1/4 0
0 9 1 | 4 0 1
1 2 0 | 1 0 0
0 1 -1/4 | 3/4 -1/4 0
0 0 13/4 | -9/4 9/4 1
1 2 0 | 1 0 0
0 1 -1/4 | 3/4 -1/4 0
0 0 1 | -9/13 9/13 4/13
1 2 0 | 1 0 0
0 1 0 | 0 1/13 1/13
0 0 1 | -9/13 9/13 4/13
1 0 0 | 1/13 -18/13 -8/13
0 1 0 | 0 1/13 1/13
0 0 1 | -9/13 9/13 4/13
idk if understand
let's not throw this in yet
Yes you are allowed to use all 3 of them in any order
I can use only one at the time right?
yep
ok I see now, continue please
so do you know Dilating and transvecting or should I recall them to you?
I don't know that
- Dilating : you are allowed to scale a single row by a factor. This factor can be any NON NULL number.
For example, Dilating row 3 by a factor of 2 will be indicated by "R3 <- 2R3".
If the original matrix is:
a b c
d e f
g h i
Then after "R3 <- 2R3", the new matrix will be :
a b c
d e f
2g 2h 2i
Ok but why I have to do that?
Your question was to find the inverse of a matrix, yes? Those operations will lead you to the inverse, we will find out how
ok
- Transvecting : you are allowed to add to a row ANOTHER row, and by a factor. This factor can be any number (including 0).
For example, Transvecting row 2 by -3 times row 1 will be indicated by "R2 <- R2 - 3R1".
If the original matrix is:
a b c
d e f
g h i
Then after "R2 <- R2 - 3R1", the new matrix will be :
a b c
(d-3a) (e-3b) (f-3c)
g h i
(LaTeX version below)
which one should I use?
If the original matrix is $\begin{pmatrix}a&b&c\d&e&f\g&h&i\end{pmatrix}$, then after "$R_2 \leftarrow R_2 - 3R_1$", the new matrix will be $\begin{pmatrix}a&b&c\d-3a&e-3b&f-3c\g&h&i\end{pmatrix}$
rafilou2003
you will use all three of them in a method that I will describe after giving you the objective
The RULES :
- You are allowed to use any of those 3 operations in any order, one at a time.
- Every operation that you do on the first matrix (on the left), you have to do on the second matrix as well. (on the right)
Your GOAL : - Using the operations, make the matrix on the left be the identity matrix (1s on the diagonal, 0 elsewhere). The inverse of your original matrix will be the final matrix obtained on the right
Example :
if we want the inverse of the following matrix :
1 8 0
0 1 0
0 0 1
so that's how my result should look like right?
We write it next to the identity matrix :
1 8 0 | 1 0 0
0 1 0 | 0 1 0
0 0 1 | 0 0 1
in order to make the matrix on the left become the identity matrix, we need to remove the factor "8"
So we transvect using "R1 <- R1 - 8R2"
The matrix on the left will be
1 0 0
0 1 0
0 0 1
As the rules state, we have to do the same operation to the matrix on the right, so it will become:
1 -8 0
0 1 0
0 0 1
So now the two matrices look like :
1 0 0 | 1 -8 0
0 1 0 | 0 1 0
0 0 1 | 0 0 1
Since the matrix on the left is the identity matrix, we have reached our goal. The inverse of the original matrix is thus the matrix on the right:
The inverse of $\begin{pmatrix}1&8&0\0&1&0\0&0&1\end{pmatrix}$ is $\begin{pmatrix}1&-8&0\0&1&0\0&0&1\end{pmatrix}$
rafilou2003
Ok so the method :
1st step : Make the matrix on the left triangular, with only "one" coefficients on the diagonal
The method is quite lengthy to explain here, so I redirect you to the internet as to "How to reduce a matrix to RREF (reduced row echelon form)"
Ok cool
@proper quail Has your question been resolved?
Closed by @proper quail
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 you figure out what f(x) is when given that f(x+1) - f(x) = x and f(2) = 1
There is anything else?
no just that
i guess there is also the fact that it's a real function
no imaginary parts
f(0)-f(-1)=-1 f(-1)=-1
f(1)-f(0)=0 f(0)=0
[f(1+1)-f(1)=1 f(1)=0
f(2)=1
f(1+2)-f(2)=2 f(3)=3
f(1+3)-f(3)=3 f(4)=6
f(1+4)-f(4)=4 f(5)=10, etc] focus on inside the [] since its even
should be able to derive something
Its domain is real numbers?
But then you need know at least
[2,3) what are function value
On this interval
Or there is other condition
no other conditions
Ok try to find it
wolfram alpha says it's this function but i'm curious about how it got to that
"recurrence equation solution" what's that
@upper hinge Has your question been resolved?
no 😢
try summing these equations: $$f(x)-f(x-1)=x-1, ; f(x-1)-f(x-2)=x-2, ..., f(3)-f(2)=2$$
Maria
@upper hinge
f(x) - f(2) = sum k=2 to x-1 of k
so f(x) = 1 + 2 + ... + x - 1 = x(x-1)/2
Closed by @upper hinge
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 to ask for help here? I need help studying Physics since it's our exam on Monday
Post your question, and someone whose able will be helping.
!da2a
No need to ask “Can I ask…?” or “Does anyone know about…?”—it’s faster for everyone if you just ask your question! See https://dontasktoask.com/
!help
To ask for mathematics help on this server, please open your own help channel or help thread. See #❓how-to-get-help for instructions.
@rocky salmon 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
can anyone help me with solving this problem?
so i know I need to find the value of f' between critical values
however, i'm not quite sure about how exactly to do that
how do i plug in x-values within the intervals between these values?
i guess i pick points on the unit circle that i can evaluate?
@sharp hill Has your question been resolved?
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
@sharp hill Has your question been resolved?
Closed by @sharp hill
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 x and y coords of the red point
side length of small hex are 16 units
where the two axis meet is (0,0)
<@&286206848099549185>
Break the hexagon down into triangles
It's a trig thing
yea I can usualy do trig
but my brain is like fried
man I can't do this
done
riemann noooo
Come back
@quasi sparrow
mi mi mi mi 😭
I'll close
.close
Closed by @tall laurel
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.
nah [-1 3] is indeed an eigenvector for lambda=-3
you can just multiply that vector by the matrix if you're not sure
yeah
you have a whole subspace of eigenvectors
not just one
well (-1, 3) is just -1 * (1, -3)
they're in the same space
Closed by @upper cipher
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 can tell me what this topic is called?
Algebra I think
Multiplication? Idk what you mean
Or do you mean how you're getting rid of the denominator?
Are you asking why you need to do those multiplications?
nah just wanted to watch some youtube videos on how this works but i didnt know what the topic is called
ty
You're welcome
@tired drift Has your question been resolved?
Closed by @tired drift
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 did not know what i should do i n this question plz help me
ou want to make an 80° angle by marking an arc on the perimeter of a 12-in.-diameter disk and drawing lines from the ends of
the arc to the disk’s center. To the nearest tenth of an inch, how
long should the arc be?
okay so i use to find the arc only i do not need the 12 in right ?
ohh okay 12 in is the whole circle and the radius is diameter/ 2
'the whole circle'? But yeah, the radius is diameter/2
okay sry man i have weird questions cuz its been long thx alot 🙂 can i keep it open till i solve it and send u the anw plz
to check it
sure
i got 8pi/3 is it correct ?
,w 680(pi/180)
seems good
thx man alot i still have alot of questions to train if i need anything i will ask again if u dont mind thx alot man
no worries
If you roll a 1-m-diameter wheel forward 30 cm over level
ground, through what angle will the wheel turn? Answer in radians (to the nearest tenth) and degrees (to the nearest degree).
can u tell me how should i think to solve this
i am trying to solve it but i dont understand it
in terms of an arc length
if it rolls forward 30cm
thats essentially an arc length of 30cm thats been rolled through
so i should imagine the wheel drew arc 30 cm right ?
thats basically what happened yeah
how did you get this also if i may ask
that would get x=60
however, you need to check your units
ones in cm, the others in m
need to be the same
that works
,calc 0.6 * (180/pi)
Result:
34.377467707849
seems so
thx alot man
no problemo
its alright
the ones for 0, pi/2, pi, 3pi/2 and 2pi should be easy if you know what the graphs of cos and sin look like
pi/6, pi/4 and pi/3 can be found using the trig triangles if you know those
the rest can also be found from the above and knowledge of the graphs of sin and cos
for example for -2pi/3,
if cos(pi/3)=x then cos(pi-pi/3)=x=cos(2pi/3) and so cos(-2pi/3)=x since cos is even which can be seen above
youll just have to get comfortable, drawing the graphs can be helpful
some people use the unit circle if you know of that
yes unit circle i know it but should i memorize it so i can be able to solve it ?
this is always an option, just depends how comfortable you are with it
find what works for you
okay lets me check which will be esier i need a bit of time to solve it abot 10 min
sin is x and cos is y right ?
the x y axis i mean
yes
cos is the x, sin is the y
okay deal
--- pi -2pi/2 0 pi/ 2 3pi/4
sin 0 -rad3 / 2 0 1 rad2 /2
cos -1 -1/2 1 0 -rad2 /2
tan 0 rad3 0 - 1
cot - 1/rad3 0 - 1
sec -1 -2 1 0 -2/rad2
csc 0 -2/rad3 0 1 2/rad2
first part
cos of 0 isnt 0
how i followed the circle its in middle so y and x is 0
,w graph cos(x)
cos is 1 at 0
ohh okay so alawys cos 0 = 1
angle of 0 corresponds to (1,0) cos is 1 sin is 0
okay so i need to fix a bit in the table
now is it correct ?
--- pi -2pi/2 0 pi/ 2 3pi/4
sin 0 -rad3 / 2 0 1 rad2 /2
cos -1 -1/2 1 0 -rad2 /2
tan 0 rad3 0 - -1
cot - 1/rad3 - - -1
sec -1 -2 1 0 -2/rad2
csc - -2/rad3 - 1 2/rad2
tan of 3pi/4 isnt 1
ohh - 1 sryy
its 0/0 isnt that 0 ??
ANYTHING divided by 0 is undefined
oh i thought beause its divided by it self okay sry
--- pi -2pi/3 0 pi/ 2 3pi/4
sin 0 -rad3 / 2 0 1 rad2 /2
cos -1 -1/2 1 0 -rad2 /2
tan 0 rad3 0 - -1
cot - 1/rad3 - - -1
sec -1 -2 1 0 -2/rad2
csc - -2/rad3 - 1 2/rad2
i fix them
seems okay beyond the title of -2pi/2
i took it as 0 over any number is 0 so it should be 0 i know we cant have number over 0 but did not know 0/0 is und sry man iam an idiot in math
is it all wrong -2pi/2 ?
ohh okay will fix it now
thx man alot i take only 5 min break i come to continue solving i will close this chat if somebody needs to ask quesion once i come back i open new chat thx man alot 🙂
.close
Closed by @sly timber
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.
why is it positive 6
Closed by @next monolith
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.
in number 7 x E [pi/2,pi] what does that mean ?
Closed by @sly timber
Use .reopen if this was a mistake.
.reopen
✅
Try drawing sin3/5 [pi/2, pi] on unit circle
i am bit new sine 3/5 i know how to draw but what about [pi/2 , pi ]?
?
Do you know what the unit circle is
ok betwwn 90 and 180 right ?
yeah
Is calculator allowed?
yes that i know
So we can think of a triangle with hyp length 5 and opp length 3
dr said better without calculator
Any triangle similar to this will have same sin value, so since we are drawing on a unit circle, we want to scale it so hyp is 1
Ok
So we have 3/5=x/1
This means the opposite length should be 3/5
so find the point on the circle in the 2nd quadrant where the y value is 3/5
and draw a triangle (with the base as the x axis)
sry i got a question
3/5 = x/1 we did that so that hyp is = 1 ?
Yeah
So we can draw it on the unit circle
We could have done it on a circle with radius 5 too
But usually stuff is done on the unit circle
but isnt x/1 = x ?
sry for asking alot of questions but i stoped university for 5 years now i returned and calculus 3 is breaking my mind realy sry for asking alot
okay man thx
@sly timber
The big circle is radius 5. We were given sinx=3/5 in quadrant 2, so that means the height of the triangle is 3
Maybe it would be easier to ignore the unit circle and just work with the circle of radius 5
You can find the triangles base length right?
I mislabled the 3/5 ignore that
Yeah if you do that you will get it is 4
Now we can just apply the rule of cos=adj/hyp and tan=opp/adj to find them
thx alot man for the explanation 🙂
i will do them all can i send the anw here and u check if correct plz
rescaled now that we know values
np
i continue with this or do it in unit circle where hyp = 1 ?
Continue with this
It doesnt matter either way though
But this is quicker since we dont need to rescale everything. Since the triangles would be similar though, that means all angles are equivalent, and therefore all sin/cos/tan values are equivalent
okay i will start the exercises thx alot man
so for nb 7 cos = 4/5 and tan = 3/4 right ?
yeah
i will solve 8 alone will try to draw the circle and triangle on paper.
okay so i got sin = 2/rad 5 and cos = 1 / rad 5
rad = radical
for nb 8
yeah thats good
in 9 what does it mean - pi /2 how is there negative ?
BTW this should actually be cos=-4/5
since the x part goes to the negative side
ohh i forgot about that
-pi/2 is -90 degrees. negative for angles means clockwise instead of counter clockwise
so i am in fourth part of the circle right ?
Yeah
okay so y will be negative and x postive
yeah
okay i did 9 i got sin x = rad 8 / -3 and tan x = rad 8
i was not sure which are negative how do i know whcih ones are negative ?
that's basically the same thing if the circle was twice the size and the triangle
@fair prism
sry sry now i know cuz in 4th quadrant all negative except cos
yeah theres a phrase to remember this "All students take calculus".
you seem to know how to figure it out without memorization though
yeah
this may help
so first one is normal sin function but compressed so the period is pi instead of 2pi
u mean sin (k(x+c) right ?
?
normal sin function but compressed so the period is pi instead of 2pi
u mean this function are all of it ?
This was for first function (sin2x)
this is for any problem
yeah
k=2 but period is defined as 2pi/k so period = 2pi/2 = pi
for 14 yeah
2pi/(1/2)=2pi*(2/1)=4pi
ohhh
now for cos can i use the same formula
yeah. Infact its pretty much the same for all functions
Atleast the graphing part. Words like "amplitude" are for trig functions only but the math is the same
okay thx alot man for the help i will close for today will go to sleep tomorow i come back online continue trigonometry thx alot man 🙂
its 4 am here in my country been doing trigs for about 7 hours i am slow in exercies 😦
gn man thx alot
.close
Closed by @sly timber
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.
<@&286206848099549185>
Can you please explain how we would solve this question
Actually wait
Nope nevermind I solve it
Easy
As
1+1
.close
Closed by @frosty ingot
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.
1+1
.close
Closed by @frosty ingot
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.
@plain pendant 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.
help me'
Start with j and h
Fir which and how did u get that
cuz j and h look alike to 75 degrees
Ok well j and h look completely different so I do not follow that. Either way you need to use actual mathematical properties. To find j, remember the angle of one side of a line is 180 degrees. For h use properties of transversals and parallel lines
Explain how you got these
Do not try and eyeball the values
j+60=180 by what I said earlier
@brazen thorn 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 plz i only need right anw and only one helps me not alot cuz last time i did not understand anything
dude
im tryingto help you
i cant give you the answer
if I do you wont learn anything
.close
so the graph is restricted on a domain
Closed by @sly timber
Use .reopen if this was a mistake.
lmao
good bye
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 having a hard time showing that the distance function is a Lipschitz function in a metric space
I gather it probably has something to do with the triangular inegality, but since i only have a distance and bot a norm im not sure what to do
Im trying to show
|d(x,y) - d(a,b)| ≤ 2 max(d(x,a),d(y,b) ) = δ((x,y)(a,b))
what do you get from triangle inequality?
So |d(x,y)-d(a,b)|≤d(x,y)+d(a,b)
Wait im not sure of the definition of δ, maybe that's why im lost
well technically just |d(x,y)| + |d(a,b)| at first but they are both positive so thats fine
and now you have to show that d(x,y) + d(a,b) <= 2 max(...)
thats the definition of delta
max(d(x,y),d(a,b) ) = δ((x,y)(a,b))
ah no you switched the y and a for no reason
can you show number1+number2 <= 2 max(number1, number2) ?
@low locust its not gonna work if we have this scenario
I think i messed up in the definition somewhere
Yeah that's obvious, but i think i lessed up the definition of one of the distances somewhere
yeah you messed up some stuff somewhere definitely. cause you also wrote d(x,y) for x,y in E^2 in the last sentence which doesnt make sense from the type of stuff that x,y are
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
It's in french
If the original problem is not in English, then post it anyway!
ok where did you get delta from?
Delta is the d function above
Which is the "distance produit" for E=E1 × E2× ... En
why did you have to cut out all the other bits from that
and why is that relevant for prop 15
a distance function d is always from ExE to R. that has nothing to do with product distance functions
Yeah but if we're looking at the distance function as a Lipschitz function we have to compare two sets of two points so we're working with (E²)²
but not as a distance on (E^2)^2
Well from what i see you want to compare the difference of the distances of E² to the distance in (E²)²
for a lipschitz function you have two metric spaces
in our case those are ExE and R
wait
ok sry
Sure
we have to show |d(x)-d(y)| <= 2 delta(x,y)
Ye
|d(a,b) - d(c,d)| <= 2 delta( (a,b) , (c,d))
Ye
2 max (d(a,c), d(b,d))
Exactly
Now how the hell do i do that
Its probably sime business with the second triangular inequality
ok
we want d(a,c) somewhere
maybe its good if we add it
and subtract again
d(a,b)+d(a,c)-d(a,c) - d(c,d)
something like this?
ah thats better
so we can instead add d(c,b)
|d(a,b)-d(b,c)+d(b,c)-d(c,d) |
<= |d(a,b)-d(b,c)| + |d(b,c)-d(c,d)|
Oh yeha that's it
Well the exercise is fairly classicak ince you get into it but the several distance less with the head
Ive done plenty of stuff like that before i feeo stupid too
yeah
its really about properly unpacking the definitions. which you did and I failed at first
Yeah but i was so confused i could figure with inequality to use
and then always about adding the smart zero. classic analysis
yes
Closed by @tulip plover
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 some help on this, not entirely sure 🙏
protractor not allowed here
i got that the outside of C is 300 degrees
<@&286206848099549185>
<@&286206848099549185>
can you show in the sketch what you mean with outside of c is 300?
ok. are you allowed to use cosine-rule and sin rule?
no
@plain crow take your own channel.
take any free one. this one is occupied.
@upper onyxhow is it going?
i have no idea without sine and/or cosine-rule
alright
could you help me with some others?
one I have no idea where to start even.
you know the volume of a hemisphere and the volume of a cylinder? so you can express the volume of S as a function of x. then you can determine for which x the volume is max.
are you talking calculus?
if so it can't be since I haven't done calculus in my course yet
you can discuss my hint, or you can just try it.
-> so you can express the volume of S as a function of x.
I don't know anything about calculus I haven't covered it yet
what do volume formulas have to do with calculus? but anyway, its your question, ....
I think i misunderstood you, what do you mean by function of x?
you know the volume of a hemisphere and the volume of a cylinder? s
@neat quiver Has your question been resolved?
@neat quiver Has your question been resolved?
.close
Closed by @neat quiver
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 you do d/dx y ?
would it just be dy/dx?
what about d/dx ln(y)?
everg
why have you got "x" in ln(y(x))?
because i think here y is a function in variable x
maybe is not ...but you have to tell before
is that not why we do d/dx instead of just saying differenciate ln(y)?
you can omit that if you want
i've been doing, for d/dx ln(x): $\$ $\$ let y = $ln(x)$ $\$ $\$ $\frac{dy}{dx}$ = $1/x \cdot \frac{d}{dx} x$ $\$ $\$ $\therefore \frac{d}{dx} ln(x) = \frac{1}{x}$
yomiko
i don't know how i would incorporate y into that
do you know chain rule?
I like this form better: (f(g(x))'=f'(g(x))g'(x)
no
when doing multivariable chain rule the intuition goes away
anyways
ley f(x) = ln(y(x))
df/dx=df/dy dy/dx
what's df/dy?
?
ok let's use this
then y = ln(u(x))
dy/dx=dy/du du/dx
what's dy/du?
@quaint pewter Has your question been resolved?
bro left me in the dust
@tardy lagoon
yo
yh
what's dy/du?
dx/du *dy/dx
mhm
1/u
that's it
@quaint pewter Has your question been resolved?
Closed by @quaint pewter
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 gcd(m_1, m_2) = 1, m_1 | n and m_2 | n ==> m_1m_2 | n
This is similar to what we've done before, @spiral basalt and @pastel dew
I tried messing around with it
Though it seems we can't really construct it like before
since you clearly reject "everything is trivial by the FTA"
I suggest looking at individual primes
how is this the fta though
they arent necessarily primes
just coprime
the fundamental theorem of arithmetic solves every elementary problem like that in an instant
its more elegant without FTA though
it does
yeah but it's harder
idk how you do it yet
i think theyre looking for an algebraic proof though
it's algebraic dammit
yes definitely
besides taking inspiration that is
It's not stated that I'm not allowed to use FTA or anything, perhaps we should use it then?
I suggest doing both
kepe what was the previous question ?
It was the one we could solve by construction
i don t remember the statement
gcd(m1,n) = 1 and gcd(m2,n) = 1 ==> gcd(m1m2,n) = 1.
This here is without any gcds
Well, one, the first statement
i think your first step is good (the am1+bm2=1) but you should multiply by something other than m1m2 in the second step
Well, we want to show n * k = m_1m_2
So we need to get m_1m_2 in there somehow
what do you mean
you would have said n = m_1m_2*k
So just multiply by km_1m_2?
well
we dont know what k is
we're trying to show it exists
ah
also, we want to get an expression with n's in it
what can we multiply am1+bm2=1 by to get some ns in the equation
n
ooh i see
so now what do we have
gcd(m1,m2)=1 implies exists x,y such that $xm_1+ym_2=1$
everg
yes
now multiply by n
$nxm_1+nym_2=n$
everg
now sub n=m1k1 in the first one
yeah
now like you put at the top of the page
and n=m2k2 in the second one
what equations do we have for n
wel don't just tell him the answer 💀
then finally group m1m2
n = cm_1
yes
n = qm_2
yup
.close
Closed by @signal oar
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.
in here i use 'hopital because as h->0 the bounds of the integral are the same, so i don't even need to integrate, it's going to be zero.
is this the reasoning?
!1c
Please stick to your channel.
or you can direcly use foundamental theorem of calculus
i think it's what i did... what do you mean?
what i meant is that i would end up with F(2) - F(2)
and i don't need to compute F
i already know that it will be zero
well the limit you are doing is the derivative of the numerator basically
so using lhopital is circular
if you had an antiderivative of $sin(x^2)$ and called it F, then you would have $\lim_{h\to 0} \frac{F(2+h)-F(2)}{h}$
which is just straight up the limit for the derivative
Denascite
at the point 2
but that's what i wrote....
well it is what you meant maybe. but not what you wrote
this is not an application of lhopital
that limit is 0/0 right?
then i have to use l'hopital
i wanted to know how the numerator becomes zero.
every limit for the derivative of a function is 0/0
that does not mean that you can throw lhopital at it
because for that you need to differentiate for which you need to solve the same limit again
can you explain this? i dont understand what you mean
the limit for the derivative of a function is $\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$
Denascite
that is always of the form 0/0
but you cant throw lhopital at it
because then you end up with $\frac{f'(x+h)}{1}$ and to calculate $f'$ you need to solve the same limit as before
Denascite
wait they used lhopital? this isnt your write up?
no it's the solution from an exercise from mit
ugh
well ok then they just dont care about this technicality
properly you should use the fundamental theorem of calculus, like everg said
i really feel doing this
(F(2+h)-F(2))/ h
i am using FTC... how should i do it instead?
well imo you should rewrite it as $\frac{d}{dx} F(x)|_{x=2}$ and then by ftc this is $f(2)=\sin(4)$
Denascite
i am not sure about this rewrite you did.
what are you rewriting exactly?just the integral part? Maybe you are doing more steps in your head and i can't understand...?
what's F in this case?
if f is sin(x^2)
F is the integral of f
so f is the d/dxF
so should i write
integral ( d/dx F ) ?
should i find F? ......
Yes
ok thanks! but you are saying different things here. I'm lost.
but @low locust got a point about the limit for the derivative. Why can I use l'hopital here instead?
even if i don'tunderstand yet how should i solve it
Well, what @low locust is saying is correct
Also i don't think sin (x²) is a simple integration
What you can do is say that the question is by definition the derivative of the integral
And just differentiate it
So yea fundamental theorem of calculus
whaat do you mean by this? what is the question?
oh taking the limit you mean
I meant this thing
ok
i'd like to understand a bit better the reasoning Denascite was suggesting if someone has some time to explain in a bit more detail
In l'hospital you differentiate the thing right? For that you must know the derivative
But the question itself is asking you for the derivative
So you can't use l'hospital to solve the limit since this is the same limit you'd have to solve to find the derivative
So circular reasoning
It's like you're proving a theorem but in the proof you used the same theorem which is obviously wrong since you didn't prove it yet
@solar burrow 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.
For which n can the fraction (6n + 17)/(4n + 8) be reduced?
This is a gcd problem
So we need gcd(6n + 17, 4n + 8), right?
How would we find that?
a new one xD
you can use euclid algorith maybe
so
$6n+17=1*(4n+8)+2n+9$
everg
I found https://artofproblemsolving.com/community/c4h1351973p7387140 which seems to be very similar
$4n+8=2(2n+9)-10$
And they somehow used some gcd properties there
everg
Oh, Merosity also agrees with the Euclidean Algorithm approach
Yeah
ok
i have been checking that discussion
now euclidian algo work because its true that gcd(6n+17,4n+8)=...=gcd (2n+9,10)
so you want that 2n+9 and 10 be coprime
||so always||
I failed to count modulo 5
ohh i see
by forgetting that 2 is a generator of Z/5Z
so
like bezier have thought 2 enevr divides 2n+9
so we want only that 5 does no divide 2n+9
so $2n+9\not\equiv 0 \mod 5$
everg
i.e. $n\not\equiv 3 \mod 5$
everg
so n=h+k5 with k integers and h in {0,1,2,4}
Wait, why does this hold?
i ll prove it
if $a=bq+r$ (not necessary the euclidian division), then $gcd(a,b)=g(b,r)$
everg
because if d is a common divisor of a,b then d| a-bq=r
the d is a common divisor of b,r
so gcd(a,b)|gcd(b,r)
if d is a common divisor of b,r then d divides bq
then d divides bq+r=a
Can someone help me with geometry
Say d | (6n + 17) and d | (4n + 8). Then d | (68 - 48) => d | 20 => d = {1, 2, 4, 5, 10, 20}. If 2 | (6n + 17), then 2 | 17 which is a contradiction. If 4 | (6n + 17), then this would imply that 2 | (6n + 17). 5 dividing 4n + 8 implies 5 divides (n + 2) which implies that n = 3 (mod 5). Could probably check a condition on 6n + 17 as well
Oh, alright
How does d | 68 - 48 follow
d divides a linear combination of 6n + 17 and 4n + 8
In particular, d divides 4 * (6n + 17) - 6 * (4n + 8) = (24n + 68) - (24n + 48) = 68 - 48
Oh
We also need to check the cases d = 10 and 20, right?
What
10 and 20 follow from 2
Because if either of them divide 6n + 17, this implies that 2 divides 6n + 17
this is not your channel
But we showed that 2 is not a divisor
So it boils down to finding a condition on when 5 does or does not divide both terms
Oh
nice problem indeed
For the d = 5 case, why do you not check 5 | 6n + 17
Only 5 | 4n + 8
You do, you just need to find a condition on when 5 | (6n + 17)
or verify that the values of n that make 5 | (4n + 8) also work for 6n + 17
we need 5 | n + 2 for that
Ah, yeah, you got that too
But using 4n + 8
Yeah
Thank you!
.close
Closed by @signal oar
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 need to know what this question is asking me I have to find the value of a in a rhombus but setting the question as a+68=a does not make sense
The sum of angles in a rhombus is 360°
In this scenario this rhombus has angles a+68°, a, a+68° and a
With this you can calculate the a
So then I would set a+68+ a=180?
Thanks a lot I was just wondering what I needed to do
No problem
@mystic saffron 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.
This looks simple enough but I haven't actually figured out how to solve it yet.
This is sort of what I have so far, but I need to actually find an answer.
n is the amount of numbers between b and a
Please ping me if you respond, thank you!
@naive agate Has your question been resolved?
there's an issue with how you're setting up you sum,
a,b themselves aren't included in the summation
i think your $nb + \frac{n(n+1)}{2} = 1000$ can be arranged to be in the form ax^2 + bx + c
jumpydino
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
b is implied with a + n
or the other way around a = b + n or whatever ig
but you don't add a,b themselves
if b > a, n = b - a - 1
your saying they should replace all the ns in the sum with that?
cuz that makes sense they can
no
The problem specifically says a and b should be.
a isn't less than a
b isn't greater than b
look at the wording of the question
Huh.
My teacher told me like 4 different things on this problem so I'm very confused at this point.
b < a then
you improperly assumed inclusive yourself
yeah exclusive
My TA told me inclusive.
your ta is wrong then
Wouldn't be the first time.
Ok, so there will be more evens than odds, or an equal amount?
more evens, no?
What I was thinkin.
can you elaborate on the sum thing
bc i think they just mean n = a - b - 1
(amount of integers between b and a)
the way I'd set it up would be
sum to (a-1) - sum to b = 1000
with a = b + 2k