#help-36

1 messages · Page 169 of 1

normal shuttle
#

ohh

#

14 and 9

crisp spade
#

see if you can make this out

normal shuttle
#

They have a rate

crisp spade
#

if you can't I can't help you

#

good night

normal shuttle
#

I got it

normal shuttle
dense badge
#

imo you can also do it with trig if you prefer that

normal shuttle
#

Im trying to improve geometry

#

For the sat

#

How would you do it with trig thi

dense badge
normal shuttle
#

Im intrigued

dense badge
#

then pythagoras or more trig for AB the base of ABCD

normal shuttle
#

.

#

It was a typo

dense badge
#

numbers are less pretty though

normal shuttle
#

I agree

#

I was just thinking thay

#

Anyway, thanks for the help

#

.close

final saddleBOT
#
Channel closed

Closed by @normal shuttle

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

outer grove
#

Hello does anyone know how to get the distance between two angles, so distance of angle A to angle B? (maybe the correct word is difference)

pliant shore
steel talon
#

!original

final saddleBOT
#

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.

outer grove
#

it isnt a school thing

#

so

pliant shore
outer grove
#

i have a angle which is a car's perpendicular angle then another angle which is the direction of its velocity

pliant shore
#

I think you mean vectors when you say 'angles' but I need to confirm

outer grove
outer grove
outer grove
#

ill show picture

#

i dont think a picture will help but ill show a picture

fiery pine
#

and pi is “west”

outer grove
fiery pine
#

yknow

pliant shore
#

what are you trying to achieve

outer grove
#

im not very good at explaining the car's physics because this is my own super simplified idea of it

#

you know how when a car drifts, it slows down really quickly

pliant shore
#

one sec

outer grove
#

ight sorry for loading my poor explanations on you

#

You know when cars do this, you notice their velocity or speed slows down really really quickly

outer grove
#

their wheels angle/direction doesnt line up with their velocity

pliant shore
outer grove
#

im trying to make my car slow down when the direction of the car and its velocity are very distant

outer grove
pliant shore
outer grove
#

yeah so i simplified it and have just made the wheels simulated, so the front wheels will always just point in the direction of the car, (for now)

#

so the "wheels" are really just the car's direction

pliant shore
outer grove
#

heres the velocity variables

pliant shore
#

have you ever heard of the parallelogram rule?

pliant shore
pliant shore
#

the two vectors that are relevant to drifting are the velocity and the frictional force

#

you add those together

#

and then you can show the car will move in the direction of the orange arrow

outer grove
#

yeah, i already solved that part, can i show one video to show an idea and if we dont get it from there, ill try another time with a better explanation or with some better knoledge

pliant shore
#

I find it hard to believe you solved that part without knowing how to add (and subtract) vectors

outer grove
#

to show i already have the two vector thing down but to also show something else. i get the car to accelerate then i stop accelerating and the car slows down then i do it again BUT this time, i accelerate the car and let go of the accelerator (w key) and turn the vehicle 90 degrees, and it slows down at around the same pace. Real cars would slow down much faster when facing perpendicular to its velocity (drifting)

#

sorry ill convert it

pliant shore
#

you have to model the car as being on a circular track (this is an idealisation of course)

#

then there will be some friction pushing the car to the inside of the circle

#

yeah I think you understand that concept from what you wrote

pliant shore
# outer grove

yeah cause you're not adding the velocity vector and the friction vector in your code, right

#

so your car will always be moving in a straight line

#

even if it is rotating while it's moving in a straight line

outer grove
pliant shore
#

oh that's interesting

#

yeah I'm out of my depth here then

#

honestly just share your code and someone else can take a look at it
well if it's Scratch then you have to take screenshots ofc

final saddleBOT
#
Channel closed

Closed by @outer grove

Use .reopen if this was a mistake.

pliant shore
final saddleBOT
#
Available help channel!

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.

woeful void
#

Is this how I would prove that if m|x and n|x and gcd(n, m)=1 then nm|x
Since m|x, there exists an integer p st x=mp, similarly, there exists integer q st x=nq
And since gcd(n, m)=1, using Bezout’s identity there are integers a and b such that an+bm=1
1x = x therefore x=mp(an+bm)
x=mp and therefore x/p=m, nq/p=m
Substitute, x=mp(an+bnq/p), take the n out and put p in, x=mn(ap+bq), therefore mn|x

lofty seal
#

If 𝑚∣𝑥, what does that tell you about x?

#

Can you express 𝑥 in terms of m and some integer?

final saddleBOT
#

@woeful void Has your question been resolved?

final saddleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

timid jasper
#

Why can't i divide z with either x or y before adding the two values in
x+y/z

rancid zenith
#

Not sure what you mean

#

Assuming you have the correct bracketing, you can divide y by z and then add x. Thats what that notation means.

#

If you meant (x+y)/z, you can divide x and y individually by z then add as well

final saddleBOT
#

@timid jasper Has your question been resolved?

timid jasper
dusty quarry
#

if you actually meant (x+y)/z, it's the same as x/z + y/z

rancid zenith
timid jasper
dusty quarry
#

so to be clear

#

is it this

#

or this

dusty quarry
timid jasper
#

Is 6+x different than (6+x)

dusty quarry
#

yes

rancid zenith
#

But 6+x/2 is different from (6+x)/2

dusty quarry
#

