#help-0
1 messages · Page 442 of 1
with #11 , i thought to simply use trig, but the answer subtracts the answer that i got from 180
when you're measuring angles you need to move the vectors so that the tails touch
so sliiiiiide that bottom vector over to the right before measuring the (much bigger) angle to the hypotenuse vector
okok
wait i think i may be confused with the diagram
oh wait i gave them a 90 degree angle
oh my gosh
wait still can’t get it
okay, so i could still use my strategy then subtract from 180
i just dont seem to understand how you can move it
and if i weren’t to draw it in that way , how would the 4N act on it
vectors have a direction and a magnitude
they do not have a specific position
wouldn't it be most natural to draw the force vectors all originating at one point anyway?
since the object is in equilibrium
@west owl Has your question been resolved?
@west owl Has your question been resolved?
@west owl Has your question been resolved?
.close
Closed by @west owl
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.
Heyo i was wanting to convert this to graph notation so that i can write a python function but im lost as to where to start
For this tournament a structure is used where all games are set at the beginning. The
committee has determined that the following properties are sufficient:
• For every pair of distinct players, either they play against each other, or there are at least two
other players that they both play against.
• All players have the same number of games.
So for example, if Alice and Bob don’t play against each other then it’s still OK as long as they both
play against two players in common, say, Charlie and Denise
@upper sinew Has your question been resolved?
What do you mean graph notation?
Disregard that, i just dont know where to start
Graph like
def N(V, E, u):
"""Returns the set of vertices in V that are adjacent to u given edges E.
If (V,E) is the entire graph, returns the neighbourhood of vertex u."""
assertIsUndirectedGraph(V, E)
return { v for v in V if (u,v) in E }
def NS(V, E, S):
"""Returns the set of vertices in V that are adjacent to a vertex in S given edges E.
If (V,E) is the entire graph, returns the neighbourhood of S."""
assertIsUndirectedGraph(V, E)
return { v for v in V for u in S if (u,v) in E }
!original
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
@upper sinew Has your question been resolved?
I've model the tournament as a graph where each player is a vertex and each game is an edge connecting two vertices. Graph as G(V,E)
where V
is the set of vertices (players) and E
is the set of edges (games).
For every pair of distinct players, either they play against each other, or there are at least two other players that they both play against.
i.e for every pair of distinct vertices, either there is an edge between them, or there exist at least two common vertices adjacent to both. In graph theory, this is known as the property of a strongly connected graph.
All players have the same number of games.
i.e all vertices have the same degree. In graph theory, this is known as the property of a regular graph.
does this seem right?
are you given the set of edges?
and you're meant to determine if the graph satisfies that property?
did i read good
@upper sinew Has your question been resolved?
Closed by @upper sinew
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can anyone help me with algebra 2?
Yeah just send your question
well there is a lot.. I have no help, I'm losing it. let me get some.
well start with the easiest assignments you struggle with and gradually receive help w all of them ^^
Do you wish for me to explain why, or just the answer?
Explain if you could
To figure out which confidence interval will have the widest range of values, youll need to understand how confidence intervals work.
So a confidence interval gives a range that likely includes an unknown population parameter. The width of a confidence interval depends on:
- sample size (n)
- the standard deviation (σ),
- chosen level of confidence chosen.
In your case, the sample size is 450 and the standard deviation is 13, which stay the same for all the intervals. What changes between the different confidence intervals (80%, 90%, 99%, 85%) is the level of confidence. Agreed so far?
Okay, I think I understand that part.
Are you familiar with something called the Z-score?
I am not.
Okay, so the confidence level is linked to a critical value from the normal distribution, called the Z-score.
Whats import is that higher confidence levels have bigger Z-scores. When the confidence level goes up, the Z-score gets larger, making the confidence interval wider.
Ohhh okay, that makes sense
So which of your options would give the highest z-score?
wouldn't it be 99% because thats the highest number?
Yes, though you reasoning could use some refining that is correct
So that means the answer is 99%? and ohh?
yes
Thank you so much
Out of your options 99% will have the highest z-score, and therefore the widest range
So the higher the number the wider the range
In the case of confidence intervals, yes, the z-score increases as the % goes up, consequently, the range gets wider
what are you studying, AP class?
Ohh okay! and no it's just normal highschool Algebra 2
mhm, fair enough
I am not smart enough for AP classes
Math and me don't go together well, I do okay in everything but math.
Math can be quite tough, but everything can be learned :)
okay next question, lets see
You are so sweet thank you.
Yeah these next ones just confuse me
I think the answer is D, but I am very unsure.
Well, the first one is def wrong
Yeah
Well to be honest, im unsure myself but if I'd have to guess it'd be B
it's B
diversity helps capture the variability in a population, you can achieve such w more sample groups
Ohhh! that makes more sense
here's another way to think about it, this is how confidence intervals are actually calculated
the narrower your interval, the more confident you can be
I have never seen that before
and as n (the sample size) gets bigger, the confidence interval gets narrower
no worries if you haven't seen it, i haven't seen this before just now either lol
i was just curious exactly what the relationship between sample size and confidence was
the term after the +/- is the margin of error formula, yes
Oh makes sense, except that I find this format a bit easier
True, true, population
and in general, let's say i have a population of adult men in the usa and i was trying to figure out what the average height of the population was. if i take a sample of 10 men and find the average height to be 5'9, i can be a little bit confident that the actual population average height is 5'9, but it could be a fluke
when i increase my sample to 1000 men and i also get the average height as 5'9, i can be more confident
which means my confidence interval gets narrower
OHHH that makes sense
thank you!
of course!
A census gathers information from every individual in a population, not just a sample. This makes it comprehensive and ensures that the data collected represents the entire population accurately (as a variable). Hence, the statement is true.
Thank you so much for making me understand
My grade went up to a 58!
hooray!
Literally though
I cannot believe this is Algebra 2
I don't
My school doesn't explain anything to me
They just give it without lessons or anything
we say a sequence of numbers is a geometric sequence if each number in the sequence can be obtained by multiplying the previous number by some fixed "common ratio"
for example, the sequence 1, 2, 4, 8, 16, ... is a geometric sequence
each number can be obtained by multiplying the previous number by a fixed ratio, in this case 2
Ohh shii cooking it's C
OHHH
so notice that geometric sequences and exponentials relate to each other a lot
instead of multiplying repeatedly by 2, i can multiply by 2^3 to jump 3 steps ahead in the sequence
i dont think you were supposed to give a answer just yet xd, though I suppose im guilty of it as well
does that make sense?
yes it does
thank you! I am trying to understand though lol
Lol srry 😭
now in this sequence, what's your common ratio?
try again, the common ratio is what the previous term gets mulitplied by to get the next term
oh wait are you looking at the n = 2, 3, 4, thing? those just correspond to indices
Yeah
like those are the numbers corresponding to each item in the sequence
as in the 1st term, the 2nd term, 3rd term, and so on
I'm confused haha
that's not the actual sequence
the formula for terms 2, 3, 4.... n should read an = 4/3an-1 , which means the previous term (the an-1) is multiplied by 4/3. The second through 4th terms of the sequence should look like:
a2 = -4/3
a3 = -16/9
a4 = -256/81
The nth term of the sequence should look like:
an = (4/3)n-1
@alpine sable to clarify, the sequence is given by a_1 = -1, a_n = 4/3 * a_(n-1)
2, 3, 4, ... is not the sequence they're talking about
Ohhh
I think I sort of understand
My brain isn't good with understand math concepts
But I think I am starting to get it
it's no worries, it comes differently to everyone
thank you
Yeah! I understood to multiply
you could multiply 2 by -4 over and over again until you get the 8th term of the sequence
that kind of takes a while though
Is there a faster way?
How?
a way that lets you instantly find any term
for a geometric sequence with first term a_1 and common ratio r
the nth term of the sequence is given by a_n = a_1 * r^(n-1)
uhhhh
think about it, the first term is when n = 1
so the exponent is 1 - 1 which is 0, so you don't multiply by any r's
and you just get a_1 = a_1
joren
when you want the second term, n = 2
you get a_2 = a_1 * r^(2 - 1) = a_1 * r
which is exactly what you'd expect, the second term is the previous term multiplied by the common ratio
$a_2 = a_1 \cdot r^{(2 - 1)} = a_1 \cdot r$
joren
if you kept going, the third term would be the second term multiplied by r, and the second term is the first term multiplied by r, so the third term would be the first term multiplied by r^2
make sure you understand this formula first
because this shouldn't be something you have to memorize
it should just make sense as a consequence of repeated multiplication
To find the 8th term of the geometric sequence where the first term a1 is 2 and each term an is defined as -4 times the previous term an-1, we can calculate each subsequent term with that
I think I understand the formula
ohhhhh
Halloo
so now if you want to find in general the nth term of your sequence
you can plug in a_1 = 2 and r = -4
and you get $a_n = 2 \cdot (-4)^{n-1}$
neil
Where do i ask doubts about statistics??
grab any of the unoccupied channels, look on the left
So by that logic we can just:
a1 = 2
a2 = -4 x 2 = -8
a3 = -4 x -8 = 32
a4 = -4 x 32 = -128
until u reach to the 8th term
Or u can just use the help forum
or if you don't feel like multiplying out the 7 previous terms to get the 8th term, you can directly plug n = 8 into this
this is useful when you're trying to find a term that's super far into your sequence
if i asked you for the 100th term, you don't want to sit there multiplying out the previous 99
Ohhhhh okay!
i'm getting -32768
Same
I just did it that way to make it more simple lol but u do u
Crazy
LOL
another advantage of this shortcut formula is you don't need to count and keep track of how much you're multiplying
instant answer every time
I wrote that down
so notice the 5th term will be the first term multiplied by the common ratio 4 times
so the fifth term should be a_1 * r^4 = 24 * (1/3)^4
which works out to 8/27
So i got true
yes
this one is just repeatedly multiplying by -4 and checking that they did that multiplication correcly
did they do it correctly?
no, they started out multiplying by -4 but they only multiply by 4 after that
you were right the first term
2 negatives make a positive
side note i accidentally clicked your discord thing and i fw nf so hard
that one is false, yes
they didn't correctly multiply by the common ratio
and for that last one, i'm sure you could figure it out?
the one where you're trying to find r?
yes
you don't need any more terms, you can get it using just the information they've given you
what do you know
from what they gave you
yeah, and how'd you know to multiply by 4/3?
It's the a^n
yeah it says $a_n = 4/3 \cdot a_{n-1}$
neil
we defined the common ratio as the ratio between the current term and the previous term
as in the number that you have to multiply the previous term in the sequence by to get the next term
this relation tells you that the nth term of the sequence is exactly 4/3 multiplied by the previous term
which means 4/3 must be your common ratio?
So the answer would be -4/3?
not -4/3
because you have to multiply the -1?
-4/3 would be the second term in your sequence
-1 is the first term in your sequence
you multiply by 4/3 to get the next term
so your actual sequence goes -1, -4/3, -16/9, -64/27, ...
but the actual common ratio is what you multiply by each time
which isn't -4/3, it's 4/3
good
to clarify, there's a big distinction between terms in your sequence and the common ratio
the common ratio is the rule that determines what the next terms in the sequence are based on the previous terms
You are a literal angel, I have been having mental breakdowns for weeks oveer this.
and that makes sense
oh i'm sorry this class has been such a stressor
i love helping people learn math though so it's what i'm here for lol
Math always is for me, nobody in person has been willing to help,
this was my last resort before giving up
math discord never fails lol
and you are so sweet, will you be on for longer?
Thank you so much
thats the start of a beautiful friendship if I've ever seen one 😂
For real
isnt it bed time for you americans though, should be about 3am
well i'm a math major in university, i kinda have to make math friends
or I'm going to keep getting dragged down and freaking out
I major computer science
and oh?? thats cool!
oh that's sick, i'm also a cs major
Taconese feeling left out
Y'all have accomplishments in life meanwhile I'm just gonna graduate hs
haha dont stress it
be proud bro, that's an accomplishment in and of itself
i miss my HS times, much simpler times
I'm taking basically the equivalent of SAT exams rn lol
where are you from?
fr im just trying to graduate
SAT is american?
Belize
That's why I said the equivalent
im just a silly american idk where belize is
or if that's a country or not
like i'm actual dogshit at geography ngl
its below mexico
American acitivities and yes it is
lmaoo
U just like me fr
southern of mexico iirc
Exams I taking rn are CXC
oh god, these things
yeah.....
firstly, that second answer is true
No i was wondering tbh, im not familiar with the american education system
I'm gonna be so honest I don't even need you to explain these
I won't understand haha
i don't feel like i'm just giving you the answer for that one since it's a T/F and if you haven't seen it before you wouldn't know
I've been trying to learn this since my freshmen year
let's say instead of graphing y = x, you wanted to graph y > x
what does that even mean?
it corresponds to a region in the coordinate plane
let me show you
The first inequality represents a hyperbola with a solid boundary because it is less than or equal to 1, the second inequality represents a circle with a dotted boundary because it is greater than 36, so that means that the shaded region on the coordinate plane has a boundary that is both solid and dotted so answer is true
y is bigger than x?
oh wait that actually kind of makes sense
it's all points (x,y) satisfying y > x
ohhhh

