#precalculus
1 messages ยท Page 239 of 1
trece:
ok sorry
Thats the OUTPUT that g(x) gave you
yes
now that OUPUT will act as an input for f(x)
84
so you have to do f(84)
not that OUPUT will act as an input for f(x)
@finite wraith thats where i must disagree with you
84 is an output
cant be an input
Why not?
84 is a number
it doesnt have a tattoo on it saying "OUTPUT"
its literally just a number
If you say so, then sure. (possible troll tbh guys)
?? im not a troll
Do you think we just assign every number we can think of to some function and it cant be used as an input to any other function????
Do you think we just assign every number we can think of to some functuon and it cant be used as an input to any other function????
@past meadow at least in an exercise
idk sorry if im wrong guys ok
Then you have some serious misconceptions.
you dont have to be sorry cus ur wrong, you have to be sorry for being ignorant
whats the difference
we say something, and your reply is "Nope, that cant be true"
$f(g(x))$
Can you just tell me where you got the idea that> @past meadow at least in an exercise
@lofty prism
trece:
this is what you had to calculate
Oh it didnt quote the whole thing
i was told that nshool
school*
this is what you had to calculate
@finite wraith yes
g(10)=84
we need to calculate f(84). right
f(x) = 3x
f(84) = 3*84 = 252
f(g(a))=252
yes it's 252
remember all functions do is take an input and play around with it, and then give you an output
its ok
for the second part of th3 question i think we need to use perpendicular lines
product of their slopes if 1
is 1*
when comparing g(x)=10^x to f(x)= x^10, in English we'd say that g(x) goes up by a power of 10 each time. What would we say for f(x)?
goes up by a power of x each time
would you mind elaborating on that?
what is elaborating
explaining more
hmm. okay ty @lofty prism
Im Not sure
@junior sable
I think you're trying to relate f(n+1) to f(n). For 10^x, that's an obvious relation. You just multiply by 10.
"Goes up by" and "each time" are extremely vague, be careful there.
Now, you also asked about x^10. This case is very messy, there's no great way to relate f(x + 1) to f(x)
gotcha ty kanye
LOL.
Hi everyone
I finished pre-calculus with 87%
Thanks to everyone in here who helped me through the way
Thanks @willow bear @uncut mulch and all others in honorable, helpers, and very cool ppl.
Congratulations! that's an awesome score
oh man Mirrion, my final is tomorrow. Hoping for the best. Congrats!
Thanks! love mob psycho btw, huge inspiration.
Yeah its sick
Where can I drop a huge wall of text about how no one should take the online class I took?
Here
doesnt drop it
@lofty prism your confusion may lie in intentionality vs extensionality of functions
the definition of a function completely ignores intentionality
it does not care how, why, or for what purpose the elements of the pairs the function consist of were chosen to be associated with each other
it only cares about what is associated with what
ugh I felt like I had a good tie in to the problem but I forgot it
take the interval (0, 1) for another example, 0 is the infimum (prove it), but 0 is not inside that interval
So you can get infinitely close to 0 but you can never hit it
uh what are you trying to describe?
the interval (0,1)
Like you can go to 0.01, 0.001, 0.0001, and so on, yet you can never actually get to 0 right?
and 0 is smaller than all of those
So is that why it's the infimum?
Lol pre-calc?
infimum is the biggest number x, such that for all numbers in y in (0, 1), you have x <= y
well let's see what that number x can be:
if x is strictly positive, i.e. x > 0, then clearly, x/2 is also positive, and x/2 is in the set (0, 1), but x <= x/2 is not true
this means, x cannot be strictly positive
it could be negative, in fact, every negative number is smaller than any numbers in (0, 1)
but the biggest such x is 0
i butchered that sorry
wait
what is the set y?
wait so what does it mean by "if it exists"
You can have 2 supremims or infimums?
no, it turns out that they're unique
(-inf, inf) for example, does not have a supremum or an infimum
Why does wolfram tell me the domain of the following function is [-2,2)U(2,inf):
sqrt((x^2-4)/(x-2)).
How would I determine that algebraically? I arrived at the open interval (2,inf) because of the inequality under the radical, with the additional constraint it cannot equal zero as it's in the denominator.
Why can I pass a -2 into that bottom radicand? Sqrt(-2-2) is Sqrt(-4) and that doesn't give me a real output.
$$\sqrt{\frac{x^2-4}{x-2}}$$
Not Chezstick:
fraction is defined where denom is not zero
root is defined where expression under root is >= 0
so domain is the same as solutions to
$\frac {x^2-4}{x-2} \geq 0$
Commander Vimes:
I understand the rational expression is defined when denom != 0 and the root requires an expression is greater or equal to 0. I think my error was to apply the quotient property sqrt(a/b) = sqrt(a)/sqrt(b) then focus on the denominator only.
Whereas obviously the numerator has the same condition >= 0
Thank you.
why are these no solution?
what's the actual question
to "evaluate" them
there are no real values x, such that 2^x is less than or equal to 0
ok
consider the relation between exponents and radicals
ah right thanks
Why is it when I graph f(x)=2log(x) on desmos the line goes infinitely downard, but on my graphing calculator it stops at -2 and only goes on infinity horizontally
can you take a picture of your graphing calculator? desmos is correct
its at the defaults im pretty sure
yeah -10 x min, 10 x max, same for y
cause the line goes off the screen horizontally
but the vertically it just stops so idk
I'm saying try changing the display window
to be, for example, x between -1 and 1
and see how it changes
nah still stops the same way
limitation of a graphing calculator ig
hmm
I guess a last thing to try is clearing calculator memory and trying it again
i guess its not that big of a deal
cause its still obvious it just goes down infinitely without actually touching the y axis
@alpine basin It is because of how quickly the function diverges. Graphing calculators tend to sample their function very sparsely, typically one sample per horizontal pixel. Because the final sample is infinite, it will basically return NaN or something equivalent and therefore the connecting segment to that infinitely-away-segment is not drawn. The result is that you get only the segment one pixel to the left, and at your limits, that happens to contact the vertical axis at a height of 2.
Desmos is able to sample much more finely than your graphing calculator (likely into the hundreds of thousands of samples), and so the point at which you get error-out will be much closer to the vertical axis, and in principle well off the bottom of your screen unless you set up some extremely wonky limits
Desmos may even have some tricks up its sleeve that allow it to bypass the limitation altogether, such as graphing the inverse of a function or doing parametric graphing, or variable-density sampling driven by nodes. I kind of doubt it, but it isn't impossible for tricks like that to be implemented cleanly
@trim pecan
@trim pecan Nerd.
True or false: "The domain of f โฆ g consists of all values of x in the domain
of g for which g(x) != 0."
This is false, right? The condition g(x) != 0 may be relevant if the composed function is of the form of a rational expression with only g(x) in the denominator, or a log taking g(x) as an argument. But we could have a root expression (f o g) = sqrt(g(x))where the condition is g(x) => 0.
@viscid thistle
yes I think it is false
help with no8
I tried 7! x 2 but the answer two that is false
i also dont get how to get around this "2 specific children want to sit on the same side" problem
Nvm i got it
Help with no12
You can treat each type as 1 object to group them together, then multiply by how the fruits of the type can be arranged
Hi, this problem wants me to turn this into a single logarithm, and the answer is log3(7), but I was wondering how they got it
log_a(1/x) = -log_a(x)
thats the problem
use the thing i just sent to solve the problem
then figure out why it's true
(if you don't already know why)
okay thanks
How would I solve this exponential equation?
consider the powers of 2
not sure what you mean
8=2^3
1/2=2^-1
hmm ok
i think i got it
How do you know what base to use though?
Usually the smallest possible prime
I solved this problem and ended up getting x=5, x=2. But the correct answer is only x=5, so I was wondering why it wouldn't be both in this case
logs of negatives aren't defined over the reals
On the left hand side we have log(2)
On the right hand side we have log(6-10) - log(2-4)
@alpine basin buckets, when x = 2, the values inside the logs become negative, and that can't happen
||let's see how many times will people explain the exact same thing but differ slightly||
Lmaoooooo
log(negative) = illegal
@alpine basin adding some new information, the reason that it shows up as a solution is that when you use
$$\log(a) - \log(b) = \log\left(\frac{a}{b}\right)$$
you're implicitly assuming that both $a$ and $b$ are greater than 0. In this case, when $x = 2$, both 3x - 10 and x - 4 are negative, so their quotient is positive. If the problem had been solve
$$\log(x) = \log\left(\frac{3x - 10}{x - 4}\right)$$
You would be correct! but the fact that the logs are split initially restricts the domain, and you need to respect that for the entire problem
Nicholas:
$\xcancel{\xcancel{\xcancel{\xcancel{\xcancel{\xcancel{\xcancel{\xcancel{\log(-a)}}}}}}}} $
HoboSas:
With a positive
log(-) bad
i made a similar mistake at some point in highschool and i lost points for the question
proof by high school teacher
lost marks, therefore log(negative) making sense in R must be impossible
there, 6 people
but i was the 7th person to explain it 
i assume the latter 
as would i
this conversation is pointless
wow
is it tho 
no fun ๐
help with no8
@rare zephyr what was the answer to number 8?
325
lim f(x) and lim g(x) each individually do not exist, yes
but lim (f(x) + g(x)) exists since the jump discontinuities in f and g cancel each other out perfectly once the functions are added
f jumps by -2, g jumps by +2
oh, thats peculiar
Could anyone possibly help me with this? Idk if it's how the problem is worded but I'm not even exactly sure where to start
$i^i = (e^{i \pi/2})^i$ is what you're expected to use, i guess
Ann:
i^i is multivalued
Maybe try rewriting it in terms of exp( of something ) as ann said
How would I solve this problem? Help appreciated
draw it out
wat
draw it out
wat
The problems similar to this had nothing to do with drawing it out so nah
Didnt think that was needed

ALWAYS DRAW YOUR GEOMETRY PEOBLEMS
Its a way to help you fcking visualise it
First rule of geometry 
^
i mean..
It's like watching a movie without eyes
I've watched movies without eyes, fite me
i mean..
@alpine basin you mean??
its not needed tho right?

lol
Mission Impossible Fallout didn't have eyes, as far as I'm aware.
imma just get more confused tryna draw it when i have to do it on a test
You won't understand it if you don't have a general idea of what you are doing
imma just get more confused tryna draw it when i have to do it on a test
imma just get more confused tryna draw it when i have to do it on a test
![]()
wut
There's not much point in helping someone who refuses to help themselves.
We surrender

Go blindfolded through your problems
Good luck
Jokes apart, draw your geometry and eat your veggies
so converting the andle to radians and then multiplying it by the radius is not good enough, you think I should graph it?
Quick question: Theta=5 just means 5degrees right?
depends on context
If there is no ยฐ then its radians
Well first off writing 5 alone to express an angle without units is ugh
^^
Radians don't have unit though
True i mean like a word after it
Wow
this is what I have
np
stay blessed
It probably means degrees tbh
Why would it
5 degrees is a nice thing while 5 radians is weird
5rad is a lot tbh
But who knows
And this is probably something very introductory
What does the rest of the page look like @dusk mulch
no unit = radians
I know but not all math is written properly
Maybe the student hasnโt even been introduced to radians yet
I have
I'll know in about a minute if its wrong or not, just have to input my answers
Make your bets guys
lol
Everything on radians
If the book is wrong I won't lose anything

Everything on radians for me too
Hoping someone can help me set up a framework to solve these
What you got so far?
What does central angle of 6 radians mean?
I think that just means the perimeter or the circle is 65 cm
6 radians is an entire circle right?
HAving trouble understanding that a central angle is
Sorry for the odd spelling guys, just started using a split keyboard
Ah i see a radian is $1 rad = \frac{360^\circ}{2\pi}$
achilles199703:
So 6 rad = aprox 344 deg?
lol
Thanks
Your helping me with math, I wont judge
does intercept mean something like intersect?
The world of art has lost so much without you hobo
I know
Your helping me with math, I wont judge
Im mobile, that's the best I can do
Wait
Why did I draw a chord
Wait i dont even understand the question
It's weird
Ah okay i think i get the question now:
We are looking for a radius of a circle which is big enough that the cut out of the last missing degrees to form the entire circle is exactly the arc with 65 cm or am i wrong
With cut out part i mean the angle of 6 radians only covers about 344ยฐ of the outer perimeter (no clue if you would call it that), so the last 16ยฐ are missing from the circle and the arc is supposed to go there
yay that was my thinking, but the question is worded so weird that i have a hard time understanding it, because a 1 to 1 translation of this is only garbage
Well you have to fill in the gaps but from this point forward it shouldn't be too hard to compute, i guess
the intercepted arc would be the major arc
If it clears anything up, there looking for a answer in CM
the intercepted arc would be the major arc
@uncut mulch so it is the inverted picture then?
So intercepted would mean the area, which is coverd by the 6 radians?
arc not area
sorry my fault, meant that
If it clears anything up, there looking for a answer in CM
@dusk mulch you are looking for the radius r in cm i presume
I think I may have found the answer using the formula S=R(Theta)
what is s
arc length
My drawing was better
you labelled the wrong arc though
Not important
Because he drew my thought, which was ultimatly flawed
ic
How the fuck do I work with miles? Do I just do the same thing but express my answer in a diff unit?
pretty much yeh (also convert ยฐ to radians)
you can simply assume that there is no unit
in your formula the result for 6cm and 6miles are the same because regardless which you compute, you would just chuck in 6 in the formula and add the unit back later
Well thats what i would do if you don't have to convert from one unit to another
Why is the answer to this problem -4/5 and not 4/5? If its in quadrant 2 shouldnt both points be positive
Points in 2nd quadrant have negative x
Oh oops
When I start turning my deg to rads
Would I do 1/60(8) gives me 8/60 or is it 8/480?
Al๐dium:
I got this wrong and Im not sure why
1/60(8) = 8/60 deg = 0.002 RADS
3960 (0.002) = 7.92
Maybe I just didint understand the question correctly
Maybe I just didint understand the question correctly
@dusk mulch Can't help you there, cause i am stuck at the word subtends, i thought my english was good
rounding too early
^
,calc 8/60 * pi/180
Result:
0.0023271056693258
,calc 8/60 * pi/180 * 3960
Result:
9.2153384505301
(8/60)ยฐ is ฯ/1350 rad
still i do not understand the wording, what does rounding too early then refer to?
Bc as the early you round, the accuracy of your result decreases
So its better to round the last/s steps
Like we did
yes this is obvious, but how the question is phrased i don't understand to which part in the question the subtends then relates
oh i see @uncut mulch didn't answer me when he was talking about the rounding too early part, so my problem lies still with the word subtends and its meaning
So your problem is on the word "subtends"?
Yes, not a native, never heard it before
I mean i'm not native either but i can overlook at its meaning by the context
I thought i was integral in understanding the question
omg i cant read
Lmao
its 9.22
Lmao
I thought i was integral in understanding the question
@white beacon just don't overthink it, it just states that the angle is located between those 2 lines
yeah thanks, most of the times i cant solve a problem cause i overlooked something
Dw 
,calc 8/60 * pi/180 * 3960
Result:
9.2153384505301
I mean, yeah
If you round it at the 2nd decimal, it should be
But do you know if they ask you to round it
Not explicitly
ok, so from now on I should only ever round my numbers at the very end?
How would I find the exact values of sin and cos for this angle?
JEEZ THAT WAS QUICK
every time you round you lose precision, so in the end you could be way of if you have to do multiple steps,
^
@alpine basin lets move to #geometry-and-trigonometry , so we leave Corn for possible further questions
Let $P$ be the set of $42^{\text{nd}}$ roots of unity, and let $Q$ be the set of $70^{\text{th}}$ roots of unity. How many elements do $P$ and $Q$ have in common?
Disabled_Skooter:
may i get help if anyone is free?
@viscid thistle If I understand the question and wiki article right You have two sets
Set P contains all numbers for which the equation z^n = 1
want a screenshot?
want a screenshot?
@viscid thistle could help
can look into it but will take a moment, have to look it up
yea no problem
Do you know how the root of unity works?
not really
Could try to explain it, care to switch to mathematics voice chat
$z= x +iy = r(cos \theta + i sin \theta)$
achilles199703:
cos 72 + i sin 72
z^3 = -2 - 2i
1-i
The equation
[z^5 = i]has $5$ solutions. The unique solution in the third quadrant is $re^{i\theta}$, where $r > 0$ and $0 \leq \theta < 2\pi$. What is the ordered pair $(r, \theta)$?
Disabled_Skooter:
(1,6\pi/5)
$4/5 \pi + 1/2 \pi = 13/10 \pi$
achilles199703:
Let $P$ be the set of $42^{\text{nd}}$ roots of unity, and let $Q$ be the set of $70^{\text{th}}$ roots of unity. How many elements do $P$ and $Q$ have in common?
Disabled_Skooter:
$e^{i(\frac{2\pi+2\pi k}{42})}= e^{i(\frac{2\pi+2\pi k}{70})}$
Disabled_Skooter:
$e^{i(\frac{2\pi \times k}{42})}= e^{i(\frac{2\pi \times k}{70})}$
achilles199703:
@fringe stream may you help me out please?
i thought the ans is C but it's "A"
i thought it was reflection on y axis, and horizontal compression by 5/9 ?
why is it expansion?
it is horizontal compression by 5/9
it just happens to also look like a vertical stretch by sqrt(5/9) bc of this particular curve
OHH I see
Yeah compressing a root makes it bigger
I gotta remember that
@willow bear ty
not clear exactly how the division is supposed to happen
ask your professor to clarify
@craggy dune infinity?
i think i do. so e raised to minus infinity would be 1/infinity?
yes
thanks!!
How would I get the exact value for this?
it says the answer is sqrt(2)
but I got something different
hmm
can you write sec another way?
something you might know the values of already?
well if you got it its good no?
yeee
idk dude my trig game sucks
the only thing i always remember is sin^2(x)+cos^2(x)=1
also tan = sinx/cosx lol
not much
infinite / infinite + 5/4 =?
infinity lul
how
i know
what do u think infinity/infinity is?
1
:))
infinity over infinity is basically undefined
i know a guy said infinite : infinite = 1 :))
if this true , 0: 0 = 1 , and this is not true
yo why is it saying to use the reference angle of these angles to find the exact values of them?
but then the answer for a for example is -sqrt(2).. which getting the reference angle of 135 wouldnt help with getting -sqrt(2)
wait i think 1 is solution....
infinite : infinite = 1 , infinite * 1 = infinite
yeah it'd be 45
I did it'd be sqrt(2) right?
,w sec(45)
yes sir
but the answer for a on the key is -sqrt(2).. so what is the point of me getting the reference angle
210 is in third quadrant
so you do 210 - 180
so you get the point
for fourth qudrant u do 360 - x
ye I know how to get the reference angle, Im just sayin it seems pointless cause it deosnt help me get -sqrt(2)
just do it like i showed u ?
wat
Yes I know how to get the reference angle
but in the question it says " And then use them to find the exact values of sec(135)" for example
how does getting the reference angle help with that.. when I just have to get the exact value of sec(135) and that'd be the answer is what Im tryna say
ok i see
what the question is asking now
ok so
for sec(135) we got that the referent angle is 45
and we got sqrt(2)
ye
negative
hm yeah I guess its just a weird question
sec(45) is in the first quadrant
if u "flip" it
in the second quadrant its just negative
cause I could just solve for sec(135) and I get same thing
since they already give me it
i mean they just want u to use reference angles
np
How would i solve this problem?
Uh Im not too sure to be honest
It's alright
Well,
A function $f$ is called even if $f(-x)=f(x)$ for all x, $\$
and $f$ is called odd if $f(-x)=-f(x)$ for all x
Wilston Lynx:
So, to figure out your function is even, odd, or neither, all you have to do is to check it with those definitions
the question can even be simplified a bit by using a trig identity
$sin(2x)=2sin(x)cos(x)$
Wilston Lynx:
Yeah, you can simplify the function with this identity
I'll show you how to check whether $f(x)=x^2$ is even or odd. $\$
If you notice from the definition, actually all you have to do is to plug in $-x$ to the equation, so, $\ \$
$$f(-x)=(-x)^2=(-1)^2(x)^2=x^2=f(x) \$$ $\$
Because $f(-x)=f(x)$, therefore by definition, $f(x)=x^2$ is an even function.
Wilston Lynx:
hmm
How do you come up that f(x)=x^3 is odd?
I think you meant, $(-x)^3=(-1)^3x^3=-x^3$?
Wilston Lynx:
But yeah, that's correct
o
Well now I think you have the tools to solve your own problem
how would I plug in -x to the trig functions tho
so f(-x) = 2sin(-x)cos(-x)
Correct
Oh
my bad
You might need to take a look at several trig identities
$sin(-x)=-sin(x)$ and $cos(-x)=cos(x)$
Wilston Lynx:
if you don't have that written down somewhere do so
you might need those again in the future
okay
Yeah, I agree
Emm that's not correct if you typed it that way
2-sinxcosx
order of operations
$2-sin(x) \neq 2(-sin(x))$
Wilston Lynx:
okay so 2(-sinx)(cosx)
Okay, you're almost there
(-2sinx)(cosx)?
Look at your question again
$\sin(2x)=2\sin(x)\cos(x)$
trece:
(as a reminder)
Thanks but we're not really using that atm lol
-2sin(x)2cos(x)?
ye
How come from (-2sinx)(cosx) you get -2sin(x)2cos(x) 
well it was 2(-sinx)(cosx)
ramonov:
The distribution property works like this $a(b+c)=ab+ac$, not $a(bc)=abac$
Wilston Lynx:
mkay
it is odd tho right?
wait thats what I did tho
I distributed 2 to -sinx and cosx
I mean, a(bc)=abac is wrong
it is odd tho right?
@alpine basin Yeah, you should've write it like this, $\$
$(-2sinx)(cosx)=-f(x)$ $\$
by that way, you'll get that $f(-x)=f(x)$, or in other words, it's an odd function.
Wilston Lynx:
I was trying to solve b, which was
The concepts are still the same as before
and i got f(-x) = -3(sinx)(cosx)(secx)
How is it neither tho? Shouldnt it be odd as well?
and i got f(-x) = -3(sinx)(cosx)(secx)
@alpine basin This is wrong
take a look at f(x) = sec(x)
the same way you did with the other functions
is it odd or even or neither?
idk thats what im tryna answer
for that it might help to turn sec into a function you know more about
missing - sign in that tex
or
Try changing sec(x) into another function
I mean another Trigonometry Function
What'll you get?
Yep
how does that prove its neither, not sure
look at the definition again
what does even mean and what is odd
and then look at what you have
Have you write down your work for that?
You'll realize that it's neither when you write it down
$-3sin(x)cos(x)sec(x) \neq -3sin(x)cos(x)+sec(x)$
Wilston Lynx:
Your question is asking for 3sin(x)cos(x)+sec(x), NOT for 3sin(x)cos(x)sec(x)
so -3sinxcosx + 1/cosx
@alpine basin and that's the same as -3sin(x)cos(x)+sec(x) right?
yes
Hows that prove its neither tho
@alpine basin Look at the definition again
A function $f$ is called even if $f(-x)=f(x)$ for all x, $\$
and $f$ is called odd if $f(-x)=-f(x)$ for all x
Wilston Lynx:
so -3sinxcosx + 1/cosx
@alpine basin Now, can you rewrite this as -f(x) or f(x)?
so for it to be odd it would have had to change to - sec(x)?
@alpine basin Yeah, if it's -sec(x), the function would be odd
But here it's not
okay thanks
You're welcome!
for the 3rd one, cos(-2x) would be cos(2x) right?
another room
This channel is still occupied @still quarry
buckets is here
Please move to another question channel.
he's pretty violent
lmao
lol
I got -sinx-2cos(2x), which would be neither as well right? Because the sign on -2cos(2x) didnt change to +2cos(2x) right? @upbeat bone
for the 3rd one, cos(-2x) would be cos(2x) right?
@alpine basin Anyway, yeah
I got -sinx-2cos(2x), which would be neither as well right? Because the sign on -2cos(2x) didnt change to +2cos(2x) right? @upbeat bone
@alpine basin That's correct!
Okay great I think I got it down