oh i didn't see they didn't put the /2

#

my bad

rancid zenith
#

The brackets tell you what to evaluate first

#

(6+x)/2 is saying: first add up 6 and x then divide the result by 2

#

6+x/2 is saying: add up 6 and the result of dividing x by 2

rancid zenith
#

The unbracketed version is the other one

dusty quarry
#

if you want an example using numbers

timid jasper
#

Dang thanks

dusty quarry
#

!done

final saddleBOT
#

If you are done with this channel, please mark your problem as solved by typing .close

timid jasper
#

Also could u give any examples of how an eqn could end up as 6+x/2 ?
I can't really imagine any equations where there isn't a parenthesis

#

@dusty quarry

dusty quarry
#

wait wait wait

#

i don't see an equation

#

there's no equal sign

#

this is an expression

#

unless you have the full question?

timid jasper
#

The equation was 2y = 6+x, where x=2

dusty quarry
#

ah there we go

#

but what's the question?

#

what are you asked to do?

timid jasper
#

I was solving for multiple variables including x so it kinda confused me

severe canyon
#

Well, if x = 2, what's the value of 6 + x?

dusty quarry
#

if you're asked to solve for y i think you got the right answer already? what are your steps and your final equation in terms of y?

severe canyon
#

Ohh I didn't see it sorry

#

I just bumped into the chat, my bad

dusty quarry
#

nps

#

i am quite confused also

timid jasper
dusty quarry
#

huh??

dusty quarry
timid jasper
#

Yeah

dusty quarry
#

i mean when writing on paper

#

i hope you are not writing like you do here?

#

and using proper fraction notation?

timid jasper
#

Well yeah

#

Off

dusty quarry
timid jasper
#

Ofc

timid jasper
#

I solved for it

#

Do u need to see how i solved it

dusty quarry
#

but he asked for 6+x given x = 2

#

anyway

#

so have you gotten the final equation in y?

timid jasper
#

Pls ping btw

#

But i don't know if i should add a bracket or not

final saddleBOT
#

@timid jasper Has your question been resolved?

timid jasper
#

Someone helpi mi

final saddleBOT
#

@timid jasper Has your question been resolved?

timid jasper
#

.close

final saddleBOT
#
Channel closed

Closed by @timid jasper

Use .reopen if this was a mistake.

#
Available help channel!

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.

obtuse knoll
#

so i have the following question:
f: [0,1]->R is a continous function, such that f(0)=0, f is differentiable on 0 from the right and f(x)>0 for every x in (0,1]. we need to prove that the improper integral from 0 to 1 of 1/f(x) diverges.

my idea: we use the fact that it's differentiable on 0 from the right, which means that the limit of f(x)/x as x approaches 0 from the right exists. we then say that f'+(0)=L and say that it has to be positive using f(x)>0, and then we pick an epislon such that L+epsilon=1, and then put that epsilon in the in the limit defintion and get a delta such that for every x in (0,delta) we get that 1/x < 1/f(x).
we know that the improper integral from 0 to delta of 1/x diverges, so anything bigger than it will also diverges
we then separate the improper integral of 1/f(x) to two integrals and say that since one diverges then the original integral also diverges

obtuse knoll
#

i'm not 100% sure about my solution and I haven't really tried to formally prove it

tired walrus
#

well your idea is basically that your function kinda behaves like Lx near 0 right

obtuse knoll
#

my idea is basically finding a window between 0 and a number between 0 and 1 where 1/x < 1/f(x) and then from that we can conclude that the improper integral diverges

#

although theres an issue where if L>1 then we cant pick a positive epsilon such that L+epsilon=1

obtuse knoll
tired walrus
#

so i think the play here is to bound f(x) from below by Lx/2

#

ie say that f(x)/x is greater than L/2 in an epsilon nbhd of 0

obtuse knoll
#

what exactly is from below? i dont study in english

final saddleBOT
#

@obtuse knoll Has your question been resolved?

#
Channel closed

Closed by @obtuse knoll

Use .reopen if this was a mistake.

#
Available help channel!

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.

grave fossil
#

just wanted to check if this is a legal a way to solve this problem if i didnt want to use tan⊖

grave fossil
#

:)

tired walrus
#

if you're tan-phobic then yes

grave fossil
#

tanphobia it is then

#

thanks!

#

.close

final saddleBOT
#
Channel closed

Closed by @grave fossil

Use .reopen if this was a mistake.

grave fossil
#

.reopen

final saddleBOT
#

grave fossil
#

why is tan applicable here

zenith cedar
#

?

tired walrus
#

i mean tan(theta) = Q_y/Q_x it's fairly simple

grave fossil
#

its a right angle triangle thats why?

#

yea?

tired walrus
#

there is a right triangle involved yes

grave fossil
#

niceeee

tired walrus
#

same reason why you were able to do cos(theta) = Q_x/|Q|...

grave fossil
#

ow

#

nice i never realised that, i just did it instinctively

#

thanks!

#

.close

final saddleBOT
#
Channel closed

Closed by @grave fossil

Use .reopen if this was a mistake.

grave fossil
#

.reopen

final saddleBOT
#

grave fossil
#

nvm nvm co pilot ftw

#

i'll keep it open for a while around 5-10mins if no question arise i'll close it

#

thank you!

#

✅ or ❌?

warm python
#

theta is the angle b/w r and x?

grave fossil
#

