#help-0
1 messages · Page 982 of 1
Sounds like a good idea
Looks good
They want it in exact form
$y = \frac{1}{2}\cdot \frac{e^{\frac{7}{4}}}{2} + \frac{7}{4}$
Usually easier to work with fractions
dk.dkn
Try to simplify that
Let’s go
Green is the normal, and the horizontal and vertical lines are your x and y values
You can see they meet where the normal crosses C_2
It’s probably good to write brief explanations for some stuff you’re doing too
Like ‘find gradient of curve’, ‘gradient of normal is’, ‘set equations equal’
Just a few words at each step, it makes your work clear even if you have bad handwriting
Yea np man
I’m gonna work on the next question a bit, can I dm u if I need help?
Yeah sure
Thanks
Np
@stiff hornet Has your question been resolved?
Closed by @stiff hornet
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 assuming MO and NO are congruent since MN is a chord
So find the area of the sector, subtract the triangle
You can use law of cosines to find the angle MON
@jaunty crane Has your question been resolved?
oh yearight
18.4 square = 12 square + 12 square - 2(12)(12) kos 0
i got 100.11 or 1.7475 rad
@last ether should i apply the next formula?
Ye
Not sure. I don't have a calculator on me
But just find the area of the sector
You know that for every 360° ghe area will be 144π
so do $\frac{144π}{360} \cdot 100.11$
Umbraleviathan
@jaunty crane Has your question been resolved?
Closed by @jaunty crane
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 having trouble woth some proofing
I have this and i need to show its odd when y is even
But i cant sene to put x in odd form
You can't. If y=2, then x=1/3 is not an integer, hence not an odd number
Yeah youre right, i thought this was true because for all integers i was still getting odds as an output
Let me show you the question
I made a chart and all were odds
solving for x as a function of y is a good idea. What does it mean if some y values don't lead to an integer ?
You'd also need to show that same value can't be reached from O. Then if it is reachable neither from E nor from O, it is not reachable at all
And if you always find it is reachable, than the function is actually onto
How would i have realized the function wasnt onto if all values seemed to be outputting odd values
Oh im guessing itd have to be outputting every odd value
Could i have realized it wasnt onto from this not containing every odd integer,
?
Thats true gmm
So why cant i do cases like i was a second ago
Because i was gonna do them bases on y being even and y odd
You can. You just need to get to a result, which I don't think you did
Put it in the form of odd eventually and show y is in the image and prove that in all cases its in odd
Hint: what is f(O) ( = {f(x) \ x in O})?
Its an odd isnt it
When you plug in an odd you get an odd in the piece wise
Unless im misreading that
Yes, but what odd numbers ? Every odd number, or only some odd numbers ? And if only some, are the other ones in f(E) ?
The function is defined as being from Z to O, so it tells you that the output is odd, so that shouldn't be surprising
I think f(O) would cover all of them, theyre all in intervals of 2
And f(E) only covers some
can i not do that with cases?
You don't need to
Let me try to come up with something
Hmm i say let x = y-1/3
But then aftee that im confused
To prove f is surjective (the real word for "onto") you pick a random element and show it's the image of at least one element
Couldnt i do it with just the even function then since it covers all odds,
So something like
Hold on
I thought maybe if i used the even function itd cover it so like let x=y-4
But theres no way to make that odd
Hmm proofs give me so much trouble
I can do calculus just fine but this makes me confused
That's almost all you need. Depending on the level of detail is a line or 2 at most
Wait so would this be something like let x be that then because y is element of Z, then so is x sand so is the function
So then plug it in to the original and get y
I think
That's the idea yes
If you leave out every detail you get: "let y in O. f(y-4)=y so f is surjective"
Ill keep that in mind and try working it out to end up with that, thank you so much
Considering your level (of study) you'd need to add quite a few details but I'll leave that to you
@proud bobcat Has your question been resolved?
I think i did it
@proud bobcat Has your question been resolved?
@proud bobcat Has your question been resolved?
Closed by @proud bobcat
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.
it's a question from code jam ,,
I'm new to competitive programming
I'm trying to solve this problem but I can't able to understand the question fully
I can't able to understand this part
A straight of length ℓ starting at x is the list of integers x,x+1,…,x+(ℓ−1). We want to choose some of the dice (possibly all) and pick one number from each to form a straight. What is the longest straight we can form in this way?
@alpine sable Has your question been resolved?
no
basically ```
5 4 5 4 4 4
you need to find a subset
free order, free "connectedness"
where if you sort it, each number is not smaller than its index
your first number is anything, second is 2+, third is 3 or more, second is not smaller than 4 etc.
and you can pick from anywhere you want
so here the longest is 4 4 4 4 5 or 4 4 4 5 5
either one is 5 long
oh right they are never smaller than 4
why can't I able to understand question , is it the question tricky or am i lack of knowledge
i don't know
Closed by @frozen pumice
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
why can't i rewrite this inequality as (x-2)/(x+1) > 1
the inequality completely changes
how did you get that?
i multiplied both sides by (x-2) then divided both sides by 4
x is not equal 1 and x is not equal 2
i could, but i have to solve for the interval
Is the problem not just that you have multiplied an inequality by a variable which could be positive or negative?
If you restricted it to the range in which what you multiplied is strictly positive or negative and then changed the sign accordingly it should be fine
so i have to consider the case where it could be negative too and create another case and flip the inequality sign?
Plug in x between negative infinity to 1 like 0, -1, and see if inequality is true or false.
i see
OR you can multiply both sides by the denominators squared as a variable squared is always positive and thus you don’t have to change the inequality
You are looking for domain where inequality is true
Although my preferred method most the time is to change the inequality sign to an equality sign and then find where the two curves intersect and then solve logically although that gets confusing when there are asymptotes
hmm i just did that but wouldn't i just end up having the x's cancle out and not being able to solve it
There is asymptote at x = 1 and x = 2 You want to check x values that makes the inequality true.
If the x’s cancel out and you get a true statement then that means it is true for any x
That doesn’t equal 2 or -1
Plot the two graphs on Desmos separately and look
ah, i see so i only have to test values to see the actual sections of where the inequality holds, ok
i'm don't quite see how that method works out
i would only see when they equal but not when they are greater or less than one anothher
Yes, there are 3 intervals you want to check. -infinity, less than 1, between 1 to 2, and greater than 2 to +infinity
i might've understood it wrong, but did you mean to say this when squaring both sides? it didn't look the same
This is assuming they do not intersect
You haven’t multiplied both sides
You’ve multiplied each side by something different
i think i'll just stick to this way
would this be your go-to method if you were to solve this question?
Probably the easiest way
Gotta expand a few brackets but if you keep it tidy that’s fine
there will sometimes be much easier methods
but this will always lead to the correct answer yk
yeah, it doesn't doesn't look that bad once things just start canceling out
yea, thats true
they wont necessarily cancel out though and thats when other methods are helpful
like if its a quartic you can be expected to solve it
so its good being familiar with a few methods
what are you on
try x=0
4>-2
thus true for x=0
i agree, could you also explain the method where you switch the inequality sign to a equality sign instead
Be nice John. It could be the calculation error. If that is true, solution is (1,2) let me double check my calculation
doesn't that like mess up the process once get further down and your not sure whether your dealing with a less than or greater than when you mult things by negatives
the significant points are where there is an asymptote or they intersect
if you write these all down on a number line (in this case it is just the asymptotes as they dont intersect)
we have 3 areas
x<-1, -1<x<2 or x>2
and then simply plug in any number and test which regions the inequality is true for
for example we could put +5 and -5 and 0
and that would show it is only true for -1<x<2
you mean 1<x<2
Oops, I wrote x-1 for denominator. yes, x can not be -1 and x can not be x =2.
yup
sorry for being rude also
its easy to make a slip up on inequality questions you need to be careful
It is ok John.
Closed by @open 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.
hey, please can someone explain this? thanks
i don't understand where the -2 comes from
i suppose it oculd be an effect of integration
oh wait
i am dumb
it's just expanding the brackets. You have (a+b)^2 and the middle term is 2ab. so -2*e^x *e^(-x)
ah alright then lmao
np good luck
.close
Closed by @ionic hazel
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 please give a general explanation of what series are? (currently learning it in calc 2)
@cerulean galleon 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.
combinatorics question
how many 7 digits number can we have only with strictly decreasing order ?
Separate the cases based on starting digit
Then where necessary do the same again for the second digit
It shouldn't be too bad
@misty bobcat Has your question been resolved?
you dont need to do that
i have tried but it seems to complicated for me, there is lot of possibilities
Not really
Why
only strictly decreasing...
select any 7 digits you can always order them to be strictly decreasing
oh wait
it decreasing not increasing
but you can work with same logic
i think
Yeah actually that's a pretty neat way
if it would be strictly increasing then it would be 9C7
i think that does not work
I think it's 9C7 anyway?
Why's that a problem?
9C7 are only all combinations, there are all numbers included
it should be 9C7+9C6
10C7?
I think you discarded it because it doesn't hold for increasing
But for decreasing it should be fine
I wonder how far can that logic be extended though
Like alternating digits for example
Or a number with a fixed number of distinct digits defined by any rule
I mean it makes sense
yeah
Our original set was 10 digits
just double checked with bruteforce
Closed due to timeout
Use .reopen if this was a mistake.
✅
select any 7 digits you can order them to be strictly decreasing
so you just need to find how many ways to select 7 digits and there are 10 digits
No
Think about the choose function
And why we used it
Does the choose function allow permutation?
What dk is asking, what's the difference between permutations and combinations?
Because you have nPr vs nCr
Yep
with n! arrangements, we divide by (n-r)! because we want to choose only r objects
And we divide by r! because for any of those sets we can rearrange it in r! ways
That last step answers your question
yes, i will study it mooore
It's incredibly useful in combinatorics
.close
Closed by @misty bobcat
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help in Cartesian equation please
If you translate specifically what it is you need help with I can help @solemn tendon
solve the following equation systems (x; y) e R²
on the first pics
the exercise 2
expand the brackets?
if you do not know how to factorise confidently then work backwards
oh i was lookinmg at second pic exercise 2
S1 and S2 are both seperate sets of simultaneous equations, correct?
then for S1
2x-2y=-3
3x-4y=2
in this case multiply the top equation by 2
and you get 4x-4y=-6
and then subtract the second equation
3x-4y=2 from this to get
x=-8
Don't do the problem for people or give out answers
oh mb
sorry
i was going to encourage him to do 2nd
I didnt know we couldnt use some as examples
how ??
You were pretty much doing the problem for the person
sorry mb
its like if i had x+y=1
ok
y= -1-x ?
FYI, the process that is happening is elimination
Usually better to prompt them through then tell them to go off on their own
It's not the end of the world
its kind of hard to explain exactly why elimination works but your method of substituting values will work just as well
You're the one helping them, if you really want to do use one as an example, you can
you can use a another example pls ?
you can do that in the example you gave also
done?
yeah
oh ok
you were correct with 2y
yes
and after i didnt know
well you have an expression for y in terms of x
you should involve the other equation
yeah
I don't know how to continue y=1/2+3x/2
you can substitute 2x-3(1/2+3x/2)=5
by 2 ?
you know what y is equivalent to, so replace it
yes
its that ?
you should try S1 now
that one doesnt work out as well as S1 does
you can prolly do it
nop
why?
thats just how the second equation rearranges
i can put the 4y in the other side
yeah ur equation works only for -4y
yes
where has that come from
nooo
use this
yeah
ahh ok
ohhh YEAHH
y=9
-9/2-2 does not equal 9
=-9/2-4/2=-13/2
you have to then use the initial equation
2x-2y=-3
and substitutey=-13/2
2(-3/2 - 13/2) - 2(-13/2) = -3
what does that simplify to?
2 ?
no
i dont know
-8
x=-8 and y = -13/2
yes
ily bro
good night my hero
give it like 5m trying then someone else will probably help
ok i go no w
-3x+ 2y=1
2x-3y=5
-3x=1 - 2y
X= -1/3 + 2/3y
2(-1/3+ 2/3y) -3y = 5
2x( ...)
so
-2/4 + 4/3y -3y = 5
euh
@solemn tendon 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 tell me how I can simplify this?
what part are u stuck on?
I'll send my work
are you trying to find x?
Foil?
I think I see it aswell
I didn't divide both sides
I subtracted for 1 and divided for the other
in the second line
No nvm
you cannot distribute the the square
instead you must FOIL
are you familiar? or i can teach you
I might be familiar to the process but I don't understand the term you're using
I'm not American so I don't know the American names for stuff
Yes
basically it is the way to multiply and make sure everything gets multiplied together
we were told it's crab claws lmao
so with the first term (x+4)^2, how can u apply this method?
Because if you use curved lines you get crab claws
crab claws? Ive never heard that. If i may ask, where are you from?
Ireland
very cool! that is an interesting name/ way to teach math I've never heard of.
i see
So (x+4)(x+4) ?
yes
Ok I was missing the 8x thanks
Yeah
and use the Pythagoras theorem
so instead of adding them all up
the two shorter sides should equal the hypotenuse
Ok I get ya
@short cobalt I'm getting 0=6x+x^2+25
Now I use Pythagorus theorem right?
Where is that from? Just so I know?
I did foil on all of them and then added them
Which did u add?
Hmmm
Now I just need to solve for x
Since u already have the sides equalling the hyp u should be good for that
I have to go but this is what I have
@vital ocean
Well it says that x is a natural number
What the fuck
<@&268886789983436800> change channel name to M4tty?
The bot is uh
Having its moments
ye its a bit borked rn
Should be $x^2 - 26x + 25 = 0$
Umbraleviathan
You should be able to solve from there
Ty for fixing my mistake. I was running out the door and probably made some calc error!
Yes
@vital ocean and you should be good to go
@last ether Has your question been resolved?
burn in hell
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.
- vertical translation 7 units down
- horizontal translation 4 units left
- vertical stretch by a factor of 3
this is what I have
that looks correct to me
although the order is wrong
since you translate it first, then stretch about the x axis, then it's different from stretching and then translating it (vertically)
and the horizontal translation is to the right
f(x-4) means that x needs to be 4 units greater (4 units to the right of normal) to do the same thing as just f(x)
or, well, nvm since it seems you're listing the translations to go from f to g
but it's asking for how you got f from g
Closed by @midnight compass
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 would we go about solving b? would we need to find a smaller function
prove that is divergent
to show that cos(1/n)/n also diverses?
have a look at the limit comparision test
i think that should help
so you would use limit comparison right? not the ordinary comparison test
I'm trying to think of a way to do it with comparison and coming up short
mhm im still trying to find a way for the ordinary comparision
there are other problems in my hw that specifically use limit comparison so i think im supposed to use ordinary for this but ive hit a wall
hint: the cosine is bounded above by 1
Since it alternates, it would seem to conditionally converge. But I can't imagine comparison should give this.
wait i thought this doesn't alternate
it does
^
Oh heh yeah it doesn't. Sorry I ignored the 1/n for a sec
how did you solve a?
yes
i see how this works now, since cos(1)/x diverges the bigger original would as well
but how would u find this
Let x get large
mom thats why its cos(1/x) > cos(1)
yeah but why are you comparing with cos(1)
an unknown value
just compare... to 1
but 1 over x would be bigger
so it wouldnt prove whether original diverged or converged
yea i needed a lower bound
cos(1/n) <= 1 - 1/2n^2
when n goes to infinity
where did " 1 - 1/2n^2 " come from
from daddy Taylor
compare with (-1)^n/n
oh yeah nice
its pretty much done by doing
$\left|\frac{\cos(\frac{1}{n})}{n^2} \right| \leq \frac{1}{n^2}$ right ?
Herels
@slim pebble Has your question been resolved?
Closed by @slim pebble
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can someone help me integrate 6)
I can help
yes pls!
@tribal geyser Well what did you get when you differentiated x^2 e^x?
This is for logs right?
Multiply the coefficient by the power in the constant and don’t change the coefficient
2xe^x+x^2e^x
Ah wait problem 6
did you learn substitution with integrals, yet?
If yes, try substituting $u = 2x^3$
nvx
you don't
@tribal geyser 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.
Closed due to the original message being deleted
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
No
pi is a constant
Chain rule
so you can pull it out
Not from ln like that
wait really, you can't do that?
Can you pull out a 3 from sin(3x)?
so for trig and log functions we cant do that
but for stuff like derivative of pi times x^4
we can pull it out?
Yep
Closed by @covert 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?
sqrt(1/2)=1/sqrt(2)=sqrt(2)/[sqrt(2)xsqrt(2)]=sqrt(2)/2
i dont get it
you multiply the denominator and numerator by sqrt(2)
to rationalize the denominator
now what's that?
get rid of radicals in the denominator
you´re welcome
.close
Closed by @soft ether
Use .reopen if this was a mistake.
.$$\frac{1}{\sqrt{2}} = \frac{1}{\sqrt{2}} \cdot \frac{\sqrt{2}}{\sqrt{2}} = \frac{\sqrt{2}}{\sqrt{2} \cdot \sqrt{2}} = \frac{\sqrt{2}}{\sqrt{4}} = \frac{\sqrt{2}}{2}$$
dldh06
thx for that
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
what is the meaning of that line over x in part4 of the question?
Please don't occupy multiple help channels.
Don't open multiple channels
Closed by @vestal aspen
Use .reopen if this was a mistake.
.reopen
✅
can I ask for different question in the same channel that I occupied before?
Yeah you can ask other questions in your original channel
Closed by @vestal aspen
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 {b} an element of {a,b,c}??
no, but b is
Closed by @pearl drift
Use .reopen if this was a mistake.
What does this even mean
b is in the set containing a, b, and c
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.
It looks like they multiplied the denominator with z^4 and the numerator with z^2
Am I missing something?
seems that you are right to me
i think so, unless there is some other context of the problem that makes this legal
@frosty sable Has your question been resolved?
Closed by @frosty sable
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.
help??
what have you tried?
i think a general idea would be to do case work on the intervals were m can lie
to get rid of the absolute values
Closed by @silver current
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 i am unsure as to where my error is
actually nvm i am confused
can anyone walk me through their process on how to solve?
Is this linear algebra?
yes
What did you try?
Yes that is right
and then you put it in least square form
Did you write that in Ax = b form yet?
Yes
$(A^T A)x = A^T b$
dldh06
oh my goodness
i am so sorry
that i have taken your time for such an easy task
thank you for talking through it @wary stream
.close
Closed by @dim pine
Use .reopen if this was a mistake.
have i successfully closed?
ok
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.
@strange rampart Has your question been resolved?
@strange rampart Has your question been resolved?
Closed by @strange rampart
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 are the 4 points for Utts & Heckard’s Guidance for Making Conclusions in Hypothesis Tests?
@somber mango Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone explain point 1,2, and 4
@somber mango Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How can I use wolframalpha to help me solve the problem?
I can integrate with wolframalpha but I cant sub in the initial conditions.
i want wolframalpha to give me the complete answer in one line
@alpine sable Has your question been resolved?
Closed by @pseudo cradle
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 in example 2 can you explain to me where 1/2 came from?
@hollow pulsar sqrt (u) means u^(1/2) and thus it's written so.
What is sqrt?
@hollow pulsar square root.
@hollow pulsar umm.. no..
Actually it's because u^(1/2) is in the form of u^n so using the rule of integration for u^n which is
(u^(n+1)) / (n+1)
Putting n= 1/2 u get (u^(3/2))/ (3/2).
@hollow pulsar ?
Yeah
@hollow pulsar Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do you do this
@alpine sable use algebra
how
isolate x
how do i do that though
walk me through it
<@&286206848099549185>
Subtract 2 from both sides
yes
i can do that
<@&286206848099549185>
I think like this
Closed by @quaint finch
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! Im having trouble with a question concerning span{} in linear algebra. Im just re-learning linear algebra at the moment and so the current section I am on has not touched on subjects like linear independence/dependence etc. just plain old Span{} with linear combinations. So i'm struggling with the current prompt of proving that span{u} = span{cu} where c is a non-zero scalar. Not really sure about how to approach this. The textbook gives a hint to show that the span{u} is part of the set of vectors span{cu} and vice versa. I can see intuitively how they are equal but I just don't know how to put it in words.
To prove equality of sets, you show that each one is contained in the other.
To show span{$u$} is a subset of span{$cu$}, take an arbitrary vector $v$ in span{$u$}. Then $$v = \lambda u$$ for some scalar $\lambda$ in the field. Then, $$v = \dfrac{ \lambda }{c} (cu) \in \textrm{span}(cu).$$
This shows span{$u$} is a subset of span{$cu$}.
Try to show the reverse containment
1345631
Note that you use the fact that c is non-zero to rewrite lambda as lambda * (c/c)
Oh interesting! So in summary: take an arbitrary vector v that is known to be in the span{u} defined to be (as shown), solve for u? then back substitute to show that span{u} is just a subset of span{cu}?
I think I can vaguely understand what your saying I just cant put it into words😂
Not quite. To show A is a subset of B, you take an arbitrary element of A and show that it is in B.
Oh!! Yeah that makes sense now that you word it that way haha.
Thanks I think I understand it for the most part!
.close
Closed by @tender wharf
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Anyone help with this please
Thabo is considering buying a car to the value of R233176. He expects to put a deposit down of R34000 and his repayments to be R3249. The bank has offered him an interest rate of 14% pa compounded monthly payable over 6 years. The problem is that Thabo is considering how much residual he has to pay on the vehicle. Being Thabo's bank consultant, Thabo wants to know how much the residual payment will be?
@versed lodge 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.
What is it mean when it says tangent to x=13
Its asking to use the information to write this in circle equation
But I don't understand what i means when it says tangent to
.close
Closed by @manic quest
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
"Identify the transformations that must be applied to y = x2 to obtain the graph y = -½(x - 2)² +3"
I got this homework questions, I tried googling what a Transformation is and watched videos but still don't understand, I'm not in the country so I can't ask my teacher for help physically and they don't have online Gmail's or anything. Can anyone explain what a transformation is and what I have to do here?
@verbal compass Has your question been resolved?
Sadly no
@verbal compass Okay so first of all, I recommend opening desmos and graphing y = x^2 and y = (x-2)^2
Tell me when ur done with this
Ok
Replacing x by x - 2 in f(x) or y = x^2 here, the graph shifts to the right by 2 units
Done
can you see that y = (x-2)^2 is just y = x^2 but shifted 2 units to the right?
Yes
Okay good, this is something that you should know
Replacing x by x - a in f(x) (which becomes f(x-a)) means that we are shifting the graph of f(x) "a" units to the right
assuming a is positive here
Yes
-1/2 (x-2)^2 + 3 is an equation for a downward parabola (this is something you should know since ax^2 + bx + c is the equation for a parabola and if a < 0 then the parabola is downwards)
It's downward because A is negative?
Wider than 1?
for now we dont need that
So we need to invert the graph of y = (x-2)^2
and this means multiplying it by a negative sign
Yeah
inverting means all positive y values become negative, negative values become positive
that happens when u multiply by a negative sign
So I simply put a negative right after the = sign?
In order to get that 1/2, we must divide every "y" value by 1/2.
So -½
so the transformation will be: dividing every y value by 1/2, which indeed gives us a wider curve
you were right
Yay
and then we add 3 to every y value
Yes I see it's wide
and we get y = -1/2 (x-2)^2 + 3
And that will make it go up 3?
Yes every y value goes up by 3
On the Y axis
I see
First: y = x^2, then y = (x-2)^2, then y = -(x-2)^2, then y = -1/2 (x-2)^2, then y = -1/2 (x-2)^2 + 3
So moving it to the right 2 on the x axis, then flipping it (making it negative), making it wide, and moving it 3 up on the y axis
Shifting it to the right by 2 units or horizontal shift to the right by 2 units, inverting it, widening it by a factor of 1/2, upward vertical shift by 3 units or shifting it upwards by 3 units
np
.close
Closed by @verbal compass
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.
Please don't occupy multiple help channels.
Closed due to the original message being deleted
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 i need help
it doesn't matter if you don't understand the text part
can you check if my calculates are correct?
@pure tree Has your question been resolved?
@pure tree Has your question been resolved?
<@&286206848099549185>
@pure tree Has your question been resolved?
Not yet
@versed lodge