#help-10
1 messages · Page 144 of 1
its not exactly a random, its a random in a range 🤔
but lets say for instance that number doubles every time
but its closer to the log speed
.close
Closed by @obsidian wagon
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.
Given a set of three positive integers (X, Y, Z), and an operation that allows you to subtract one from two of these and add one two to the third, what is the minimum number of operations required to reduce two of them to zero? example: (1, 4, 6) -> (0, 5, 5) -> (1, 4, 4) .... -> (5, 0, 0): 6 operations
this was actually an algorithm question(coding) but I think its solution should be more mathematical in nature. for the obvious, I know that if two numbers are equal the minimum operations required would be their value. I'm not sure how to go about from there though
are our integers allowed to be negative in the interim?
i think you can't make numbers have the same parity if they had it different
also ^
so you always know which one you're going for
unless they are all the same parity
that's true but the three integers will always be either all of the same parity or a two-to-one split
sure
so that's the algorithm
if there's a split, reduce the ones with the same parity until you get one zero
the original 'flavor' text called the numbers as currencies(removed for brevity), so I'm inclined think it shouldn't be
then bounce that between 1 and 0
if there's no split do the same with the smallest numbers
can you perhaps share the original flavor text
sure give me a moment
Problem Statement
We have x rupees, y dollars, and z euros. In this wonderland, in a single operation, any single unit of two different currencies can be exchanged with the remaining one. We want to have all of our money in a single type of currency only. Return the minimum number of operations required to do this or else return -1 if it is not possible to do so.
shouldn't (1, 4, 6) be 4 then?
I could be wrong about 6 operations being required tbh
this was the only example in the question
oh wait
I realized I had the question misunderstood
its +2 not +1
6 is second smallest out of 2
Numbers can be negative during process?
so subtract 1 from two, and add 2 to one?
that doesn't even change the algorithm, same answer
seems to be
wait nvm
the problem statement doesnt mention anything about it but I think it's a no
then i suppose it's not possible if they are all different terity
not a real word surprisingly
seems to be true, at least I haven't been able to think of a counterexample
but it's the same answer though, second lowest of the majority terity
can we somehow use the fact that the ending number must be the sum of all 3?
after trying this out for a while this looks to be correct
unfortunately I don't have access to the test cases so I cant verify it 100%
thanks for the help
.close
Closed by @tender stratus
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, my question is relating to 8-bit subtraction.
,w compute 11001010 base 2-10011010 base 2
I am unsure as to how to subtract a binary number.
Do you know the table of base 2s?
Ah yes, most certainly.
Sure.
I just woke up so lemme get my laptop
That's alright man.
I have seen this video, it is great.
I would like to add four binary numbers. I am unsure as to how that is done
Show your work
I will show you my work right now.
you can then verify your calculation by converting everything to base 10
no
you're asked to do two's complement
Oh I see
change the second number to two's complement (I really mean negate the second number and represent it in two's complement)
i.e. flip all of the bits and add 1
I have done this a couple of weeks prior, so i have forgotten as to how I did this.
My work is correct, but I do not know to apply this to adding or subtracting 3 or more binary numbers.
1a is adding 3 or more binary numbers
Also in this particular task you are supposed to do it by two's complement
What is a two's complement?
Digital Electronics: Binary Subtraction using 2's Complement
Contribute: http://www.nesoacademy.org/donate
Website ► http://www.nesoacademy.org/
Facebook ► https://goo.gl/Nt0PmB
Twitter ► https://twitter.com/nesoacademy
Pinterest ► http://www.pinterest.com/nesoacademy/
Thank you
To make the complement do this
I want to create a practice problem, is it okay if I can try to do it and you can tell me if I did it correctly?
That would be a bit harder to make
Yeah
Or maybe you can make a problem and I can do it.
Okay, I will make the problem.
I will try to add four binary numbers.
-11001
-1011
10100
100000
10011
-10111
-11110
-11101
10
1110
-100100
-11101
-11111
10110
-110
1111
-110
-1
10111
101000
-1001
-1100
10000
100101
1011
10100
11111
1
0
-110
-100100
-1101
-100110
-11001
-100100
1
11000
100011
1001
11011
-100
11010
100110
10111
-11101
11000
1011
10000
11111
101
11011
-100111
1
-100001
1
-101000
-101
101000
100001
101000
here is a list of random binary numbers for you
there are all of your addition problems
I can't even read all of that, but your efforts are much appreciated.
I am almost finished with my problem.
How does this look?
yes
As wonderful of a suggestion that was, I do not think I would be able to use a calculator to do such problem in certain situations.
You're right
you can certainly use a calculator when you practice to check your work
I messed up.
what's the difference between asking someone else to calculate it and using a machine built to do it?
one's wasting someone else's time with something that a machine can do
I did not use common sense, you are right.
It is actually 1 1 1 1 0
I will fix the problem now.
The answer is 1 1 0 0 1 1
what method did you use btw? I dont get the steps
Ah I see, you added them one by one
Yes.
I was confused with the upper lines, those are the carries
Yes. I should have made it more clear.
as long as you understand it it's okay
Thank you
I will now have to learn about adding boolean equations. Very difficult subject for me.
I used an online source to show me the answer and the work, but i still do not understand.
Perhaps I will return when I research the topic more.
Thank you Math
.close
Closed by @worthy ferry
Use .reopen if this was a mistake.
actually ramonov was the one who pointed out your mistake
You are right
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 you type that out or make it larger
A wizard having powers of mystic in candations and magical medicines seeing a cock fight going on, spoke privately to both the owners of cocks. To one he said: If your bird wins, then you give me your stake-money, but if you do not win, I shall give you two third of that. Going to the other, he promised in the same way to give three fourth. From both of them his gain would be only 12 gold coins. Find the stake of money each of the cock-owners have.
k thank u very much
you get why its these eqns?
<33
Closed by @velvet cypress
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 determine wheter the first surface is only on one side of the second surface?
i cnat figure out how to determine that, and i dont get much help from the book i have
Determine if there are any intersections. If there are none one surface must be on one side of the other
The there are intersections however it doesnt garantue that they pass through each other
so can i look at both gradients and see if they are linear?
and if they are then they intersect?
Well you know that the gradient of the first function is not linear
So that approach will not work
Its alright, I am not sure if that will work
I think it might be easier to try and solve the system of equations
hmm but i have only two equations
Usually that means there isnt one specific solution
but a range of solutions
y - x + sqrt(8-2x^2 - y^2) = x + 2y - 7
2x + y - 7 = sqrt(8 - 2x^2 - y^2)
(2x + y - 7)^2 = 8 - 2x^2 - y^2
It doesnt look like its going to be very easy
Ooh, the domain of the first function is limited
yee the aquareroot
since (2x^2 + 2y^2) <= 8
is that a constraint?
So were looking at the unit circle with radius 2
Yes because otherwise the square root has somthing negative inside of it
and thats bad
but sadly I need to catch a train
I am sorry I can help you further
Hopefully you can get further with that extra constraint
yes thank you!
when i calculated x from the equations i got, my x became an imaginary number, does that mean there is no intersection of the two functions?
<@&286206848099549185>
@austere holly Has your question been resolved?
@austere holly Has your question been resolved?
You can't pull the y^2 out here
why not?🤔
Take an example sqrt(5-4)
If we take out the sqrt4 here it becomes 2
And we get sqrt4 - 2
But 1 is the correct answer
Cuz we have to simplify the stuff inside the sqrt first then we can take it out
but i have expressed y as x and the things under the sqrt becomes 0
do you know if i have solved the problem correctly?
first year at uni
Oh ok
how would you determine wheter the surface and the flat plane intersect?
I think that the 2 function did not touch the x axis?
.close
Closed by @austere holly
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 calculate this thing
Please don't occupy multiple help channels.
Sorry sir
@shut carbon Has your question been resolved?
Yes sir
Closed by @shut carbon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hello
what did i do wrong?
for BH
(part ii)
oh i get it now
i brought over the squared from 80
whoops
thx
.close
Closed by @edgy needle
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.
Air is escaping from a spherical balloon at a constant rate of 15 cm³/s. Find the rate at which the radius of the balloon is decreasing when its volume is 972π cm³
How exactly do we solve this question?
Assuming that we have to use the chain rule
We can't really do dV/dr (4/3πr³), can we? I've tried and the answer seems wrong
So what do you get after you differentiate?
dt/da?
Air escaping per seconds 💀
I'm now sure how we'd work with radius here
The units used for the air escaping is cm^3/s
Yes
Volume/time
Meaning volume
So not "dt/da", but dV/dt
Closed by @jaunty dew
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is tan • x
what is •
Multiplying
Tan is a function, needs an argument
Ah alr thanks
@novel gale 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.
AD equation is: y = 1/2 x-3. so far I've worked out: A(6,0) AB equation: y = -2 x +12. B(0,12). D(10,?) is given. what is the y of D if the x is 10?
D lies on which line
AD
Closed by @agile siren
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 working through khan academy and i'm trying to do it by myself.
what i need to know is how to differentiate Y= 2 / 9+x^2
I legit just dont know how to go about solving it.
do uk the quotient rule for differentiation?
i don't believe i remember that.
okay do uk the chain and product rules?
i took calc 2, 3 to 4 years ago and i'm in diff. eq. now. i have quite a few holes in my knowledge.
Chain rule and product rule seem familiar. i can look it up.
alright if u know the quotient rule, use that (I wd recommend learning it if u're already doin diff eqns)
okay i'll refresh myself. thanks!
is it okay to leave this open and comeback with a response?
sure
@placid wadi Has your question been resolved?
Still working on it, But i did have a side question, what would the derivatives of the signs called? like what could i look up to learn or memorize them.
when you derivate a number it just becomes zero right?
yes
okay so i got 4x / (9+x^2)^2 for y' which is not equal to xy^2
using the quotient rule.
Did i maybe go about it wrong?
@slender nebula (sorry for the ping)
So what i calculated was y' so you mean to say set what i calculated equal to xy^2? orr?
2y right?
no no
OH
y squared
like take the entire (2 / 9 + x^2) and square it?
yupo
okay gimmie a few.
oh.. [ 4 /( 9 + x^2)^2 ] unless i need to go further with the denom.
right so its not equal due to the x on the right side?
from what you have done by substituting in y^2
y" = xy^2
because y" = x (y^2)
where y^2 is 4/(9+x^2)^2
right, right, so its as you said. x[4/(9+x^2)^2].
so i didnt need to derive the Y?
yes you did to prove it
Oh okay, and i proved that it is not equal due to the addition of the X right?
the question asks if y" = xy^2
did i maybe derivate wrong?
yes
its not gonna kill me if i do i just wanted to learn and be sure.
i can write it out and send a pic of my working real quick
you just need to sub in the value of y again
@placid wadi Has your question been resolved?
Closed by @placid wadi
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I am doing Rational exponents with Paul's notes:
a^n = b <=> a = b^(1/n)
what if a is -5
for example
(-5)² = 25 <=> (-5) = 25^(1/2)
but below, in the examples, only 5 is the solution, not -5.
he says
In other words, when evaluating b^(1/n)
we are really asking what number (in this case a) did we raise to the n to get b
We can raise both -5 and 5 to the power of 2, to get 25..
The question is, why's -5 not the solution too?
In this section we will define what we mean by a rational exponent and extend the properties from the previous section to rational exponents. We will also discuss how to evaluate numbers raised to a rational exponent.
I am reading about this and it seems that
sqrt(25) = 5 is just a convention..
mathematicians decided to throw away -5..
if so, then isn't it wrong to say that
a^n = b <=> a = b^(1/n)
?
would it be fine if we explicitly say that a is greater or equal to 0
@timid silo Has your question been resolved?
@timid silo Has your question been resolved?
square root is defined to be the positive solution
That way it's a function
@timid silo Has your question been resolved?
@timid silo Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
The definitions(!)
@long dove Has your question been resolved?
okay but how the idea
By definition of limit of f at c we have \
$\forall \varepsilon >0, \exists \delta=\delta (\varepsilon)>0 \ni 0<|x-c|<\delta \Longrightarrow |f(x)-L|<\varepsilon$
Welf
and by definition of g tends to $\infty$ as $x\to c$: \
$\forall \alpha \in \mathbb{R}, \exists \delta=\delta(\alpha)>0 \ni 0<|x-c|<\delta \Longrightarrow g(x)>\alpha.$
Welf
What I think is I need to show that $f(x)g(x)>\varepsilon$ but idk how to make it happen
Welf
I found it on internet but I don't know how they achieve it
because the definition of limit d at c I know is this
and I also try it this way, \
$|f(x)|g(x)>\alpha$ but Idk how get rid the absolute.
Welf
and I'm avoiding the \
$\lim_{x\to c}{f(x)\cdot g(x)}=\lim_{x\to c}{f(x)}\cdot \lim_{x\to c}{g(x)}=L\cdot \infty=\infty (\because L>0)$
Welf
Closed by @long dove
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.
!status
What step are you on?
1. I don't know where to begin
2. I have begun but got stuck midway
3. I got an answer but I'm told it's wrong
4. I got an answer and would like my work checked
5. I have a question about someone else's worked solution
6. None of the above
1
Yea
what you do
is
write it as a piecewise function
and then split your integration over it
as in
6|u-1| is 6(u-1) when u is >1
and 6(1-u) when u is <1
so then you do
$\int_{0}^{2} 6|u-1|du = $\int_{0}^{1} 6(1-u)du + $\int_{1}^{2} 6(u-1)du$
doctor99268
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
@charred escarp do you get why we did this
yh
Yea
I got 0. Correct answer is 6
your limits
read them again
also not sure why you needed to use subsitution on u-1
lmao
Yea I don't know what I'm doing
@charred escarp Has your question been resolved?
yh
Closed by @charred escarp
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.
Looks good to me
@dusky scroll Has your question been resolved?
How would you find the area of a rectangle? What would the coordinates of N be? Does that allow you to find information you’d need to calculate the area of that rectangle?
thats the solutions idk how they reached it
thats the all the information given
Oh...
ye
How do you calculate the area of a rectangle
LxW
ty ty ty
Please type .close if you're finished
.close
Closed by @dusky scroll
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-0.5=0.95???
0.5 is 50% , 0.05 is 5%
(Decimal) * 100 gives the percentage
@graceful apex
@graceful apex 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.
An integer
so just saying this is even?
Yup
that's $\frac{a+b}{2} \frac{a-b}{2}$? as in multiplication between them?
💜𝓁𝒶𝓎𝓁𝒶💜
Yes
so the question is prove that if $a$ and $b$ are even integers such that $\frac{a+b}{2}\cdot \frac{a-b}{2}$ is even, then $\frac{a+b}{2}$ and $\frac{a-b}{2}$ are even
💜𝓁𝒶𝓎𝓁𝒶💜
Exactly
loll ok just making sure
No problem
i will try it out
ok got it i think
so one of (a+b)/2 and (a-b)/2 is even as you said
if (a+b)/2 is even you can write a+b = 4n for some integer n
then take a look at what a-b and (a-b)/2 equal
Got it
Yup
My teacher said that they both will even so quickly i thought it was some simple logic
What if neither is even?
Then thier product won't be even
then their product isn't even
You also need to show that
It is given in the question
The statement is “if product is even, then one of them is even”
Your proof assumes one of them is even
i thought of something simpler which is that(a+b)/2 and (a-b)/2 differ by b which is even
so they have the same parity
What is parity?
whether something is even or odd
This work?
so i just meant they are both even or both odd
if you know they differ by an even integer
,rotate
My main confusion was if a-b or a+b equals 2 then one the term turns out to be odd
not sure what you're saying there :c
are you on this?
?
what i was saying earlier
so one of (a+b)/2 and (a-b)/2 is even as you said
if (a+b)/2 is even you can write a+b = 4n for some integer n
then take a look at what a-b and (a-b)/2 equal
Yeah i solved that and got that it is even
and is that what you were trying to do here?
I gotta and catch a bus
I expressed a and b in terms of 2 as both are even .
And solved further and got the required result
Sorry i gotta go
Thanks for the help
ok np ^^
i'm still not sure abt this tho
I will dm the reason later if you want
But about 6-7 hours later
.close
Closed by @winged aurora
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 find out if 2 vectors are linearly independent using matrices
benevo
non-zero solutions should indicate linear independence
this works generally for any number of vectors
if you have more vectors than numbers in your vectors then you can infer non-linear independence of the set of vectors
what of the opposite
meaning?
more numbers in vectors than number of vectors
ah if you have the same or fewer you still need to solve for non-zero solutions in the equation above.
but how though
i cant do row 1 x vector etc
form an augment matrix with the 0 vector and your matrix and use row reduction to form an equation.
0 vector and my matrix?
wheres the equation come from then if the x vector isnt there
I am not sure what you mean
heres what id do if it there were 3 vectors
but i cant do that with 2 vectors that are 3 dimensional
to have an equation you need an unknown
if i have my 2 vectors and a 0 vector and i form an "equation" out of those (and idek how youd do that) i would just have numbers
are you familiar with row reduction?
yes
for your example
preform row reduction to solve for your <x, y, z> vector in this case you are guaranteed one free variable (all 0 row) as the there is one fewer vector than the height of the matrix.
that last column of 0 is your 0 vector
thats not an augmented matrix but a regular one
now if i augment that with the x y z vector and then row reduce
that would make sense
what qualification is the matrix missing to be augmented?
the vertical line that goes between the matrix and the vector its augmented with
not quite correct, but I assume you get the point while I fiddle with latex.
seems correct enough; I suppose the 0 vector is behaving as an unnecessary component in this case.
indeed. what this all means, i no longer know. i need sleep
.cloe
.lcose
damn
.close
Closed by @lime summit
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hello!
can you help me with this? i just need the answer
@clever idol Has your question been resolved?
!status
What step are you on?
1. I don't know where to begin
2. I have begun but got stuck midway
3. I got an answer but I'm told it's wrong
4. I got an answer and would like my work checked
5. I have a question about someone else's worked solution
6. None of the above
@clever idol
Sorry I'm back
I'm just really confused and i don't really need the steps \
just the answer
Well no one is here to give you the answer or do your work for you. Please read #rules
@clever idol Has your question been resolved?
Closed by @clever idol
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 my question is that i'm not able to understand a concept in functions.
,rccw
i'm able to understand what f(n) means when only one condition is given on the rhs such x or |x| or something
but what does it mean when 2 conditions are given
modulus
No, define it as above
f(x) = |x|
you mean this
like this
yes
define what it means to take the absolute value of a number
in the format like this image
f(x)=x if x is non-negative
f(x)=-x if x is negative
that's what the absolute value does
I was just looking that 😭
wait what?
modulus changes the negative value to positive that's what i've read
i didn't get this
no
you're a saying a function f(x) = -x ?
$|x| = (x$ if $x \ge 0, -x$ if $x < 0)$
kheerii
imagine this was written in the same format as on your paper
In your format, it's this MrBadAttitude
ye
You can define a function in all sorts of ways. I can define a function in natural language that maps all real numbers to the letter H
As long as the conditions of the piecewise function cover the entire domain (and are mutually exclusive) then it's allowed
Idk if you were confused why it was possible or just what it meant, sorry
as i understood you just explained the conditions of a function to be in relation
am i right?
Not an answer but a function doesn't characteristically have conditions
Us stating conditions is just an approach to defining the function
i mean a relation to be called a function does have conditions that it should follow
only then it can be considered as a function
Are you using relation in the sense of a set of ordered pairs
yes exactly
Or are u using the term casually
Then yeah I agree
I was talking about the conditions like "if x > 0" in our notation
Not sure what this means if you're still using relation as a set of ordered pairs
the thing i'm not able to understand what those things mean
like when you have 2 different conditions on the right
in f(x) = x
here i understood is that if I input the of x in f(x) it'll be domain or a value of set A
and value of x in right hand side will be the range or value of set B
but when there are 2 conditions i'm not able to understand what they mean/ what they're trying to say
[
f \colon { a, b } \to { 1, 2 }; \
f(x) = \begin{cases}
1 & x = a \
2 & x = b
\end{cases}
]
futsal gkn1
@past peak
do you understand this example
we're defining the rule of f using the notation after the semicolon
For our input, x, output 1 if x = a and 2 if x = b
what does this mean? never learnt it before
$f \colon A \to B$ is a function that maps from set A to set B
futsal gkn1
A is the domain, B is the codomain
the function is just defining all the values of the set using different conditions. am i right?
it defines what each value of the domain maps to using different conditions yeah
f(a) = 1 and f(b) = 2
just give me some time. lemme think
maybe you're overtaking it or need a perspective shift
the notation is just another way of defining the elements of the domain map to
@past peak Has your question been resolved?
here the domain being the value of x in f(x)
and
range being the value of the rhs, and its written that the value will be so and so if in the value of x in f(x) follows a certain set of conditons
this is what i've understood
the domain is the set of all objects the function maps from
so yes x is in the domain
it sounds like you've got it yeah
Closed by @past peak
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I am supposed to prove that the two vectors means the same line
I am guessing that i need to check if they are parallel first. But i have no clue how to do that
yeah no worries
when we look at these vectors, we can split them into two parts
one vector with the t's and one with only numbers
for the first one we would get:
(2t,-t,-t) + (1,2,3)
the sum of these two makes up the whole vector again
we can write (2t,-t,-t) as (2,-1,-1)*t
we can now call (2,-1,-1) our direction vector
That is basically parametric vector form right?
on a different note, if we look at linear function we had:
y=mx+b
here m was our "direction" or slope
here it is the same
v=a*t + b
with a being the "direction"
if we have the vector (2,-1,-1)
the parametric form would be 2x-y-z
ah okay
two function y=mx+b are parallel when their m are equal
so our vectors are also parallel if their direction vector is equal
so in this case, we get a "direction" of (2,-1,-1)
Okay. so far i understand what you are saying
(-2,1,1) ?
well. they would be the same if one of them would be multiplied by (-1). doesnt that mean that they point towards opposite directions?
exactly
so they are parallel, but point in opposite directions
still parallel though
Ah i see
now if two lines are parallel and we want to check if they are equal
it is enough to check if there is one point where they intersect
because then since they are parallel, all points will be shared between the two
and thus they will be identical
Okay
do you have an idea on how to check this?
not really
we can think of these vectors as functions
so f(x)=ax+b
just that f(x), a and also b are vectors
now if a point P lies on this function, then P=f(x) has a solution
it also works the other way around
so if we find a solution to P=f(x)
then we can know for certain that P lies on f(x)
so let's start by getting this point P
we can choose any point of one of the vectors
so let's just set t=0
the first vector gives us (1,2,3) then
now to check if this point lies on the other line as well, we set them equal
now let's see if we get a solution
do you see, how we would do that?
on the left side we have (1,2,3) and on the right (-2,1,1)t+(3,1,2)
if we set t to a value that makes them become equal?
yes that works
but guessing can potentially take a long time
we can simplify this equation by subtracting the vector (3,1,2)
so we get
(-2,1,1)=(-2,1,1)t
now we can clearly see that t=1 is a solution
so in total:
-we found that the vectors point in the same, but opposite direction
-therefore they are parallel
-we found a point that both lines go through
-since they are parallel they are equal
You are very good at explaining. I have no clue why my teacher didnt go through this
Thank you for your help
have a good day
you too ^^
.close
Closed by @subtle igloo
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I have a question. So if an item cost $281 for 50 quantity, how much would I pay if I had 6 of the 50?
uou would do 281/50
to get the price of one
and then multiply by 6
to get the price of 6 of the 50
I tried 6 times 50 and its 300 (19 over 281) and doing 5 times 50 is 250 which is 31 under 281
Like what I need to spend of the total?
yea
The total?
tell me ur answer
the price of 6
,w 281/50*6
this should be your answer
The whole math thing is in a game i'm playing. And the game only goes by cents and non whole dollars
@icy yacht 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 need help covering some rather easy topics
I was neglected to be taught as a child because I have autism and my working memory is ass so people got fed up with me rather quickly
I'd appreciate someone super patient willing to eli5 because I'm not the best at even simple things, I still can't divide in my head.
So, that being said
I need to cover real numbers and Algebraic expressions
Properties of exponents and radicals .
Polynomials and factoring
And rational expressions
also my English is 6/10?
my teacher currently (I go to a technical college for nursing) kind of talks at me rather than to me
which is a common phenomenon with math teachers in my location
What do you mean by real numbers?
uhhhh
those sound like kind of broad topics that would be hard to cover in a discord chat
you might do good to go to http://khanacademy.org/ perhaps
The Algebra 1 course, often taught in the 9th grade, covers Linear equations, inequalities, functions, and graphs; Systems of equations and inequalities; Extension of the concept of a function; Exponential models; and Quadratic equations, functions, and graphs. Khan Academy's Algebra 1 course is built to deliver a comprehensive, illuminating, en...
this is true but I'll give some example problems
Khan academy makes me freak out ngl
oof
genuinely I'm stupid
there is almost no hope in me really
this is kind of a last stitch effort before I fail and try to figure things out
like what even is an integer
Integers: -1, -4, 1, 0, 10, 100, 532 and everything similar
Those ones you use and count with
an integer is a positive whole number, a negative whole number or zero.
I just don't see how those are similar
..., -4, -3, -2, -1, 0, 1, 2, 3, 4, ...
None of them have decimal part
do you know natural numbers
Yep
Now integers is like whole numbers, but they can be plus or minus
one sec I will pull up an image I need explained
yeah, do that
so 1 2 3 4 5... Positive ONLY is natural numbers
Yea
oh god the "whole as natural with zero" shit 
in this picture, whole numbers means natural numbers including zero
$\mathbb{N}_0$
VulcanOne
I think
what's the point of having whole numbers then if they can be represented by integers as well
or is it just for technicalities
integers are a wider set
They are different sets for different uses
integers contain negatives as well?
-3 is an integer but not a whole number, according to that pic...
Yep
So integers would be like -3 -2 -1 and 0 1 2 3
Yeppo
sure
are there any exceptions to this
exceptions to what
okay so like
the reason why i said a somewhat noncommittal "sure"
is that the way i heard it, you have glossed over the fact that the natural numbers go on forever
they don't stop at 3 !
oh wait so do rational numbers include fractions in between each number as well
and the integers go on forever but in two functions
like negative and positively?
rational numbers are fractions with an integer on the top and bottom
this includes both positive and negative rationals
and yeah I know they go on forever I see no reason to stop at 3 I just forgot the ellipsis
i caught onto your forgetting the ellipsis yes
Why do they have to have an integer on top and bottom
oh wait nevermind I answered my own question
that's like everything else, it HAS to be
it's a definition.
oh so an integer would be defined as any number that is not a fraction
what would be a better definition
rational numbers are fractions with an integer on the top and bottom
sorry for being obnoxious as well
idk maybe you don't want me to repeat myself
maybe you want me to write things in a different way somehow
I don't know what I want I'm just trying to cover fundamentals of things I don't understand before I tackle bigger things
quick question, we dont need to apply quotient rule while using l'opital's rule?
the definition of square root confuses me
open your own help channel, this channel is taken
it was just a y/n question thats why i just asked it here sry
So the definition says a number which produces a specified quantity when multiplied by itself.
like
7 is the square root of 49
my questions are
-
How would that be expressed (7 as the square root of 49)
-
For example would 2 be the square root of 4 since 2x2 is 4 and that's a set quantity
man I wish I could save this chat
I'm gonna take some screenshots but my late class is over so I can't see the math I'm working with anymore
I'll try to be more descriptive tomorrow and this afternoon
this helped though
got my screenshots
so why is Pi so significant
like how the hell does it do the things it does
like finding measurements that it doesn't even concern itself with
it just seems so random
I've got some specific subjects now
Field properties
how do I use them?
And what are they used for
I think tomorrow I'll go through all of the lessons I've completed and send pictures and stuff here for better explanations
with more concise questions
thanks guys
@timid silo Has your question been resolved?
π is really important because it appears everywhere
Closed by @smoky 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.
anybody know this one?
What is the question
Send full picture
@main goblet Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I got this wrong I was wondering how to solve this problem
You can start by combining the logarithms
Recall that $\log{a} - \log{b} = \log{\frac{a}b}$
A Lonely Bean
consider it a composite function
Yeah, now, since ln is a continuous function, you can interchange the limit and the ln as long as the expression inside has a limit
of ln(x) and (3x+1)/(x+3)
Wait so one second let me look at this for a second
Im kind of confused what you mean by this
$\lim_{x\to\infty}\ln{\frac{3x+1}{x+3}}=\ln{(\lim_{x\to\infty}\frac{3x+1}{x+3})}$ as long as $\lim_{x\to\infty}\frac{3x+1}{x+3}$ exists
A Lonely Bean
Now we need to evaluate the limit that I mentioned the last
let f(x)=ln{x} and g(x)=(3x+1)/(x+3)
the limit you're looking for is lim x->inf
f(g(x))
I can take ln of that
Yes, thanks to the fact that ln(x) is a continuous function on its domain
There are two ways to evaluate the limit of (3x + 1)/(x + 3)
- Divide top and bottom by x
- Rewrite the fraction as 3 - 8/(x + 3)
(L'hopital's rule is also an option, but a whack one)
The final answer is ln3, yup
omg thx guys
you helped me so much
Next time i wont mess that up
i appreciate it
.close
Closed by @grave flicker
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 find a normal to a line
there are many vectors that are perpendicular to a given straight line.
how would i find
some
you want a vector that is perpendicular to (1,1,1)
i.e. the direction vector of your line
i.e. a vector (x,y,z) satisfying (1,1,1) · (x,y,z) = 0
yeah
this is a system of 1 linear equation in 3 variables.
have you considered that perhaps you are overthinking it
you yourself said you do not need to find all solutions but only one
yes
Closed by @bright geyser
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 find x
!nosols
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
either theres a miscalculation in my part or something is wrong
my textbook ahve diff answers
yea, it's a miscalculation
from my part?
Did I do smth wrong?
usually we won't cancel out something with x
oh?
anyways, it's good process, but to further simplify it, actually it good to notice that it's a quadratic
Let t=x^(-1/3),
let's see what you can get
where do i plug t?
very first expression, it will make the whole thing shorter and easier to spot
what do i do with the second polynomial
the -1/3 x^ (-2/3)
$x^{-\frac23}=(x^{-\frac13})^2$
hmmm
LaTeX down
what i meant is
(x^(-2/3))=(x^(-1/3))^2
ah got it
do tell if you need more help
do i just factor out the t?
yep
yes
then, since we don't have x in 3, we can multiply the 3 on both sides of the equation
we have
t(2-t)=0
oh
then
t=0 or 2-t=0
t = 2?
?
for the first one
"since we cannot have any number x such that 1/(x)^⅓=0, therefore we have to reject this case"
Oh
If the second?
Where did i misscalculate
oh
all good?
yea
the only way i see this is cross multiplying
and it doesnt equal to the below one
oh
nvm
u removed the 2
so it became half
yeah