thanks for all the help
No problem!
split into four cases, probably
well its double absolute values
added together
idk what to separate or how to take the y out
what does absolute value mean?
yea, what does it mean?
or, what is |n| equal to?
well its positive?
n
ok
non negative
|n| is not always n
oh
ur right
|-1| = -1 ?
it equals 1
|-1|=1
yes
but anyways
what does abs val mean for your problem?
how does know this improve your understanding?
and are the two abs values added together, the only thing you see?
well added together to be less than or equal to 12?
do all the signs just become positive?
2x+y-3
2x+y+3*
no
hm
what can you do?
that is what are you allowed to do right now, given your limited understanding?
your first idea was to seperate the variables?
right?>
yes
so, if you think you can't, what else could you do?
somehow take out the absolute signs?
Is that something you understand to do?
no:(
Then, what do you know to do?
As a tutor, my primary mission is to further your understanding from what you know.
So, I really won't tell you anything.
But I will work through your thoughts with you
im not sure what i CAN do, i tried looking for videos and examples but apparently there isnt anywhere where there is x and y and double absolute values anywhere all together
so im not sure how to start
Ok, so you see these two abs values less than a number.
yes
what do you see in the abs values?
the x intercept and the y
yes
yes
so how do we know what values are ok for the variables?
we know that there are values that belong there, but what ones?
well all together it has to equal less than 12
YAS
so, now that we reviewed our understanding of the problem
what is something different we can do to further our understanding rather than separating the variables
?
(separating the variables from the abs values that is, because we dont know how that works)
variables are what again?
they hold the place of a number
what could you do?
can we use substitution?
i mean cant we move the y to the other side
did you figure it out?
do we maybe take the derivative...?
try random numbers for x and y
what's the point in that?
I'm trying to further may's understanding from their point of view.
Just to get a feel for what seems right.
And, after trying out somethings that we can* do, working backwords and understanding the problem further to come up with a clearer systematic way.
hmm
I don't think this problem is all that easy to reverse engineer if you don't understand absolute value even if you know the answer
im in calc but he gave us this problem saying its precalc related but i never did this in precalc either
so im confused
you don't need any calc
you need the definition of absolute value
disagree, trying out some values in the ineq lets the person get a feel for the abs value
in a simpler case maybe, but this has too much going on in it
botn, pm me
ok
@urban harness you still here?
yes
yea, why not?
ok
its lessthan 12
that's one number
yes
err
that's one point, two numbers
you should try a lot of numbers
like maybe 6 or 8 pairs of (x,y) points
thats part of the solving process?
first of all
you have math anxiety
and I need to get you to feel safe around math
by getting into the motion of trying everything you can do
true
which right now, is testing as many points as possible to get the feel of the problem
and once you do at least 6
we talk some more
and re-evaluate understandings
wait dude its like past my bedtime i trying
@viscid thistle wanna keep explaining to me? im interested
@daring yarrow explain what
bruh nvm
is there a problem you're stuck on?
I've tried everything I knew
The square of terms sequence isn't an A.P (common difference varies)
And it's not a telescoping series
That's all I am aware of.
You guys should check my statements for yourself. Never know when I might make a silly algebraic error
it feels to me as if this question has no answer
yeah, no, this question is fucked up actually
it is possible to give examples of arithmetic progressions with the same values of a and n but different sums of squares
taking a = 1/2 and n = 5 as an example, the APs 0, 1, 2, 3, 4 and -4, -1, 2, 5, 8 both sum to an(n-1) = 10, but the sums of their squares are 30 and 110 respectively
@sweet wedge
what i'm saying is
No I understand
you should either skip the question or bring it up with your teacher
If theres 2 objects and 4 spaces how do you calculate the total possible arrangements for it?
Can you distinguish the two objects?
@rare zephyr
I'm pretty sure that holds for all invertible matrices with an invertible product
It also happens to be true that AB is invertible iff A and B are invertible
matrix A and B are all different variables. I did the math and it came out false. I just want to make sure there is not something tricky going on.
A=A,B,C,D and B=E,F,G,H 2x2
So yes, that is true for all invertible A and B
Ok, to be clear. The above statement is false?
It's true.
How? When I do the math A does not = B?
then there's an error in your algebra
Why does A have to equal B?
I guess it's an error when you compute the inverse.
oh wait lmao yes that's a bigger problem
Thats what the problem is asking me to do.
Yes
at no point does that say A = B
It says show that (AB)^(-1) = B^(-1)A^(-1)
Oof that's quite the computation haha
expand all the denominators, factor out negatives
those should end up being the same
oh, factor them out
hrmm
you can't bc on the top problem its + and -. you can't cancel out
also, there is nothing to cancel out.
-(a + b) / x = (-a - b) / x
That's how you get the negatives to match
thanks
if I factor the denominators they will match
Now, there's a few problems with this method.
- This is only a proof for a 2ร2. If I asked for a 4ร4 you'd be screwed
- It's a pain. That's too much computation.
lol
So let's do this the easy way, using algebraic properties of a matrix
@muted granite
Sorry I got busy. Want to talk over this more?
@patent beacon I think I get it. Now that I realize that there is the additional step of factoring. If I run into trouble I will @ you. Thanks.
Nah fam you don't want to actually multiply matricies together
Unless the question is specifically asking for a 2ร2?
No, the denominators need to be factored to make A=B
Sorry for a super dumb question but my brain is fried why does
I got (-6i+2)/(-6i - 8)
Yup.
So I got (6i+2)/10 = (3i+1)/5. Just messed up the conjugate. Thanks.
You're welcome. :D
How would i show the asymptote of this equation?
I graphed the line and got the domain and range correctly, but not sure about the asymptote
do you know what the asymptote should be?
its 4 I think right?