Yea

warm python
#

check sin again

grave fossil
#

Oop

#

Opp/Hyp

warm python
#

ya

grave fossil
#

So sin=y/r

warm python
#

sin and cos are interchanged

grave fossil
#

Thanks

#

should be correct, but i want to know is there any other way i can solve this problem?

prisma forge
#

yes

grave fossil
#

What would be it

prisma forge
#

to your hearts desires

#

just gotta believe in the me that believe in you

#

all poetic and shit

grave fossil
#

Ok

#

#

.close

final saddleBOT
#
Channel closed

Closed by @grave fossil

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

grave fossil
#

Answer is wrong, i just don’t where i went wrong? Do i have to always swap for row 1?

grave fossil
dusty quarry
#

wait were you the one i helped the other day with this also

grave fossil
#

different question but yes :(

edgy mauve
#

Cramer's rule

grave fossil
#

huh

#

Cramer's Rule?

edgy mauve
#

Yeah u need to solve it using cramer's rule

#

Do u know this rule?

eager shore
#

Cr*mer's rule

grave fossil
#

nah

dusty quarry
#

don't think he learnt it yet

edgy mauve
#

Mentioned matrix tho

dusty quarry
#

i mean

#

gaussian elim

grave fossil
#

EROs

dusty quarry
#

actually

#

why not swap one of the two bottom rows to the top

grave fossil
#

just follow this you mean?

dusty quarry
#

if you're confident you don't necessarily have to, but this is a structured way to do this, yeah

#

i recommend following this

grave fossil
#

ooo

dusty quarry
#

minimizes chances of randomly making careless mistakes

eager shore
#

,w solve 2x - y + 3z = 9, x + y + z = 6, x - y + z = 2

eager shore
#

yeah honestly just follow thw algorithm

grave fossil
#

i have the answer i have done correctly previously somehow

#

"somehow"

#

but this was a different approach

dusty quarry
#

try this again, but this time, start by swapping either r2 or r3 up to r1

#

oh so you have done this before

grave fossil
#

yep took me two pages of EROs to solve this

dusty quarry
#

ah i see what happened here

grave fossil
#

wanted to solve it one page but eh

dusty quarry
#

r1 - r2 into r1 right

#

column 1 is 2-1 = 1, correct

#

column 2 is -1 - 1 = -2, not 0

grave fossil
#

:'(

#

welp

#

thank you

dusty quarry
#

nps

#

nice handwriting btw

grave fossil
#

thank you!

#

out of topic, but did you guys get interviewed for helpers role in the server?

dusty quarry
#

no

#

you can just grab em

grave fossil
#

ayo

dusty quarry
#

but be prepared for ping after ping

dusty eagle
grave fossil
#

ayo wha

dusty quarry
#

yea

#

cuz when people wait too long, they're gonna ping helpers

#

not uncommon for me to come back from school to 5-6 pings

dusty quarry
#

just an example

#

but most problems either get ignored and OP forgot about them

#

or they get solved too quickly for the helper ping to come up

#

but some people also forgot about this rule and ping helpers straight away

#

!15m

final saddleBOT
#

Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.

grave fossil
#

yea ik

#

crazy

#

even i can be a helper?

dusty quarry
#

so yeah if you want to be notified of others needing help grab the role

#

yes you can! i mean i suck at math but i still grabbed it

grave fossil
#

no way, you're way better than me

dusty quarry
#

nah

grave fossil
#

eh

dusty quarry
#

anyway, any other questions?

#

we can talk about other stuff elsewhere, like in #chill

grave fossil
#

i'll shower and try again in a bit

#

and thank you for your help!

dusty quarry
#

nps

#

!done

final saddleBOT
#

If you are done with this channel, please mark your problem as solved by typing .close

grave fossil
#

close

#

.close

final saddleBOT
#
Channel closed

Closed by @grave fossil

Use .reopen if this was a mistake.

#
Available help channel!

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.

inner mountain
#

where did the 5 come from in the third line?

stuck juniper
#

1/0.2

#

Is 5

atomic moon
#

division by fraction <=> multiplying by the reciprocical

sage meteor
inner mountain
#

oh

#

oops

#

.close

final saddleBOT
#
Channel closed

Closed by @inner mountain

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

lime crest
#

Prove that there exists a polynomial $P(x,y)$ with real coefficients such that $P(x,y) \geq 0$ for all real numbers $x,y$, which cannot be written as the sum of squares of polynomials with real coefficients

soft zealotBOT
#

Copter

lime crest
#

i have no idea what to do for this one💔

#

can someone help?

terse crypt
#

!occupied

final saddleBOT
#

Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).

lime crest
#

wait am i stupid

#

yes i am nvm 😭

#

$P(x)=x^4y^2+x^2y^4 + 1/27 -x^2y^2 \geq 0$ by AM-GM

soft zealotBOT
#

Copter

lime crest
#

and i think i proved the squares thingy

#

.close

final saddleBOT
#
Channel closed

Closed by @lime crest

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

inner mountain
#

confused on the third line first term

final saddleBOT
terse crypt
#

,w integrate ln(x^2 - 1) + (2x)/(x-1)

soft zealotBOT
terse crypt
#

eh

stuck juniper
terse crypt
#

prolly how they go from 2nd to third line

#

i got how the thing is [ \ln(x+1) + \ln(x-1) + \frac{2x}{x-1}]