this is how you can visualize these sorts of inequalities
ohh is that desmos?
I hate drawing inequalities
Ive used that before
the dotted line means that it's > or <, if it's a solid line it's >= or <=
and think about it, if y > x then y can't equal x, and the line is all points where y = x
which is why the line is dotted
but if y >= x, it would be a solid line
took the easy way out with desmos, next time I expect it in LateX
😭 i just chatgpt my latex
checking that a point is a solution to a system of inequalities is significantly easier than fully solving the inequalities
huh??
they give you two inequalities, right? and they give you a point (5,1)
yes
To check if a point is a solution to the system of inequalities, we substitute the point into both inequalities. For the point (5,1):
First, substituting (5,1) into y > 2x^2 - 3 gives 1 > 47, which is false.
Second, substituting (5,1) into y < -x^2 + 8 gives 1 < -17, which is also false.
Since both statements are false, the point (5,1) is not a solution to the system of inequalities, so the answer is false
the point (5,1) is a solution to that system of inequalities if when you plug in x = 5 and y = 1 into the inequalities, both inequalities are satisfied
I'd say it gets enjoyable when you've gotten past the initial learning curve tho
Yeah??
does x = 0 and y = 0 satisfy x^2 + y^2 < 9?
wait doesn't 0 go with anything?
2,0, 0,2?
Well if you have 2 and x you add 0?
ah that might be the problem, x^2 means x to the second power, or x squared
let me format it better
the inequality is $x^2+y^2 < 9$
neil
and you have point (0, 0)
it is, since 0 < 9
because 0 is less than 9
but notice 0 isn't always a solution no matter what
what if this inequality was $x^2 + y^2 > 9$
neil
bet u didnt have to chatgpt this did ya
hey i at least know a little latex lol
wrote a paper or two a few years back
but i don't remember all the fancy other stuff
thats fair, latex can be quite enjoyable when you've got the time
well plug in the (0, 0) in again and see what happens
nothing happens with 0,0
so the point we have is (0, 0), correct?
which means both the x and y are zero right?
yes
$x^2 + y^2 > 9$ replace the x for a zero, and the y for a zero
joren
literally just swap them out, what do you get?
0>9
No
Correct
$x^2 + y^2 < 9$ and for the one you did before
isnt it 0<9
joren
yes
so its true
he just swapped the < for the > to show you something
ohhh
but for the question, its $x^2 + y^2 < 9$
joren
so its true because 0 is smaller than 9
yes
yeah sorry, in your problem it's true because 0 < 9
i only brought up the switching the inequality to show you that 0 isn't always a solution
it depends on the actual inequality
true
yeah and this is just what i told you about how the shading and solid lines and stuff are represented
Tbh I'm surprised that they even give true or false questions for Math
why is 70 the goal?
also do you get multiple attempts on these
Lmao
might be cus its 9am here
Last year my ahhh got an F in math mid semester
where are you?
and yes I get multip,e attempts
Netherlands
I failed 2 quarters of classes already
Lucky
so I can fail another one
ah sick i've always wanted to visit
or I fail the year
for the weed or?
Yea the studying is worth it then
exactly
Yummers
Gl bro fr
Ngl I'd rather be an alcoholic
ive got an exam tmmrw as well
Rip
and im stuck on a partial integration in my private programming project
i have returned
welocme back!
to answer
only if you want haha
oh.....??
integrating is lovely
im afraid though this problem ive ran into isnt a math problem
but rather
I cant decide the proper way to execute it
teaching you this right here is def a little tricky if you haven't seen it before
you'd have to understand the unit circle and what the graphs of these functions look like
You don't have to teach it then, this is the only assingment like this I think
either way I am okay with it
I just prefer to learn haha
So here on the interval (0,2pi), the highest point on the graph of f(thetha) = sin(thetha) is 1, which occurs at thetha = pi/2 so Ig answer is b
yes that works haha
ig demonstrating is sorta teachin
it is
Yea
and you can solve that equation for theta on this interval to get theta = pi/2
Btw off topic but theta has the same pronounciation of female chest in spanish
me gustan las tetas
Real
took spanish 5 for a reason
HAHAH
and it was to be lewd in multiple languages
thats so real
but yeah your max is (pi/2, 1)
okay
Ong
@alpine sable are there more
this should be 2
cosine is 2pi periodic, the interval has length 4pi so 2 periods
Wait is it 2?
I thought it was 4
cycle is like when it starts repeating itself
so if you start at 0, it doesn't look the same again until at 2pi

