• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Math assistance please....

Scarpozzi

Lifer
I'm trying to help one of my friends finish his CPSC homework. I'm terrible at math, so I need some help so we can go drink.

If you have a problem like 2^n = 8 n^4, how do you solve for n?

Do you do something with logs? I can't remember cause I haven't taken a math course in like 4 years. Thanks.

-Scar
 
Originally posted by: raptor13
Press F2, then enter, and type "2^n=8*n^4,n)". Then hit enter again.

I meant to say, he's trying to do this the old fashioned way....with a pen and paper. 😉 We don't have Maple or any fun proggies to make this easier. Math sux. 😀
 
I believe this is what they call a "transcendental function." Not all of these types of functions can be solved analytically--I don't think this one can be.

You could use some sort of algorithm to approximate the roots though...for example, the Newton-Raphson method or fixed point iterations.

-Eric
 
I got x = -.5413599318, x = .66751844707

I graphed y1 = 2^n and y2 = 8n^4 and evaluated the intersection points. Hopefully that helps! 😛

ups
 
Originally posted by: VTboy
How come when I post a math question hardly anyone comes to help me. look all of these people helping him.

Uh, cause you post math questions in diffierential equations. This is a lot farther down the trough. Also, differential equations take a lot more time and attention, even for someone who has mastered them and people are too lazy.

 
2^n = 8 n^4

well 8= 2^3
so you divide both sides by 2^3

You get 2^n-3 = n^4

(n Log 2 - 3log(2) = 4 * log (n)

n log 2 - 4 log n = 3 log 2

divide by log2

get n - 4*log(n)/log(2) = 3
take e^ to both sides

get

(e^x)*x^(-4/ln(2))=e^3


which roughly equals

2.71828^x*(x^-5.77078)=20.0855


you could put one of the x's on the other side and get



x^-5.77078 = e^(3-x)


now solve haha
 
Back
Top