soft zealotBOT
stuck juniper
#

Did they even try it first 😨

#

Or are they just blindly copying whatever is being written

terse crypt
#

@inner mountain are u here??

#

where are u now

#

under the sea?

inner mountain
#

trying to figure it out

#

idk i got up to the second line and then checked the answers cos idk whats going on

terse crypt
#

@stuck juniper does the thing even simplify as (x+1)log(x^2 - 1)

inner mountain
#

in the first place i dont think i was taught how to integrate ln?

magic coyote
#

fix this

terse crypt
#

what the skibidi

#

then how did u get this

#

what was the original question

stuck juniper
#

Are u ljke

#

Memorising the process

terse crypt
#

go learn chemistry

stuck juniper
#

This is occupied

stuck juniper
#

@inner mountain do u know ur basics 🙏

#

Cause i saw u ask questions like why the 3 come and now ur doing this

stuck juniper
#

Are u trying to speed-run integrals

inner mountain
#

uh i have an exam in like

#

a week so yea

stuck juniper
#

A week

#

Bro

terse crypt
#

chilll

#

its a week

stuck juniper
#

That’s plenty

inner mountain
#

like they taught this stuff?

terse crypt
#

u have time to cove the basic

terse crypt
stuck juniper
#

Ur like supposed to learn

#

Why it came

#

Instead pf memorising

#

Its almost like u learn integrals by understanding and not memorising 😔

terse crypt
stuck juniper
#

Even i learned definite integrals in one week

terse crypt
#

the original question

stuck juniper
#

But i practiced 600 questions that week

#

🙏

terse crypt
#

thats prolly more than ive ever done tbh

#

in my entire math career

stuck juniper
#

Least work i have done for jee:-

terse crypt
#

oh dear

stuck juniper
#

I have practiced like 2000 questions on integration in the past month

#

😔

inner mountain
stuck juniper
#

Is that the fucking test

terse crypt
#

ic ic

#

ftc

inner mountain
#

its the question from the practice exam i did ?

#

the specific question would be e

terse crypt
#

do u know ftc

inner mountain
#

no

stuck juniper
#

💀

terse crypt
#

if F is an antiderivative of f
[ \int_a^b f(x) \dd x = F(b) - F(a)]

soft zealotBOT
inner mountain
#

oh

#

yea ik that

terse crypt
#

ok

#

u are asked to find

stuck juniper
#

Area

terse crypt
#

the integral of this

#

absolute, ye

stuck juniper
#

Do they know

#

Integrals give area

#

🗣️

terse crypt
#

but the thing is always negative

terse crypt
inner mountain
#

i do know that

terse crypt
#

ok

stuck juniper
#

🗣️🗣️ur not cooked

terse crypt
#

