2023 School Trial Papers (1 Viewer)

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,716
Gender
Undisclosed
HSC
N/A
i did upload the 'clean' version
Apart from the errors, here is some LaTeX advice to improve the LaTeX version, some very subtle, others not so subtle.

1. Not so subtle: Don't break mathematical expressions like in 11a:

11a.png
Try this code

Code:
By first writing $\sqrt3+i$ and $\sqrt3-i$ in exponential form,\\
express $(\sqrt3+i)^{12}+(\sqrt3-i)^{12}$ in the form of $a^b$ where $a$ and $b$ are integers.
which yields this instead:

11abetter.png

Other questions in the LaTeX version with broken mathematical expressions: 12bii, 12c, 13aii

2. Subtle: Space before dx in integrals. I use Cambridge Ex4A Q1b as an example and I make this picture big so you can see clearly a space before the dx:

Cambridge4A1b.png
It's not a big space. You can use \ \! to make a space and then bring it back a bit.
So in 12biii instead of this:
12biii.png
this code
Code:
$$\int_0^\frac{\pi}{2}\frac{x}{1+\cos x+\sin x}\ \!dx$$
yields this instead and although very subtle, you can see that there is a small space before the dx now:

12biii-small-space-before-dx.png
3. Subtle: smaller tilde for vector.
See in the original:
q3-vector-original.png
your LaTeX version has a huge tilde:


q3-vector-huge-latex.png
so how to make a smaller tilde in LaTeX?
This code:
Code:
\documentclass{article}
\usepackage{accents}
\newcommand{\ut}[1]{\underaccent{\tilde}{#1}}
\renewcommand{\vec}[1]{\ut{#1}}
\begin{document}
$\vec r(t)$
\end{document}
yields
q3-vector-small-tilde-latex.png
 
Last edited:

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,716
Gender
Undisclosed
HSC
N/A
do you think using \; for spacing is fine or is \\! preferred in general
It's only a small space. \; will give a slightly larger space. \ without the \! will also be larger.

There are several ways to make the space. The point is that something is better than nothing. Here are some for comparison:

Code:
$$\int x\;dx$$
$$\int x\ dx$$
$$\int x\,dx$$
$$\int x\ \!dx$$
$$\int xdx$$
Screen Shot 2023-09-20 at 1.50.46 pm.png
The last one is with nothing which isn't very good.

I would be inclined to do it with \, or \ \!
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,716
Gender
Undisclosed
HSC
N/A
Nothing new added to post #7 today but to make it easier to download the maths I made zips:

7 advanced ; 8 ext 1 ; 11 ext 2

For the James Ruse Ext 2 I only put the original, not the LaTeX versions.

I'll make them bigger if more are added later.

I might make zips for the other subjects too if they become big too.
 
Last edited:

kyle norton

Member
Joined
Sep 24, 2023
Messages
35
Gender
Male
HSC
2023
Hey anyone have some Business and Maths STD 2 trials from this year or last year.
 

kyle norton

Member
Joined
Sep 24, 2023
Messages
35
Gender
Male
HSC
2023
Yeah that shore test isn't a trial, its a task 2 mainly on networks and financial maths which are two topics im very strong with
 

tywebb

dangerman
Joined
Dec 7, 2003
Messages
1,716
Gender
Undisclosed
HSC
N/A

Attachments

Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top