#help-39
1 messages · Page 121 of 1
any linear function is bijective
(except from the constant function ofc)
for example f(x) = x + 1 is bijective
f(x) = 2x is bijective etc.
but how do you know that?
f(x) = 2x is not bijective on Z
the inverse of x+1 exists and is x-1
every integer is sent to another unique integer
heres what my confusion with that is. Cant you prove bijection if the cardinality of domain and codomain is the same?
that proves that a bijection exists (that's the definition of cardinality), but it doesn't help you construct one
does the above clear up your doubts?
as said, having an example problem would be very helpful
sorta?how does it prove bijection
by "it" you mean two sets having the same cardinality?
no, im assuming the above you meant proving the function and the inverse exists
oh, well
there's this thing
https://en.wikipedia.org/wiki/Schröder–Bernstein_theorem
In set theory, the Schröder–Bernstein theorem states that, if there exist injective functions f : A → B and g : B → A between the sets A and B, then there exists a bijective function h : A → B.
In terms of the cardinality of the two sets, this classically implies that if |A| ≤ |B| and |B| ≤ |A|, then |A| = |B|; that is, A and B are equipotent.
...
but also non-bijective functions don't have proper inverses
think about it: suppose f is NOT injective, that is, there are distinct a and b s.t. f(a)=f(b)
let f(a)=f(b)=k, so what is f^-1(k) equal to? a or b? the inverse is not well defined
similar argument goes for (non) surjective functions
oh, cause if the codomain is a constant there is no possible way to find the inverse
precisely
ah
think of a bijection as uniquely "renaming" each element
thats also why its important to have the same cardinality for domain and codomain
and why every element in the domain should be tied to a unique value in the codomain
that makes sense
https://math.stackexchange.com/a/1215724/1153468 nice answer formally proving this'
yep
how do you know if a function has an inverse?
prove its surjective and injective first
im assuming
but then how would you prove that?
for an infinite set
again, it would be easier if you had an example
if it's bijective it has an inverse
how about something like f(x) = x^2
is it injective?
yes
you sure?
it should have the same domain and codomain
injectivity can be tested with a horizontal line test
so the codomain is smaller
if the domain and codomain are the same cardinality then there exists SOME function that is bijective
true, i know we set both
however this is not really constructive
or it might be the range, i confuse the two
it's just some function has to exist
codomain in this case
gotcha
but it does make sense why its not injective
elements in domain dont have unique values in the codomain
or something like that
yes
i feel im messing up the thinking
so it also wouldnt be surjective depending on what you set the codomain to be
you really gotta get well familiar with the terms and i know it takes a while cuz i still sometimes mess them up
like it wouldnt be if the codomain is all integers
why? there is no k s.t. f(k)=-1
right
I believe the largest codomain you can have for it to be surjective is natural numbers
yes, mb, i was thinking of discrete values
yeah okay
it's a very broad question. usually there are some maps that just make sense why they would be bijective. idk. i've stared at desmos for too long and it just clicked lol
true, its pretty easy for finite sets cause you can just create the sets that meet the certain criteria
its just hard thinking of infinite sets
cause you cant create an infinite set
what makes finite sets easier for you?
you can set the cardinality
suppose you need to find a bijection between {1,2,3,4,5} and {1,2,3,4,5}, how would you do it?
(that isn't the identity function)
well it would have to be surjective so every element in the codomain is used, and every element in the domain has a unique element in the codomain.
Off the top of my head f: {(1,2), (2,3), (3,4),(4,5),(5,1)}
great!
this function can be described by a simple rule f(x) = x+1 and wrap around if x=5
drop the "wrap around" part and you have f(x) = x+1, a bijection on Z
oh
i didnt even think about that
ya, that would make sense if it was an infinite set starting at the value 1
o anything actually
this is your finite bijection visualized
(at least, that's how i personally imagine it)
extending that function to the entirety of Z makes it look like this
two uneding infinite strips - but all connections are very much unique and nothing is left out
thats exactly how i visualized both
awesome, then the intuition for infinities and stuff will come to you very soon
sweet, so just to make sure, iforgot who mentioned, all linear functions are bijective?
wait nvm
not on Z
x^2 is not linear either
thats right
by linear i meant mx+b and stuff
any more doubts left?
no, this has defintely helped. Nowi just need to practice
thank you for the help
.close
Closed by @hazy radish
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 there, I'm learning about infinite sequences and series in Calculus II. I'm trying to solve a problem where I must test an alternating series to see if it converges. To do so, I'm using the alternating series test, where I need to perform two checks:
- Check that (b_{n+1} \leq b_n ) for all (n)
- Check that ( \lim_{n\to\infty} b_n = 0 )
I'm a little stuck on step 1, where I must ensure that each subsequent term in my series is smaller than the previous one. My series looks like this:
[
\Sigma_{n = 1}^{\infty} \frac{2n(-1)^n}{n+4}
]
Thus, my (b_n+1) and (b_n) are:
[
b_{n+1} = \frac{2(n+1)}{(n+1)+4} = \frac{2n + 2}{n+5}
]
[
b_{n} = \frac{2n}{n+4}
]
Now, it isn't obvious at first sight which of these are larger than the other. I've thought of reducing (b_{n+1}) to the following form:
[
b_{n+1} = \frac{2n + 2}{n+5} = \frac{2n}{n+5} + \frac{2}{n+5}
]
And now it's clear that the first term in the sum is smaller than (b_n) for all n, and it's also clear that the second term in the sum is smaller than (b_n), but I'm not sure how to prove that their sum is smaller than (b_n) for all n.
Can anyone give this a look? Thank you!
de Beauvoir
Try and do the limit first. It's easier and will save you some trouble
Alright, I'll do the limit.
For my own reference though, is there a way to check which sequence is larger?
It seems to me that if we use the decomposed version of (b_{n+1}), as (n\to\infty), the second term will approach zero. So for very large values of (n), we should only have to compare (\frac{2n}{n+4}) with (\frac{2n}{n+5})
de Beauvoir
And now it looks like b_n+1 is smaller, since it has a larger denominator.
In some instances, unless it's really clear which is bigger, it can be insightful to compute $b_{n+1} - b_{n}$ and see its sign.
Azyrashacorki
But yeah I think in general, taking the limit of the term is the easiest step and fairly quick, so if it doesn't go to 0, you can immediately stop.
It's also clear that my intuition is wrong, since if we graph out the two terms, it is clear that b_n+1 is larger
(Here the blue graph is b_n, and the green and purple graphs are the first ratio and the second ratio in the sum that makes up b_n+1. Their sum, while not graphed, is clearly larger)
Anyways. I thank you for your help
You're right that the most straightforward approach to these types of problems is to just test the limit of b_n first, before doing all this weird mumble jumbo..
I'll proceed with that approach and also remember to compute b_n - b_n+1 as per your suggestion.
Yeah, that helps in most cases, and it's easier to check for the sign than to guess which is bigger.
Oh, and on the topic of checking the sign
ChatGPT offers another approach, where we check the inequality through algebraic operations across the inequality
Is this approach also valid?
That works, but it's more or less equivalent in steps to taking b_{n+1} - b_{n}, using common denominators and investigating the sign.
So yeah it's fine
Alright, gotcha.
Thank you very much for your kind and gentle help tonight, @summer imp
I am very grateful for your consideration.
Just used your method and took the difference between b_n and b_n+1. Got a fraction that reads -8 / (n+4)(n+5)
This means b_n+1 is indeed larger than b_n
It checks out! 🌈
,close
.close
Closed by @floral cedar
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.
they never mentioned rationalizing a denominator so what would be more simplified?
wdym more simplifed
"most simplified" is personal preference
Sometimes it's obvious which the preference should be. In this case, I think they're pretty similar
i would just rationalize since most teachers want rationlized answers
in trig they always rationalize, when it comes to sin, cos and tan of 30 45 and 60
I personally like the first one, because reciprocals are cute! 😍
generally this is better
unless the question says not to
@jovial hare Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone explain why arg(z)=arg[z-(1+i)] on the argand diagram looks like this?
think about what arg(z) means and what you are plotting?
you are plotting each point on the complex plane for which that given equation holds
arg() can be interpreted as describing the "direction" of the arrow from the origin to the complex number in question
for which complex numbers does subtracting 1 and then subtracting i not change that direction?
correct
ah k
now try picking a point not on the diagonal where Re(z)=Im(z)
and then try picking a point that is on the diagonal, but specifically in the gap left there
yeah i see it now
thanks
do u think u are able to explain questions that involve arg[(z-z1/(z-z2)] = theta?
what's z1, z2?
like 2 random points
consider what z-z1 or z-z2 are
then what you get by dividing them
and at that point the argument is again the "direction" of that, which is supposed to be some constant theta
hmm i dont really get it, it forms some arc
try interpreting it step-by-step, from the inside out
well these 2 are lines from z1 to z and z2 to z
okay next step
so in more imprecise language, this plots all complex numbers z, s.t. the line from z1 to z and the line from z2 to z stand at a certain angle to on another
right, i sort of see how that would form an arc, but i dont at the same time
thale's theorem is a specific case of this
I think this is just the inscribed angle theorem expressed in complex coordinates instead of 2D Euclidean space?
never heard of this
In geometry, Thales's theorem states that if A, B, and C are distinct points on a circle where the line AC is a diameter, the angle ∠ ABC is a right angle. Thales's theorem is a special case of the inscribed angle theorem and is mentioned and proved as part of the 31st proposition in the third book of Euclid's Elements. It is generally attribute...
In this example, A and C are your z1, z2
this would be the case where theta=90°
then all points z (B in this graphic) satisfying your equation lie on an "arc" (perfect semicircle in the case of 90° )
right
the inscribed angle theorem is a more general case and basically states that no matter what secant you draw, the angle formed at B remains constant (though not necessarily 90°, unless you pick exactly the diameter)
hmm ok
so you'll always get a "partial circle" of sorts when plotting this
if theta<90 then we'd get something like this right?
pretend that this is a fantasticc circle
why dont we see a mirror image of this on the bottom?
because we're dealing with oriented angles that care about direction
ie arg(z-z1) - arg(z-z2) is not equal to arg(z-z2)-arg(z-z1)
you'd get the lower side by either subtracting or adding pi radians (180°) or multiplying with -1
so if we had arg(z-z2)-arg(z-z1) this would be flipped?
I would expect so, yes
Closed by @sly dagger
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 we use change of base to get the rhs in the circled equation
inside is log(log(x))
base is a^2
u could let "log_a^2 log_a^2(x)" for "u" for a bit so u have
log_a^2 (u) , and then change the bases
[ not needed but helps understand]
log_a(inside)/log_a(base) is what you get
where did u come from
huh?
its a substitution
how did u get this
imagine replacing the inside of the first log_a^2 with a box
no
substitution is the mathematical term
basically you stuff it inside a box to deal with later
what is being substitued by "u"
i made it more confusing for him 
yes
okay
just treat the box like any variable
does that help alot?
can you see how to change the base for log_a^2(□)?
yes, this helps
how can you change log_a^2(□) to something base a?
change of base?
yes
@warm roost Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If we have a strong choquet space does it mean that it has no points which are isolated ?
or i havent understand it correctly ?
@inner timber Has your question been resolved?
@inner timber Has your question been resolved?
@inner timber Has your question been resolved?
<@&286206848099549185>
@inner timber 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.
guys question
for this would u use the straight line or the line in which u r looking at the tree
cause sometimes u use the ground
sometimes the line above its weird
none of them, you are supposed to find this length. And they have given the height of the tree and an angle, so I would use those (height and angle) to find the searched length.
ye
that's what i meant
where would i use x to label
like the ground or the sight
but yeah u answered it ty
@midnight haven Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi guys
hello
please post your problem
I'm dealing here with telescopic series
11/6 is the answer
In my lecture books i have this theory
the telescopic series converges to b sub 1 - the limit of the b sub n term
For telescoping series questions it's often very helpful to just write out the expanded form
If the summand was $\frac{1}{n} - \frac{1}{n-1}$ you would be right
sed
yeah i see most people expand the series
looks like my theory doesn't work for all the telescopic series
Yea it also avoids silly shifting errors
i have to found the first and last term in the expanded form right?
I'd expand it and see what I get
i expand it and i got 11/6
That's your answer well done!
quite tedious having to expand the series 
i'll investigate why this formula doesn't work sometimes
thanks
.close
Closed by @molten quartz
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 factor x^2+2x-12?
Do i use the -b +- root b^2-4ab/2*a?
Have you factored before? There are a lot of methods
Damn
I only know the usual for example since idk what this factorization is called x^2-3x+2 = (x-2) (x-1)
Ok so i will show you a mew way
You can use this whenever u want
It is called complete the square
U know this?
@still pebble
Nope
(X+1)^2
Perfect
Now the second thing i have to know is
Do you know what is difference of squares equal to?
For example x^2 - 2^2?
No
Oh thats what you meant by difference, the pos neg?
Aight
Yes
But we dont have + 1
Lets write it
x^2 + 2x + 1 -12
Now
You can see this is not equal right?
Yes
But what about this x^2 + 2x + 1 -12 -1
Is it equal now?
We added 1 but subtracted 1 too
So it is like adding 0
Yeah
Okay yeah
Yeah
Ok so we have
(x+1)^2 - (sqrt(13))^2
Lets make this clearer for you
Let’s call x+1 = a
And sqrt(13) = b
So we have a^2 - b^2
Do u follow me?
Yes
Factor this
(A+b) (a-b)
We know what is a and b
(X+1 + sqrt(13)) (x+1 - sqrt(13))
Finished
This is the most satisfying method for me
You can factor with this method even really hard problems
But this is only for quadratic
That is why it is called complete the square
Closed by @still pebble
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.
so for the last 3 i got:
H. 3/5
I. 1
J. and 1/7
but it says they are wrong so idk what to do
nvm i got it, turns out i just needed to use ":"
.close
Closed by @minor eagle
Use .reopen if this was a mistake.
.reopen
✅
ok so, I did this problem multiple times and i get 3/10 and 3:10
but the website says its wrong
i dont understand what im doing wrong
doesn't the ace count?
and 12:40
ok lemme see
ok 4/13 is correct
joked and put 4:10 in B but thats wrong
if the probability is 4/13, how would the odds be 4:10?
the odds would be 4:10 if the probability was 4/14
read the first word of the sentence
oh i thought you were asking why that was wrong
somethings wrong here
B is very tricky
ok lemme try this
I got 4:9
does that seem correct to you
.close
Closed by @minor eagle
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 negative 45 on the unit circle equivalent to 7pi/4 ?
do you mean -45 degrees?
Yes
yes, they are equivalent.
Ok
If that answers your question, please type .close to allow other people to use the help channels.
.close
Closed by @north oriole
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’m confused how the integral of 0.1e^-0.002x dx is -50 e^-0.002x
The e stays the same
the integral of u' e^u is just e^u
u need the derivative out the front
yes
How does the 0.1 go to -50…?
0.1/-0.002 i assume
1/-0.002 maybe
Um
Ah I see
You just distributed it back into the integral
👍
.close
Closed by @rich token
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How can I determine the type of conic section represented by an equation in general form?
general form is something like ax² + by²+...?
wait what
ook firstly i dont fully understand the question
my context messages didnt send
for conic sections stuff like
if its equal to zero its a parabola
mhm
complete the square seperately for x and y
could i just look at = 0?
?
and determine that way
i dont get how you look at = 0 and determine it
im confusing myself too i cant find the thing im talking about
one sec
If A and C are non zero and equal, and both have the same sign, then it will be a circle.
If A and C are non zero and unequal, and have the same sign, then it will be an ellipse.
If A or C is zero, then it will be a parabola.
just complete the square
so to do this i just.. complete the square?
thats it?
you'd complete the square and then match it to either an ellipse, a parabola, or a hyperbola
(in the case of a parabola you won't be able to complete the square twice)
Closed by @visual canyon
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 do the small symbols to the right and down mean?
https://wikimedia.org/api/rest_v1/media/math/render/svg/c3ba9a37e86e54a62beb226f2949a840deff8765
evaluated at
so like the first one would be the derivative of z wrt x evaluated at x
The derivative formula is the same everywhere, what does it matter which point we evaluate at?
dz/dx gives us a function that describes the instantaneous rate of change at a given point
that rate doesnt necessarily have to be the same everywhere
lets f(x)=2x, f'(x)=2
the rate of change is the same everywhere
but if we take f(x)=x^2, f'(x)=2x
itll give us a different number depending on what x is
I know the definition of derivative through limits and have worked with derivatives before. I just thought that we would get the derivative formula instead of instantaneous rate of change at a specific point. Does "evaluated at x" mean that x is the horizontal axis when we have "dx" in the divisor?
okay so the derivative formula is $\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$
y0shi
Yes
its really telling us what the rate of change is between two points as they get infinitely close
but this rate of change is not guaranteed to be the same everywhere
Right
thats why when it says evaluated at x, it means that we are finding what the instantaneous rate of change is at the specific point when x=x
we just use the variable x to describe all the possible values we can plug in there
x could be 4 and itll mean evaluating the derivative at 4
Okay, thanks
yw!
.close
Closed by @barren root
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If the solution to a linear system of equations is x=6 and y= 2 and you graphed the two equations, where would the two lines intersect? How do you know?
I'm not sure where to start here
the solution to a linear system is their point of intersection
the lines would intersect at point (6,2)?
correct
Closed by @visual canyon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I get the lower bound here?
The solution is $x\in(-1,4]$
Luca M
You have to do some casework
If x+1 >=0, then yes, you get x<= 4.
But if x+1 <= 0, the inequality flips, you'll get some other bound
you can't cross multiply inequalities
ah i see
you have to multiply both sides by the square of the bottom and then solve the quadratic
@restive briar Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can anyone helpo me with this?
@dapper raft Has your question been resolved?
May this hopefully help you (one way is finding unshaded BCX and unshaded in ABXD separately and then summing them up).
Closed by @dapper raft
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 find the domain of y=√ tanx and y= x/cosx
$$y = \sqrt{\tan(x)}$$
Alberto Z.
This?
yes
Alright, which between tan and sqrt have problems (i.e. require specific conditions on the input)? Tan, sqrt or both?
wot
Ok, let's see it this way. What values of "stuff" are in the domain of $\sqrt{\text{stuff}}$?
Alberto Z.
Yeah I understood it 😅
I don't understand why you don't understand my question. Maybe it's a language barrier? Because I'm not English so perhaps I used strange words?
yeah i dont understand what you are asking
What's the domain of √x ?
anything bigger than 0?
And now can you answer to this?
Perfect
You mean you don't know how to solve tan(x) ≥ 0?
yeah i havent done math in a while 😅
Have you ever seen trigonometric equations?
Like sin(x) = 1/2
Go and revise that, it would take too long for me to explain to you how to solve that
Do you know that tan(x) = sinx/cosx?
yes
Nice
do i must use unit circle
There are several ways, I don't know what you're used to
Nope
What's tan(π/2)?
And what's tan(2π/3)?
And also tan(π) is 0, so it must be accepted, not rejected
@fluid relic Has your question been resolved?
wth
oh yeah
its the pi/2 place
where its undefined
ohhh
oHH
but how do you
notate it
Closed due to timeout
Use .reopen if this was a mistake.
.reopen
✅
reopen for what?
^
DO NOT REPEATEDLY POST YOUR QUESTION IN OCCUPIED CHANNELS
i didnt finish my question
.
Your LaTeX Helper
(does not exist)
@fluid relic Has your question been resolved?
If that answers your question, please type .close to allow other people to use the help channels.
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi, how can i write sin3xcos5x as a sum of trigonometric functions?
sin2a = 2sinacosa
Split up sin3xcos5x into sin3xcos3x and cos2x and then you can apply that identity
i thought of doing that but is cos 3x * cos2x = cos5x?
also in this one how can i apply sin2a = 2sinacosa?
doesnt make sense
we got sin3x
By splitting it into those terms, I meant addition of those terms
Wait nvm
I made a stupid mistake
there is a trig product to sum formula but i could never remember it
💀
Do you remember the identity of sin3x and cos 5x
Both of those are some long polynomials of sinx and cosx respectively
Then you would have to multiply them
It would be very tedious
no
But you'll get an answer
so im just gonna multiply them?
when you mean "sum of trigonometric formulas", do you want of the form some sum asin(x)cos(x)?
Sin3x = sin(x + 2x)
This will give you sin 3x
Similarly you can get cos5x using 2x and 3x
or would this suffice?
tbh idk this is the part im confused
like its what the question says
!original
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.
refer to the highlighted parts
i did give u the original problem though
Do you have the answer
i need to check wait
how did u get that?
Because the wording is not clear
theyre rare trig identities
confirmed, use product to sum
am i gonna use the same for the next question as well
12
i highlighted it as well
.
You would need sum or differece to product identities for that one
use this one
alright thank y'all so much
the wording is so weird that ik how to solve these tbh but i get confused
it could've said solve sin3xcos5x ....
anyways solved both of them correctly, have a great day y'all
.close
Closed by @mental verge
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.
@patent badger Has your question been resolved?
<@&286206848099549185>
i mean cos(x+pi)=-cosx if you want to simplify, but it looks right
the criteria says must have correct period, amplitude, phase and centre all correct
is it correct?
they produce the same thing, yours is fine unless its some online grading system that might screw you over
short ans: yeah, you good
they mark it irl
the graph i sent you is good including formula?
ye
thank u bro
@patent badger Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hello, i wanted to ask if there are good free resources on the internett about arithmetic and logic? i want to research the foundation of proofwriting, logic and arithmetic.
@exotic ledge 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.
Angle α is drawn on the unit circle in standard position. The terminal side of angle α intersects the unit circle at point (-0.292, 0.956). What is the approximate decimal value of tan(α)? how do i do this?
Tan(x) = sin(x)/cos(x)
Where cos is the x and sin is the y
So sin(0.956) / cos(-0.292)
wait hold oon
terminal side of an angle
intersects a circle at a specific point
cos iz x sin is y
why?
@visual canyon Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how did 1/2 become 1/4?
what now?
is it just square both sides
that would work, sure
Closed by @woven kindle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
what did I do wrong in this proof?
when you divide by a negative number, you need to swap the direction of the inequality
thanks
as I get older I realize I miss trivial stuff 😭
If you don't have any other criticisms in the proof, I'll close the channel
Are you trying to prove the top or Cauchy Schwarz?
the top
I once proved cauchy shwarz couple weeks ago
In that case the logic needs to flow the other way too
my friend was proud of me
unless those are $\iff$ on the left
Edward II
Edward II
I don't understand what you're trying to say
I wanted to prove the top inequality true
And after shuffling a bit, I arrived at Cauchy Schwartz
Which I know is true
therefore, the top must be true
did you use $\implies$ or $\iff$ arrows
isn't that a good enough logic
Edward II
in that case you're not actually saying that the logic can flow the other way
you're saying if the top is true, then the next line is true, etc, and then Cauchy Schwarz is true
not the other way
like I get what you mean obviously
I'm just pointing out that technically, reading exactly what you've written, you've gone the other way in what you're trying to prove
I mean, tbh, I never used iff arrows. Even the implies arrow I learnt that from my dad when doing algebra he said to use those to show direction of steps. This isn't a formal proof course. It's a calculus course. The examples use '=' though. is that fine?
but thanks for advice
I'll use iff arrows
It's kinda an old book I should point out
But I'll use modern conventions if it's more accurate
it is, because although here it didn't matter you're not always going to do operations that go both ways
.close
Closed by @upbeat spoke
Use .reopen if this was a mistake.
.reopen
✅
wait, so you mean when proving, I should start with something true then get to the thing I'm trying to prove, right?
yes
🫡
I see
again, the shuffling you did wouldn't have allowed you to change the truth as you go
alr
-2 = 2 does indeed imply 4 = 4 by squaring both sides for example
the other way is very much not the case
(in your case you could square without issues to get to line 2 because both sides were positive)
Closed by @upbeat spoke
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi I need some help finding the asymptotic equivalent function for
$$\frac{ln(x)cos(x-1)}{\sqrt{(sinh(x-1)}}$$
Mephisto
as x approaches 1
from the positive side
I got sinh(x-1) ~ x-1
and cos(x-1) ~ 1
but I have no clue what to do with ln(x)
You could try a taylor expansion centered at x=1
I think it's x-1?
my letting ln(x) = ln(x-(x-1))
we can expand around 0 if I'm not mistaken
and the first therm is x-1
so we get (x-1)/sqrt(x-1)
when approaching 1 from the positive side, we should get infinity right?
The taylor polynomial is in (x-1) when you expand around x=1
Not from the expression you got
It is approaching 0
ohh right, because our number will become less then one at some point
meaning the root is actually larger
This is just sqrt(x-1)
You're welcome!
@chilly slate Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi, I got another question, I have to find a value for a > 0 so that this integral converges
$$\int_1^{\infty}\frac{ln(x)}{x+a} dx$$
Mephisto
I'm not sure what to do at infinity?
I get the idea behind this, I just have to find a value for a such that both limits of ln(x) and x+a are equal to each other or a constant multiple
Are you sure there's an a such that this integral converges?
well... I'm not sure
this integral can converge for a < 0 for example
in case there wouldnt be an a > 0, it would diverge
for a<0 one can apply the comparison test, and since ln(x)/x < ln(x)/(x+a), it diverges
since int (ln(x)/x) diverges*
right
wouldn't this mean that you can't use the comparison test?
sorry give me a second i need to write this out
alright
no, for a<0 ln(x)/x < ln(x)/x+a (at least for x>a, for x<a we can split the integral and do the comparison test for the part that is x>a, since the part that x<a is finite)
ah okay
I think (but am not sure) for a>0 it diverges too, im thinking about this part now
so considering we're at infinity
we can disregard the a
no matter what it is
so we end up with ln(x)/x like u said
which converges to 0 is I'm not mistaken
this one diverges
compare it with 1/x
1/x converges to 0 at infinity
the integral of 1/x diverges
ahh like that okay
this is essentially why i feel it should diverge too
alright I think I get it
anyways, i googled it and you can compute the integral of ln(x)/(x+a) by integration by parts
so after finding the antiderivative you can just check the limit and check if it goes to infinity.
Free math problem solver answers your calculus homework questions with step-by-step explanations.
alright thank you
so to summarise it
ln(x)/x+a ~ ln(x)/x , because ln(x) is big o of x ln(x)/x becomes 1/x of which we take the integral, so ln(x), and ln(x) at infnity diverges
more or less, but i'd still compute the integral to make sure.
Closed by @chilly slate
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 there a way to solve this analytically?
you're solving for a?
Yes
i don't believe so, if there wasn't an a being multiplied out front then you could turn this into a quadratic
x=25 is a given
but with the a out front it's a bit harder
This was part of a Calc 2 problem for finding height of some wire post
At the end we all used some sort of graphing software to approximate the answer
But my compulsive self needed an exact solution 🤣
You need the W lambert function
If it’s not possible, why is it so? Can we prove it? <@&286206848099549185>
I see. Thanks for the info. I’ll check that out and see if I can come up with something
Where do you encounter that function?
$x=W(a)$ is defined as the solution to $a=xe^x$
SWR
Closed by @lofty stone
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.
ive currently figured out that mod 7 work
but how do u know which type of mod work in a systematic approach
<@&286206848099549185>
<@&286206848099549185>
<@&286206848099549185>
Please don't spam the Helpers ping
sorry but can someone pls help
@balmy pilot Has your question been resolved?
@balmy pilot Has your question been resolved?
@balmy pilot 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.
sorry r wrong thing
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.
Hi, I have to write a situation/problem (kind of a real world situation but it doesn't have to be very realistic) where we apply the mean value theorem, rolle's theorem and find a maximum or minimum of a function value using derivatives . Can anyone give me some ideas?
I was thinking of someone opening a business (selling and delivering ice cream in a car), and they need to use the least amount of material they can to reduce costs (that would involve finding a minimum value). One day, when driving they exceed the limit speed and have to pay to a police officer (the mean value theorem comes into place here to explain how they knew the person exceeded the speed limit). Only the rolle's theorem would be missing.
@brittle harbor 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.
do you know the formula for volume of a cylinder?
Closed by @oblique coyote
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.
Calculus - What is the opposite of a real root.. I was doing the equation of
Though I couldnt figure out the opposite of a real root as Ive been doing this on my own to teach myself
But Online there is no simple solution/answer to “opposite of a real root”
the question is cut off
Ive solved the question already but in simple terms I was needing to know what the opposite of a real root is
there is no such thing as the "opposite of a real root"
you made these words up, they are not standard notation
thats why I need the question so that I know what youre talking about
please post the full question with no cut-off
where is the terminology "real root" even coming in the original question?
unless you're trying to talk about complex roots?
Im confusing myself
My friend was also mentioning non real roots so thats why I was curious about it because Ive never needed to calculate a “non real” root
this was the full question it was just a snippet I found and decided to try and do
okay then yeah your friend's referring to a thing called a complex root
if you haven't learned it in school yet then it's probably not worth worrying about, but sometimes an equation that doesn't have a solution in the real numbers has a solution in the complex numbers
like x^2 = -1
has no real solutions but has two complex solutions
Im in my second year of uni though I didn’t take Spec maths in my senior year so I didn’t learn it - though, im trying to learn it now for the “fun” of it.
if u really want to involve complex numbers, according to the given statement x = 1 is a root but u can say i^4n for n belongs to N is the root
actually n can be any integer
not natural
only
do you know what complex numbers are
look up youtube videos about complex numbers and complex zeroes of polynomials
a+bi like imaginary numbers right
^
bi would be imaginary numbers
i really only started learning last month so im still getting the hang of it all
adding the a+ makes it a complex number
thank you sm 🙏
@minor quest Has your question been resolved?
Closed by @minor quest
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.
Which method is more accurate for solving definite integrals
The normal conventional method (yk what I mean)
Or the Newton Raphson method
Or the bisection method
Or the trapezoidal or Simpson rule
Which answer is more accurate, the conventional one or the numerical methods one
numerical methods are often approximations
is conventional using riemann sums? the antiderivative?
Yes
Yea
Like you normally do
Definite integrals
the conventional method gives the definite result, like tending the numerical methods to trapezoids of infinitessimal length
for example
well if you can find the antiderivative and solve it conventionally, you have 100% accuracy
And numerical methods are just approximations?
yeah
there will always be a degree of error if youre using finite terms in them
I was told that normal methods don't apply to this integral
Thats why numerical methods are used
your original question very much depends on what the integral is that you're talking about. if it's a function with an easy antiderivative like sinx or x^2 then yeah obviously the conventional approach will have 100% accuracy 100% of the time. if it's something like e^(x^2) which doesn't have an elementary antiderivative then yeah it's gonna be numerically approximated
What does the erfi mean