[ \int_a^b f'(x) \dd x = f(b) - f(a)]

soft zealotBOT
terse crypt
#

am i right

inner mountain
#

yea???

terse crypt
#

good

inner mountain
#

OH MY GOD

terse crypt
#

whats [ \int_{-5}^{-2} \ln(x^2 - 1) + \frac{2x}{x-1} \dd x]

soft zealotBOT
terse crypt
inner mountain
#

oh my fucking god how did i even forget that bit

#

ok thanks a lot

terse crypt
#

tunnel vision happens to all of us

stuck juniper
#

What did she forget

#

😔

inner mountain
#

that i was already given the integration for that bit so the whole time i was thinking what rule i should use to integrate it

#

but like

#

the original function was already given to me beforehand

stuck juniper
#

😭😭😭

#

So this ain’t even a integration test

inner mountain
#

its got like 3 other topics in it

stuck juniper
#

If i was the teacher i woulda done the funny

inner mountain
#

but part of it would be on integration

stuck juniper
inner mountain
#

they only taught us like basic integration lol

#

anyways

#

.close

final saddleBOT
#
Channel closed

Closed by @inner mountain

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

slim wave
#

What's 4^5 times 8.9 divided by ⅛

final saddleBOT
terse crypt
#

Calculator 😭

slim wave
#

My freind gave that to me

#

I don't know how to do the squared on a cal

dapper hull
slim wave
#

The Samsung app one

dapper hull
#

provide an image or calculate it here

#

,calc 8((4^5)*8.9)

soft zealotBOT
#

Result:

72908.8
slim wave
#

That's my cal

dapper hull
terse crypt
dapper hull
#

write 4 then press it then do 5

slim wave
#

Oh ok thanks

dapper hull
dapper hull
final saddleBOT
#

@slim wave Has your question been resolved?

final saddleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

heavy lance
#

how do i put these in my calculator? ive tried like 20 different ways and i cant do it right

heavy lance
#

all i need is the calculator format for a TI calculator non graphing

#

TI30X

dapper hull
dapper hull
heavy lance
#

has to be TI30X, which makes this 10x harder, cuz i cant use the other calculator

#

the other TI calculator (which is NOT allowed for the class) does it 100% correctly

#

the correct calculator doesnt work at all

dapper hull
heavy lance
#

i tried that

#

my guess is you have to manually do one part at a time inside then outside type shennigans

dapper hull
#

do it one part at a time then (write the result on an outside paper so you don't forget the values)

heavy lance
#

think you could break it down for me

#

like what do i do first second third

dapper hull
# heavy lance think you could break it down for me

i'd start with the 0.055/4 find the value and add 1 (first)
write it out whatever you wrote exponentiate it to whatever the question asks (second) ofc write the value
then multiply by the starting value (the P)

#

i'll try to work it out on the side given these limitations and see what i'll get

heavy lance
#

try using the TI30X if you have it

#

as i said my other calculator did it successfully, unfortunately that calculator is banned for tests so itd be useless

dapper hull
heavy lance
#

i see...

#

i wonder if anyone here has the required calculator

#

ngl i think its a calculator issue, not a math issue

dapper hull
#

the easier way work out the inner then go out a little by little

dapper hull
heavy lance
#

<@&286206848099549185> yo anyone here got a TI-30X calculator that can help me

#

this problem is restricted to that calculator

terse crypt
dapper hull
ripe jewel
#

i don't

dapper hull
#

(photomath btw)

terse crypt
heavy lance
#

well then, google says you have to do the inside out using this calculator and im struggling to find out what the order is, as pearson doesnt tell you

dapper hull
heavy lance
#

What is each

#

Like what is a b c and d

#

For the example problem I sent

#

If I know it once I should be able to know it more then once

dapper hull
#

b is just the 1
c is r/n
d is nt
a is P

heavy lance
#

I see…

final saddleBOT
#

@heavy lance Has your question been resolved?

#
Channel closed

Closed by @heavy lance

Use .reopen if this was a mistake.

#
Available help channel!

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.

nocturne cedar
#

The polygon below represents the floor plan of a hall designed by an architect. Angles AJH and BCD each measure 135°, and all other angles formed by two consecutive sides are right angles. With the exception of segment AB, all other sides of the polygon measure 10 meters.
Given that √2 = 1.41, the area of this hall, in square meters, is

nocturne cedar
#

I tried doing it

#

Basically

#

I cut them into smaller shape

jagged flare
#

draw FJ, FC, CJ and calculate each part independently

nocturne cedar
nocturne cedar
#

Then

edgy mauve
#

Area of Fcj?

#

At first with (1/2)×bh
Later onwards with heron's formula

#

To determine the side?

nocturne cedar
#

Bruh chat gpt cooked me

jagged flare
#

!nogpt

final saddleBOT
#

Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).

nocturne cedar
#

I asked him what cos45 was he said sqrt2/2

jagged flare
nocturne cedar
jagged flare
#

or better yet literally b×h/2

edgy mauve
#

Wait isnt cfj 90°

#

Cant we js find the hypotenuse which is x and proceed to find the area of rectangle

nocturne cedar
#

I think I got it now

#

Ya

#

Wait guys

#

What’s wrong here

#

Wait 1 sec

edgy mauve
#

(1/2)bh

#

Is the area

#

Not bh

nocturne cedar
#

I did that

edgy mauve
#

No like 100 is bh
Area is supposed to be half of that

nocturne cedar
#

Area = 7*14=98 98/2=49

edgy mauve
#

7?

nocturne cedar
#

Height is 7 no?

edgy mauve
#

R u finding the area of
wait lemme mark

nocturne cedar
edgy mauve
edgy mauve
nocturne cedar
#

No

edgy mauve
#

Okay tell me how did u get the area which is 100

nocturne cedar
#

Don’t we just have to do cos45 =1/sqrt2

edgy mauve
#

(I/2)bh is the area of triangle

nocturne cedar
#

Oh cause there’s a formula to find height

edgy mauve
#

So (1/2) 10×10
Gives u 50 ,that's supposee to be the area

nocturne cedar
edgy mauve
#

Similar triangles?

warm dagger
#

can anyone do my sparx maths for me?

edgy mauve
#

!occupied

final saddleBOT
#

Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).

nocturne cedar
#

It’s just to find smth if it’s missing

#

In my case I knew hipotenusw = 14

#

And both b and c

#

So

#

10*10=14*h

edgy mauve
#

Makes sense

edgy mauve
nocturne cedar
#

I see

#

I think x is wrong

#

Or

#

Well smths wrong

#

Lemme try to do it again showing my works

#

Better

edgy mauve
#

Wait

#

X is 10sqrt2

nocturne cedar
#

How

edgy mauve
nocturne cedar
#

Oh

edgy mauve
nocturne cedar
#

Ye

#

I’m trying again

edgy mauve
#

It's supposed to be ryt

#

We just to approximate values

#

Instead of exact

#

If we took exact ot would be 5sqrt2 which is approximately 7

nocturne cedar
#

I got x=20sqrt2

#

Oh

#

Wait

#

Better

edgy mauve
#

Yea

nocturne cedar
#

Now it should be easy

edgy mauve
#

No input this in hx=100

nocturne cedar
#

h=5*sqrt2

edgy mauve
#

Yep

#

So u can find the area of the rectangle now

nocturne cedar
#

And triangle

#

U mean?

edgy mauve
#

U could hv found the area of triangle without h and x anyway

nocturne cedar
#

Triangle area is 50

edgy mauve
#

(1/2)bh
Since it's a right angle the perpendicular and base r h and b

#

So basically (1/2)bh

#

And there was a way to find x easily
Through pythagoras

nocturne cedar
#

391,4

#

Is area I got

#

Oh

#

It says to consider sqrt2 as 1,41

#

I did 1,414

edgy mauve
#

Okay

#

391?

nocturne cedar
#

Mhm

nocturne cedar
edgy mauve
#