i think they're using cycle and period interchangeably
so its repeated
yeah, the graph repeats itself every 2pi units
and your interval of x values is from -3pi to pi which is 4pi units wide
which means your graph repeats itself twice
ohhhh
this one is 1.5 cycles of sin
so 1/2?
it repeats itself once from -pi to pi, and then accomplishes half of that cycle from pi to 2pi
no
1 and 1/2
ah okay
so it repeats that?
this is just 0, pi, 2pi
wdym by repeats that
like it repeats by 1 1/2
when it asks how many cycles there are, yeah it's basically like how many times does the graph repeat itself
oh that's good, if you take some time when you get a chance to watch a video on the unit circle these questions will make so much more sense
and that looks like the right graph to me
just search youtube unit circle trig functions
and solving trig equations
ohh okay!
Ill write that down
how so??
it goes above 3.14 I think?
would you be able to send that problem separately
or try to zoom in on the graph
i can't really read the units
from what i see, the y axis units are at intervals of 0.5
and the x axis has intervals of pi/2
ohh so it would be true??
this is good
i'm happy to help
but please don't forget about actually learning this stuff
future classes will build on this
I know! I wrote down the khan academy
good
and i don't check my discord too often but if you message me i'll be able to answer any questions you have
Thank you so much
probably not this late at night usually though lol
Thats okay! I'm not normally on this late either
It's okay, you need sleep! it is important!
i lied lmao i can never fall asleep on time anyway so i was just planning on infinite scrolling
i'll try my best to explain my reasoning
but it won't mean much to you if you haven't seen these before
thank you
and yeah I hasvent seen any of this before, I'm just going through all the retakes I need that I failed.
neil
@reef pier you mind me popping in a small question while ure at it, im super tired and prob overlooking smth silly af
then you bring the expression on the right to the left to get $2sinxcos^2x - sinxcos(2x) = 0$
neil
sure i can check it out
ok I think I understand so fa
far*
then you factor out a sinx to get $sinx(2cos^2x - cos(2x)) = 0$
neil
then if the product of two things is 0, at least one of them is 0
which means either $sinx = 0$ or $2cos^2x - cos(2x) = 0$
neil
on the interval [0, 2pi), sinx = 0 means that x = 0, pi
then to solve $2cos^2x - cos(2x) = 0$, you can rewrite $cos(2x)$ as $2cos^2x - 1$
neil
then $2cos^2x - cos(2x) = 2cos^2x - (2cos^x - 1) = 1 = 0$
neil
whcih has no solutions in x
so your only solutions are x = 0, pi
,w sin(2x)cosx = sinxcos(2x), 0 <= x < 2pi
@alpine sable good with that?
That is very confusing, but I undertsand most of it I think
a lot of it is trig identities and solving trig equations
yeah, and I have no clue what trig is haha
a couple other things you should learn is trig double angle formulas and pythagorean identities
just add those to the list
writing it down
thats okay
neil
Given I have $f(x) = \frac{3}{2} \sin(2x) - \cos(3x)$ and $g(x) = \frac{1}{2} \sin(2x)$, I need to find specific coordinates that are displayed in a graph (ill show in a sec).
So i simplify to: $\cos\left(\frac{\pi}{2} - 2x\right) = \cos(3x)$
and find these two solutions:
$x = \frac{1}{10}\pi + k + \frac{2}{5}\pi$ \
$x = -\frac{1}{2}\pi + k \cdot 2\pi$
Now, these are correct solutions, however only the first solution yields the right results.
WHAT IN THE
then $tanx = sinx/cosx$ and $sec(-x) = 1/cos(-x)$
ill wait until neil is done my fault
No no you go first its okay
all good, let me solve this current one and i'll work with this
are you solving for the intersections of f and g?
ye
so im supposed to get the coordinates of abcde
$x = \frac{1}{10}\pi + k + \frac{2}{5}\pi$ \
joren
gives me them properly
the other one doesn't?
literally though
does this generate all five of those sols?
yeah so you got sin(2x) = cos(3x) and you're solving that
hm
and you rewrote the sine, did you just solve pi/2 - 2x = 3x?
i rewrote to cos
$f(x) = \frac{3}{2} \sin(2x) - \cos(3x)$ and $g(x) = \frac{1}{2} \sin(2x)$
joren
also, is this formatted correctly?
because you have pi/10 + 2pi/5 and you didn't combine them
and you're just adding k instead of k times some multiple
okay so you got pi/10 + 2kpi/5?
joren
yeah i followed up to here
walk me through how you got this
I got it on paper, is quicker, let me show u
oh i see it
pi/2 - 2x = 3x + 2kpi
so 5x = pi/2 - 2kpi and x = pi/10 - 2kpi/5
and you just changed the -k to a k
yes
since it shouldnt matter
here the - is shown, the left solution
so granted these solutions are correct, I have two solutions that show the intersect between f and g correct?
yeah i'm trying to see why your right solution didn't work
the two solutions are correct
but the right one is, not used at all?
all the coordinates you see at the bottom of the answers are from the PI/10 solution
i think both answers are correct and it has something to do with specifically A, B, C, and D
yes
the second solution also generates intersections
but k = 0 gives you -pi/2 which isn't in your range
and k = 1 gives you 3pi/2
which is E
bruh
so obviously A, B, C, and D can only be generated by your left solution
yep no, that's it
yay
that was dumb
@alpine sable still awake?
ah still, happy to help
there's this small masochistic urge to solve a math problem
i think it's mental illness
thanks for your insight ;)
😭
im dead
sorry i got to here
and we had sinxtanx - sec(-x) = 1
which you can rewrite as $sinx \cdot sinx/cosx - 1/cos(-x) = 1$
neil
cosine is even so $cos(-x) = cos(x)$
neil
and you get $sin^2x/cosx - 1/cosx = 1$
neil
then $sin^2x = 1 - cos^2x$
neil
so you get $(1-cos^2x) / cosx - 1 / cosx = 1$
neil
multiplying through by cosx, you get $1 - cos^2x - 1 = cosx$
neil
which becomes $cos^2x + cosx = 0$
neil
which becomes $cosx(cosx + 1) = 0$
neil
solving $cosx = 0$ and $cosx = -1$ on [0, 2pi) gives x = pi/2, 3pi/2 and x = pi
neil
sin^2x / cosx - 1 / cosx = 1 --> sin^2x - 1 = cosx --> -cos^2x = cosx --> cosx(1 + cosx) = 0
which gives me exactly what i got
which is apparently wrong
okay so now maddie i'm going to introduce you to my favourite problem solving technique
it's called the wolfram alpha method
okay??
,w cos(pi/2 - x)tanx - sec(-x) = 1, 0 <= x < 2pi
just pi is crazy
oh??
idk what i could've fucked up lmao
I have no idea
can't solve them all 😭
it's a computational math engine thingy
way smarter than any of us
great way to check your work on messy computation
ohh
also a great way to get caught for cheating
it's just nice because of the bot in here that lets me directly query it without having to open another tab
oh??? thats cool though
i'll keep trying to solve the rest though
maybe i don't screw these up
so cos(pi/2 - x) = sinx and cos(-x) = cosx by what i explained before
this equation becomes $\sqrt(3)sinx = cosx$
neil
then you have $sinx/cosx = 1/\sqrt3$
neil
so $tanx = 1/\sqrt3$
neil
from the unit circle that solution is x = pi/6 and x = 7pi/6
on our interval [0, 2pi)
and confirming using wolfram
,w sqrt3 * cos(pi/2 - x) = cos(-x), 0 <= x < 2pi
I thought it was just c, I am so bad at this
don't worry about it, everyone gets better with practice and experience
some of these have tricks to them that aren't too obvious at first
Thats true
and you figure them out by seeing enough of these
Thats true
ugh I wish I had a mathematical brain but I underdtand words better than numbers haha
understand*
i think these are the last two
same lol
makes three of us
😭
why is bro still here 😭
cant even solve basic shit anymore
after I turn this one in im out
not that we don't want you here but idk if you're just watching me solve trig equations lmao
^
well I havent slept for about 36 hours, so im just mindlessly starting at my assignments without doing them
watching you solve trig equations isnt the worst
same dude 😭 i havent been sleeping ive been to stressed
so you have $cos(x + pi/4) + cos(x - pi/4) = 1$
neil
fr me to
imma do something weird here and let u = x + pi/4, then x = u - pi/4
just trust me here it's useful
maybe not a commonly taught trick
but making substitutions like these are useful later on in math like calculus
and they're also useful when solving annoying trig equations
ohh okay
so then cos(x + pi/4) becomes cos(u)
and cos(x - pi/4) becomes cos(u - pi/4 - pi/4) = cos(u - pi/2) = cos(pi/2 - u)
the last part where i switched the terms inside is because cosine is even
then i get the equation $cos(u) + cos(pi/2 - u) = 1$
neil
so then that becomes $cos(u) + sin(u) = 1$
neil
hm i forgot exactly how we solve this but im pretty sure this is only true when either cosu = 0 and sinu = 1 or when cosu = 1 and sinu = 0
confusion
so that means either u = pi/2 or u = 0
honestly i'm not sure how exactly how to show why this is the case
i know it's true
but
also eepy lmao
thats not an answer though
no i know
thats why I am confuzzled
that's an answer in terms of u
ohh
the original problem didn't have a u
but u = x + pi/4, so x = u - pi/4
fuck
i didn't change the interval when making the substitution
because when i got u = pi/2 and u = 0
that means x = pi/4 or x = -pi/4
and -pi/4 isn't in the interval
alright here me out
it's a multiple choice
pi/4 is definitely one of the answers so it's either A or B
can we use that bot to check it some how?
when we try 3pi/4 from A, we get cos(pi) + cos(pi/2) which is -1 + 0 which isn't equal to 1
so by elimination, the answer should be B
x = pi/4, 7pi/4
and if i ask wolfram
I am so confused haha
,w cos(x + pi/4) + cos(x - pi/4) = 1, 0 <= x < 2pi
this is actually extremely hard for algebra 2
yeah this being your first exposure to this stuff and then asking questions at this depth requires way too much understanding
some of those stats questions would get asked in an intro stats class, these trig questions might come in a separate trig/precalc class
but shoving all this in algebra 2 is crazy
Thats the WSSD for ya, they just dont care about their students
WHATTT
oh
its the "free points" type of questions
luckily this is the last math class I will ever have to take
i mean depending on what you go on to study at college this may or may not become either extremely easy or extremely difficult
in pa we only need 3 math classes to graduate
but the school i went to was one of those weird competitive schools
ohhhh
where everyone did ap and ib and dual enrollment and stuff
yeah hell no
basically you
fr
and the top 400 gets in
last one
or however many spots they offer a year
I can't even spell im so sleepy haha
i wasnt doing much
aight solving this rq, sin(pi/2 - x) = cosx
oh??
dont underestimate your ability to learn fast and adapt
so it becomes $2cosx \cdot sinx/cosx = 1$
thats sweet thank you
neil
which becomes 2sinx = 1
sinx = 1/2
which very nicely solves to pi/6 and 5pi/6 on our interval
and i think you should get A?
oh shit yeah
,w 2sin(pi/2 - x)*tanx = 1, 0<= x < 2pi
still at 60% but thats better than what it was
thank you so so so sooooooooooooo much
happy to help lol
if you have other questions about stuff, i'm also way better at explaining this stuff when i'm not typing it out at 4:30 am
lowkey ong one day im becoming a math teacher
shit will be fun
Thank you so much, will you be on tmr?
and yeah??
I'd happily be in your class haha
i'll probably be on
like i said if you message me i'll get a notif on my phone
i don't keep any other discord notifs on
Perfect!