#help-0
1 messages · Page 505 of 1
Closed by @mild oyster
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 some help figuring out the solution set for
|x+3| / |x-5| ≤ 3
I was able to get ]-3, 3[ U [9, +∞[ by checking cases (x: ≤ -3, ≥3 ^ ≤5, ≥5).
Math motors like wolfram give the same answer but instead of "]-3, 3[", it is "]-∞, 3[".
Where am I going wrong? In the case I get different signs in denominator and numerator, I must have -3 ≤ x, otherwise numerator will go negative, right?? If so, why is it that the solution ranges from -∞?
it would be negative
correct. so what happens when you multiply both side of an inequality by a negative number?
but I'm not multiplying though, I'm dividing the -1s from the numerator and the denominator
ohhhhh
I saw it
since x-5 is negative per sé I must flip the sign at the third step
aight ty so much 🫂🫂
.close
Closed by @gray umbra
Use .reopen if this was a mistake.
yes
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 piecewise function, let's say 0 for -pi < x < 0, and x/2 for 0 < x < pi
I want to make wolfram integrate this function times 2 between -pi and pi.
When I just do Integrate[Piecewise[{{0, -pi<x<0}, {x/2, 0<x<pi}}], {x, -pi, pi}] it works, but if I do:
Integrate[2 * Piecewise[{{0, -pi<x<0}, {x/2, 0<x<pi}}], {x, -pi, pi}] it doesnt understand my query.
I need to be able to take this piecewise function, multiply it by something and integrate.
I'm not looking to simplify it manually
1v1 in math?
this channel is taken
So the 2 would do: 2*x/2?
guys this channel is taken, I already sent a question here
take your discussion elsewhere please
This is directed to you
Why not put the 2 into the piecewise?
But as I said, if possible I wouldn't want to manually place it in the piecewise definition
I didn't read
Why not tho?
Oh I see
So I had a quick look at docs and couldn't find anything
I'm also a little busy so cannot help any further
I apologise
,w Integrate[PiecewiseExpand[Cos[x] * Piecewise[{{0, -Pi < x < 0}, {x/2, 0 <= x <= Pi}}]], {x, -Pi, Pi}]
okay but let's say the 2 isn't a constant
what happens if I replace it with cos(x) now
???
inside the integral
i want to integrate AFTER multiplying
try it yourself
,w Integrate[cos(x) * Piecewise[{{0, -Pi < x < 0}, {(x/2), 0 < x < Pi}}], {x, -Pi, Pi}]
see
wtf
yeah wolfram is dumb
what are you even trying
i guess it has something to do with how piecewise functions are interpreted
again, if possible without doing that
@tawny condor
I solved it
Use PiecewiseExpand[2*Piecewise[...]]
ok lets see
,w Integrate[PiecewiseExpand[cos(x) * Piecewise[{{0, -Pi < x < 0}, {(x/2), 0 < x < Pi}}]], {x, -Pi, Pi}]
that doesnt seem to work
,w Integrate[PiecewiseExpand[2 * Piecewise[{{0, -Pi < x < 0}, {(x/2), 0 < x < Pi}}]], {x, -Pi, Pi}]
It worked for me???
on the website?
,w NIntegrate[Cos[x] * Piecewise[{{0, -Pi < x < 0}, {x/2, 0 <= x <= Pi}}], {x, -Pi, Pi}]
nice
that seems to work
no
oh its numerical
not that
?
it does cos(piecewise) for some reason
I dont think it does
also it turns out that also doesnt work for me since I was planning to also have a parameter there
NIntegrate doesnt work with that
try it with bounds?
bro xy-ing us
yeah kinda I know
but its a pain to explain
honestly if there is no good way Ill give up on this approach
oh
refer to #❓how-to-get-help
my bad
Sorry I don't understand wym
@random gulch try this
Integrate[PiecewiseExpand[Cos[nx] * Piecewise[{{0, -Pi < x < 0}, {x, 0 <= x <= Pi}}]], {x, -Pi, Pi}]
I have no idea why its working for u
hopefully this definite integral also will
its Integrate[function, {x, -pi, pi}]
this literally doesnt work whether I use the website or the wolfram api straight from code
like bruh
Fr installed it for this help lmaoo
That's so dumb
What did u send to api
Did u make sure u did n*x?
yea
nx
just x
or just 2 *
nothing works
whenever I multiply it by something, it hates me
alright i give up for now but thanks for showing me that it works on the app
appreciate the help
.close
Closed by @tawny condor
Use .reopen if this was a mistake.
,w Integrate[PiecewiseExpand[Cos[n*x] * Piecewise[{{0, -Pi < x < 0}, {x, 0 <= x <= Pi}}]], {x, -Pi, Pi}]
Wolfram Alpha doesn't understand your query!
Perhaps try rephrasing your question?
Click here to refine your query online
Fuck
yup...
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, i'm studying math (Analysis) rn and i need a quick answer. if f is (strictly) convex <-> f' is (strictly) monotonically increasing based on the picture.
however, in the problem f is strictly convex, but strictly monotonically decreasing
this is the full one, konkav is just concave and fallend is decreasing
look at the problem (second picture)
f is convex, but it's monotonically decreasing
but the definition we got just before says it needs to be increasing :/
is f concave, then first derivate is increasing. if first derivative is increasing, then f is concave
f' is the first derivative of f
yes i know
yes, so do i
it looks like you're saying f can't be decreasing and concave
it looks like the definition is saying that
how does that contradict your 'definition' in any way ?
or at least the given definition on the paper
but first derivative increasing doesn't mean f itself has to be increasing
and vice versa
-5 to -1 is also an increase
as i understand, your issue is that the curve seems to be getting less steep scanning from left to right, which in your eyes is contradicting the statement that f' is increasing
do i understand your issue correctly?
oh wait now i understand
or wait, gimme a moment
yea i understand now
f is convex if the function f' is increasing, meaning we need f'' to determine if f' is increasing/decreasing. and if f'' > ∀x ∈ (0, inf) then it's increasing meaning it's convex. and vice verca
thanks @vale crag
.close
Closed by @zealous scaffold
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
b^2=a⋅c is formula in sequences, how to prove it is correct?
I assume you mean that a,b,c are in a geometric progression?
if yes then just plug the formula for each of a,b,c in
i have to prove that is truth for a, b, c other than zero
and then its geometric sequence
remember that a geometric means that the common ratios are equal
what are those here
what are the common ratios of the sequence a,b,c
b/a = c/b
rearrange that
Closed by @quick fable
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 Selberg's inequality is a generalization of Bessels
Why does it not have the v_i term
I'd imagine it to be
$$\sum_{j=1}^{n}\frac{\langle x, y_j \rangle^{2}}{\sum_{k=1}^{n}|\langle y_j, y_k \rangle|}y_j\leq ||x||^2$$
Austin
did you read the proof
selberg
in what way does the book say selberg is a generalization of bessel's inequality
"It can be seen as a generalization of Bessel's inequality"
I feel like what they mean is by letting the y_j be orthogonal in Selberg's you should be able to obtain Bessels
and it is so close to doing that
From the way its written in theorem 10 you get $$\sum_{j=1}^{n}\frac{\langle x, y_j\rangle^2}{|\langle y_j, y_j \rangle|}\leq ||x||^2$$
Austin
original Bessels assumes orthonormal vectors
https://en.wikipedia.org/wiki/Bessel's_inequality
yeah it does
which is kind of my point, like if Selbergs is Bessels for non-orthogonal
oh i see you said orthonormal
if they're orthonormal you get original bessels
from selberg
awesome
that makes sense now
ty
.close
Closed by @vapid shuttle
Use .reopen if this was a mistake.
the bot is a she/they
this just follows from gram schmidt and triangle inequality
you can do a cooler proof using pythagoras
fax
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 everyone
No need to ask “Can I ask…?” or “Does anyone know about…?”—it’s faster for everyone if you just ask your question! See https://dontasktoask.com/
Does anyone know of a bot that can solve any exercise?
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).
Definitely not any.
If there existed one, then the Riemann Hypothesis would have been solved, and also the Navier-Strokes Equation
Wolfram Alpha can go a long way with computation stuff.
There are problems for which we know that there is no way to even prove that they do or do not have a proof.
Also, yes, ChatGPT and the like, but it cannot be trusted. You must be able to verify it yourself. Ir will say a lot sound very eoquent but are wrong.
so in theory no bot can solve the exercise? thank you
You asked for any, now the?
What kind of exercise are you talking about?
When you are proofing a ststement with the forall quantifier but only existance was actually asked.
like math, chemistry,....
I honestly don't even know what it is :))
What level?
high school
tks
Yeah then wolfram will be fine
thank you
@proven marten Has your question been resolved?
Closed by @proven marten
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
1+2+3+......+n-1=n(n-1)/2
please explain how
have you heard the story of how Gauss figured out the computation of a sum like this when he was a schoolboy?
nah, our schooling system brute forces these types of things
well, the story goes that his teacher had the class do the sum of all numbers from 1 to 100 manually to keep them busy, but then little Gauss discovered a trick for how to do it.
im left stuck at this
wait, do you mean to say you already know the formula for the sum of an AP
i highly appretiate the effort but i have my final exams in 8 hrs or so
this is an AP with n-1 terms, first term 1, and last term n-1.
if you're going to bash the formula anyway, it's $S = \frac{n-1}{2} (1 + (n-1))$
Ann
cancelling out the -1 in n-1 breaks the pattern of the arithmetic progression and so that does you no good
the other what
not cancelling out the 1's
i did 1+2+3...+n firat
then do the -1
if you wanna do it that way, you need to subtract n off, not just 1.
can someone help
1 + 2 + ... + (n-1) means you stop the sum at n-1
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
ok what
it is very likely that's what was meant
1 + 2 + ... + (n-1) as the sum of the first (n-1) natural numbers
rather than summing the first n natural numbers and then taking off 1
which would give you a different result!
ok. makes a lot of sense
thats why i wasnt able to find it by googling it
googling math expressions tends to go poorly tbh
all other options are worse tbh
the soft iron will become a permanent magnet and it will produce magnetic field lines like the bar magnet......
gpt is on another level of braindead
how will it look
it will depend on the poles of the magnet.
glad you realize that.
@last monolith exsu has their own channel now.
the field lines will go from north pole to south.P form outside and South.p to North.p from inside.
ok sry
@brave sentinel 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 just go through and check/fix anything that's wrong. thanks big time <3
1 ✅
2 ❌
3 ⚠️ you didnt state the direction of the vertical translation
4 ✅
5 ✅
6 ✅
7 ✅
8 ✅
9 ⚠️ i highly recommend labelling which is A and which is B
@zealous inlet
@zealous inlet Has your question been resolved?
Is it any GCSE question
ty! what are the corrections?
The purpose of this server is to help you learn, not to hand out answers. Do not ask someone to give you the answer directly.
Closed by @zealous inlet
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 dont understand where to begin to find the value at the bottom.
well, for starters does $f^{-1}(3)$ exist?
Ann
$$ f^{-1}(3) $$ is other way to ask "what is the value of x when y=3"
printf_hi
at -3?
The answer is of course x=-3
okay cool so far
So, we need dervative there
Or slope at that point
which will be the slope of the line segment on the left side
so -1
which Is observable but in cases where it isnt then I would use the f(b)-f(a)/b-a
yes
Closed by @haughty 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.
How can I solve this inequality according to the way my book shows it?
This channel is occupied, open a new one like #help-21|아리스킨충1
I would document it by saying in which range t needs to lie in each case first
@warm forge the way I use is get 0 on the RHS, it becomes easier as you have to deal with less number of cases
BTW, the step that you did by multiplying both sides by the denominator is wrong as denominator can be both -ve or +ve, and depending on the sign of denominator the sign of inequality will flip
Could you maybe show an example? I have been trying to solve this since last night and to me it seems my book skips a big step.
He did two cases which correspond to that, it's just lacking some documentation
Yeah I've wrote this out several times so I did just skip to the 0>t^2 + t - 6
In both the cases, there will arise 2 subcases as well.
I will post my method, it is much easier
Not necessarily; view the denominator as a parabola
You will only get two cases
So once i get to the 0 < t^2 + t - 6 do I factor this and come up with t = -2, 3?
maybe because 2 out of the 4 cases are same
my teacher had demonstrated a problem similar but not with a quadratic or factoring. Here is what he demonstrated. Which this was easier to understand than the part b of the problem which is what I am needing help with.
$$ \frac{-36}{(t-6)(t+7)} > 1 $$
$$ \frac{-36-(t-6)(t+7)}{(t-6)(t+7)}>0 $$
$$ \frac{-36-t^2-t+42}{(t-6)(t+7)}>0 $$
$$ -\frac{t^2+t-6}{(t-6)(t+7)}>0 $$
$$ \frac{t^2+t-6}{(t-6)(t+7)}<0$$
printf_hi
Then, it becomes easy if you know to use a shortcut
But once you multiply the denominator to both sides it eliminates it no?
I will do the same one your book did to not take this one away from you. \ \hr \ We want to find all $t$ with $$\frac{-30}{(t + 3)(t - 8)} > 1.$$ Consider the denominator as a parabola that is opened upwards with zeros at $-3$ and $8$. Then we have two cases: \begin{enumerate}[{Case}] \item 1. $t \in (-\infty, -3) \cup (8, \infty)$. Multiplying by the denominator doesn't change the sign. $$-30 > (t+3)(t - 8) \iff -30 > t^2 - 5t - 24 $$$$\iff 0 > t^2 - 5t + 6 = (t-3)(t-2)$$ and again, since this is a parabola, we get $t \in (2, 3)$. Now intersecting this with the intervals from the case, we get \underline{$I_1 = \varnothing$}. \item 2. $t \in (-3, 8)$. Multiplying by the denominator changes the sign here. We get $$-30 < (t+3)(t-8) \iff \cdots \iff 0 < (t-3)(t - 2).$$ This is fulfilled for $t \in (- \infty, 2) \cup (3, \infty)$ and so we need to intersect the interval from the case. This gives us \underline{$I_2 = (-3, 2) \cup (3, 8)$} \end{enumerate} Now we union the two possible intervals, giving us $I_2$.
So we haven't done these as parabolas and only on number lines and thats what he wants us to demonstrate
I'm not really doing this as parabola, it's just good to imagine it as that
I'm doing it the same way it's described in your notes
Continuing my answer:
$$ \frac{t^2+3t-2t-6}{(t-6)(t+7)} < 0$$
$$ \frac{(t-3)(t+2)}{(t-6)(t+7)} < 0$$
Something like this but okay thank you I will look at these ways and try and come up with something.
,rccw
This is for a linear denominator
printf_hi
You have a quadratic denominator in the one in the notes
yes i know he never demonstrated an inequality with a quadtratic denominator which is why I needed help.
Actually, my method without the shortcut trick is not useful. And the shortcut may not be useful for you as you have to explain each step
I think the method used in #help-0 message would be the most direct one; you just need two cases, one where multiplying by the denominator changes the sign and one where it doesn't. For a better imagination of where this happens, you can imagine it as parabola, but you don't need to. You can also just imagine it as two linear factors
That's also exactly what's done in the notes, just expressed in a clearer way
Thank you Kepe I am looking at your method and attempting to plug it in with the numbers in my hw question. After the quadtratic is that supposed to be an equal sign or < >?
It's an equal sign
I factored the quadratic
You could also use the quadratic formula to deduce the two zeros, I saw the factors right away
[The method printf used also works, it's getting everything to one side and then it's just a matter of checking signs; but I feel it's a bit more effort if not everything factors nicely. If everything does factor nicely, perhaps it's a tad quicker if you practiced it]
Thank you to you both if I were to look up some more examples what would this type of problem be called? Inequalities with quadtratics in the denominator?
I like Khan academy and some of the other YT math teachers not that you guys didn't help I just learn better with demonstrations,
Rational inequality, probably
you will still have to show the two subcases each in my opinion. Like the following:
If, $$ 0>(t-3)(t-2) $$,
then, $$ 0>t-3 $$ and $$ 0>t-2 $$ (both -ve)
or, $$ 0<t-3 $$ and $$ 0<t-2 $$ (both +ve)
I'm lost what is +ve and -ve?
He means positive and negative
printf_hi
[This is referring to #help-0 message]
@thick lynx the method is posted is definitely correct, but I hadn't earlier seen that one. Maybe different ways to say the same thing
In the end, @warm forge can use the one his teacher has taught him.
Yeah, and that one is what I posted
With the exception of viewing the denominator as an opened-upward parabola instead of thinking about when the linear factors are positive and negative
Ah, I understand it now
He never demonstrated a rational inequality like this that was our 7th learning objective and he stated, "The book is unclear on the case-by-case basis. You must make the GOOD-BAD graphs as we did in class. Then line up the common GOOD sections."
actually, u are using the shortcut i was talking about
"good-bad graphs" must refer to when both linear factors are positive or negative and one is positive, the other negative, getting the two cases when the sign changes
I just instead of using "good" or "bad", I use "+ve" "-ve"
I posted the photo of what the book uses as the demonstration for us and that was the problem you had solved Kepe. It just seems it skips some big steps after getting -30>(t+8)(t-3) how did they get the -3<t<8?
it was actually -30>(t-8)(t+3)
-30 > (t-8)(t + 3) <==> -30 > t^2 - 5t - 24 <==> 0 > t^2 - 5t + 6 <==> 0 > (t - 3)(t - 2)
how are we finding that -3 is in fact less than t?
This gives us 2 < t < 3
Ohhhhh now I see that!
You get "t < -3 or 8 < t" from the condition of the case right at the start
You made this condition because like this, when multiplying by the denominator, the sign doesn't change
Because you multiply by something positive
Now you just need to make sure both of your inequalities that you obtained are fulfilled
(t < -3 or 8 < t) AND (2 < t < 3)
So then for my problem its 0>(t + 3)(t - 2)
and ill do those each separately so 0>(t+3) and 0>(t-2)
And this will never be fulfilled, so you get no solution (this is all for your first case)
Then you go on to your second case, where the direction of the inequality does change and do this all over again
to get t > -3 and t > 2
You miss out on cases with that though!
In fact, it won't even be true
You say you want 0 > t + 3 and 0 > t - 2
So both of the factors are negative
But negative * negative = positive
So you don't even have 0 > (t+3)(t-2)
So once i get here how should i move t to the left hand side? 0 > (t+3)(t-2)
If i shouldnt handle them separately?
You need to think about when this is fulfilled. There are two methods you could go for
- By doing cases.
You want one of the two factors to be negative, the other positive
Only then will the product be negative
So (t + 3 > 0 and t - 2 < 0) OR (t + 3 < 0 and t - 2 > 0)
- By imagining it as parabola.
You just need to find the zeros in this case (which you read off as -3 and 2) and then you need to imagine in which regions this parabola is negative
Well, that will be at (-3, 2)
So (t + 3 > 0 and t - 2 < 0) OR (t + 3 < 0 and t - 2 > 0) This is for both cases correct? Case 1 OR case 2?
This is all for case 1, this
We didn't talk about case 2 at all right now
I'm just arguing this: Think about what it means if $0 > a \cdot b$.
Kepe
There are two possibilities this can be achieved: a is positive, b is negative
or a is negative, b is positive
Nothing else works (both positive gives positive, both negative gives positive too)
So then I got t > -3 and t > 2 but as you said theres no solution as t cannot be greater than -3 but less than 2?
wait yes it can
You get -3 < t < 2 from your 0 > (t+3)(t-2) inequality
So (t + 3 > 0 and t - 2 < 0) why did the sign flip when doing t - 2 < 0?
Because one of the factors need to be negative
The other positive
Only then is the product negative
If they are both positive we get something positive
(t + 3 > 0 and t - 2 < 0) OR (t + 3 < 0 and t - 2 > 0) gives you
(t > -3 and t < 2) OR (t < -3 and t > 2) gives you
(-3 < t < 2) OR (FALSE)
So you get -3 < t < 2
Okay and then this is not a no solution answer as t can in fact be in between -3 and 2?
Yes, now you just compare it to what your condition for the first case was
Which is t < -3 or 8 < t
And -3 < t < 2 lies exactly in the middle of that!
So no intersection
=> No solution for case 1
Well this is the problem I am comparing and working out. Not the demonstration from the book.
Ohh i drew that inequality on a number line and that is correct that is no solution
[Ah, you went to the second case with this, we need to compare it to the interval from the second case then of course]
I was still at the first case
Then as before, make two cases, when the inequality sign changes and when not
After multiplying by the denominator
so flip this to -36 < t^2 + t -42. Then subtract to get 0 on the left then factor the quadtratic
And that will lead me to no solution
What case are you on?
You need to document this so later on you know
right now I am working -36 > t^2 + t - 42
What allowed you to multiply and not change the sign?
So the way the book has it wrote is id yield this for case 1 -36 > t^2 + t - 42 and this for case 2 -36 < t^2 + t - 42
Originally this -36 > (t-6)(t+7) and -36 < (t-6)(t+7
Exactly, now just document what case 1 and case 2 stand for. Case 1 stands for (t-6)(t + 7) >0, so t < -7 or t > 6
Case 2 stands for (t -6)(t+7) < 0, so -7 < t < 6
I am just plugging in the numbers in my given problem and solving
Thank you
They give us the answer key but obviously doing them and knowing the work is best
This is question 3b btw
[I will be heading to sleep now, I just want to say that I really think you should imagine this entire 'when is the denominator positive or negative' as just 'when is the parabola over the x-axis']
For (x-6)(x-7) for example you have this
,w plot (x-6)(x-7)
Between 6 and 7, it's below the x-axis
Everywhere else, it's above
So you could right away answer (x-6)(x-7) > 0 with x < 6 or x > 7 with this visualization in mind
And similarly (x-6)(x-7) < 0 with 6 < x < 7
Thank you Kepe I apologize this was so difficult for me to understand
No that's normal when first learning anything
I will close this out now and save all of your screenshots and such have a goodnight
Thanks
.close
Closed by @warm forge
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.
you realise nobody is going to do anything if you dont even add a single word of contribution
you havent even said what youre having a problem with
!status @shell narwhal
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
"If you're not willing to do the work [to solve your problem], why should we?"
We can find the potential energy lost due to the mass falling
Is the angular momentum conserved?
@shell narwhal Has your question been resolved?
@shell narwhal Has your question been resolved?
not really since the cart is fixed in the y-direction. linear momentum + energy conservation should solve for everything
hm maybe if you do angular momentum around the center of mass
But we don’t know where the center of mass is right?
Well, that seems like an approximation
Let me try what you suggested, i’ll post my results
@shell narwhal Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Am I tweaking or is this NOT the definition of logarithm
I thought logarithms are the power to which a number must be raised to get some other values?
How is it a type of average in the first place
sounds like the geometric mean to me
your teacher messed up, yes
same!!
but i was a bit confused because this is such a weird practice sheet
Darn. Thanks for the clarification though
@finite fern 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.
ln|e^x|=e^x?
Can't you just break the fractions here?
although im not even sure if you can just evaluate the integral like that
isnt it correct?
$\int\frac{xe^x+1}{x}\dd x$
Bonk
this is the integral, correct?
yea im just curious what happens this way
yesyes
so then you sub in u=ex+1, and you get $\int\frac{xu}{xe^x}\dd u$
Bonk
anyone here knows something about determine each roots of quadratic equations? i forgot and don't want to get cooked
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
oh mb
yes
but whats not whats written
$\int\frac{xe^x+1}{x}\dd x\neq\int\frac{xu}{xe^x}\dd u$
Bonk
with u=e^x+1
$xu=x(e^x+1)=xe^x+x\neq xe^x+1$
Bonk
Closed by @tight nest
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 $\sqrt{49+64} = to \sqrt{49}+\sqrt{64}?$
neo
no
oh wait yeah duh
the word to is not necessary there either, but no, square roots DON'T distribute over addition
Closed by @fringe kite
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
uh I got to the step |e^y+3| = Ae^1/4ln|2x^2+4x+1| and than I got confused
Closed by @wispy timber
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
well, fortunately your cubic equation has no constant term
so you can take a factor of x out of it all
uhh how do i do that
$4x^3 - x^2 - 3x = (4xx^2) - (x * x) - (3 * x) = x(4x^2 - x - 3)$
$sin(252525)$
文也
?
wut
whats that?
I have no idea, but it's not relevant to your question
ight thx
is that the answer? or do i still need to do smth with it
well no that's just the first step
but you don't need to worry about trying to factorise cubic (x^3) or quartic (x^4) equations
do i need to distribute the x? To the 4x^2 whatsoever
it's exactly the same process as the last question was
reading it
okayy take ur timee
factorisation looks good, but you don't need to write out the (4.x.x^2) - ... if you don't want to. it was just to make it clearer to explain. if it helps you then of course leave it in
ah okays
you can do some factoring of that $x^4 - x^3$ too
PrettyPrincessKitty FS
well what terms do they have in common
if I write it out - $(x * x * x * x) - (x * x * x)$
PrettyPrincessKitty FS
well no, because we are factoring
we want to find a common term that we multiply everything by, and only multiply by it once
$4x^3 - x^2 - 3x$ for example - we discovered we are multiplying each individual term by $x$. so we factor that out and only multiply the whole thing by x instead - $x(4x^2 - x - 3)$
PrettyPrincessKitty FS
yep!
so now we have two nicely factored fractions we want to multiply
yeah
we can make them into one big fraction and cancel
ok wait
hint: -(stuff)(more stuff) = -1*(stuff)(more stuff)
be careful - you've written this like you've got a subtraction in the numerators
I'd either put the -1 at the start (so it becomes -x) or write (-1)
so i switch the places?
also we can factorise $4x^2 -x - 3$ 🙂
PrettyPrincessKitty FS
yup
(4x+3)(x-1)
looks good
time to cancel!
yup, but there's some more you can do too
I mean $x^3 = x . x . x$
PrettyPrincessKitty FS
Yes
yup!
But that 5 kinda looks like a s
you can also write it as - <big fraction> or -(x+2)(4x+3) but this is good
all I can think of is if by "standard form" your teacher wants you to expand the factors
so write it like ax^2 + bx + c
xd how do i do that bruh
PrettyPrincessKitty FS
AKA expanding
yes
well no because you can simplify it
you can make it look like ax^2 + bx + c, and the same with the denominator
and you'll get something that looks like the fractions you started with
so like for the one u gave, i solve it?
simplify it, yeah
solve means "we have found value(s) for all the unknowns (the x)", whereas simplify is "we have made the formula look nice and tidy and neat"
well 3x + 8x can be simplified
11x
yep
that's the numerator in standard form, and you can do the same to the denominator
nono, you've got $x^2(x-5)$
PrettyPrincessKitty FS
ohh ok
also just a warning, remember that your numerator has a -1 at the start 🙂
so you actually have -1(4x^2 +11x + 6)
so we can multiply -1 and the (4x^2 ...) polynomial
yep
and we can distribute the x^2 over the (x-5)
looks good to me!
thats the answerr?
well I ran it through wolframalpha to check and would you look at that, you've solved it 😉
I can already see the answer flashing in front of me
break it down into little pieces and you've got this
^
huh how
ill try ok
Start by factorising
do i do the first 2 first?
...though I really hate using both / and the division symbol because is this saying div (polynomial * 14) or 14 div polynomial
My teacher assigned heaps of homework on factorising
oh
huhh?
Don't forget to take the reciprocal lol
The last 2 fractions
factorise the first fraction. see if you can cancel anything
factorise the second fraction. see if you can cancel anything
combine the two into one big fraction, see...
take the reciprocal of that last fraction, because division
combine the two sides, cancel anything
You can factorise 2x^2-128
how tho
Factor out 2 first
2(x^2-64)?
Difference of 2 squares
i forgot 😭
2(x+8)(x-8)
ahh ok
The rest should be a piece of cake
Where did you get x+8 on the denominator from?
Distriboot.
the 2?
2 to x and -8
wha next
at this point you just asking for answers is pretty straight forward what to do now
okay, so you've fully expanded the top. can you distribute/expand the bottom now?
which do i distribute lol
$2(x-8) = 2x - 28$
PrettyPrincessKitty FS
2x-16
yup
what do you have? what do you need to end up with? do you have what you needed?
so 2x-16 is rhe answer?
that is what you get if you expand the brackets of the denominator.
this is just an expression
its in its most simple form
if it was in an equation form that is if it were equal to something, we could've solved it
e.g
you can solve
x+100= 23
but you cant solve x+100
ahh okay
what do i do with this?
Closed by @vapid 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.
how do I generalize it further for x1 x2 x3...xn and t1, t2 t3..tn ?
@prisma night Has your question been resolved?
@prisma night Has your question been resolved?
do induction, as in
t2x2+t3x3+... tnxn = TX for T = t1+t2+.... and X = t2x2+t3x3+..._tnxn
@prisma night 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.
@alpine sable Has your question been resolved?
Closed by @devout 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.
I don't understand how to solve D and E, please run me through it
I have to find the truth value (true or false)
and the domain is the set of all real numbers
So it says for every x there is a y that makes every z true
right?
look at just the statement $\forall z (z = \frac13(x-y))$ and wonder how it could possibly be true
Ann
(i mean, whatever (x-y)/3 is, surely it can't equal both 420 and 69 at once?)
you're saying for x and z?
no i am telling you to temporarily close your eyes to the quantifiers on x and y
okay
so you're saying there can't be multiple values for z
so it can't be true
if the quantifier was existential then it would be true
yes but don't try to do more than what the problem asks of you
So what you're saying is I can't plug in 420 or 69 for z
because x-y/3 can only be 1 answer?
so it's false because the universal quantifer says every value for z
am I understanding correctly?
you can pick z=420 and then for all x, there does indeed exist some y such that x-y/3 = 420
but because it's all, then you are saying that for the same choice (of any) x and the specific choice of y, z also equals 419 and 421 and 69 and 0
@clever tundra 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 the curve was confined to a sphere of a particular radius, say c, centered at the origin
what could you then say about r(t) ?
i spent some time thinking about the problem and i would also consider the dot product between the two vectors and how the magnitude of the position vector behaves wrt time
ahhh i dont get it its so confusing
yes yes
let's say that a point with position vector r lies on the sphere centered at the origin with radius 1
what can you then say about r
what's the formal definition of a sphere?
or, if you don't know, what's the formal definition of a circle?
like
it has a fixed center
no edges or vertices
distance between any point on the circle and the center is
the radius
Hi guys. Can I get assistance on this please. To calculate Income it's Income=Demand×price but I was given the demand formula only, where to I get the price one?
i have a solution but i really dont want to help u brush through the fundamentals
ill try guiding you
alright
what can you say about the dot product between the tangent and position vector?
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
it'll be 0 because its perpendicular
okay good
now do you know how to express
|r(t)|^2 in terms of dot product?
basically magnitudee of position vector squared
how do you find the dot product of two vectors
length of a multiplied by length of b
cos theta?
yes cos theta
NO DOUBTING MYSELF
(if its wrong itll be embarrassing)
u r right
okay |a||b|cos(x) = a dot b
now what happens when a = b
(think of what happens to cos(x))
it'll be 0
im not sure
cos(0)?
cos(0) = 1
yeah
so if a = b then we have a dot a = |a|^2
now we go back to this question
its the same thing
write it out
in terms of r?
yes
r dot r = |r(t)|^2 cos(0)
correct!
yay
left hand side?
yes
my brain is not really working rn
do u know the product rule?
yes yeah
im just very exhausted how do i derivate r dot r with respect to time?😭
(this is not rigorous and if someone in this server sees this, i will be exiled and sentenced to death so lets keep this between us)
think of the dot as a multiplication
so you are taking d/dt (r(t)*r(t)) basically
you can see why product rule works for dot products later
its getting late here and i want to sleep soon
yeah yeah same
alrighty
taking time derivative of r(t) dot r(t) gives
r'(t) dot r(t) + r(t) dot r'(t) = 2r(t) dot r'(t)
2 [r(t) dot r'(t)]
notice something about this part?
yes
so we know
|r(t)|^2 does not change wrt time since its derivative is 0
this means that |r(t)| does not change wrt time either
yes
now the magnitude of the position vector doesnt change
this means the distance from the origin to every point on the curve is always constant
yes
hence all points are at a fixed distance from the origin
this brings us to this point
if the vectors are in R^3, it becomes a sphere
yes
there you have it
wow
thank you so much
i have my math midsem tomorrow and this server helped like crazy today and i joined just today
OKAY goodnight gang
.close
Closed by @obsidian girder
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 can I have help with ex4 question b
my neck hurts and is this french
Show that (z1*z2 in IR —> z1 + z2 = 2i)
Yes this is french
My head hurts cuz I have an exam tomorrow
@forest marsh
Yo bro can you help with this if you can
Nvm I solved it
.close
Closed by @long spade
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
,rotate
@long spade 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.
im depressed
Type .close
To see