What area did u use for yhe triangle

nocturne cedar
#

Like formula?

edgy mauve
nocturne cedar
#

(b*h)/2

edgy mauve
nocturne cedar
#

141

edgy mauve
#

Ys okay

#

Then ig u good

edgy mauve
#

I straight up got 391

#

But it's the same thing

nocturne cedar
#

Ye it’s remember what I said just now

#

I put 1,414

#

Instead of 1,41 like the question said

edgy mauve
#

Yes then we get the .4

#

I see,okay

#

Good work

final saddleBOT
#

@nocturne cedar Has your question been resolved?

final saddleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

woeful void
#

is this proof fine if i wanna prove that if a and b are odd integers then a^2-b^2 is a multiple of 8
since a and b are odd, they can expressed as a=2k+1 and b=2r+1 where k and r are integers
a^2-b^2=(a+b)(a-b)
a+b = 2(k+r+1)=2(k-r+2r+1), a-b = 2(k-r)
When k-r is even, a-b is a multiple of 4 and k-r+2r+1 is odd, thus a+b is a multiple of 2
When k-r is odd, a-b is a multiple of 2 and k-r+2r+1 is even and thus a+b is a multiple of 4
wlog assume that a+b is a multiple of 4, then 4|a+b and 2|a-b. Then 8|(a+b)(a-b)

rare girder
#

wlog? how do you know generality isn't lost?

#

is there a way to rewrite so that you don't even need to say wlog?

woeful void
#

well either way their product is a multiple of 8

rare girder
#

sure, it just feels a little off by the wording

#

my phone will perish, so must I

dapper hull
#

you could from the step (a+b)(a-b)
rewrite it as 4(k+r+1)(k-r) and then try and show that
(k+r+1)(k-r) is even then it could rewritten in form 8(something) and it'll show it's divisible by 8

woeful void
woeful void
#

a and b are both odd, this means a and b can be written as a=2k+1 and b=2r+1 where k and r are integers
a^2-b^2=(a+b)(a-b)
a+b = 2(k+r+1)=2(k-r+2r+1), a-b = 2(k-r)
Hence (a+b)(a-b) is a multiple of 4, 4(k-r)(k-r+2r+1)
If k-r is even then so is (k-r+2r+1)(k-r), if k-r is odd then (k-r+2r+1) is even so (k-r+2r+1)(k-r) is too, hence a factor of 2 can be taken out and thus 8|(a+b)(a-b)

woeful void
#

ty

#

also is this proof fine as well
prove that if m|x and n|x and gcd(n, m)=1 then nm|x
Since m|x, there exists an integer p st x=mp, similarly, there exists integer q st x=nq
And since gcd(n, m)=1, using Bezout’s identity there are integers a and b such that an+bm=1
1x = x therefore x=mp(an+bm)
x=mp and therefore x/p=m, nq/p=m
Substitute, x=mp(an+bnq/p), take the n out and put p in, x=mn(ap+bq), therefore mn|x

final saddleBOT
#

@woeful void Has your question been resolved?

final saddleBOT
#

@woeful void Has your question been resolved?

#
Channel closed

Closed by @woeful void

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

foggy wren
final saddleBOT
foggy wren
#

I'm confused how you use the last boundary condition to solve for the last constant

#

$u_n(x,y) = \sum_{n=1}^{\infty} 2C_n Sinh(\frac{n\pi x}{b})Sin(\frac{n\pi y}{b})$

soft zealotBOT
#

Katrro

foggy wren
#

How do I solve for Cn with this and the last condition?

final saddleBOT
#

@foggy wren Has your question been resolved?

cobalt perch
foggy wren
#

<@&286206848099549185>

finite hinge
#

You can apply boundary condition to use Fourier sine series

foggy wren
#

alright I see how to do it now thank you

#

.close

final saddleBOT
#
Channel closed

Closed by @foggy wren

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

covert girder
#

Hey! I have never touched this part of maths but I kept seeing infinite sums and I was also awestruck on how people do them, I think I picked a relatively easy example. Can anyone tell me what's the catch here?

covert girder
#

If this was a geometric series it would have been pretty nice, but it isn't, everything I know gets put under the rug

stuck juniper
#

Vn method

covert girder
#

Okay, what's vn?

stuck juniper
#

Uhh basically

#

U can solve this

#

By splitting the term

#

Into fractions

covert girder
#

Now what?

stuck juniper
#

Not like that

#

Write the general term as

#

((n+2)-n)/2the denominator

covert girder
lime crest
#

hint: ||let A/n + B/(n+1) + C/(n+2) = 1/n(n+1)(n+2) then compare coefficients to find A,B,C||

covert girder
#

Yay! I am doing it right then

#

It reminded me of those nasty integrals

#

Alright, one moment

#

Like this?

lime crest
lime crest
covert girder
#

Let's go!

#

So now I just plug that in

tired walrus
#

why'd you write m instead of n eveerywhere thonk

covert girder
#

It is n

lime crest
#

absolute handwriting

tired walrus
#

doesn't read as such to me :P

covert girder
#

Absolute cinema

#

In romanian we handwrite m as this

#

And n is the one below

celest tendon
#

hi friends

covert girder
#

Force of habit

covert girder
celest tendon
#

what do these numbers mean

#

oh wiat im not supposed to be here sorry

covert girder
#

Which numbers though?

