#help-0
1 messages · Page 523 of 1
where are my mistakes?
i think you just colored it wrong
which one
when you color D out fully, you realize that you skipped out on a couple C's
oops wait
the first one i overdid
the coloring* was correct the first time
How is it correct if you just overlaid it?
is this correct?
well, one thing to notice is that D is always on the left side
that is because each D has 4 C's between them, which you could think of as a full rotation
of course, the direction of the spiral alternates each time
But like i think c is asking the area
yes
i mean, if you really wanted to, you could just draw out all 10 of them and count the area
but thats obviously not very efficient
you could but also for (d) i think you need to know a pattern
right
so lets just try to analyze this as best as we can
now.. another thing i notice is that each red line is 2 squares apart
if you just look at the vertical
do you think for (c), i should just draw the 10 out manually or actually find a pattern
i think you should find a pattern
woah
theres a big dragonfly
on my desk
anyway
okay look at the right side
do you see how it only increments by 1 blue line?
every time we do CDCCC, the left side increases in width by 2 and the right side increases by 1
yes thats true
maybe lets look at up and down. is it just increase 1 each time right?
ok i think thats a great strategy
its important to note those 2 yellow lines at the beginning, they add an extra bit of width
yes that part is constant
okay
it says it must end with CCC, is that in the definition somewhere or did they just mention this now?
am i missing any info?
i'll repost everything here for your reference
I think i just missed 2 pages before
It doesnt actually necessarily say the sequence is a repetition of CDCCC
But the maze does have to end in CCC
yes but we should generalize how C and D effects the area
affects?
whatever same thing
whenever C is instructed, the dimensions of the rectangular region increase by 1 unit on the "next" side
since C moves the robot around it
when D is instructed the dimensions increase by 1 unit on the same side
is this necessarily true or just for the sequence of CDCCC
i believe it is true in general
C always moves to the next side
by next side i just mean a side adjacent to the previous side
so lets say the area of our rectangular region was a*b and we were on the a side
instructing C thereafter would give us an area of a*(b+1)
i think we should first test with some examples
instructing D would give us an area of (a+1)*b
sure
i need to go to toilet now. if you can try test some and tell me on your findings
alright
i think i got these backwards
it would be (a+1)*b for C and a*(b+1) for D
uhh
i sitll dont understand. because technically there are both cs and ds
i mean to draw it the other way
mb
anyway
you see how you get that 1 unit of width after applying C?
it depends
yes C definitely has to move 1 before turning, D has to straightaway turn
oen second
?
okay
whenever you apply C it increases in the same direction whereas when you apply D it increases in the orthogonal direction
yes so we know blue adds one left/right and red adds one left/right
is that correct understnading
what is orthogonal direction
orthogonal means perpendicular
so C actually does two things
it adds a unit
AND it shifts the side
D never shifts the side
doesnt D add an unit right/left
if you keep applying D you will always increase the same side by 1
wdym
but if you apply C you will alternate between increasing one side and increasing the other side
see how it always increases that side
it never deviates from going in the direction its already going in
ok so what do you mean by shifting a side
so lets say your current area is ab
and lets say applying C once gets you to (a+1)b
then applying it again will get you to (a+1)(b+1)
applying it once more will get you to (a+2)(b+1)
is a up/down or left/right
and so on
it swaps between the two. which is which in any particular moment is not really relevant (or at least im ignoring that for now and just thinking about it abstractly)
if you did the same thing with D you would get (a+1)b, (a+2)b, (a+3)b,... and so on
so the other dimension will never increment until you apply C again
i think you still need to choose a side so it stabilises the pattern
does this make sense at least
yeah kind of
okay i will try to explain more concretely now. so we always start with just the X in the middle, so our default area is 1. lets say that our current width is x and current height is y
or
idk maybe a and b was fine
w and h?
as we see here
are we working on (c) or (d) for these cases?
C is already concreted. you can always actually draw it out to verify
okay so it wants the number of mazes that cover an area of 25..
and it always ends in CCC
we can do a simplifcation then
i think
exactly
so we could actually just subtract that from our area i think
well
so it would be a 5x5 obviously
How do you know its definitely 5*5
then undo 3 C's
yea
so okay if we undid the last 3 C's that would be something like 3x4
(or perhaps 4x3, but i dont think the difference really matters)
idk if this simplification is helpful but now we can just consider all the possible sequences
we no longer have the restriction that the last three have to be C
okay wait maybe it does matter actually lol
um..
okay well a 4x3 is easy to get if you just did like 5 C's in a row
it starts out as a 1x1, apply C gives 2x1, apply C again gives 2x2, so on
Maybe we can try with the most Cs and decrease from there?
wait a minute
honestly i dont even know if the order of w and h doesnt matter
um
i think that might be the only possibility
or im crazy
wait i think im actually stupid
we had to find a square, right?
but whenever you apply D
it increments the same side
oh
but i guess you could just apply D again on the opposite side
ohhh
yeah okay so you could do
CDCDC
i think
is that the only possibility
because what if just did all Cs
and cut down on Cs from there?
1x1 -> 2x1 -> 3x1 -> 3x2 -> 3x3 -> 4x3
honestly i need a refresher on what C and D does. can you write it in a more clear way so i am able to better understand it?
let me think for a sec
i feel liek the number of possibilities is really small
like maybe 2 or 4
given the constraints
but can you still give a refresher on the properties of C and D, writte n in one message so i can understand it?
thanks
okay i think its important to remember if we are currently on a horizontal or vertical line
u know what ill just write it all out
if horizontal, then C: a x b -> (a+1) x b and horizontal -> vertical
if vertical, then C: a x b -> a x (b+1) and vertical -> horizontal
if horizontal, then D: a x b -> a x (b+1) and horizontal -> horizontal
if vertical, then D: a x b -> (a+1) x b and vertical -> vertical
kind of making up notation on the fly
i would probably be more helpful if i actually knew what i was doing lol
i dont really think we need notation
does this make sense
a is horizontal length and b is vertical length
Also in regards of width and height, it might matter as it starts like this
i think w h is the best
it starts as horizontal
so the default is 1x1 and horizontal
yea if it starts with C it becomes 2x1 and vertical
or
uh
yea
i defined it incorrectly i think
oops
what is the correct C or D
NOW it should be good. i think. hopefully.
because D adds in the perpendicular direction and C adds in the same direction
i think i forgot what the problem was about at this point
it is 5am...
my sleep schedule is so cooked
havent slept yet
if you want get someone else to carry on
but like its 7pm for me now so i've still got a lot of time to go
i feel like we were getting somewhere
cuz the number of possibilties feels pretty low
but we need to first define c and d
and how they affect and i think you might have gotten confused based on what u said
okay so the last state either needs to be 3x4 and horizontal or 4x3 and vertical
so that when you apply C three times
it results in 5x5
dunno
wait you know what i realized i dont even need to keep the vertical / horizontal information i could just swap the variables instead
anyways i was using i think the q tells you 3x4 and 4x3 are two different cases, meaning more cases to be found
yeh but it starts with and you cannot turn it around. hence if you turn the grid. you turn the starting
hm
okay i think im going to take advantage of symmetry here
i really want to simplify this
i might be overengineering the problem
theres probably a much simpler way to do this...
C: a x b -> (b+1) x a
D: a x b -> (a+1) x b
let me check if that makes sense
C(1x1) = 2x1
D(2x1) = 3x1
C(3x1) = 2x3
D(2x3) = 3x3
C(3x3) = 4x3
that matches what i did here
the only difference is now the width and height are like
ambiguous
well you could probably deduce which is which based off the starting point
but the point is that we shouldnt care which is which! we only want the area
as long as the operations still give the same result then i think its fine
this is starting to look like a transformation lol, maybe i could represent axb as just a vector
or like a multivariable function
C(x,y) = (y+1, x)
D(x,y) = (x+1, y)
ive definitely lost my mind
okay so based off of this definition we are gonna try to find all the combinations of C and D that lead to 4x3, starting from 1x1
and i KNOW that its 4x3 because CCC(4x3) = 5x5
3x4 would lead to 6x4
@sleek briar Has your question been resolved?
the only combos i can think of are CCCCC, CDCDC, DCDCD, DCDCC, CCDCD, DDCDD
you definitely cant have more than 2 D's in a row, otherwise itll go too far
i think 6 is the max
which feels right somehow, though idk how i would prove it
alright, i think its time i slept. hope i helped a little
goodnight
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 took ln on both sides and made rhs fraction into 3 things multiplied
seem like the right idea?
kinda but your wording looks off. can you show your work thus far?
are you sure its multiply?
plan was to then use this
uh, idk I think so
I just moved the denominator up
Please use latex if you know how to
$\ln(f(x)) = \ln(x^8 \cdot(x - 9)^7 \cdot (x^2 + 5)^{-8})$
@zinc bolt
i think you got the log rules confused
maybe, idk what they all are though
Everything they did so far looks correct tho?
They haven't even used log rules yet
lol
$\frac{f'(x)}{f(x)} = \frac{d}{dx} \left[ \ln\left(x^8 \cdot (x - 9)^7 \cdot (x^2 + 5)^{-8} \right) \right]$
Paul04
Yes, that seems about right
is this the right thing to apply? if so how should I apply it?
is it just 1/[inside stuff] * deriv of inside stuff?
so (1/inside stuff) * a long product rule
where this is inside stuff
Um...$\log(ab) = \log(a) + \log(b)$ furthermore $\log(a^b) = b\log(a)$
@zinc bolt
Use these on the RHS
yeah like
ngl idk how I would
log(abc) = log(a)+log(b)+log(c)
is ln(ab) = ln(a) + ln(b) and ln(a^b) = bln(a) true?
okay then ig ik how to do it
just needa remember all these formulas somehow
okay cool, thanks everyone
!done
If you are done with this channel, please mark your problem as solved by typing .close
Closed by @sharp stag
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.
Could someone help with this question please
do you have a ruler and protractor on hand?
yess
show what you got
I'm not sure I've done it correct
well that's why i am asking you to show it
so that i can look at it and tell you if it is correct
that bearing definitely isn't 160°
you should line up the 0 of your protractor's clockwise scale with North
you cant calculate second angle like that
the line from S looks good to me
.close
Closed by @vale hollow
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 tried to this question by organizing it into a matrix that is symmetric and in a sudoku like manner
but don't know how to proceed
@slender nova Has your question been resolved?
<@&286206848099549185>
@zinc bolt
@slender nova Has your question been resolved?
@zinc bolt i didn't get how this proves it
if you manage to show that f(r,r) = 1 for some r, then you'll have succeeded (why?)
So now, here are two hints to set you on the right path:
Hint 1: ||Prove that 1 has exactly n inverse images by f.||
Hint 2: ||Prove that |{(r,s) : f(r,s) = 1, r != s}| is even. (!= means "not equal to")||
It doesnt' complete the proof but you can work from there
oh
wait i got that
so
proving those two statements is enough for the full proof right?
cause it proves that there is a f(r,r) = k for all k belonging to S
@pallid scarab
correct?
Closed by @slender 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.
maximise and minimise cosx(sinx + root(sin^2x +3))
i tried differentiating but i couldn't simplify the differential
yes
devthemasked
thanks
@slender nova Has your question been resolved?
try consider
$f(x) = cosx(sinx+\sqrt{sin^2{x}+3})$
$$ f(x) = cosx(sinx+\sqrt{sin^2{x}+3}) (\frac{sinx-\sqrt{sin^2{x}+3}}{sinx-\sqrt{sin^2{x}+3}})$$
$$ f(x) = \frac{-3cosx}{sinx-\sqrt{sin^2{x}+3}} $$
instead may help you ,since denominator is always negative..
Sea
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.
Is what I have selected correct? Series 1,2,9,7 are convergant but absolutely so I didn't check them
<@&286206848099549185> Please help
@ripe hamlet 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 am trying to find the closest set of whole numbers needed to multiply to reach the closest to 8760, starting with 12.
Only using numbers between 10 and 50.
For example: 12 * 24 * 30 = 8640. which is off by 120.
Or similarly, 12 * 40 * 18 = 8640 as well.
like 12, 24, 30 is a set of numbers. They are also whole numbers.
I can easily find numbers to multiple to get exactly 8760, but then they are not whole numbers. They are decimals.
Example, 36.5 * 12 * 20. But it has a dcimal
yeah, ofc, no problem
oh and btw here is the way I got those - 8760 is 12 * 730, so i just checked the multiples of 12 closest to it
so like 12 * 729 and 12 * 731
ohhhh I see!
as you mentioned, 8760 itself doesnt work
Closed by @pseudo seal
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 got the third last line
.close
Closed by @prisma night
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 quick concept clearing qs.
so first off just making the function for gf came out to be $\frac{2}{\left(x-2\right)^2+2:}$
now for the range first off we need the domain for gf correct? we know that for gf to exist, the range of f must lie within the domain of g, which is true here. next up what i thought we had to do was find the value of f(x) at 1 which is 4 and judging by the fact that it's to the left of the turning point in a concave up, the values will only become greater.
now here comes my question. will we input these values i.e. from 4 to infinity in g(x) or in gf.
Sam | TBND
to find the range
from my understanding, we'd input the domain of gf into gf to get the range, or otherwise we'd find the range of f, use it as a domain for g and get the range for g which becomes the range for overall gf?
so how would we find the domain for gf
ping me when/if you reply <3
<@&286206848099549185>
you have lready found out an expression for gf right?
okay so clearly x belongs to R for the function f
Sam | TBND
and for the function g, x > 1
np
i did that, it's 2,3 and thats why I know that for x < 1 the graph is increasing
for f
smth like this
I guess than you can use x > 4 as the domain for gf
if the minimum value that f can provide is 4
yeah that is what I meant
like you calculate the value using the function f
and then put it in g
I think I get what you are saying
my question then becomes how do I find the domain for gf
by using THIS range that i'll get?
basically teh largest possible value gf can achieve is
$$\frac{2}{4 - 1} = \frac{2}{3}$$
Klein Bottle
and then any subsequent value it will have is greater than 4
so we can find
$$\frac{2}{\infty -1} = 0$$
Klein Bottle
that i got, gf lies between 0 and 2/3
because i understand that for the composite function the range of gf becomes the range of g when you take the range of f as a domain for it (holy word salad) because thats literally just what gf means
however, let's say the question was to find the domain of gf, then that would be?
equating $\frac{2}{\left(x-2\right)^2+2}$ to 2/3 and finding $x$?
the domain would be negative infinity to 1
Sam | TBND
did you get why?
yup! and ofc negative infinity is not really a number so we put a nice little > sign in front of it
and same thing with 1. f(x) < 1, we put the < synbol
so the domain of gf is just x < 1
precisely
so the domain of gf is just the domain of f?
given that the range of f lies within the domain of g
two reasons
--> any value less than 1 will satisfy the domain of g(x) once the output of f(x) is taken as the input of g(x)
--> any value less than 1 will obviously satisfy f(x)
yup you got it
would you recommend just directly working with the domain of the inner function as the domain of the composite given that it's defined for all values, or would you rather I do the proper like find the range of f and then use it for g
just to confirm, the former always holds true?
the former always holds true. Yes
brilliant so i think i'll do the latter to show working and just confirm with the former
yupadoodly do
Closed by @jolly notch
Use .reopen if this was a mistake.
one thing to note though
.reopen
sometimes fucntions can have breaks
oop
✅
so you have to be careful
yup
anyways I think you understood quite well
cheers good day!
Closed by @jolly notch
Use .reopen if this was a mistake.
have a good one
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.
Only using A-Level circular motion - I can't use F = Gmm/r^2
I'm not really sure how you would do this without knowing the orbital period of the ISS
u are supposed to use only circular motion for this?
yea
huh the inward force would be mv^2/R or mw^2 R but we dont know the velocity or w
yep
i dont know how u calculate the gravitational force without using gravitation??
also why would they give u the mass of the earth if they didnt want u to use gravitation
for later parts i think
nvm i asked my teacher he said we're allowed to use F = Gmm/r^2
.close
Closed by @graceful jungle
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 get most of this DMT1 question but confused by the graph built for G_m+1
@keen pewter 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.
god damn i cant figure out these convex stuff is destroying me
Given a convex $f:(a,b) \to \bR$ , and $a < s < t < u < b$ , i want to show $\frac{f(t) - f(s)}{t - s} \leq \frac{f(u) - f(s)}{u - s} \leq \frac{f(u) - f(t)}{u - t}$
Prelude to archbishop
i don't know if there's supposed to be an idea that i'm just not getting
rn all im doing is brute forcing random inequalities hoping to get anything similar to the result
what does it means about the derivatives values if f is convex ?
i don't see anything from continuity that you can use here
im just gonna have to switch to sequences ig
doesnt seem like i can do anything in the realm of epsilon-delta
@fair crypt 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.
The math test scores of students in a school follow a Gaussian distribution. If the average score is 70 and 15% of students get less than 60, what percentage of students get more than 85? Report the data with a tolerance of 0.1
.
this is a probability question what I don't understand is how chatGPT uses the solution in the photo and where it gets that -1.28. You say you get it from tables but I can only use geogebra for the exam any help?
@calm nebula Has your question been resolved?
!nogpt
Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).
idk what the tolerance of 0.1 has to do with anything, but if we ignore that, then we know that
P(X < 60) = 0.15, not 0.10
chat gpt is very bad at math
I used it because my prof. created an "AI tutor" and recommended us to use it
awful
sorry the tolerance of 0.1 is the proximity of error
like if the result is 0.3 and i write 0.5 is wrong
while if I write 0.4 it is correct
i know but i can't understand how to solve this problem. And that's the only solution that i have 😭
don't waste helpers' time reviewing nonsense
just post your question and your understanding
you gave ai crap that just wastes everyone's time
and my question is how to solve it
so I rephrase the question how do I calculate the standard deviation with geogebra?
You probably cannot. @calm nebula
😭
You would either need a way to computer the inverse normal cdf, which is available from online calculators or WA
The math test scores of students in a school follow a Gaussian distribution. If the average score is 70 and 15% of students get less than 60, what percentage of students get more than 85? i really can't understand how to solve this problem
Or you'd need a computer algebra system that supports the function
Or a table of values
yeah but i can't use them
This is from a class?
yea
Did you receive a table of normal cdf values?
nope
Ok, your professor would have told you how to calculate this, how did he tell you?
"use geogebra?"
I was wrong, it seems to be a built in, but not one you can access with your phone without explicitly typing it in
i'm gonna try it tomorrow. Thank you so much
@calm nebula 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 believe f(x) is differentiable everywhere and has a relative minimum at (0,0), yet f'(0) does not equal 0. Is there something I am missing here?
Given a function f(x) that is differentiable on (a, b) that has a relative minimum at (c,f(c)), I thought that f'(c) must equal 0, but it seems I might've found a contradiction, can someone explain?
wdym f'(0) isnt 0
Green definitely isn't the correct derivative, very high when it should be low
it sounds like you're seeing that f'(x) is nearly vertical at x=0 and getting worried because of it
oh, well, nevermind I guess
yeah soo
maku no sensu
are u sure its not correct
it checks out tbh
Or, that might be the scale tripping me out
It's zoomed in a lot, yes
so strange
What’s the black function
f
yeah i have to agree it looks fine
look at the original
f is not differentiable at 0
f doesn’t meet the assumptions here
it looks smooth enough
Absolute value
so i made that assumption
Very small cusp, perhaps
That’s not a differentiable function at 0
Just the abs value function’s issue
Oh yh right
Given a function f(x) that is differentiable on (a, b) that has a relative minimum at (c,f(c)), must f''(c) exist?
Nope
You never said f has 2 derivatives
sure but I just couldn't imagine a function that wouldn't have f''(c) existing
Yeah take the weisstrass function and integrate it once
You mean f needs to be twice-differentiable?
if u integrate it
is it differentiable
and does it have a relative minimum
The weistrass function is nowhere differentiable so if you integrate it once it is differentiable once
It does have a relative minimum because it is continuous
Given a function f(x) that is differentiable on (a, b) that has a relative minimum at (c,f(c)), must f''(c) exist?
On a bounded interval the function has a bounded image
I did read what yoy said and the function does satisfy your conditions
okay
And it does not have a second derivative anywhere
In mathematics, the Weierstrass function, named after its discoverer, Karl Weierstrass, is an example of a real-valued function that is continuous everywhere but differentiable nowhere. It is also an example of a fractal curve.
The Weierstrass function has historically served the role of a pathological function, being the first published example...
i've seen the function before
but never considered its antiderivative
but that is good to know
thank you
i can tell you know quite a bit of math
what branches are you studying
and where do u go
Well yeah a nowhere differentiable function will be exactly once differentiable if you integrate it
just curious
wait exactly once?
Fwiw I saw this trick in a YouTube video
Well once you differentiate it once it will become the weierstrass function and be nowhere differentiable
Im interested in probability atm but I’m still undergraduate
what college
@ivory ivy 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.
The Archimedean spiral (also known as Archimedes' spiral, the arithmetic spiral) is a spiral named after the 3rd-century BC Greek mathematician Archimedes. The term Archimedean spiral is sometimes used to refer to the more general class of spirals of this type (see below), in contrast to Archimedes' spiral (the specific arithmetic spiral of Arch...
doesnt really answer my question
it has the parametric equations
plug in the parametric equation, plot the point at a number
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.
Alr
just plot (x(t), y(t))
it says v and w are for velocity, so do i ignore those?
yeah i'm confused... can you give me an example for r=100(5theta)
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.
Closed by @surreal crystal
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.
Determine how many 3 of a kind hands contain the card Queen of Spades in a standard deck
@vale hornet Has your question been resolved?
@vale hornet Has your question been resolved?
You are talking about this with the standard 13 * 4 =52 deck and 5 cards hands?
probably
yes
I have to go but I'm thinking something like this
but this is wrong because the two remaining card and the 1 remaining card can't make the hand more than a three of a kind, for instance you could get a 4 of akind if you don't restrict further
the separation of cases looks plausible tough
yeah you'll want to split this into 2 cases
more specifically, one case will be 3 Q (one queen of spades) and 2 (different kind non-Q) cards
other case will be Q of spades, 3 identical kind non-Q cards, and one card that isnt of the same kind as any of the preceding cards
ill do the first case for you: first you choose the queen of spades (one way)
then you choose 2 queens from the remaining 3 (3 choose 2 ways)
then you choose a kind for the remaining 2 cards out of the 12 kinds left since queen is taken (12 choose 2 ways)
then you choose a suit for one of those cards (4 ways)
then you choose a suit for the other card (4 ways)
so case 1 can unfold in 1 * (3 choose 2) * (12 choose 2) * 4 * 4 ways
try to figure out case 2 yourself
@vale hornet 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.
Doing integrals specifically solving by Parts and I need to find the anti derivative of e^(x^2) I have no idea have to find the anti derivative of this. I’m thinking it might be possible to use substitution before solving by parts. The question asks find the integral of x^3 times e^(x^2) dx
Ok so I was able to solve it using substitution first. But I still don’t understand how I would find the anti derivative of e^(x^2)
you can't, that integral is non elementary
if they wanted you to do IBP first, you can do xe^(x^2) as one of them
Sorry I don’t know what that means
Does it mean that the anti derivative includes imaginary numbers
I think I can help
Ok
Yeah I did that already. I solved it easily like that lol
it means that the antiderivative isn't a combination of normal function
I’m just curious about the anti derivative stuff now
Then?
Oooh. I see
But thank you anyway=)
And thank you Sepdron
it explains it more precisely here
https://en.m.wikipedia.org/wiki/Elementary_function
In mathematics, an elementary function is a function of a single variable (typically real or complex) that is defined as taking sums, products, roots and compositions of finitely many polynomial, rational, trigonometric, hyperbolic, and exponential functions, and their inverses (e.g., arcsin, log, or x1/n).
All elementary functions are continuou...
.close
Closed by @rigid dirge
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 calculate this for me and explain what im doing wrong please, I keep getting the wrong answer 
Show your work, and if possible, explain where you are stuck.
@alpine sable 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.
@ionic rampart what have you tried so far?
lemme send a photo
Kk
What does A.P. mean?
Okay, so that should mean that b = a + d for some constant d
And c = a + 2d
Right?
hmmm
i'm not sure if i'd do it that way
we need to find the common differences for a, c and b
so
since c is the hypotenuse c=x+d
because we need to find x also
Why have we jumped to theta
were trying to find the sines
What is theta?
did you not read the question
the sines are theta
I thought theta would represent an angle
yeah we're trying to find the sine angles
so we can represent them by theta
that's what i'm trying to say here
c
Ok, very good
C is the 90 degree angle
yeah
If you want to use sin or cos, you can't use the 90 degree angle
So you must choose either A or B
(note the capitalisation please)
Middle side?
nvm you can close this
chat
I think i'm getting it
the variable x is the middle side
the side in between the smallest and largest sides
it's not the hypotenuse
it's in between the smallest side and the hypotenuse
thats what x ius
alright you can close the channel
ggs
here's the answer from the texbook
i basically gave up
also
can you close the channel
!done
If you are done with this channel, please mark your problem as solved by typing .close
@ionic rampart 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.
not trying to cheat, just having trouble interpreting what this question even means. I think it's asking to find the fourier coefficients for x(t), do, something to them with the frequency response, and rewrite the coefficients?
I would provide working but i can't even really figure out how to start
H = Y/X
since its lti
transform x,y,
mulitply HX,
simplify,
rewrite X side with e^{j2\pi f_0 kt}
then you have them written in terms of each other
dont forget to transform F(x)=X, F(y)=Y
@undone herald Has your question been resolved?
like it's the division of the two functions?
yes
its the advantage of frequency transforms
they always have transfer functions in certain cases
okay, i'll look into that further, thanks
Closed by @undone herald
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 do c
I think you just need to find the derivative of both.
@hybrid ravine Has your question been resolved?
i dont get what finding the derivative has to do with max distance
optimization
set up a function that is the distance between Henry and Thomas, then find the maximum of this function
(calculus!)
OH
Have you learned about optimization?
Ok got it thanks
Yea i was overcomplicating
.close
Closed by @hybrid ravine
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• 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.
wait put z=0 in the plane equation?
yes, the one you found in (iii)
that is the equation of line l
well you are looking for a whole line not a point
now you can pretend you are working in the xy plane (bc you are)
and look at this line and maybe sketch it
find its intercepts with both axes
i understand it becomes a line but dont we only have two sides for the triangle?
oh wait
its x and y axis
yes
but x and y are unkwones?
unknown
we find intersection of line and axis??
cuz then i get 2/3 for x
and since the its on the axis the base will be 2/3 and the height is -1/2????
yes!
THANMK YOU SM.
thanks you @exotic canopy and @vale wigeon , awesome help
.close
Closed by @wet magnet
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.
Does there exist a non commutative ring with identity such that its only ring automorphism is the identity map?
(in case an example is overly hard to construct, and in case it is possible, a proof the latter hypothesis does not imply commutativity would also suffice, thanks in advance)
@strange schooner 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.
when finding average distance of polar curve why do i have to do 1/bounds1 -bounds2 int r(theta) dtheta but not 1/bounds1-bounds2 * arc length formula?
r is literally the distance, how come arc length
its like length of segment vs distance taken by shooting certain theta right?
wdym by the latter
like your reflecting the angle to the surface
average distance? 
!xy
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.
im asking about a general method and why the other doesnt work
$\frac{1}{\theta_2 - \theta_1} \int_{\theta_1}^{\theta_2} r(\theta), d\theta \ne \frac{1}{\theta_2 - \theta_1} \int_{\theta_1}^{\theta_2} \sqrt{1 + (r'(\theta))^2}, d\theta$
soo
why doesnt the two result in same?
The second equation doesn’t seem right
its for cartesian coords but is being applied in polar
so that formula wouldnt work
@carmine topaz
Closed by @carmine topaz
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, what am I suppose to do around (0,0)?
Is it like one variable calculus, or is there something else?
around 0, value is 0?
You should have a limit definition for the partial derivative. You can use that at (0,0).
ye
I mean the derivetive at (0,0) would be 0
Why do you say that?
like do $f_x(0, 0) = 0$, $f_y(0, 0) = 0$ and If not say that it's not differentiable at (0,0)?
the value is 0 at (0,0)
so wouldnt it's derivative be also 0?
Shachar
The value of the function being 0 doesn't mean the derivative has to be 0.
You could think of a single variable counter example
This site has the limit definition. Try applying that. https://math.libretexts.org/Bookshelves/Calculus/Calculus_3e_(Apex)/12%3A_Functions_of_Several_Variables/12.03%3A_Partial_Derivatives
so like $\frac{f(x_0,y)-f(x_0, y_0)}{y-y_0}$ as y approach y0 and do two sides limits to check?
Shachar
That looks right for f_y. Then the other way for f_x.
np
Closed by @eager blaze
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 understanding the definition of an ARCH(m) model
@daring flame Has your question been resolved?
@daring flame Has your question been resolved?
What's that?
My guess is that it's an autoregressive conditional heteroskedasticity
In econometrics, the autoregressive conditional heteroskedasticity (ARCH) model is a statistical model for time series data that describes the variance of the current error term or innovation as a function of the actual sizes of the previous time periods' error terms; often the variance is related to the squares of the previous innovations. The ...
And now I hate myself for knowing that "heteroskedasticity" is an actual "econometrics" word, and not slang from my own generation
Oh wow it's totally beyond me good luck guys🫡
Not that I know what any of this is
That's sad
@daring flame 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.
Ok chat I'm gonna need this answered quick cause I'm in a shootout with the cops, if one bag of meth equals $273,000, how many bags of meth do I need to cook at minimum to make 10 million?
Worth mentioning I currently have 10 bags and I'm playing a game I'm not actually in a shootout with the cops
10,000,000 / 273,000 rounded up to the nearest whole number
true
Before anyone asks the game I'm playing is Payday 2
Anyways that's it cheers
.close
Closed by @bronze scarab
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’ve been tuck on this question for oh so long… HOW DO I GET 72 ?!?? first one is my teacher, second one is me, help please !!
do you know the angle of a straight line?
so the angles must add up to 180' since they lie on the straight line
=2x
Closed by @neat spire
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 determine if the sum of the series from n=2 to infinity of the equation 1/n * ln(n) converges
$\sum_{n = 2}^{\infty} \frac{\ln n}{n}$ or $\sum_{n = 2}^{\infty} \frac{1}{n \ln n}$
knief
the second one
what have you tried sir
so basically the answer key is saying that it converges and the cornballs in my class are saying that too
But I tried doing an integral test and it seems to me that it still diverges
$\int_2^{\infty} \frac{1}{x \ln x} \dd{x}$
knief
how did you proceed
I did u sub with u= ln(n) and du=1/n
so then its the integral of 1/u switched the bounds to ln2 and infinity still
then my antiderivative was
ln | u |
plug in for u
killing it
ln | ln (n) |
go on