celest tendon
covert girder
#

They are just number assigned for a help channel

#

No requirement, you can select an available channel from the category just above it

#

The reason is because of high traffic obviously, one channel means chaos

lime crest
covert girder
#

Let me try then

lime crest
covert girder
#

Like this?

#

I forgot to cancel out 1/8 at 1/4x5x6 but I think this is the pattern

#

Ah wait

#

I completely butchered it

#

It was 1/2n and I still wrote the first terms with 3 or 4

#

My bad, I'll come back soon

lime crest
#

and then just match the terms with the same denominator (ignoring 1/2)

final saddleBOT
#

@covert girder Has your question been resolved?

covert girder
#

I guess this is it?

final saddleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

lime crest
#

Determine whether there exists non-constant polynomials with real coefficients $P(x), Q(x)$ such that $$\ P(x)^{10}+ P(x)^9 = Q(x)^{21}+Q(x)^{20}$$

soft zealotBOT
#

Copter

lime crest
#

note that this is exponentiation btw

#

can someone check? im kinda not sure on my "P and Q have shared roots" part

#

further question, whats the condition of P^n + P^(n-1) = Q^m + Q^(m-1) existing?

tranquil pine
#

I"VE PLAYED THESE GAMES BEFOREE

tranquil pine
lime crest
#

im just unsure if my implications thingy is correct

tranquil pine
#

how do u solve it?

#

non constant meaning like

#

having multiple answers so non linear right

torn summit
tranquil pine
lime crest
torn summit
tranquil pine
torn summit
#

wolfram does not know polynomials

lime crest
tranquil pine
#

ik this aint basic polynomials

lime crest
torn summit
tranquil pine
#

amazing

torn summit
#

a dark corner of algebra

#

but important nontheless.

lime crest
#

well is this correct?

torn summit
#

polynomials base our concept of far too many things.

tranquil pine
#

like give us some context?

lime crest
#

theres probably a lot of ways to do this one

#

i just chose degree argument and differentiation

tranquil pine
lime crest
#

yeah

tranquil pine
#

aight cool

#

you used the power rule

#

from what I can see

lime crest
#

<@&286206848099549185>

final saddleBOT
#

@lime crest Has your question been resolved?

lime crest
#

.close

final saddleBOT
#
Channel closed

Closed by @lime crest

Use .reopen if this was a mistake.

#
Available help channel!

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.

undone tiger
#

I wanted to ask a previous question again

25sin^2x+16cosec^2x minima will be

tired walrus
#

this morning we went over the same question but with different numbers

terse crypt
#

😭

undone tiger
#

You will find it amazing

terse crypt
#

isnt this the exact same now

undone tiger
#

Because i have cooked something

terse crypt
#

👀

stuck juniper
#

What

undone tiger
#

Okay so let's find the minimum by derivative

stuck juniper
#

Minimum is 55?

#

Oh no

undone tiger
#

I edited

terse crypt
stuck juniper
#

U changed again

tired walrus
#

bruh

#

ok so it's the same numbers again as from this morning

stuck juniper
#

40 i think

undone tiger
#

25t+16/t

25-16/t^2

And again we got t^2=16/25
4/5 which is in our interval

#

(0,1]

#

So we will keep it as it is

terse crypt
#

number is flipped

#

we can am-gm? 👀

tired walrus
#

oh the numbers are flipped my bad

stuck juniper
#

Yes

terse crypt
#

yes

undone tiger
#

25×4/5+16×5/4

20+20=40

stuck juniper
#

Good job

#

🗣️🗣️

terse crypt
#

u put the wrong number in the question didnt u

undone tiger
#

So morning question was having t>1

stuck juniper
#

😔

terse crypt
#

oh so this is a new case KEK

stuck juniper
#

Blud

#

🥀

undone tiger
#

Opps rose down

#

Thanks guys

#

.close

final saddleBOT
#
Channel closed

Closed by @undone tiger

Use .reopen if this was a mistake.

final saddleBOT
#
Available help channel!

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.

woeful void
#

by this, does it mean u can't have both A ⇔ B which would mean A is both sufficient and necessary for B and B → C which means that C is necessary for B because then A is obviously no longer sufficient since both A and C are necessary for B

stone wagon
#

your text right now is very hard to parse

#

"by this, does it mean u can't have both

  • A ⇔ B, which would mean A is both sufficient and necessary for B, and
  • B → C, which means that C is necessary for B
    because then A is obviously no longer sufficient
    since both A and C are necessary for B"
woeful void
stone wagon
#

yes

#

it's possible

#

i don't see any contradiction

stone wagon
#

A is sufficient for both B and C

woeful void
#

oh yeah okay

#

thanks

stone wagon
#

no problem :)

final saddleBOT
#

@woeful void Has your question been resolved?

final saddleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

tranquil pine
#

,,\int\sqrt{3-2x-2x^2}, dx

final saddleBOT
soft zealotBOT
tranquil pine
#

Can some1 explain this step by step from the start to the final answer?

polar salmon
#

like a-b²

#

or a+b²

#

but its gonna be a-b²

#

then you can use trig sub

tranquil pine
#

Um i dont understand

polar salmon
#

for example

ripe jewel
#

do you know how to complete the square of a quadratic expression

#

! might not now that

polar salmon
#

x²+x+1= (x+1/2)² +3/4

tranquil pine
polar salmon
ripe jewel
tranquil pine
#

Ye

#

Cts

ripe jewel
#

that's what Adam is suggesting

tranquil pine
#

Oh

uneven python
#

Anyone wanna help?

tranquil pine
#

My ans is $\sqrt{2},(\frac{2x+1}{4}),\sqrt{\frac{3}{2}-x-x^2}+\frac{7}{4\sqrt{2}},\sqrt{\frac{3}{2}-x-x^2}+C$

soft zealotBOT
tranquil pine
#

Is this right?

ripe jewel
#

the expression I would expect to have inverse trig in it so i doubt it's right

tribal jackal
#

Yeah its not

tranquil pine
#

How does $\int \frac{e^u}{u}, du$ gets canceled when $u=\log x$

tranquil pine
soft zealotBOT
ripe jewel
#

but notice you didnt follow anyoine's advice here so

#

not surprising

#

that it's wrong

tranquil pine
#

Uhh

#

I nver subbed trig in integrals

#

😭🤡

#

So idk how to do it

tribal jackal
#

How did you do it then?

uneven python
#

Question 8th please

#

I'm stuck at it since long

tranquil pine
#

!occupied

tribal jackal
#

This is an occupied help channel

final saddleBOT
#

Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).

uneven python
#

Sorry

tranquil pine
#

Its not shown due my display name mb

#

Due to*

uneven python
#

Oh alright

#

What's your problem?

#

I may help

tranquil pine
#

I solved using $\int\sqrt{a^2-x^2}, dx$

soft zealotBOT
tranquil pine
#

I wanna edit my final ans

ripe jewel
tranquil pine
#

I gotta add sin inverse

#

I completed it

ripe jewel
#

you never showed us

tranquil pine
#

My ans is $\sqrt{2},(\frac{2x+1}{4}),\sqrt{\frac{3}{2}-x-x^2}+\frac{7}{4\sqrt{2}},\sin^{-1}({\frac{2x+1}{\sqrt{7}})+C$

soft zealotBOT
#

!
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

tranquil pine
tranquil pine
#

,,(x+\frac{1}{2})^2 + (\frac{\sqrt{7}}{2})^2

soft zealotBOT
ripe jewel
#

ah okay, well, if you used a table that showed the answer in terms of arcsin, then it does the trig substitution for you

#

but perhaps you want to see it once in a simple example?

tranquil pine
#

I solved using $\int\sqrt{a^2-x^2}, dx$ applied this yk

soft zealotBOT
ripe jewel
#

yes it hides the trig sub under the rug

#

i think it's good for a student to knoiw how to do it though

tranquil pine
#

Oh

ripe jewel
#

want to try with a simple example?

tranquil pine
#

Why not

ripe jewel
#

making one

#

$$\int_0^t \frac{\mathrm dx}{x^2+2x+6}$$

soft zealotBOT
#

gfauxpas

tranquil pine
#

Also dont skip this, How does $\int \frac{e^u}{u}, du$ gets canceled when $u=\log x$

soft zealotBOT
ripe jewel
#

that integral doesnt have a closed form

tranquil pine
#

Oh

#

So?

ripe jewel
#

so, start by completing the square

#

and i'll show you how to do trig sub

tranquil pine
#

,,(x+1)^2 + (\sqrt{5})^2

soft zealotBOT
ripe jewel
#

great

#

now let's make this (something)^2 + 1

#

by factoring out the right constant

#

you'll see why

tranquil pine
#

Oh

ripe jewel
#

$$\frac 1 5 \int_0^t \frac{\mathrm dx}{\left({\frac{x+1}{\sqrt 5}}\right)^2 + 1}$$

soft zealotBOT
#

gfauxpas

ripe jewel
#

did I do that right

#

I think I did

tranquil pine
#

Idk

ripe jewel
#

yeah I just factored out 5

#

from the denominator

tranquil pine
#

Now that square = tan x or cot x?

ripe jewel
#

you look at the identity

#

$\sin^2 \theta + \cos^2 \theta = 1$$

soft zealotBOT
#

gfauxpas
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

ripe jewel
#

or

#

$$\cosh^2 t - \sinh^2 t = 1$$

soft zealotBOT
#

gfauxpas

ripe jewel
#

and that's how you do trig substitution when integrating

#

here i would take the first one and divide both sides by cos^2

tranquil pine
#

No i dont know anything abt hyperbolic functions

ripe jewel
#

so dont worry about it

#

all that matters for this is that they satisfy that identity

#

c^2-s^2=1

#

so that's why theyre used

#

but you can use trig for ours

#

divide both sides by cos^2

tranquil pine
#

Oh

ripe jewel
#

$$\tan^2\theta +1 = \sec^2\theta$$

soft zealotBOT
#

gfauxpas

tribal jackal
#

For this, can't you use inverse tangent?

ripe jewel
#

yes sure you can

#

I was just showing ! what one can do in general because he said he's never seen trig sub done

tribal jackal
#

Oh right

tranquil pine
#

Oh

ripe jewel
#

$$(x+1)/\sqrt 5 = \tan \theta$$

soft zealotBOT
#

gfauxpas

tranquil pine
#

I have done it in trig but not in integrals

#

Ok

ripe jewel
#

$$x = 0, \theta = \arctan(1/5)$$
$$x=t, \theta = \arctan((t+1)/\sqrt5)$$